From c779db2f5afcfb86ac50fc46416c4c54378cfff8 Mon Sep 17 00:00:00 2001 From: James Slagle Date: Fri, 12 Sep 2014 09:43:28 -0400 Subject: [PATCH] instack-prepare-for-overcloud is now run automatically at the end of the install --- Overcloud-source.md | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/Overcloud-source.md b/Overcloud-source.md index 1597abe4b..3183fa474 100644 --- a/Overcloud-source.md +++ b/Overcloud-source.md @@ -3,16 +3,6 @@ Overcloud This page details how to deploy and use an Overcloud once the Undercloud is installed. -1. Run the prepare-for-overcloud script to download and load images into glance. -This script will avoid re-downloading images if they already exist in the -current working directory. If you want to force a redownload of the images, -delete the local images first. - - source tripleo-undercloud-passwords - source stackrc - source instack-undercloud/instack-sourcerc - instack-prepare-for-overcloud - 1. Edit the deploy-overcloudrc script to set the scaling variable values used to deploy the overcloud. Set the values to to the number of nodes deployed for each role type. You must deploy at least 1 Compute node, but do not need to deploy any block storage or object storage nodes. Once you are done @@ -27,6 +17,9 @@ making any edits to the file, source the file into your shell. 1. Deploy the overcloud using heat: # heat + source tripleo-undercloud-passwords + source stackrc + source instack-undercloud/instack-sourcerc instack-deploy-overcloud