--- env_id: "openshift" public_dns_domain: "example.com" public_dns_nameservers: [] openstack_ssh_public_key: "openshift" openstack_default_image_name: "centos7" openstack_default_flavor: "m1.medium" openstack_external_network_name: "public" openstack_num_masters: 1 openstack_num_infra: 1 openstack_num_nodes: 2 # # Numerical index of nodes to remove # openstack_nodes_to_remove: [] docker_volume_size: "15" openstack_subnet_prefix: "192.168.99" # # Red Hat subscription rhsm_register: False # # Using Red Hat Satellite: #rhsm_register: True #rhsm_satellite: 'sat-6.example.com' #rhsm_org: 'OPENSHIFT_ORG' #rhsm_activationkey: '' # # Or using RHN username, password and optionally pool: #rhsm_register: True #rhsm_username: '' #rhsm_password: '' #rhsm_pool: '' #rhsm_repos: # - "rhel-7-server-rpms" # - "rhel-7-server-ose-3.5-rpms" # - "rhel-7-server-extras-rpms" # - "rhel-7-fast-datapath-rpms" # # Roll-your-own DNS #openstack_num_dns: 0 #external_nsupdate_keys: # public: # key_secret: 'SKqKNdpfk7llKxZ57bbxUnUDobaaJp9t8CjXLJPl+fRI5mPcSBuxTAyvJPa6Y9R7vUg9DwCy/6WTpgLNqnV4Hg==' # key_algorithm: 'hmac-md5' # server: '192.168.1.1' # private: # key_secret: 'kVE2bVTgZjrdJipxPhID8BEZmbHD8cExlVPR+zbFpW6la8kL5wpXiwOh8q5AAosXQI5t95UXwq3Inx8QT58duw==' # key_algorithm: 'hmac-md5' # server: '192.168.1.2' # NOTE(shadower): Do not change this value. The Ansible user is currently # hardcoded to `openshift`. 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