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 --- bifrost/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bifrost') diff --git a/bifrost/README.md b/bifrost/README.md index dc1417a8..60d07244 100644 --- a/bifrost/README.md +++ b/bifrost/README.md @@ -11,7 +11,7 @@ Please follow that steps: 2. Clone releng:: - sudo git clone https://gerrit.opnfv.org/gerrit/releng /opt/releng + sudo git clone https://gerrit.opnfv.org/gerrit/releng-xci /opt/releng-xci 3. Clone infracloud:: @@ -19,7 +19,7 @@ Please follow that steps: 4. Combine releng scripts and playbooks with bifrost:: - sudo cp -R /opt/releng/prototypes/bifrost/* /opt/bifrost/ + sudo cp -R /opt/releng-xci/bifrost/* /opt/bifrost/ 5. Copy /opt/puppet-infracloud/templates/bifrost/create_bridge.py.erb to /opt/puppet-infracloud/files/elements/infra-cloud-bridge/static/opt/create_bridge.py, and replace tag <%= @bridge_name -%> with br_opnfv -- cgit