Update stackforge references to openstack
Change-Id: I5d99ed16e10bf8118ac253f097918b9ec78b1f85
This commit is contained in:
parent
feec94d268
commit
08d494ee52
@ -16,7 +16,7 @@ Designate follows the [OpenStack Gerrit Workflow](https://wiki.openstack.org/wik
|
|||||||
Setup a working environment:
|
Setup a working environment:
|
||||||
|
|
||||||
````
|
````
|
||||||
git clone git@github.com:stackforge/designate.git
|
git clone git@github.com:openstack/designate.git
|
||||||
cd designate
|
cd designate
|
||||||
virtualenv .venv
|
virtualenv .venv
|
||||||
. .venv/bin/activate
|
. .venv/bin/activate
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
pbr>=0.6,<1.0
|
pbr>=0.6,<1.0
|
||||||
-e git+https://github.com/stackforge/designate.git#egg=designate
|
-e git+https://github.com/openstack/designate.git#egg=designate
|
||||||
|
@ -23,9 +23,9 @@ set +o xtrace
|
|||||||
DESIGNATE_PLUGINS=$TOP_DIR/lib/designate_plugins
|
DESIGNATE_PLUGINS=$TOP_DIR/lib/designate_plugins
|
||||||
|
|
||||||
# Set up default repos
|
# Set up default repos
|
||||||
DESIGNATE_REPO=${DESIGNATE_REPO:-${GIT_BASE}/stackforge/designate.git}
|
DESIGNATE_REPO=${DESIGNATE_REPO:-${GIT_BASE}/openstack/designate.git}
|
||||||
DESIGNATE_BRANCH=${DESIGNATE_BRANCH:-master}
|
DESIGNATE_BRANCH=${DESIGNATE_BRANCH:-master}
|
||||||
DESIGNATECLIENT_REPO=${DESIGNATECLIENT_REPO:-${GIT_BASE}/stackforge/python-designateclient.git}
|
DESIGNATECLIENT_REPO=${DESIGNATECLIENT_REPO:-${GIT_BASE}/openstack/python-designateclient.git}
|
||||||
DESIGNATECLIENT_BRANCH=${DESIGNATECLIENT_BRANCH:-master}
|
DESIGNATECLIENT_BRANCH=${DESIGNATECLIENT_BRANCH:-master}
|
||||||
|
|
||||||
# Set up default paths
|
# Set up default paths
|
||||||
|
@ -29,7 +29,7 @@ Instructions
|
|||||||
2. Clone Designate and DevStack inside the VM::
|
2. Clone Designate and DevStack inside the VM::
|
||||||
|
|
||||||
$ git clone https://github.com/openstack-dev/devstack.git
|
$ git clone https://github.com/openstack-dev/devstack.git
|
||||||
$ git clone https://github.com/stackforge/designate.git
|
$ git clone https://github.com/openstack/designate.git
|
||||||
|
|
||||||
3. Install the Designate extension for DevStack::
|
3. Install the Designate extension for DevStack::
|
||||||
|
|
||||||
|
@ -48,11 +48,11 @@ Installing Designate
|
|||||||
$ apt-get install rabbitmq-server
|
$ apt-get install rabbitmq-server
|
||||||
$ apt-get build-dep python-lxml
|
$ apt-get build-dep python-lxml
|
||||||
|
|
||||||
2. Clone the Designate repo off of Stackforge
|
2. Clone the Designate repo from GitHub
|
||||||
|
|
||||||
::
|
::
|
||||||
|
|
||||||
$ git clone https://github.com/stackforge/designate.git
|
$ git clone https://github.com/openstack/designate.git
|
||||||
$ cd designate
|
$ cd designate
|
||||||
|
|
||||||
|
|
||||||
|
@ -46,4 +46,4 @@ Indices and tables
|
|||||||
|
|
||||||
|
|
||||||
.. _OpenStack Wiki: https://wiki.openstack.org/wiki/Designate
|
.. _OpenStack Wiki: https://wiki.openstack.org/wiki/Designate
|
||||||
.. _source tree: https://github.com/stackforge/designate
|
.. _source tree: https://github.com/openstack/designate
|
||||||
|
@ -116,7 +116,7 @@ Installing using Source (Git)
|
|||||||
|
|
||||||
::
|
::
|
||||||
|
|
||||||
$ git clone git://github.com/stackforge/designate designate
|
$ git clone git://github.com/openstack/designate designate
|
||||||
|
|
||||||
3. Change directory to the newly cloned repository
|
3. Change directory to the newly cloned repository
|
||||||
|
|
||||||
@ -208,4 +208,4 @@ API::
|
|||||||
|
|
||||||
$ designate-api
|
$ designate-api
|
||||||
|
|
||||||
You should now be able to create zones and use nslookup or dig towards localhost to query pdns for it.
|
You should now be able to create zones and use nslookup or dig towards localhost to query pdns for it.
|
||||||
|
@ -38,7 +38,7 @@ Related Projects
|
|||||||
|
|
||||||
.. _Bug Tracker: https://bugs.launchpad.net/designate
|
.. _Bug Tracker: https://bugs.launchpad.net/designate
|
||||||
.. _Blueprints: https://blueprints.launchpad.net/designate
|
.. _Blueprints: https://blueprints.launchpad.net/designate
|
||||||
.. _GitHub: https://github.com/stackforge/designate
|
.. _GitHub: https://github.com/openstack/designate
|
||||||
.. _Chef Cookbook: https://github.com/moniker-dns/designate-cookbook
|
.. _Chef Cookbook: https://github.com/moniker-dns/designate-cookbook
|
||||||
.. _Debian Packaging: https://github.com/moniker-dns/debian-designate
|
.. _Debian Packaging: https://github.com/moniker-dns/debian-designate
|
||||||
.. _Launchpad PPA: https://launchpad.net/~designate-ppa/+archive/havana
|
.. _Launchpad PPA: https://launchpad.net/~designate-ppa/+archive/havana
|
||||||
|
Loading…
Reference in New Issue
Block a user