Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/electrocucaracha/terraform-firstapp
Terraform project for OpenStack FirstApp Guide
https://github.com/electrocucaracha/terraform-firstapp
developers openstack terraform
Last synced: 11 days ago
JSON representation
Terraform project for OpenStack FirstApp Guide
- Host: GitHub
- URL: https://github.com/electrocucaracha/terraform-firstapp
- Owner: electrocucaracha
- Created: 2016-05-31T16:11:31.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-08-05T16:30:31.000Z (over 5 years ago)
- Last Synced: 2024-11-05T16:12:39.916Z (about 2 months ago)
- Topics: developers, openstack, terraform
- Language: HCL
- Size: 151 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OpenStack FirstApp with Terraform
This Terraform project offerst a way to deploy the OpenStack FirstApp,
this app is explained into [OpenStack firstapp guide](http://developer.openstack.org/firstapp-libcloud/getting_started.html).
*Note: This project was created for didactic purposes.*## Requirements:
This project requires the the [Terraform client](https://www.terraform.io/intro/getting-started/install.html) and
OpenStack credentials like [TryStack access](http://trystack.org/)### Steps for execution:
$ git clone https://github.com/electrocucaracha/terraform-firstapp.git
$ cd terraform-firstapp
$ terraform apply /
-var 'user_name=TRYSTACK_USERNAME' /
-var 'tenant_name=TRYSTACK_PROJECT_NAME' /
-var 'password=TRYSTACK_PASSWORD'
$ bash ssh-controller.### Destroy:
terraform destroy
### Execution Graph:
![Graph](graph.png)