Guillaume Coré
2019-04-11 9b4332995d217a7c84851688c97322642bd87224
commit | author | age
c6f384 1 ---
WK 2 apiVersion: v1beta1
207ff0 3 baseDomain: {{ ocp4_base_domain | default(guid + subdomain_base_suffix) }}
c6f384 4 machines:
WK 5 - name: master
6   replicas: {{ master_instance_count }}
7   platform:
8     aws:
9       type: {{ master_instance_type }}
10 - name: worker
11   replicas: {{ worker_instance_count }}
12   platform:
13     aws:
14       type: {{ worker_instance_type }}
15 metadata:
16   creationTimestamp: null
17   name: {{ cluster_name }}
18 networking:
19   clusterNetworks:
20   - cidr: 10.128.0.0/14
21     hostSubnetLength: 9
22   machineCIDR: 10.0.0.0/16
23   serviceCIDR: 172.30.0.0/16
24   type: OpenshiftSDN
25 platform:
26   aws:
27     region: {{ aws_region_final | d(aws_region) }}
28     userTags: {{ hostvars.localhost.cf_tags_final | d({}) | to_json }}
29 pullSecret: '{{ ocp4_token }}'
30 sshKey: |
31   {{ idrsapub.content | b64decode }}