[ha] Take out class with backports repo 25/67525/3
authorMichael Polenchuk <mpolenchuk@mirantis.com>
Wed, 10 Apr 2019 13:41:52 +0000 (17:41 +0400)
committerMichael Polenchuk <mpolenchuk@mirantis.com>
Thu, 11 Apr 2019 12:27:42 +0000 (16:27 +0400)
* update system reclass
* rectify telemetry redis options

Change-Id: I6dca1ae52e7f7d73a90e53fceddca8e86872651b
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
mcp/reclass/classes/cluster/all-mcp-arch-common/passwords.yml
mcp/reclass/classes/cluster/mcp-common-ha/openstack_control.yml.j2
mcp/reclass/classes/cluster/mcp-common-noha/openstack_control.yml.j2
mcp/reclass/classes/system

index 0c6d274..f51563e 100644 (file)
@@ -55,6 +55,7 @@ parameters:
     heat_domain_admin_password: ${_param:opnfv_main_password}
     ceilometer_influxdb_password: ${_param:opnfv_main_password}
     ceilometer_secret_key: ${_param:opnfv_main_password}
+    openstack_telemetry_redis_password: ${_param:opnfv_main_password}
 
     opendaylight_password: admin
 
index cc4ed7d..fe844e7 100644 (file)
@@ -27,6 +27,7 @@ classes:
   - system.glusterfs.client.cluster
   - system.glusterfs.client.volume.glance
   - system.glusterfs.client.volume.keystone
+  - cluster.all-mcp-arch-common.backports
   - cluster.mcp-common-ha.glusterfs_repo
 {%- if not conf.MCP_VCP %}
   # sync from kvm
@@ -44,7 +45,6 @@ classes:
   # - system.salt.control.cluster.stacklight_server_cluster
   # - system.salt.control.cluster.stacklight_log_cluster
   # - system.salt.control.cluster.stacklight_telemetry_cluster
-  - cluster.all-mcp-arch-common.backports
   - cluster.mcp-common-ha.infra.kvm_pdf
   - cluster.all-mcp-arch-common.opnfv.maas_proxy
   - cluster.all-mcp-arch-common.opnfv.lab_proxy_pdf
index a5a073b..cf09d59 100644 (file)
@@ -46,14 +46,9 @@ classes:
   - service.barbican.server.plugin.simple_crypto
   - service.redis.server.single
   - service.ceilometer.server.single
-  - system.ceilometer.server.coordination.redis
   - system.ceilometer.server.backend.default
   - system.aodh.server.single
-  - system.aodh.server.coordination.redis
   - system.gnocchi.server.single
-  - system.gnocchi.common.storage.incoming.redis
-  - system.gnocchi.common.storage.redis
-  - system.gnocchi.common.coordination.redis
   - service.panko.server.single
   - system.apache.server.site.gnocchi
   - system.apache.server.site.panko
@@ -175,6 +170,14 @@ parameters:
       appendfsync: 'no'
       bind:
         address: ${_param:single_address}
+  gnocchi:
+    common:
+      storage:
+        driver: redis
+        redis_url: redis://${_param:single_address}:6379
+        incoming:
+          driver: redis
+          redis_url: redis://${_param:single_address}:6379
   nfs:
     server:
       share:
index cddeb5b..39baa62 160000 (submodule)
@@ -1 +1 @@
-Subproject commit cddeb5b6fdc6231ef6fbe8bd404f1f366ee92375
+Subproject commit 39baa623d525cd9a7eaedb5661e6b6730f0311b5