Skip to content

Instantly share code, notes, and snippets.

@abaxo
Created April 12, 2020 19:32
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save abaxo/287391584d63c62c39c8bc4e69005d9b to your computer and use it in GitHub Desktop.
Save abaxo/287391584d63c62c39c8bc4e69005d9b to your computer and use it in GitHub Desktop.
Config example for OKD 4.4
apiVersion: v1
baseDomain: example.com
compute:
- architecture: amd64
hyperthreading: Enabled
name: worker
platform: {}
replicas: 2
controlPlane:
architecture: amd64
hyperthreading: Enabled
name: master
platform: {}
replicas: 3
metadata:
creationTimestamp: null
name: test1
networking:
clusterNetwork:
- cidr: 10.128.0.0/14
hostPrefix: 23
machineNetwork:
- cidr: 10.0.0.0/16
networkType: OpenShiftSDN
serviceNetwork:
- 172.30.0.0/16
platform:
ovirt:
api_vip: 10.50.106.20
dns_vip: 10.50.106.21
ingress_vip: 10.50.106.22
ovirt_cluster_id: 33fe2fa8-eb60-11e9-bb60-00163e186f47
ovirt_network_name: lab.example.com
ovirt_storage_domain_id: e4323f39-f50b-4462-8df1-fff0dd587a9f
publish: External
pullSecret: '{"auths":{"fake":{"auth": "bar"}}}'
sshKey: ssh-rsa blahblahblahsomefakekeyhere my@machine
---
## The hostname or IP address of the oVirt engine
ovirt_url: https://ovirt.example.com/ovirt-engine/api
### The name of the user for accessing the oVirt
ovirt_username: admin@internal
## The password associated with the user
ovirt_password: totally-real-password
ovirt_insecure: true
ovirt_ca_bundle: |
-----BEGIN CERTIFICATE-----
CACERT FOR YOUR OVIRT ENGINE GOES HERE
-----END CERTIFICATE-----
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment