summaryrefslogtreecommitdiffstats
path: root/prototypes/xci/file/setup-openstack.yml
diff options
context:
space:
mode:
authorFatih Degirmenci <fatih.degirmenci@ericsson.com>2017-04-06 10:46:36 -0700
committerFatih Degirmenci <fatih.degirmenci@ericsson.com>2017-04-06 11:49:02 -0700
commite7b8a0114b3607dd6b3f884fe269d5536d20a5d2 (patch)
treec3bac9ccd4728c80fe2c71769378d2dcc902c271 /prototypes/xci/file/setup-openstack.yml
parent0e446cc519de5f00cc2d5a03cac414b45cc1ce19 (diff)
xci: Exclude aodh, ceilometer, and gnocchi from deployments
Aodh is broken on the master branch due to use of conflicting sqlAlhcemy package, causing issues during osa repo_build. This patch disables aodh and the related services ceilometer and gnocchi since the reason for us to have these 2 is to get aodh. See the failure from https://build.opnfv.org/ci/job/xci-deploy-virtual-xenial-daily-master/26/consoleFull Change-Id: Ic6b74328cf1692b5e26c5f30b3eb3799240c7117 Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
Diffstat (limited to 'prototypes/xci/file/setup-openstack.yml')
-rw-r--r--prototypes/xci/file/setup-openstack.yml10
1 files changed, 0 insertions, 10 deletions
diff --git a/prototypes/xci/file/setup-openstack.yml b/prototypes/xci/file/setup-openstack.yml
index 2ffb907e4..415c48993 100644
--- a/prototypes/xci/file/setup-openstack.yml
+++ b/prototypes/xci/file/setup-openstack.yml
@@ -20,16 +20,6 @@
- include: os-neutron-install.yml
- include: os-heat-install.yml
- include: os-horizon-install.yml
-- include: os-ceilometer-install.yml
-- include: os-aodh-install.yml
-#NOTE(stevelle) Ensure Gnocchi identities exist before Swift
-- include: os-gnocchi-install.yml
- when:
- - gnocchi_storage_driver is defined
- - gnocchi_storage_driver == 'swift'
- vars:
- gnocchi_identity_only: True
- include: os-swift-install.yml
-- include: os-gnocchi-install.yml
- include: os-ironic-install.yml
- include: os-tempest-install.yml