Change repositories from stackforge to openstack

Change-Id: I05417c42eb2dc6aa05da0236762fe12a2f2e8ed1
This commit is contained in:
venkatamahesh 2015-10-19 09:39:32 +05:30
parent 9c65b1b72d
commit 4aaf19b86c
5 changed files with 7 additions and 7 deletions

2
Vagrantfile vendored
View File

@ -9,7 +9,7 @@
$script = <<SCRIPT $script = <<SCRIPT
sudo apt-get update sudo apt-get update
sudo apt-get install -y git 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 cd monasca-ceilometer
deployer/ceilosca.sh deployer/ceilosca.sh
SCRIPT SCRIPT

View File

@ -15,7 +15,7 @@
- By default uses the current user for setting devstack and monasca, make sure the user has sudo privileges - 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 - 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` 2. `cd monasca-ceilometer`
3. `deployer/ceilosca.sh` 3. `deployer/ceilosca.sh`

View File

@ -1,7 +1,7 @@
#!/bin/bash -xe #!/bin/bash -xe
export MONASCA_VAGRANT_REPO=https://github.com/stackforge/monasca-vagrant export MONASCA_VAGRANT_REPO=https://git.openstack.org/openstack/monasca-vagrant
export DEVSTACK_REPO=https://github.com/openstack-dev/devstack.git export DEVSTACK_REPO=https://git.openstack.org/openstack-dev/devstack.git
export BASE_DIR=~ export BASE_DIR=~
export WORK_DIR=$BASE_DIR/monasca-vagrant export WORK_DIR=$BASE_DIR/monasca-vagrant

View File

@ -1,4 +1,4 @@
site_name: site_name:
monasca-ceilometer monasca-ceilometer
repo_url: repo_url:
'https://github.com/stackforge/monasca-ceilometer' 'https://git.openstack.org/openstack/monasca-ceilometer'

View File

@ -1,6 +1,6 @@
**Instructions to install, setup and use Rally** **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) (Ensure install libffi-dev libssl-dev libxml2 are installed)
2. Run ./install_rally.sh with the -v option to install Rally in its 2. Run ./install_rally.sh with the -v option to install Rally in its
@ -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 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). 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 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.