Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bo-Chun Chen
Packer Openstack Hpc Image
Commits
320962e3
Commit
320962e3
authored
Nov 22, 2022
by
Bo-Chun Chen
Browse files
TEST upstream PR 411
parent
6da70522
Pipeline
#7374
failed with stages
in 36 seconds
Changes
1
Pipelines
9
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
320962e3
...
...
@@ -43,6 +43,7 @@ build_image:
-
git merge origin/uab-prod
-
git checkout -b integration
-
git merge upstream/dev
-
git merge upstream/pr/411
-
cd ..
-
export CRI_XCBC_HEAD=$(cd CRI_XCBC; git rev-parse --short HEAD)
-
echo CRI_XCBC_HEAD=${CRI_XCBC_HEAD} | tee -a $CI_PROJECT_DIR/image.env
...
...
@@ -50,6 +51,10 @@ build_image:
-
echo BUILD_DATE=${BUILD_DATE} | tee -a $CI_PROJECT_DIR/image.env
-
s3cmd get --force --host=$AWS_HOST --host-bucket=$AWS_HOST s3://ood-config/group_vars/all CRI_XCBC/group_vars/prod
-
s3cmd get --force -r --host=$AWS_HOST --host-bucket=$AWS_HOST s3://cheaha-cloud-ansible-files/ ansible/files/
-
"
echo
'
ood_ssl_cert_file:
\"
knightly.rc.uab.edu-2048-incommon-cert.crt
\"
'
>>
CRI_XCBC/group_vars/prod"
-
"
echo
'
ood_ssl_cert_key:
\"
knightly.rc.uab.edu-2048.key
\"
'
>>
CRI_XCBC/group_vars/prod"
-
"
echo
'
ood_ssl_cert_chain_file:
\"
knightly.rc.uab.edu-2048-incommon-interm.crt
\"
'
>>
CRI_XCBC/group_vars/prod"
-
"
echo
'
ood_ssl_s3_bucket:
\"
knightly-certs
\"
'
>>
CRI_XCBC/group_vars/prod"
-
"
mkdir
-p
ansible/group_vars
&&
echo
'
lmod_db_host_machine:
\"
ohpc
\"
'
>>
ansible/group_vars/all"
-
tail -n 10 CRI_XCBC/group_vars/prod
-
packer validate openstack-ood
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment