Skip to content

Instantly share code, notes, and snippets.

@sjenning
Created August 22, 2018 20:07
Show Gist options
  • Save sjenning/8b5bcf19898844dc0590e782f4306756 to your computer and use it in GitHub Desktop.
Save sjenning/8b5bcf19898844dc0590e782f4306756 to your computer and use it in GitHub Desktop.
tectonic installer manifest
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