Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
HPCasCode
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
hpc-team
HPCasCode
Commits
604b61f0
Commit
604b61f0
authored
4 years ago
by
Andreas Hamacher
Browse files
Options
Downloads
Patches
Plain Diff
nectar bashing
Former-commit-id:
36678cf8
parent
f7a435d8
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CICD/heat/heatcicdwrapper.sh
+4
-0
4 additions, 0 deletions
CICD/heat/heatcicdwrapper.sh
with
4 additions
and
0 deletions
CICD/heat/heatcicdwrapper.sh
+
4
−
0
View file @
604b61f0
...
...
@@ -77,6 +77,8 @@ case "$1" in
echo
"I cannot update a stack which does not exist"
exit
-45
fi
openstack stack check
--wait
$STACKNAME
sleep
2
openstack stack update
--wait
--template
./heat/gc_HOT.yaml
--parameter
"project_name=
$STACKNAME
"
-e
./heat/resource_registry.yaml
$STACKNAME
ret
=
$?
exit
$ret
...
...
@@ -84,6 +86,8 @@ case "$1" in
create_or_update
)
if
check_stack_exists
then
openstack stack check
--wait
$STACKNAME
sleep
2
openstack stack update
--wait
--template
./heat/gc_HOT.yaml
--parameter
"project_name=
$STACKNAME
"
-e
./heat/resource_registry.yaml
$STACKNAME
ret
=
$?
exit
$ret
...
...
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