#cloud-config
autoinstall:
#  The following can help an Ubuntu system skip install-time updates
#  Only uncomment if you know you really want to do this or plan to manage the updates
#  a different way.
#
#  updates: security
#  apt:
#    disable_suites: [security]
#    fallback: offline-install
  version: 1
  early-commands:
    - /custom-installation/pre.sh
  late-commands:
    - /custom-installation/post.sh
  ssh:
    install-server: true
  storage:
    layout:
      name: lvm
      match:
        path: "%%INSTALLDISK%%"
  user-data:
    runcmd:
      - /etc/confluent/firstboot.sh
