diff options
author | Michael Polenchuk <mpolenchuk@mirantis.com> | 2019-03-26 13:08:39 +0400 |
---|---|---|
committer | Michael Polenchuk <mpolenchuk@mirantis.com> | 2019-03-27 15:44:35 +0400 |
commit | 6a1089b50dd5fbc4482c1590a116d7c75f82b734 (patch) | |
tree | ad7d8da1c5e3d6231d88708d798cf25209322b90 /mcp/reclass/classes/cluster/mcp-common-noha | |
parent | 16faba212fcb642eefc51bdb85538b5ae651350c (diff) |
Rectify system reclass after update
* add opendaylight password (removed from system level)
* get updated ovn system class w/o mysql settings
* enable ceilometer user back (removed along with outdated service/endpoints)
* adjsut check interval of haproxy for noha scenarios since there is
only one backend for services, i.e. failover ain't expected
Change-Id: Iedee290e1cfcf838998bd44dc09a729d143974ac
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
Diffstat (limited to 'mcp/reclass/classes/cluster/mcp-common-noha')
-rw-r--r-- | mcp/reclass/classes/cluster/mcp-common-noha/haproxy_openstack_api.yml | 2 | ||||
-rw-r--r-- | mcp/reclass/classes/cluster/mcp-common-noha/openstack_control.yml.j2 | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/mcp/reclass/classes/cluster/mcp-common-noha/haproxy_openstack_api.yml b/mcp/reclass/classes/cluster/mcp-common-noha/haproxy_openstack_api.yml index 66f5968c3..dd3bc4761 100644 --- a/mcp/reclass/classes/cluster/mcp-common-noha/haproxy_openstack_api.yml +++ b/mcp/reclass/classes/cluster/mcp-common-noha/haproxy_openstack_api.yml @@ -8,7 +8,7 @@ --- parameters: _param: - haproxy_check: check inter 15s fastinter 2s downinter 4s rise 3 fall 3 + haproxy_check: check inter 30m fastinter 2s downinter 4s rise 3 fall 3 haproxy: proxy: listen: diff --git a/mcp/reclass/classes/cluster/mcp-common-noha/openstack_control.yml.j2 b/mcp/reclass/classes/cluster/mcp-common-noha/openstack_control.yml.j2 index 9f39d0306..77476ac63 100644 --- a/mcp/reclass/classes/cluster/mcp-common-noha/openstack_control.yml.j2 +++ b/mcp/reclass/classes/cluster/mcp-common-noha/openstack_control.yml.j2 @@ -22,6 +22,7 @@ classes: - system.keystone.client.service.nova21 - system.keystone.client.service.nova-placement - system.keystone.client.service.cinder3 + - system.keystone.client.service.ceilometer - system.keystone.client.service.aodh - system.keystone.client.service.gnocchi - system.keystone.client.service.panko @@ -72,6 +73,7 @@ parameters: _param: linux_system_codename: xenial ceilometer_create_gnocchi_resources: 'True' + ceilometer_endpoint_status: absent barbican_integration_enabled: 'false' linux: system: @@ -97,6 +99,9 @@ parameters: resources: v3: enabled: true + services: + ceilometer: + status: absent server: identity: admin: |