more fixing variables
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
apiVersion: v1alpha1
|
apiVersion: v1alpha1
|
||||||
kind: AgentConfig
|
kind: AgentConfig
|
||||||
metadata:
|
metadata:
|
||||||
name: {{ group_vars['hub-cluster'].cluster_name }}
|
name: {{ hostvars['ocp-hub'].cluster_name }}
|
||||||
rendezvousIP: {{ hostvars['ocp-hub'].ip_address }}
|
rendezvousIP: {{ hostvars['ocp-hub'].ip_address }}
|
||||||
bootArtifactsBaseURL: https://matchbox.int.mk-labs.cloud:8080/assets/hub/
|
bootArtifactsBaseURL: https://matchbox.int.mk-labs.cloud:8080/assets/hub/
|
||||||
hosts:
|
hosts:
|
||||||
|
|||||||
@@ -1,25 +1,25 @@
|
|||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
baseDomain: {{ group_vars['hub-cluster'].base_domain }}
|
baseDomain: {{ hostvars['ocp-hub'].base_domain }}
|
||||||
compute:
|
compute:
|
||||||
- name: worker
|
- name: worker
|
||||||
replicas: {{ group_vars['hub-cluster'].worker_node_count }}
|
replicas: {{ hostvars['ocp-hub'].worker_node_count }}
|
||||||
controlPlane:
|
controlPlane:
|
||||||
hyperthreading: Enabled
|
hyperthreading: Enabled
|
||||||
name: master
|
name: master
|
||||||
replicas: {{ master_node_count }}
|
replicas: {{ hostvars['ocp-hub'].master_node_count }}
|
||||||
metadata:
|
metadata:
|
||||||
name: {{ group_vars['hub-cluster'].cluster_name }}
|
name: {{ hostvars['ocp-hub'].cluster_name }}
|
||||||
networking:
|
networking:
|
||||||
clusterNetwork:
|
clusterNetwork:
|
||||||
- cidr: {{ group_vars['hub-cluster'].cluster_network }}
|
- cidr: {{ hostvars['ocp-hub'].cluster_network }}
|
||||||
hostPrefix: {{ group_vars['hub-cluster'].cluster_network_host_prefix }}
|
hostPrefix: {{ hostvars['ocp-hub'].cluster_network_host_prefix }}
|
||||||
machineNetwork:
|
machineNetwork:
|
||||||
- cidr: {{ group_vars['hub-cluster'].machine_network }}
|
- cidr: {{ hostvars['ocp-hub'].machine_network }}
|
||||||
networkType: OVNKubernetes
|
networkType: OVNKubernetes
|
||||||
serviceNetwork:
|
serviceNetwork:
|
||||||
- {{ group_vars['hub-cluster'].service_network }}
|
- {{ hostvars['ocp-hub'].service_network }}
|
||||||
platform:
|
platform:
|
||||||
{{ group_vars['hub-cluster'].platform_type }}: {}
|
{{ hostvars['ocp-hub'].platform_type }}: {}
|
||||||
fips: false
|
fips: false
|
||||||
pullSecret: {{ vault_pull_secret }}
|
pullSecret: {{ vault_pull_secret }}
|
||||||
sshKey: {{ vault_ssh_key }}
|
sshKey: {{ vault_ssh_key }}
|
||||||
|
|||||||
Reference in New Issue
Block a user