New Question

charlvv's profile - activity

2017-07-29 19:23:44 +0200 received badge  Notable Question (source)
2017-07-29 19:23:44 +0200 received badge  Famous Question (source)
2017-06-19 12:22:33 +0200 received badge  Popular Question (source)
2017-05-16 14:38:41 +0200 asked a question Foreman KVM provisioning with cloudbase-init

I am using Foreman to provision Server 2016 VMs on KVM. Foreman has support for cloud-init - by generating an iso which gets attached to the VM. The iso contains only 2 files: user-data and meta-data. With my current config meta-data is empty and user-data looks like:

#cloud-config
hostname: vm01
fqdn: vm01.example.com
manage_etc_hosts: true

phone_home:
  url: ......

This differs from https://github.com/ader1990/configs/b...

Question is can I configure cloudbase-init to work with this layout?