Merge "Add Watcher default settings"
This commit is contained in:
commit
306bc101d1
@ -87,10 +87,12 @@ control
|
|||||||
[ceilometer:children]
|
[ceilometer:children]
|
||||||
control
|
control
|
||||||
|
|
||||||
# Tempest
|
|
||||||
[tempest:children]
|
[tempest:children]
|
||||||
control
|
control
|
||||||
|
|
||||||
|
[watcher:children]
|
||||||
|
control
|
||||||
|
|
||||||
# Additional control implemented here. These groups allow you to control which
|
# Additional control implemented here. These groups allow you to control which
|
||||||
# services run on which hosts at a per-service level.
|
# services run on which hosts at a per-service level.
|
||||||
#
|
#
|
||||||
@ -252,3 +254,13 @@ compute
|
|||||||
# Multipathd
|
# Multipathd
|
||||||
[multipathd:children]
|
[multipathd:children]
|
||||||
compute
|
compute
|
||||||
|
|
||||||
|
# Watcher
|
||||||
|
[watcher-api:children]
|
||||||
|
watcher
|
||||||
|
|
||||||
|
[watcher-engine:children]
|
||||||
|
watcher
|
||||||
|
|
||||||
|
[watcher-applier:children]
|
||||||
|
watcher
|
||||||
|
@ -103,6 +103,9 @@ control
|
|||||||
[tempest:children]
|
[tempest:children]
|
||||||
control
|
control
|
||||||
|
|
||||||
|
[watcher:children]
|
||||||
|
control
|
||||||
|
|
||||||
# Additional control implemented here. These groups allow you to control which
|
# Additional control implemented here. These groups allow you to control which
|
||||||
# services run on which hosts at a per-service level.
|
# services run on which hosts at a per-service level.
|
||||||
#
|
#
|
||||||
@ -264,3 +267,13 @@ compute
|
|||||||
# Multipathd
|
# Multipathd
|
||||||
[multipathd:children]
|
[multipathd:children]
|
||||||
compute
|
compute
|
||||||
|
|
||||||
|
# Watcher
|
||||||
|
[watcher-api:children]
|
||||||
|
watcher
|
||||||
|
|
||||||
|
[watcher-engine:children]
|
||||||
|
watcher
|
||||||
|
|
||||||
|
[watcher-applier:children]
|
||||||
|
watcher
|
||||||
|
@ -125,6 +125,7 @@ neutron_external_interface: "eth1"
|
|||||||
#enable_neutron_qos: "no"
|
#enable_neutron_qos: "no"
|
||||||
#enable_swift: "no"
|
#enable_swift: "no"
|
||||||
#enable_tempest: "no"
|
#enable_tempest: "no"
|
||||||
|
#enable_watcher: "no"
|
||||||
|
|
||||||
|
|
||||||
###################
|
###################
|
||||||
|
@ -61,6 +61,9 @@ mistral_keystone_password:
|
|||||||
ceilometer_database_password:
|
ceilometer_database_password:
|
||||||
ceilometer_keystone_password:
|
ceilometer_keystone_password:
|
||||||
|
|
||||||
|
watcher_database_password:
|
||||||
|
watcher_keystone_password:
|
||||||
|
|
||||||
horizon_secret_key:
|
horizon_secret_key:
|
||||||
|
|
||||||
telemetry_secret_key:
|
telemetry_secret_key:
|
||||||
|
Loading…
Reference in New Issue
Block a user