mirror of
https://github.com/xcat2/confluent.git
synced 2025-01-13 03:08:14 +00:00
Add the cloud-init script
Still needs storage section, but surprisingly not going to use much of this and instead lean in on the scripts.
This commit is contained in:
parent
f3747025ff
commit
924102fa32
0
misc/ubuntu20.04deploy/autoinstall/meta-data
Normal file
0
misc/ubuntu20.04deploy/autoinstall/meta-data
Normal file
12
misc/ubuntu20.04deploy/autoinstall/user-data
Normal file
12
misc/ubuntu20.04deploy/autoinstall/user-data
Normal file
@ -0,0 +1,12 @@
|
||||
#cloud-config
|
||||
autoinstall:
|
||||
version: 1
|
||||
early-commands:
|
||||
- /custom-installation/pre.sh
|
||||
late-commands:
|
||||
- /custom-installation/post.sh
|
||||
ssh:
|
||||
install-server: true
|
||||
user-data:
|
||||
runcmd:
|
||||
- /etc/confluent/firstboot.sh
|
Loading…
x
Reference in New Issue
Block a user