OpenShift 4 Installation using libvirt & terraform
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

6 lines
243 B

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__"
bootstrap_nodes = 1
acme_account_email = "your.username@redhat.com"