Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SNAPS
apex
Commits
8f9e5128
Commit
8f9e5128
authored
Jan 12, 2016
by
Tim Rozet
Committed by
Gerrit Code Review
Jan 12, 2016
Browse files
Merge "dumping deploy command into a file to save it for redeployment"
parents
95adbace
1f51a14d
Changes
1
Hide whitespace changes
Inline
Side-by-side
ci/deploy.sh
View file @
8f9e5128
...
...
@@ -764,6 +764,10 @@ echo "Configuring nameserver on ctlplane network"
neutron subnet-update
\$
(neutron subnet-list | grep -v id | grep -v
\\\\
-
\\\\
- | awk {'print
\$
2'}) --dns-nameserver 8.8.8.8
echo "Executing overcloud deployment, this should run for an extended period without output."
sleep 60 #wait for Hypervisor stats to check-in to nova
# save deploy command so it can be used for debugging
cat > deploy_command << EOF
openstack overcloud deploy --templates
$DEPLOY_OPTIONS
EOF
openstack overcloud deploy --templates
$DEPLOY_OPTIONS
EOI
...
...
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