Wolfgang Kulhanek
2019-04-16 eeb9fe3b814a062d20d8f3b62f9a06a3be930727
Fixing install-config.j2 for Beta3 (controlPlane/compute)
3 files modified
13 ■■■■ changed files
ansible/configs/ocp4-ha-lab/files/install-config.yaml.v0.16.1.j2 7 ●●●● patch | view | raw | blame | history
ansible/configs/ocp4-shared/files/install-config.yaml.v0.16.1.j2 3 ●●●● patch | view | raw | blame | history
ansible/configs/ocp4-workshop/files/install-config.yaml.v0.16.1.j2 3 ●●●● patch | view | raw | blame | history
ansible/configs/ocp4-ha-lab/files/install-config.yaml.v0.16.1.j2
@@ -1,17 +1,22 @@
---
apiVersion: v1beta4
baseDomain: {{ ocp4_base_domain | default(guid + subdomain_base_suffix) }}
machines:
controlPlane:
- name: master
  replicas: {{ master_instance_count }}
  platform:
    aws:
      type: {{ master_instance_type }}
      rootVolume:
        type: {{ master_storage_type }}
compute:
- name: worker
  replicas: {{ worker_instance_count }}
  platform:
    aws:
      type: {{ worker_instance_type }}
      rootVolume:
        type: {{ worker_storage_type }}
metadata:
  name: {{ cluster_name }}
networking:
ansible/configs/ocp4-shared/files/install-config.yaml.v0.16.1.j2
@@ -1,7 +1,7 @@
---
apiVersion: v1beta4
baseDomain: {{ ocp4_base_domain | default(guid + subdomain_base_suffix) }}
machines:
controlPlane:
- name: master
  replicas: {{ master_instance_count }}
  platform:
@@ -9,6 +9,7 @@
      type: {{ master_instance_type }}
      rootVolume:
        type: {{ master_storage_type }}
compute:
- name: worker
  replicas: {{ worker_instance_count }}
  platform:
ansible/configs/ocp4-workshop/files/install-config.yaml.v0.16.1.j2
@@ -1,7 +1,7 @@
---
apiVersion: v1beta4
baseDomain: {{ ocp4_base_domain | default(guid + subdomain_base_suffix) }}
machines:
controlPlane:
- name: master
  replicas: {{ master_instance_count }}
  platform:
@@ -9,6 +9,7 @@
      type: {{ master_instance_type }}
      rootVolume:
        type: {{ master_storage_type }}
compute:
- name: worker
  replicas: {{ worker_instance_count }}
  platform: