diff --git a/install-config.yaml.sample b/install-config.yaml.sample index 332d8d7..47d32d9 100644 --- a/install-config.yaml.sample +++ b/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 diff --git a/local.env.sample b/local.env.sample index a5c0183..bbc3a95 100644 --- a/local.env.sample +++ b/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" diff --git a/terraform.tfvars.sample b/terraform.tfvars.sample index 4c58cbb..bc5e4b0 100644 --- a/terraform.tfvars.sample +++ b/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__"