Browse Source

Remove the static_inventory and bastion samples

These options will have no effect until we add static inventory and
bastion support back in.
Tomas Sedovic 7 years ago
parent
commit
dba6b457d8
1 changed files with 0 additions and 19 deletions
  1. 0 19
      playbooks/openstack/sample-inventory/group_vars/all.yml

+ 0 - 19
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