@@ -13,14 +13,14 @@ knowledge of the elements within diskimage-builder and tripleo-image-elements.
1313
1414An example of higher level tooling that uses instack to install a TripleO style
1515undercloud is at:
16- https://github.com/agroup /instack-undercloud
16+ https://github.com/rdo-management /instack-undercloud
1717
1818Usage
1919-----
2020
2121Use the command line arguments for fine grained control over which elements to
2222apply, or drive instack via a declarative style json file (see
23- https://github.com/agroup /instack-undercloud/blob/master/json-files/fedora-20-undercloud-packages.json
23+ https://github.com/rdo-management /instack-undercloud/blob/master/json-files/fedora-20-undercloud-packages.json
2424for an example).
2525
2626Be aware that most elements are not idempotent. Subsequent runs of instack with the same set of elements
@@ -69,12 +69,12 @@ Setup
6969
70701 . git clone this repository
7171
72- git clone https://github.com/agroup /instack
72+ git clone https://github.com/rdo-management /instack
7373
74741 . pip install the cloned instack
7575
7676 pushd instack && sudo pip install -e . && popd
77-
77+
78781 . pip install diskimage-builder and tripleo-image-elements
7979
8080 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:
8484 git clone https://git.openstack.org/openstack/tripleo-image-elements
8585 pushd diskimage-builder && sudo pip install . && popd
8686 pushd tripleo-image-elements && sudo pip install . && popd
87-
8887
8988Example Uses
9089------------
0 commit comments