Remove ControllerClusterConfig from overcloud.yaml
authorSteven Hardy <shardy@redhat.com>
Mon, 9 May 2016 20:01:53 +0000 (21:01 +0100)
committerSteven Hardy <shardy@redhat.com>
Tue, 17 May 2016 10:17:33 +0000 (11:17 +0100)
AFAICS this isn't actually used anywhere, I assume it's left over
from the older element based implementation.

Change-Id: Ie95628bd7af1bcd50a6e331531b2987e434c7136

overcloud.yaml
puppet/controller.yaml

index cf20b51..e265c74 100644 (file)
@@ -1422,29 +1422,6 @@ resources:
       ceph_mon_names: {get_attr: [Controller, hostname]}
       ceph_mon_ips: {get_attr: [ControllerIpListMap, net_ip_map, {get_param: [ServiceNetMap, CephPublicNetwork]}]}
 
-  ControllerClusterConfig:
-    type: OS::Heat::StructuredConfig
-    properties:
-      group: os-apply-config
-      config:
-        corosync:
-          nodes: {get_attr: [Controller, corosync_node]}
-        horizon:
-          caches:
-            memcached:
-              nodes: {get_attr: [Controller, hostname]}
-        mysql:
-          nodes: {get_attr: [Controller, corosync_node]}
-        haproxy:
-          nodes: {get_attr: [Controller, corosync_node]}
-
-  ControllerClusterDeployment:
-    type: OS::Heat::StructuredDeployments
-    properties:
-      name: ControllerClusterDeployment
-      config: {get_resource: ControllerClusterConfig}
-      servers: {get_attr: [Controller, attributes, nova_server_resource]}
-
   ControllerAllNodesDeployment:
     type: OS::Heat::StructuredDeployments
     properties:
index d38a24e..335c0a8 100644 (file)
@@ -1667,13 +1667,6 @@ outputs:
   hostname:
     description: Hostname of the server
     value: {get_attr: [Controller, name]}
-  corosync_node:
-    description: >
-      Node object in the format {ip: ..., name: ...} format that the corosync
-      element expects
-    value:
-      ip: {get_attr: [Controller, networks, ctlplane, 0]}
-      name: {get_attr: [Controller, name]}
   hosts_entry:
     description: >
       Server's IP address and hostname in the /etc/hosts format