contiv.cfg.j2 449 B

1234567
  1. {
  2. "K8S_API_SERVER": "https://{{ hostvars[groups['masters'][0]]['ansible_' + netmaster_interface].ipv4.address }}:{{ kube_master_api_port }}",
  3. "K8S_CA": "{{ openshift.common.config_base }}/node/ca.crt",
  4. "K8S_KEY": "{{ openshift.common.config_base }}/node/system:node:{{ openshift.common.hostname }}.key",
  5. "K8S_CERT": "{{ openshift.common.config_base }}/node/system:node:{{ openshift.common.hostname }}.crt",
  6. "SVC_SUBNET": "172.30.0.0/16"
  7. }