mirror of
https://github.com/xcat2/confluent.git
synced 2026-04-29 03:47:47 +00:00
26 lines
591 B
Plaintext
26 lines
591 B
Plaintext
#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
|