br-olf / cloudinit_workarounds

A minimal feature set workaround to initialize FreeBSD and OPNsense images in openstack.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A minimal feature set workaround to initialize OPNsense images in openstack.

Please find the workaround script for FreeBSD in branch bsd-cloudinit.

Usage

  • Copy the directory opnsense-cloudinit into the target image folder /root/
  • In target image execute:
    • echo /root/opnsense-cloudinit/opnsense-cloudinit > /usr/local/etc/rc.syshook.d/start/99-cloudinit
    • chmod +x /usr/local/etc/rc.syshook.d/start/99-cloudinit
    • chmod -R u+x /root/opnsense-cloudinit/

About

A minimal feature set workaround to initialize FreeBSD and OPNsense images in openstack.

License:Apache License 2.0


Languages

Language:Shell 100.0%