Added changes to accommodate rename of incubator.
Made changes to documentation and scripts to accommodate the changes required as part of moving the module incubator from stackforge to openstack. Change-Id: I41cc86d2792c6e8f9d2f01936f252daf4d407bc9
This commit is contained in:
parent
57f8e4e2d4
commit
ff0bd1b140
@ -210,7 +210,7 @@ baremetal host.
|
||||
https://bugs.launchpad.net/tripleo/+bug/1178094
|
||||
|
||||
* Enroll your vanilla image into the glance of that install.
|
||||
Be sure to use incubator/scripts/load-image as that will extract the kernel
|
||||
Be sure to use tripleo-incubator/scripts/load-image as that will extract the kernel
|
||||
and ramdisk and register them appropriately with glance.
|
||||
|
||||
* Enroll your other datacentre machines into that nova baremetal install.
|
||||
|
12
devtest.md
12
devtest.md
@ -67,7 +67,7 @@ __(Note: all of the following commands should be run on your host machine, not i
|
||||
|
||||
1. git clone this repository to your local machine.
|
||||
|
||||
git clone https://github.com/tripleo/incubator.git
|
||||
git clone https://github.com/openstack/tripleo-incubator.git
|
||||
|
||||
1. git clone bm_poseur to your local machine.
|
||||
|
||||
@ -79,10 +79,10 @@ __(Note: all of the following commands should be run on your host machine, not i
|
||||
git clone https://github.com/stackforge/tripleo-image-elements.git
|
||||
git clone https://github.com/stackforge/tripleo-heat-templates.git
|
||||
|
||||
1. Nova tools get installed in $TRIPLEO_ROOT/incubator/scripts - you need to
|
||||
1. Nova tools get installed in $TRIPLEO_ROOT/tripleo-incubator/scripts - you need to
|
||||
add that to the PATH.
|
||||
|
||||
export PATH=$PATH:$TRIPLEO_ROOT/incubator/scripts
|
||||
export PATH=$PATH:$TRIPLEO_ROOT/tripleo-incubator/scripts
|
||||
|
||||
1. You need to make the tripleo image elements accessible to diskimage-builder:
|
||||
|
||||
@ -112,7 +112,7 @@ __(Note: all of the following commands should be run on your host machine, not i
|
||||
cd $TRIPLEO_ROOT/tripleo-image-elements/elements/seed-stack-config
|
||||
sed -i "s/\"user\": \"stack\",/\"user\": \"`whoami`\",/" config.json
|
||||
|
||||
cd $TRIPLEO_ROOT/incubator/
|
||||
cd $TRIPLEO_ROOT/tripleo-incubator/
|
||||
boot-seed-vm
|
||||
|
||||
Your SSH pub key has been copied to the resulting 'seed' VMs root
|
||||
@ -194,7 +194,7 @@ __(Note: all of the following commands should be run on your host machine, not i
|
||||
|
||||
1. Source the undercloud configuration:
|
||||
|
||||
source $TRIPLEO_ROOT/incubator/undercloudrc
|
||||
source $TRIPLEO_ROOT/tripleo-incubator/undercloudrc
|
||||
|
||||
1. Exclude the undercloud from proxies:
|
||||
|
||||
@ -252,7 +252,7 @@ __(Note: all of the following commands should be run on your host machine, not i
|
||||
|
||||
1. Source the overcloud configuration:
|
||||
|
||||
source $TRIPLEO_ROOT/incubator/overcloudrc
|
||||
source $TRIPLEO_ROOT/tripleo-incubator/overcloudrc
|
||||
|
||||
1. Exclude the undercloud from proxies:
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
The following notes have already been incorporated into the baremetal-neutron-dhcp
|
||||
branches of devstack and nova, and this (neutron-dhcp) branch of incubator.
|
||||
Most of the differences are contained in incubator/localrc and devstack/lib/neutron.
|
||||
branches of devstack and nova, and this (neutron-dhcp) branch of tripleo-incubator.
|
||||
Most of the differences are contained in tripleo-incubator/localrc and devstack/lib/neutron.
|
||||
There are also several patches to Nova.
|
||||
|
||||
These notes are preserved in a single place just for clarity.
|
||||
|
@ -68,6 +68,6 @@ echo "$commands" | ssh ubuntu@$1
|
||||
# for the bootstrap image:
|
||||
# Add eth1 via modprobe dummy && dummy0 - edit localrc and /etc/network/interfaces
|
||||
#sudo ifup dummy0
|
||||
#incubator/scripts/demo
|
||||
#tripleo-incubator/scripts/demo
|
||||
#$profit
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user