agroup -> rdo-management

Change-Id: I846a7a50294fec3c94e4d1a6704744ae7725dd0a
This commit is contained in:
James Slagle 2015-06-04 09:20:52 -04:00
parent 5a12900eb3
commit 2d2659d23e
2 changed files with 5 additions and 6 deletions

View File

@ -15,7 +15,7 @@ To do a new build of instack you need to:
python setup.py sdist
1. Go to github for instack, https://github.com/agroup/instack/releases/
1. Go to github for instack, https://github.com/rdo-management/instack/releases/
1. Click Draft a new release

View File

@ -13,14 +13,14 @@ knowledge of the elements within diskimage-builder and tripleo-image-elements.
An example of higher level tooling that uses instack to install a TripleO style
undercloud is at:
https://github.com/agroup/instack-undercloud
https://github.com/rdo-management/instack-undercloud
Usage
-----
Use the command line arguments for fine grained control over which elements to
apply, or drive instack via a declarative style json file (see
https://github.com/agroup/instack-undercloud/blob/master/json-files/fedora-20-undercloud-packages.json
https://github.com/rdo-management/instack-undercloud/blob/master/json-files/fedora-20-undercloud-packages.json
for an example).
Be aware that most elements are not idempotent. Subsequent runs of instack with the same set of elements
@ -69,12 +69,12 @@ Setup
1. git clone this repository
git clone https://github.com/agroup/instack
git clone https://github.com/rdo-management/instack
1. pip install the cloned instack
pushd instack && sudo pip install -e . && popd
1. pip install diskimage-builder and tripleo-image-elements
sudo pip install diskimage-builder tripleo-image-elements
@ -84,7 +84,6 @@ If you so choose, you can use these from their git repositories instead:
git clone https://git.openstack.org/openstack/tripleo-image-elements
pushd diskimage-builder && sudo pip install . && popd
pushd tripleo-image-elements && sudo pip install . && popd
Example Uses
------------