Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
T
Terraform Openstack
Manage
Activity
Members
Labels
Plan
Issues
10
Issue boards
Milestones
Wiki
Code
Merge requests
6
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
rc
Terraform Openstack
Merge requests
!31
Feat: test volume issue with volume_id
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Feat: test volume issue with volume_id
feat-volume-id
into
master
Overview
0
Commits
16
Pipelines
16
Changes
3
Closed
Krish Moodbidri
requested to merge
feat-volume-id
into
master
1 year ago
Overview
0
Commits
16
Pipelines
16
Changes
3
Expand
👍
0
👎
0
Merge request reports
Compare
master
version 15
ab2a914c
1 year ago
version 14
9391672d
1 year ago
version 13
0850eb71
1 year ago
version 12
6feec4ed
1 year ago
version 11
e1fecbe9
1 year ago
version 10
48e8e34c
1 year ago
version 9
c6669c63
1 year ago
version 8
98b160ed
1 year ago
version 7
be47f49a
1 year ago
version 6
bbe5dac1
1 year ago
version 5
c6e437a1
1 year ago
version 4
2cb1d184
1 year ago
version 3
1b0d8be1
1 year ago
version 2
591c4969
1 year ago
version 1
5749b117
1 year ago
master (base)
and
latest version
latest version
f1c09ce0
16 commits,
1 year ago
version 15
ab2a914c
15 commits,
1 year ago
version 14
9391672d
14 commits,
1 year ago
version 13
0850eb71
13 commits,
1 year ago
version 12
6feec4ed
12 commits,
1 year ago
version 11
e1fecbe9
11 commits,
1 year ago
version 10
48e8e34c
10 commits,
1 year ago
version 9
c6669c63
9 commits,
1 year ago
version 8
98b160ed
8 commits,
1 year ago
version 7
be47f49a
7 commits,
1 year ago
version 6
bbe5dac1
6 commits,
1 year ago
version 5
c6e437a1
5 commits,
1 year ago
version 4
2cb1d184
4 commits,
1 year ago
version 3
1b0d8be1
3 commits,
1 year ago
version 2
591c4969
2 commits,
1 year ago
version 1
5749b117
1 commit,
1 year ago
3 files
+
7
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
.gitlab-ci.yml
+
2
−
0
Options
@@ -48,6 +48,8 @@ prep-deploy:
echo "TF_VAR_data_volume=${TF_VAR_data_volume}" | tee -a $CI_PROJECT_DIR/vars.env
echo "TF_VAR_flavor=${TF_VAR_flavor}" | tee -a $CI_PROJECT_DIR/vars.env
echo "BUILD_DATE=${BUILD_DATE}" | tee -a $CI_PROJECT_DIR/vars.env
TF_VAR_volume_id=$(openstack volume show "$TF_VAR_data_volume" -c id -f value)
echo "volume_id=${TF_VAR_volume_id}" | tee -a $CI_PROJECT_DIR/vars.env
artifacts
:
reports
:
dotenv
:
vars.env
Loading