summaryrefslogtreecommitdiffstats
path: root/playbooks/provisioning/openstack/sample-inventory
diff options
context:
space:
mode:
authorBogdan Dobrelya <bdobreli@redhat.com>2017-07-20 16:53:05 +0200
committerTomas Sedovic <tomas@sedovic.cz>2017-07-20 16:53:05 +0200
commite7a7d1642c1ffbfe23cd5ad2d920e842f0cae4b2 (patch)
treefe57c5ca9743a2c641ab04ebe1131a8cd6942167 /playbooks/provisioning/openstack/sample-inventory
parent1975fb57b4ddee77eec6f849f2c7677e2ee3d6df (diff)
downloadopenshift-e7a7d1642c1ffbfe23cd5ad2d920e842f0cae4b2.tar.gz
openshift-e7a7d1642c1ffbfe23cd5ad2d920e842f0cae4b2.tar.bz2
openshift-e7a7d1642c1ffbfe23cd5ad2d920e842f0cae4b2.tar.xz
openshift-e7a7d1642c1ffbfe23cd5ad2d920e842f0cae4b2.zip
Static inventory autogeneration (#550)
* At the provisioning stage, allow users to auto-generate a static inventory w/o manual steps needed. The alternative to go fully dynamic TBD. * Move openshift pre-install playbook to the post provision playbook, where the second part of the pre install tasks is already placed. Signed-off-by: Bogdan Dobrelya <bdobreli@redhat.com>
Diffstat (limited to 'playbooks/provisioning/openstack/sample-inventory')
-rw-r--r--playbooks/provisioning/openstack/sample-inventory/group_vars/all.yml11
1 files changed, 11 insertions, 0 deletions
diff --git a/playbooks/provisioning/openstack/sample-inventory/group_vars/all.yml b/playbooks/provisioning/openstack/sample-inventory/group_vars/all.yml
index f1cdff86a..9eb36ab13 100644
--- a/playbooks/provisioning/openstack/sample-inventory/group_vars/all.yml
+++ b/playbooks/provisioning/openstack/sample-inventory/group_vars/all.yml
@@ -60,3 +60,14 @@ ansible_user: openshift
# # Use a single security group for a cluster (default: false)
#openstack_flat_secgrp: false
+
+# # Openstack inventory type and cluster nodes access pattern
+# # Defaults to 'static'.
+# # Use 'dynamic' to access cluster nodes directly, via floating IPs
+# # and given a dynamic inventory script, like openstack.py
+#openstack_inventory: static
+# # The path to checkpoint the static inventory from the in-memory one
+#openstack_inventory_path: ../../../../inventory
+
+# # The Nova key-pair's private SSH key to access inventory nodes
+#openstack_private_ssh_key: ~/.ssh/openshift