diff options
author | 2017-04-07 21:13:00 +0000 | |
---|---|---|
committer | 2017-04-07 21:13:00 +0000 | |
commit | f5ec2879c9dc8025b6838259345f2e381d84728e (patch) | |
tree | c5cb1c8b027f45b6bac126bfbc8896666ebbb189 /prototypes/xci/file/mini | |
parent | ebfcb06123168dd9cfaa1de5b382a19d978c1c2d (diff) | |
parent | e7b8a0114b3607dd6b3f884fe269d5536d20a5d2 (diff) |
Merge "xci: Exclude aodh, ceilometer, and gnocchi from deployments"
Diffstat (limited to 'prototypes/xci/file/mini')
-rw-r--r-- | prototypes/xci/file/mini/openstack_user_config.yml | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/prototypes/xci/file/mini/openstack_user_config.yml b/prototypes/xci/file/mini/openstack_user_config.yml index c41f4329d..70429cea9 100644 --- a/prototypes/xci/file/mini/openstack_user_config.yml +++ b/prototypes/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 |