rename scenario003 to scenario-aio
scenario003 is going to be a scenario gated in OpenStack Infra. It was created to be a AIO scenario, for our testers, so let's rename it to scenario-aio. In a further iteration, scenario003 will be a scenario used by our CI. Change-Id: I53852757d013abfae10e5f4afd41ddbb18da3b03
This commit is contained in:
parent
82b4ea212d
commit
6c272cdf16
@ -28,11 +28,11 @@ OpenStack Infrastructure is deploying two jobs per supported Operating System
|
|||||||
OpenStack services are balanced between two scenarios because OpenStack
|
OpenStack services are balanced between two scenarios because OpenStack
|
||||||
Infastructure Jenkins slaves can not afford the load of running all on the
|
Infastructure Jenkins slaves can not afford the load of running all on the
|
||||||
same node.
|
same node.
|
||||||
One manifest (scenario003) is used for people who want to [run a simple All-In-One
|
One manifest (scenario-aio) is used for people who want to [run a simple All-In-One
|
||||||
scenario](#All-In-One).
|
scenario](#All-In-One).
|
||||||
|
|
||||||
| - | scenario001 | scenario002 | scenario003 |
|
| - | scenario001 | scenario002 | scenario-aio |
|
||||||
|:----------:|:-----------:|:-----------:|:-----------:|
|
|:----------:|:-----------:|:-----------:|:------------:|
|
||||||
| keystone | X | X | X |
|
| keystone | X | X | X |
|
||||||
| glance | rbd | file | file |
|
| glance | rbd | file | file |
|
||||||
| nova | rbd | X | X |
|
| nova | rbd | X | X |
|
||||||
@ -91,7 +91,7 @@ curl -sL http://git.openstack.org/cgit/openstack/puppet-openstack-integration/pl
|
|||||||
```
|
```
|
||||||
|
|
||||||
Look at [Description](#description) to see which services it will install
|
Look at [Description](#description) to see which services it will install
|
||||||
(scenario003).
|
(scenario-aio).
|
||||||
|
|
||||||
|
|
||||||
Contributors
|
Contributors
|
||||||
|
@ -43,7 +43,7 @@ rm -rf /tmp/puppet-openstack-integration
|
|||||||
git clone git://git.openstack.org/openstack/puppet-openstack-integration /tmp/puppet-openstack-integration
|
git clone git://git.openstack.org/openstack/puppet-openstack-integration /tmp/puppet-openstack-integration
|
||||||
cd /tmp/puppet-openstack-integration
|
cd /tmp/puppet-openstack-integration
|
||||||
|
|
||||||
export SCENARIO=scenario003
|
export SCENARIO=scenario-aio
|
||||||
export SCRIPT_DIR=$(cd `dirname $0` && pwd -P)
|
export SCRIPT_DIR=$(cd `dirname $0` && pwd -P)
|
||||||
source $SCRIPT_DIR/functions
|
source $SCRIPT_DIR/functions
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user