diff --git a/README.md b/README.md index 30c530e..4565d79 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/mkdocs.yml b/mkdocs.yml index 2acf9b7..d6e0b97 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,2 +1,2 @@ site_name: monasca-vagrant -repo_url: https://github.com/stackforge/monasca-vagrant +repo_url: https://github.com/openstack/monasca-vagrant diff --git a/monasca-ansible-repos.sh b/monasca-ansible-repos.sh index 5545da1..22ed575 100755 --- a/monasca-ansible-repos.sh +++ b/monasca-ansible-repos.sh @@ -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 ' diff --git a/monasca-repos.sh b/monasca-repos.sh index 89f59b5..a3fa620 100755 --- a/monasca-repos.sh +++ b/monasca-repos.sh @@ -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 '