Created
August 22, 2018 20:07
-
-
Save sjenning/8b5bcf19898844dc0590e782f4306756 to your computer and use it in GitHub Desktop.
tectonic installer manifest
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
| platform: libvirt | |
| libvirt: | |
| uri: qemu:///system | |
| network: | |
| name: tectonic | |
| ifName: tt0 | |
| dnsServer: 10.42.10.1 | |
| ipRange: 192.168.124.0/24 | |
| imagePath: /home/sjennings/Downloads/rhcos-qemu.qcow2 | |
| containerLinux: | |
| version: latest | |
| licensePath: /home/sjennings/Downloads/tectonic-license.txt | |
| pullSecretPath: /home/sjennings/Downloads/config.json | |
| name: tectonic-dev | |
| networking: | |
| type: canal | |
| mtu: 1480 | |
| baseDomain: tt.testing | |
| nodePools: | |
| - count: 1 | |
| name: etcd | |
| - count: 1 | |
| name: master | |
| - count: 2 | |
| name: worker | |
| etcd: | |
| nodePools: | |
| - etcd | |
| master: | |
| nodePools: | |
| - master | |
| worker: | |
| nodePools: | |
| - worker | |
| admin: | |
| email: [email protected] | |
| password: verysecure | |
| sshKey: "ssh-rsa AAAA..." |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment