Merge "Update the example roles and AIO Kitchen scenario"

This commit is contained in:
Zuul 2019-01-07 16:47:31 +00:00 committed by Gerrit Code Review
commit 3faee3507d
5 changed files with 7 additions and 6 deletions

View File

@ -79,9 +79,9 @@ suites:
# NOTE: block-storage, orchestration, dashboard, etc. can be installed
# but are not tested by tempest
- recipe[openstack-block-storage::api]
- recipe[openstack-block-storage::scheduler]
- recipe[openstack-block-storage::volume_driver_lvm]
- recipe[openstack-block-storage::volume]
- recipe[openstack-block-storage::scheduler]
- recipe[openstack-block-storage::backup]
- recipe[openstack-block-storage::identity_registration]
- recipe[openstack-bare-metal::api]
@ -116,6 +116,11 @@ suites:
yum:
epel:
enabled: false
poise-python:
options:
pip_version: '18.0'
setuptools_version: '40.0.0'
wheel_version: '0.31.1'
openstack:
is_release: true
apt:

View File

@ -2,7 +2,6 @@
"name": "allinone",
"description": "This will deploy all of the services for Openstack Compute to function on a single box.",
"run_list": [
"recipe[build-essential]",
"recipe[openstack-common]",
"recipe[openstack-common::logging]",
"recipe[openstack-common::sysctl]",

View File

@ -2,7 +2,6 @@
"name": "multinode-compute",
"description": "This will deploy a compute node for a scenarios with just compute and controller nodes",
"run_list": [
"recipe[build-essential]",
"recipe[openstack-common]",
"recipe[openstack-compute::compute]",
"recipe[openstack-compute::identity_registration]",

View File

@ -2,7 +2,6 @@
"name": "multinode-controller",
"description": "This will deploy a controller node for a scenarios with just compute and controller nodes",
"run_list": [
"recipe[build-essential]",
"recipe[openstack-common]",
"recipe[openstack-common::logging]",
"recipe[openstack-common::sysctl]",

View File

@ -2,7 +2,6 @@
"name": "multinode-network",
"description": "This will deploy a controller node for a scenarios with just compute and controller nodes",
"run_list": [
"recipe[build-essential]",
"recipe[openstack-common]",
"recipe[openstack-common::logging]",
"recipe[openstack-common::sysctl]",
@ -12,4 +11,4 @@
"recipe[openstack-network::metadata_agent]",
"recipe[openstack-network::openvswitch_agent]"
]
}
}