https://github.com/cmd-ntrf/mc-cloud
https://github.com/cmd-ntrf/mc-cloud
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/cmd-ntrf/mc-cloud
- Owner: cmd-ntrf
- License: mit
- Created: 2021-05-16T18:50:09.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-18T17:30:55.000Z (about 5 years ago)
- Last Synced: 2025-01-28T20:44:53.766Z (over 1 year ago)
- Language: HCL
- Size: 26.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OpenStack Cloud
1. Download your project OpenStack RC file from the OpenStack Project _API Access_ page _i.e._: `OpenStack RC File (Identity API v3)`.
2. Source your project openrc file : `source _project_-openrc.sh`.
3. Download the latest release of Magic Castle for OpenStack.
4. Unpack the release.
5. Adapt the cluster variables in `main.tf` file (i.e.: # guest accounts, # nodes, domain name, ssh key, etc).
6. In a terminal, change your current directory to the directory containing `main.tf`.
7. Initiate the Terraform state : `terraform init`.
8. Verify the Terraform plan : `terraform plan`.
9. Apply the Terraform plan : `terraform apply`.
To tear down the cluster, call: `terraform destroy`.