Fedora CoreOS ignition prototype for VMware Workstation - Bootstrap Rancher RKE2 ready VM based on Fedora CoreOS
main.sh
downloads VMware OVA file with Fedora CoreOS and creates virtual machine for lab testing purposes.
Repository contains an ready-to-run example of butane.bu
(ignition) file which boots up 1 single node VM on VMware Workstation, Virtual Box or Qemu.
Only VMware setup has been tested.
chmod +x main.sh
./main.sh create --butane butane.bu --stream <testing,stage,next> --type <vmware|virtualbox|qemu>
./main.sh con
Building tools using https://github.com/djui/docker-ovftool
ovftools
folder, from vmware support site.https://developer.vmware.com/web/tool/4.4.0/ovf
Store .bundle
file in ovftools
folder.
./main.sh build
See https://github.com/mkubecek/vmware-host-modules for building host modules.
See butane.bu
file.
Was just for some testing. Not ready for production use - may not work.
ansible-playbook ansible/main.yml -e 'vcenter_password=xxx'