summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBogdan Dobrelya <bdobreli@redhat.com>2018-01-12 17:55:28 +0100
committerBogdan Dobrelya <bdobreli@redhat.com>2018-02-09 17:59:31 +0100
commit16bdfc74b34277cccb62935cc361ff7c486ae92d (patch)
tree01385b80b9eebefd83ef45d3f8799814023bdc88
parent5c1850b43582f8449070399df5c32c3fcd8688e2 (diff)
downloadopenshift-16bdfc74b34277cccb62935cc361ff7c486ae92d.tar.gz
openshift-16bdfc74b34277cccb62935cc361ff7c486ae92d.tar.bz2
openshift-16bdfc74b34277cccb62935cc361ff7c486ae92d.tar.xz
openshift-16bdfc74b34277cccb62935cc361ff7c486ae92d.zip
Note ignored Heat user data changes for openstack
Signed-off-by: Bogdan Dobrelya <bdobreli@redhat.com>
-rw-r--r--playbooks/openstack/advanced-configuration.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/playbooks/openstack/advanced-configuration.md b/playbooks/openstack/advanced-configuration.md
index 788a74f45..6fbfca3dc 100644
--- a/playbooks/openstack/advanced-configuration.md
+++ b/playbooks/openstack/advanced-configuration.md
@@ -301,6 +301,10 @@ The commands should not use JSON escaped characters: `> < & '`. So the command
`['foo', '>', '"bar"', '<', "'baz'", "&"]` is a bad one, while
`['echo', '"${HOME}"']` is OK.
+**Note** To protect Nova servers from recreating when the user-data changes via
+`openshift_openstack_cloud_init_runcmd`, the
+`user_data_update_policy` parameter configured to `IGNORE` for Heat resources.
+
The `openshift_openstack_nodes_to_remove` allows you to specify the numerical indexes
of App nodes that should be removed; for example, ['0', '2'],