Change repositories from stackforge to openstack
Change-Id: Ibddacee4a73f952e254cc6ea8271b5a198d8a380
This commit is contained in:
parent
40d62e3f49
commit
f35d0166fc
@ -36,7 +36,7 @@ Installs a mini monitoring environment based on Vagrant. Intended for developmen
|
||||
## Get the Code
|
||||
|
||||
```
|
||||
git clone https://github.com/stackforge/monasca-vagrant
|
||||
git clone https://github.com/openstack/monasca-vagrant
|
||||
```
|
||||
## Install Vagrant
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
site_name: monasca-vagrant
|
||||
repo_url: https://github.com/stackforge/monasca-vagrant
|
||||
repo_url: https://github.com/openstack/monasca-vagrant
|
||||
|
@ -17,7 +17,7 @@ https://github.com/hpcloud-mon/ansible-percona.git
|
||||
https://github.com/hpcloud-mon/ansible-storm.git
|
||||
https://github.com/hpcloud-mon/ansible-zookeeper.git'
|
||||
|
||||
# Other repos not in the standard list are found at https://github.com/hpcloud-mon and https://github.com/stackforge?query=monasca
|
||||
# Other repos not in the standard list are found at https://github.com/hpcloud-mon and https://github.com/openstack?query=monasca
|
||||
|
||||
if [ $# -ne 1 ]; then
|
||||
echo 'Usage: $0 <parent_dir>'
|
||||
|
@ -2,18 +2,18 @@
|
||||
#
|
||||
# Clone all the monasca code repos to $1
|
||||
|
||||
monasca_repos='https://github.com/stackforge/monasca-agent.git
|
||||
https://github.com/stackforge/monasca-api.git
|
||||
https://github.com/stackforge/monasca-common.git
|
||||
https://github.com/stackforge/monasca-notification.git
|
||||
https://github.com/stackforge/monasca-persister.git
|
||||
https://github.com/stackforge/monasca-thresh.git
|
||||
https://github.com/stackforge/monasca-ui.git
|
||||
https://github.com/stackforge/python-monascaclient.git
|
||||
monasca_repos='https://github.com/openstack/monasca-agent.git
|
||||
https://github.com/openstack/monasca-api.git
|
||||
https://github.com/openstack/monasca-common.git
|
||||
https://github.com/openstack/monasca-notification.git
|
||||
https://github.com/openstack/monasca-persister.git
|
||||
https://github.com/openstack/monasca-thresh.git
|
||||
https://github.com/openstack/monasca-ui.git
|
||||
https://github.com/openstack/python-monascaclient.git
|
||||
https://github.com/hpcloud-mon/grafana
|
||||
https://github.com/hpcloud-mon/monasca-tempest.git'
|
||||
|
||||
# Other repos not in the standard list are found at https://github.com/hpcloud-mon and https://github.com/stackforge?query=monasca
|
||||
# Other repos not in the standard list are found at https://github.com/hpcloud-mon and https://github.com/openstack?query=monasca
|
||||
|
||||
if [ $# -ne 1 ]; then
|
||||
echo 'Usage: $0 <parent_dir>'
|
||||
|
Loading…
Reference in New Issue
Block a user