Browse Source

fix template files

main
Nicolas Massé 5 years ago
parent
commit
a1fe2233a4
  1. 6
      install-config.yaml.sample
  2. 1
      local.env.sample
  3. 2
      terraform.tfvars.sample

6
install-config.yaml.sample

@ -1,5 +1,5 @@
apiVersion: v1
baseDomain: ocp.lab
baseDomain: PUT_YOUR_DNS_DOMAIN_HERE
compute:
- name: worker
hyperthreading: Enabled
@ -19,6 +19,6 @@ networking:
networkType: OpenShiftSDN
platform:
none: {}
pullSecret: YOUR_PULL_SECRET_HERE
pullSecret: PUT_YOUR_PULL_SECRET_HERE
sshKey: |
YOUR_SSH_PUBLIC_KEY_HERE
PUT_YOUR_SSH_PUBLIC_KEY_HERE

1
local.env.sample

@ -1,4 +1,3 @@
export BASTION=user@bastion.host
export GANDI_KEY="123...456"
export GANDIV5_API_KEY="123...456"
export GOOGLE_CLIENT_ID="client_id"

2
terraform.tfvars.sample

@ -1,4 +1,4 @@
base_domain = "ocp.lab"
base_domain = "PUT_YOUR_DNS_DOMAIN_HERE"
external_mac_address = "02:00:00:00:00:04"
public_cluster_ip = "1.2.3.4"
cluster_name = "__CLUSTER_NAME__"

Loading…
Cancel
Save