Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
T
Terraform Openstack
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
2
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Ryan Randles Jones
Terraform Openstack
Commits
03418e2e
Commit
03418e2e
authored
6 years ago
by
Ryan Jones
Browse files
Options
Downloads
Patches
Plain Diff
updated README to reflect making and sourcing credential file
parent
6dabf028
No related branches found
Branches containing commit
No related tags found
1 merge request
!5
Tester
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+16
-5
16 additions, 5 deletions
README.md
with
16 additions
and
5 deletions
README.md
+
16
−
5
View file @
03418e2e
# Terraform Openstack
Right now, t
his will create:
T
his will create:
dmznet and dmzsubnet
...
...
@@ -11,6 +11,7 @@ a floating ip address, and an instance coming off of dmznet
clusternet off of dmznet instance
clustersubnet
eill connect instance to ood through ohpc and download software
Make a new directory for Terraform:
...
...
@@ -26,15 +27,25 @@ Unzip the file and make a path to your new directory:
`$cp $HOME/Downloads/terraform_0.6.16_linux_amd64/terraform $TERRAFORM_DIR`
Download RC File from Openstack(V3) and save it in your terraform-first-instance directory.
Create a new application credintial in Openstack:
In Openstack, go to Identity - Application Credentials
Click "Create Application Credential"
Name the credential and add a description(Leave the rest blank. It is important not to add an expiration date.)
Open the credential rc file you have created, and change all OS_ to TF_. This will allow terraform to read and use these values.
Save the credential in your terraform-first-instance directory.
Clone this repo into your terraform-first-instance directory:
`$git clone https://gitlab.rc.uab.edu/rrand11/terraform-openstack.git`
`$git clone
--recursive
https://gitlab.rc.uab.edu/rrand11/terraform-openstack.git`
Source the rc file and initialize terraform:
Source the
credential
rc file and initialize terraform:
`$source
OPEN
RCFILENAME`
`$source
CREDENTIAL
RCFILENAME`
`$cd terraform-openstack`
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment