From 612c648bdcbd05382b2d916d82415a3016d793c0 Mon Sep 17 00:00:00 2001 From: Dave Urschatz Date: Sat, 12 Aug 2017 13:56:19 -0400 Subject: Refactor releng/prototypes/xci to releng-xci/xci in the code These changes are needed as part of migrating xci from releng repo to the releng-xci repo. They cover: - README updates - Re-point configuration from releng/prototypes to releng-xci The changes have been tested as follows: - XCI_FLAVOR=aio - OPENSTACK_OSA_VERSION=adfaa66d6108f87599e0595591b39cad2c8fb658 xci: aio has been installed real 107m5.310s user 11m50.180s sys 4m11.152s ubuntu@rack-IRA2-SymKloudBlade4:~/releng-xci/xci$ Change-Id: I8fd86c2442ee3a7c6996eedb6510dbc6eebd30b0 Signed-off-by: Dave Urschatz --- puppet-infracloud/README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'puppet-infracloud/README.md') diff --git a/puppet-infracloud/README.md b/puppet-infracloud/README.md index 37d575c3..7ebce3d0 100644 --- a/puppet-infracloud/README.md +++ b/puppet-infracloud/README.md @@ -5,31 +5,31 @@ The manifest and mmodules defined on this repo will deploy an OpenStack cloud ba Once all the hardware is provisioned, enter in controller and compute nodes and follow these steps: -1. Clone releng:: +1. Clone releng-xci:: - git clone https://gerrit.opnfv.org/gerrit/releng /opt/releng + git clone https://gerrit.opnfv.org/gerrit/releng-xci /opt/releng-xci 2. Copy hiera to the right place:: - cp /opt/releng/prototypes/puppet-infracloud/hiera/common.yaml /var/lib/hiera + cp /opt/puppet-infracloud/hiera/common.yaml /var/lib/hiera 3. Install modules:: - cd /opt/releng/prototypes/puppet-infracloud + cd /opt/puppet-infracloud ./install_modules.sh 4. Apply the infracloud manifest:: - cd /opt/releng/prototypes/puppet-infracloud - puppet apply manifests/site.pp --modulepath=/etc/puppet/modules:/opt/releng/prototypes/puppet-infracloud/modules + cd /opt/puppet-infracloud + puppet apply manifests/site.pp --modulepath=/etc/puppet/modules:/opt/puppet-infracloud/modules 5. Once you finish this operation on controller and compute nodes, you will have a functional OpenStack cloud. In jumphost, follow that steps: -1. Clone releng:: +1. Clone releng-xci:: - git clone https://gerrit.opnfv.org/gerrit/releng /opt/releng + git clone https://gerrit.opnfv.org/gerrit/releng-xci /opt/releng-xci 2. Create OpenStack clouds config directory:: @@ -37,7 +37,7 @@ In jumphost, follow that steps: 3. Copy credentials file:: - cp /opt/releng/prototypes/puppet-infracloud/creds/clouds.yaml /root/.config/openstack/ + cp /opt/puppet-infracloud/creds/clouds.yaml /root/.config/openstack/ 4. Install python-dev package as the installation of python-openstackclient depends on it -- cgit 1.2.3-korg