Change the repository from stackforge to openstack
Change-Id: I82231a55537655aab369be3a14e36e80d23dfc11
This commit is contained in:
parent
67ac635568
commit
a5fa51f6e4
@ -1,8 +1,8 @@
|
||||
# Tricircle
|
||||
|
||||
(For PoC source code, please switch to ["poc"](https://github.com/stackforge/tricircle/tree/poc) tag, or ["stable/fortest"](https://github.com/stackforge/tricircle/tree/stable/fortest) branch)
|
||||
(For PoC source code, please switch to ["poc"](https://github.com/openstack/tricircle/tree/poc) tag, or ["stable/fortest"](https://github.com/openstack/tricircle/tree/stable/fortest) branch)
|
||||
|
||||
Tricircle is a stackforge project that aims to deal with OpenStack deployment across multiple sites. It provides users a single management view by having only one OpenStack instance on behalf of all the involved ones. It essentially serves as a communication bus between the central OpenStack instance and the other OpenStack instances that are called upon.
|
||||
Tricircle is a openstack project that aims to deal with OpenStack deployment across multiple sites. It provides users a single management view by having only one OpenStack instance on behalf of all the involved ones. It essentially serves as a communication bus between the central OpenStack instance and the other OpenStack instances that are called upon.
|
||||
|
||||
## Project Resources
|
||||
- Project status, bugs, and blueprints are tracked on [Launchpad](https://launchpad.net/tricircle)
|
||||
|
@ -29,7 +29,7 @@ PUBLIC_NETWORK_GATEWAY=10.100.100.3
|
||||
|
||||
|
||||
Q_ENABLE_TRICIRCLE=True
|
||||
enable_plugin tricircle https://git.openstack.org/stackforge/tricircle master
|
||||
enable_plugin tricircle https://git.openstack.org/openstack/tricircle master
|
||||
|
||||
# Tricircle Services
|
||||
enable_service t-svc
|
||||
@ -47,4 +47,4 @@ disable_service c-api
|
||||
disable_service c-vol
|
||||
disable_service c-bak
|
||||
disable_service c-sch
|
||||
disable_service cinder
|
||||
disable_service cinder
|
||||
|
@ -1,5 +1,5 @@
|
||||
# Git information
|
||||
TRICIRCLE_REPO=${TRICIRCLE_REPO:-https://git.openstack.org/cgit/stackforge/tricircle/}
|
||||
TRICIRCLE_REPO=${TRICIRCLE_REPO:-https://git.openstack.org/cgit/openstack/tricircle/}
|
||||
TRICIRCLE_DIR=$DEST/tricircle
|
||||
TRICIRCLE_BRANCH=${TRICIRCLE_BRANCH:-master}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user