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
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
Krish Moodbidri
Terraform Openstack
Graph
feat-ohpc-image-build
Select Git revision
Branches
20
bug_test_network_error_fix
cicd-tf
feat-add-private-dns
feat-adopt-tf-v1.0.1
feat-create-compute-node
feat-deploy-xdmod-supremm
feat-integration-testing
feat-ohpc-image-build
feat-ohpc-ops-provision-clean
feat-ohpc-ops-provisioning
feat-open-xdmod-terraform
feat-prod-pipeline-update
feat-remove-manual-gating-prod
feat-remove-remote-exec-blocks
feat-remove-remote-exec-for-mount
feat-separate-ohpc-tasks
feat-test-keypair
feat-test-xdmod-queue-vol
feat-trim-tf-deploy
feat-update-TF-provider
20 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
22
Aug
14
11
10
28
Jul
29
Jun
27
26
22
21
20
16
15
14
8
21
Feb
17
7
Sep
31
Dec
30
11
10
25
Oct
24
3
2
25
Sep
16
13
10
30
Aug
29
28
27
21
14
12
7
6
1
31
Jul
30
29
26
24
23
16
15
12
11
10
9
2
1
28
Jun
27
26
24
20
Merge branch 'feat_choose_image' into 'master'
Giving an option to use a predetermined image for xdmod
Merge branch 'feat_add_CD_option_to_build' into 'master'
Add CD feature to the repo:
Merge branch 'feat_use_fixed_router_and_networks' into 'feat-test-keypair'
feat-test-keypair
feat-test-keypair
Defining a flavor of m1.med for xdmod instance
Adding back the var for keypair_name
Correcting the name of the external network
Removing variable TF_VAR_internal_network as it has been defined earlier in the pipeline
Changing the reference of data elements within other modules : data.openstack_networking_network_v2.internal_net.id
REmoving the subnet_id dependency
Use already existing networks to build terraform
undoing the last 2 commits.
bug_test_networ…
bug_test_network_error_fix
Remove custom connection for floating ip
feat_use_existi…
feat_use_existing_router_and_network
Changing the cidr for exteranl network subnet to 192.168.0.0/24
Update .gitlab-ci.yml file
Added command to restart httpd service
removing extra quote from sed cmd
removed \ escape char before . and using 0th element in the array to access the 1st element
changed sed command to make it more generic to change all values in specified file
fixed sed command syntax
added sed commands for setting servername value to a hardcoded string- for testing
fixed sed command syntax and removed commented code
test with original sed and sudo privilege
test sed command with sudo
changed servername to xdmod.rc.uab.edu for testing
check with image xdmod-20230629191611
revert back to original code for picking image
testing with a previously built xdmod image
deleted CRI relating commands
added %H%M%S to the BUILD_DATE var
removed && false in the terraform apply/destroy command
ignoring the terraform cache, and ignoring the CRI_XCBC commands
Add a unique value for TF variable keypair_name
Add sed command in a separate temote-exec provisioner
correcting the escape char
TF complaing about char 1, hence not escaping the \ correctly
chnaged the quotes ":outside ': inside
Adding double quotes and , for next item
removing quotes around sed command
Loading