aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteven Hardy <shardy@redhat.com>2017-07-06 17:31:25 +0100
committerSteven Hardy <shardy@redhat.com>2017-07-11 17:13:24 +0100
commitd02faff1e5c6b091c9708ef44be5b61188110d90 (patch)
tree138ac35f9e25191534e2a1a1d5628cd66c79a10f
parent322f2dbd4c1d9c8617186bcb9211d7a1fe10ba3f (diff)
Remove controller specific bootstack_nodeid
This has been replaced for some time by bootstrap_nodeid which isn't hard-coded to the Controller role. Change-Id: I2c172de13646e5b88cb9930a93ca71fcc990e522 Depends-On: I0a9fced847caf344e5d26b452f1bd40afab8f029
-rw-r--r--puppet/controller-role.yaml4
1 files changed, 0 insertions, 4 deletions
diff --git a/puppet/controller-role.yaml b/puppet/controller-role.yaml
index ca08c65d..34e8c965 100644
--- a/puppet/controller-role.yaml
+++ b/puppet/controller-role.yaml
@@ -524,7 +524,6 @@ resources:
config: {get_resource: ControllerConfig}
server: {get_resource: Controller}
input_values:
- bootstack_nodeid: {get_attr: [Controller, name]}
enable_load_balancer: {get_param: EnableLoadBalancer}
enable_package_upgrade: {get_attr: [UpdateDeployment, update_managed_packages]}
@@ -567,9 +566,6 @@ resources:
- {get_param: ControllerExtraConfig}
extraconfig: {get_param: ExtraConfig}
controller:
- # data supplied directly to this deployment configuration, etc
- bootstack_nodeid: {get_input: bootstack_nodeid}
- # Pacemaker
enable_load_balancer: {get_input: enable_load_balancer}
# Misc