Rename instack-install-undercloud-packages to instack-install-undercloud

This commit is contained in:
James Slagle 2014-10-02 20:15:15 -04:00
parent 509fdf78d1
commit 081ebed8da
4 changed files with 3 additions and 3 deletions

View File

@ -37,7 +37,7 @@ virtual machine environment, the stack user in the default instack vm is already
the sceen. It also logs to ~/.instack/install-undercloud.log. You should see
`install-undercloud Complete!` at the end of a successful run.
instack-install-undercloud-packages
instack-install-undercloud
4. Once the install script has run to completion, you should take note to secure and save the files
`/root/stackrc` and `/root/tripleo-undercloud-passwords`. Both these files will be needed to interact

View File

@ -99,7 +99,7 @@ yum -y install git
git clone https://github.com/agroup/instack-undercloud
cp instack-undercloud/instack-baremetal.answers.sample /home/stack/instack.answers
cp instack-undercloud/deploy-virt-overcloudrc /home/stack/deploy-overcloudrc
# instack-install-undercloud-packages sources ~/instack.answers, and during the
# instack-install-undercloud sources ~/instack.answers, and during the
# %chroot phase, apparently ~ evaluates to /tmp. So, we need to copy the
# answers file there as well.
cp instack-undercloud/instack-baremetal.answers.sample ~/instack.answers

View File

@ -175,7 +175,7 @@ if [ "$RUN_INSTACK" -eq 0 ]; then
exit 0
fi
instack-install-undercloud-packages
instack-install-undercloud
if [ "$DELOREAN" -eq 1 ]; then