summaryrefslogtreecommitdiffstats
path: root/playbooks
diff options
context:
space:
mode:
authorBogdan Dobrelya <bdobreli@redhat.com>2018-01-11 10:59:38 +0100
committerBogdan Dobrelya <bdobreli@redhat.com>2018-02-09 17:59:11 +0100
commit5d2eb42f0a600fc4e262dabdee36e0440cdb2537 (patch)
tree223407ea616c5ddfd123e766c97d4380f483d53f /playbooks
parent7fb1a84518908e5ca3dcb54c620f589307dc3e97 (diff)
downloadopenshift-5d2eb42f0a600fc4e262dabdee36e0440cdb2537.tar.gz
openshift-5d2eb42f0a600fc4e262dabdee36e0440cdb2537.tar.bz2
openshift-5d2eb42f0a600fc4e262dabdee36e0440cdb2537.tar.xz
openshift-5d2eb42f0a600fc4e262dabdee36e0440cdb2537.zip
[openstack] custom user commands for cloud-init
Allow to specify additional user commands executed on all Nova servers provisioned via Heat. An example use case is installing and starting os-collect-config agents to put Nova servers under the configuration management driven via the host openstack cloud Heat services. This allows to integrate with another deployment tools like TripleO. Signed-off-by: Bogdan Dobrelya <bdobreli@redhat.com>
Diffstat (limited to 'playbooks')
-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 e8f4cfc32..fee402b32 100644
--- a/playbooks/openstack/advanced-configuration.md
+++ b/playbooks/openstack/advanced-configuration.md
@@ -273,6 +273,10 @@ openshift_openstack_cluster_node_labels:
mylabel: myvalue
```
+`openshift_openstack_provision_user_commands` allows users to execute
+additional post-provisioning commands for all of the created Nova servers in
+the Heat stack. It configures the `runcmd` directive via cloud-init.
+
The `openshift_openstack_nodes_to_remove` allows you to specify the numerical indexes
of App nodes that should be removed; for example, ['0', '2'],