diff options
author | Steven Hardy <shardy@redhat.com> | 2016-05-09 21:01:53 +0100 |
---|---|---|
committer | Steven Hardy <shardy@redhat.com> | 2016-05-17 11:17:33 +0100 |
commit | 32d2934e982d3de634bb977f5beeddac47e7ceb2 (patch) | |
tree | 11b0884b27754ac0ed0a6e0159a94fb15e84e966 /puppet | |
parent | aeb9482f4b1ec9d78dc3ac44ee3c0b180cd27574 (diff) |
Remove ControllerClusterConfig from overcloud.yaml
AFAICS this isn't actually used anywhere, I assume it's left over
from the older element based implementation.
Change-Id: Ie95628bd7af1bcd50a6e331531b2987e434c7136
Diffstat (limited to 'puppet')
-rw-r--r-- | puppet/controller.yaml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/puppet/controller.yaml b/puppet/controller.yaml index d38a24e7..335c0a8a 100644 --- a/puppet/controller.yaml +++ b/puppet/controller.yaml @@ -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 |