Skip to content

Commit 2d2659d

Browse files
committed
agroup -> rdo-management
Change-Id: I846a7a50294fec3c94e4d1a6704744ae7725dd0a
1 parent 5a12900 commit 2d2659d

2 files changed

Lines changed: 5 additions & 6 deletions

File tree

HOWTO/Releasing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ To do a new build of instack you need to:
1515

1616
python setup.py sdist
1717

18-
1. Go to github for instack, https://github.com/agroup/instack/releases/
18+
1. Go to github for instack, https://github.com/rdo-management/instack/releases/
1919

2020
1. Click Draft a new release
2121

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ knowledge of the elements within diskimage-builder and tripleo-image-elements.
1313

1414
An example of higher level tooling that uses instack to install a TripleO style
1515
undercloud is at:
16-
https://github.com/agroup/instack-undercloud
16+
https://github.com/rdo-management/instack-undercloud
1717

1818
Usage
1919
-----
2020

2121
Use the command line arguments for fine grained control over which elements to
2222
apply, 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
2424
for an example).
2525

2626
Be aware that most elements are not idempotent. Subsequent runs of instack with the same set of elements
@@ -69,12 +69,12 @@ Setup
6969

7070
1. git clone this repository
7171

72-
git clone https://github.com/agroup/instack
72+
git clone https://github.com/rdo-management/instack
7373

7474
1. pip install the cloned instack
7575

7676
pushd instack && sudo pip install -e . && popd
77-
77+
7878
1. 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

8988
Example Uses
9089
------------

0 commit comments

Comments
 (0)