Created
January 14, 2019 14:30
-
-
Save cgwalters/6950f9622f557cfe6178c2925eee7b52 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
``` | |
baseDomain: verbum.local | |
clusterID: dea83fad-44dc-4c5c-84bf-04e454335384 | |
apiVersion: v1beta1 | |
machines: | |
- name: master | |
platform: {} | |
replicas: 3 | |
- name: worker | |
platform: {} | |
replicas: 2 | |
metadata: | |
creationTimestamp: null | |
name: osiris | |
networking: | |
clusterNetworks: | |
- cidr: 10.128.0.0/14 | |
hostSubnetLength: 9 | |
machineCIDR: 192.168.126.0/24 | |
serviceCIDR: 172.30.0.0/16 | |
type: OpenshiftSDN | |
platform: | |
libvirt: | |
URI: qemu+tcp://192.168.122.1/system | |
defaultMachinePlatform: | |
image: "" | |
# image: https://releases-rhcos.svc.ci.openshift.org/storage/releases/maipo/47.255/redhat-coreos-maipo-47.255-qemu.qcow2.gz | |
network: | |
if: tt0 | |
pullSecret: "redacted" | |
sshKey: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDBkJvSJEX1LUOmR+MbWKeIuPOspXzcY7bWbS6tEibYfL5sad9x6QmKHOK2Fn376a88CqX6LEJYesSkDv+F00sNYs6elJFF5ZNQLA9ShrqVd0aCfMGYpji7sRnrT0f96lDgSNt+ODrq8dOMaeaSDwTIg5UbM3uhMdY/IREm7v4OeGxYfJFE02/iJzYifTub6MMQBu3ZOjqAkDqD6mOjzvKbPJf1pVJl/K923x1w3T82SLr6S6Vo1OK70naIHLIaTKEP5RXOk+nEdXFpiG4G+gbnfWK3fZr/oc7KxEx4dVa1TFOf9vxpFS5K1tELnZKDs8ccujFnqb+320KuSYlNVilH [email protected]" | |
``` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment