Skip to content

Instantly share code, notes, and snippets.

@ironcladlou
Created August 20, 2018 20:45
Show Gist options
  • Save ironcladlou/fc57892c5e6ef1ba7af92e193852e62f to your computer and use it in GitHub Desktop.
Save ironcladlou/fc57892c5e6ef1ba7af92e193852e62f to your computer and use it in GitHub Desktop.
Cluster Ingress Operator test environment
openshift_gcp_node_group_config:
- name: master
suffix: m
tags: ocp-master,ocp-node
machine_type: n1-standard-1
boot_disk_size: 150
scale: 1
bootstrap: true
wait_for_stable: true
- name: infra
suffix: i
tags: ocp-infra-node,oc-node
machine_type: n1-standard-1
boot_disk_size: 150
scale: 2
bootstrap: true
- name: node
suffix: n
tags: ocp-node
machine_type: n1-standard-2
boot_disk_size: 150
scale: 2
bootstrap: true
openshift_node_groups:
- name: node-config-master
labels:
- 'node-role.kubernetes.io/master=true'
- name: node-config-infra
labels:
- 'node-role.kubernetes.io/infra=true'
- name: node-config-node
labels:
- 'node-role.kubernetes.io/compute=true'
# used to reset the default groups from v3.9 during an upgrade
- name: node-config-compute
labels:
- 'node-role.kubernetes.io/compute=true'
openshift_gcp_infra_network_instance_group: ig-i
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment