vars.yml 584 B

123456789101112131415161718192021
  1. ---
  2. do_we_use_openshift_sdn: true
  3. sdn_network_plugin: redhat/openshift-ovs-subnet
  4. debug_level: 2
  5. # os_sdn_network_plugin_name can be ovssubnet or multitenant, see https://docs.openshift.org/latest/architecture/additional_concepts/sdn.html#ovssubnet-plugin-operation
  6. deployment_vars:
  7. origin:
  8. image: preinstalled-slave-50g-v5
  9. machine_type: n1-standard-1
  10. ssh_user: root
  11. sudo: yes
  12. online:
  13. image: libra-rhel7
  14. machine_type: n1-standard-1
  15. ssh_user: root
  16. sudo: no
  17. enterprise:
  18. image: rhel-7
  19. machine_type: n1-standard-1
  20. ssh_user:
  21. sudo: yes