bsd-cloudinit
bsd-cloudinit copied to clipboard
ConfigDrive support
Initial support for the ConfigDrive metadata service as well as the NetworkConfig and UserData Plugins
Notes:
- FreeBSDConfigDriveManager cdrom sources only (raw hdd and vfat is currently stubbed)
- enabled freebsd.networkconfig.NetworkConfigPlugin and modified to play nice with the metadata services
- fixed a filtering bug in FreeBSDUtils.get_network_adapters
- enabled the UserDataPlugin - we're only using the user_data script today and more work will be needed before all user_data plugins are functional
- plugins.common.execcmd.Bash modified to use the sh command for portability (bash isn't installed by default on freebsd)
Hi, thanks for the pull request, I'm in the process of building up a Jenkins environment that can build test images (currently met with some difficulty). I'll test your PR once Jenkins has been set up. (It might take weeks, track the progress here.
Hello. Any news on this?