diff options
author | Tomas Sedovic <tomas@sedovic.cz> | 2017-11-01 11:36:55 +0100 |
---|---|---|
committer | Tomas Sedovic <tomas@sedovic.cz> | 2017-11-07 14:35:47 +1100 |
commit | dba6b457d86f7517c1c4f432784af06856960bc3 (patch) | |
tree | 1e8a3b9a1a6320230113c3f54c21ae94e1ffe9c0 | |
parent | 88907aca794716d1a2db4cc31e03375720695424 (diff) | |
download | openshift-dba6b457d86f7517c1c4f432784af06856960bc3.tar.gz openshift-dba6b457d86f7517c1c4f432784af06856960bc3.tar.bz2 openshift-dba6b457d86f7517c1c4f432784af06856960bc3.tar.xz openshift-dba6b457d86f7517c1c4f432784af06856960bc3.zip |
Remove the static_inventory and bastion samples
These options will have no effect until we add static inventory and
bastion support back in.
-rw-r--r-- | playbooks/openstack/sample-inventory/group_vars/all.yml | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/playbooks/openstack/sample-inventory/group_vars/all.yml b/playbooks/openstack/sample-inventory/group_vars/all.yml index 83289307d..8ea798c14 100644 --- a/playbooks/openstack/sample-inventory/group_vars/all.yml +++ b/playbooks/openstack/sample-inventory/group_vars/all.yml @@ -133,25 +133,6 @@ 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 - -# # Use bastion node to access cluster nodes (Defaults to False). -# # Requires a static inventory. -#openstack_use_bastion: False -#bastion_ingress_cidr: "{{openstack_subnet_prefix}}.0/24" -# -# # The Nova key-pair's private SSH key to access inventory nodes -#openstack_private_ssh_key: ~/.ssh/openshift -# # The path for the SSH config to access all nodes -#openstack_ssh_config_path: /tmp/ssh.config.openshift.ansible.{{ env_id }}.{{ public_dns_domain }} - - # If you want to use the VM storage instead of Cinder volumes, set this to `true`. # NOTE: this is for testing only! Your data will be gone once the VM disappears! # ephemeral_volumes: false |