All Projects → Ara4Sh → terraform-openstack

Ara4Sh / terraform-openstack

Licence: other
Create multiple instances with floating ip assigning on openstack using terraform.

Programming Languages

HCL
1544 projects
shell
77523 projects

Projects that are alternatives of or similar to terraform-openstack

docs.hypernetes.com
Hypernetes documentation.
Stars: ✭ 20 (-39.39%)
Mutual labels:  openstack
gradle-demos
A collection of sample builds demonstrating how to do different things in Gradle
Stars: ✭ 29 (-12.12%)
Mutual labels:  examples
cplusplus11.Examples
C++11 Examples
Stars: ✭ 52 (+57.58%)
Mutual labels:  examples
cloud-game-servers-examples
Collection of examples for using Google Cloud Game Servers.
Stars: ✭ 28 (-15.15%)
Mutual labels:  examples
Examples
Smaller or bigger examples that I've written or will write in the future in C++.
Stars: ✭ 14 (-57.58%)
Mutual labels:  examples
weaviate-examples
Weaviate vector search engine – examples
Stars: ✭ 79 (+139.39%)
Mutual labels:  examples
nuxtjs-examples
Example apps of Nuxt.js framework
Stars: ✭ 51 (+54.55%)
Mutual labels:  examples
ipld-examples
No description or website provided.
Stars: ✭ 28 (-15.15%)
Mutual labels:  examples
iovisor-ovn
IOVisor OVN integration
Stars: ✭ 62 (+87.88%)
Mutual labels:  openstack
examples
Examples from the AIMMS Modeling Book, Functional examples demonstrating particular AIMMS features, AIMMS-style application examples including an end-user UI, Practical examples, including references to the articles on which each example is based.
Stars: ✭ 16 (-51.52%)
Mutual labels:  examples
optuna-examples
Examples for https://github.com/optuna/optuna
Stars: ✭ 238 (+621.21%)
Mutual labels:  examples
90 Python Examples
The best way to learn Python is by practicing examples. The repository contains examples of basic concepts of Python. You are advised to take the references from these examples and try them on your own.
Stars: ✭ 190 (+475.76%)
Mutual labels:  examples
faythe
An experimental cluster brings Prometheus and OpenStack together
Stars: ✭ 18 (-45.45%)
Mutual labels:  openstack
jsstore-examples
This repo contains examples of jsstore for different frameworks & tools
Stars: ✭ 31 (-6.06%)
Mutual labels:  examples
laravel-ovh
Wrapper for OVH Object Storage integration with laravel
Stars: ✭ 30 (-9.09%)
Mutual labels:  openstack
jsfiddle-github
JSFiddle implementation for interactive JavaScript examples.
Stars: ✭ 16 (-51.52%)
Mutual labels:  examples
kubernetes-examples
A bunch of examples of how to deploy things on kubernetes
Stars: ✭ 34 (+3.03%)
Mutual labels:  examples
browbeat
Performance monitoring and testing of OpenStack
Stars: ✭ 80 (+142.42%)
Mutual labels:  openstack
python-weka-wrapper-examples
Example code for the python-weka-wrapper project.
Stars: ✭ 35 (+6.06%)
Mutual labels:  examples
gnuplot-examples
GNUPlot Examples
Stars: ✭ 50 (+51.52%)
Mutual labels:  examples

terraform-openstack

OpenStack examples using terraform.

Usage

Source your openstack rc file

source admin.rc

then edit variables.tf with your favorite editor and follow these steps

terraform init
terraform plan
terraform apply 

to check the output:

terraform output

Development

Contribute to this project to add more examples and save the time for future, feel free to open PR

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].