From 6a1089b50dd5fbc4482c1590a116d7c75f82b734 Mon Sep 17 00:00:00 2001 From: Michael Polenchuk Date: Tue, 26 Mar 2019 13:08:39 +0400 Subject: 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 --- .../classes/cluster/mcp-common-noha/haproxy_openstack_api.yml | 2 +- mcp/reclass/classes/cluster/mcp-common-noha/openstack_control.yml.j2 | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'mcp/reclass/classes/cluster/mcp-common-noha') 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: -- cgit 1.2.3-korg