Skip to content

Commit

Permalink
Change repositories from stackforge to openstack
Browse files Browse the repository at this point in the history
Change-Id: I05417c42eb2dc6aa05da0236762fe12a2f2e8ed1
  • Loading branch information
venkatamahesh committed Oct 20, 2015
1 parent 9c65b1b commit 4aaf19b
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Vagrantfile
Expand Up @@ -9,7 +9,7 @@
$script = <<SCRIPT
sudo apt-get update
sudo apt-get install -y git
git clone https://github.com/stackforge/monasca-ceilometer
git clone https://git.openstack.org/openstack/monasca-ceilometer
cd monasca-ceilometer
deployer/ceilosca.sh
SCRIPT
Expand Down
2 changes: 1 addition & 1 deletion deployer/README.md
Expand Up @@ -15,7 +15,7 @@
- By default uses the current user for setting devstack and monasca, make sure the user has sudo privileges
- If you are running this script behind a proxy, make sure current host-ip is added to no_proxy

1. `git clone https://github.com/stackforge/monasca-ceilometer`
1. `git clone https://git.openstack.org/openstack/monasca-ceilometer`
2. `cd monasca-ceilometer`
3. `deployer/ceilosca.sh`

Expand Down
4 changes: 2 additions & 2 deletions deployer/ceilosca.sh
@@ -1,7 +1,7 @@
#!/bin/bash -xe

export MONASCA_VAGRANT_REPO=https://github.com/stackforge/monasca-vagrant
export DEVSTACK_REPO=https://github.com/openstack-dev/devstack.git
export MONASCA_VAGRANT_REPO=https://git.openstack.org/openstack/monasca-vagrant
export DEVSTACK_REPO=https://git.openstack.org/openstack-dev/devstack.git

export BASE_DIR=~
export WORK_DIR=$BASE_DIR/monasca-vagrant
Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
@@ -1,4 +1,4 @@
site_name:
monasca-ceilometer
repo_url:
'https://github.com/stackforge/monasca-ceilometer'
'https://git.openstack.org/openstack/monasca-ceilometer'
4 changes: 2 additions & 2 deletions test-scripts/README.md
@@ -1,6 +1,6 @@
**Instructions to install, setup and use Rally**

1. Download rally: git clone https://github.com/stackforge/rally
1. Download rally: git clone https://git.openstack.org/openstack/rally
(Ensure install libffi-dev libssl-dev libxml2 are installed)

2. Run ./install_rally.sh with the -v option to install Rally in its
Expand Down Expand Up @@ -67,4 +67,4 @@ max_avg_duration: 5
In human-readable form this input task means: Create 5 tenants with 10 users in each, after that try to authenticate
to Keystone 6000 times performing 50 authentications per second (running new authentication request every 20ms).
Each time we are performing authentication from one of the Rally pre-created user. This task passes only if max
average duration of authentication takes less than 5 seconds.
average duration of authentication takes less than 5 seconds.

0 comments on commit 4aaf19b

Please sign in to comment.