diff options
author | 2017-04-06 10:46:36 -0700 | |
---|---|---|
committer | 2017-08-11 12:56:12 -0700 | |
commit | d478f7f9399b723bc2c9baad6dae0f80dd2172e1 (patch) | |
tree | 727f1c363b855e9b4d60ae621f21c601a4624c63 /xci/file/mini | |
parent | 38b724a3d7c1046c2d11f0796187f5c96ecbc659 (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 'xci/file/mini')
-rw-r--r-- | xci/file/mini/openstack_user_config.yml | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/xci/file/mini/openstack_user_config.yml b/xci/file/mini/openstack_user_config.yml index c41f4329..70429cea 100644 --- a/xci/file/mini/openstack_user_config.yml +++ b/xci/file/mini/openstack_user_config.yml @@ -144,30 +144,11 @@ network_hosts: controller00: ip: 172.29.236.11 -# ceilometer (telemetry API) -metering-infra_hosts: - controller00: - ip: 172.29.236.11 - -# aodh (telemetry alarm service) -metering-alarm_hosts: - controller00: - ip: 172.29.236.11 - -# gnocchi (telemetry metrics storage) -metrics_hosts: - controller00: - ip: 172.29.236.11 - # nova hypervisors compute_hosts: compute00: ip: 172.29.236.12 -# ceilometer compute agent (telemetry) -metering-compute_hosts: - compute00: - ip: 172.29.236.12 # cinder volume hosts (NFS-backed) # The settings here are repeated for each infra host. # They could instead be applied as global settings in |