
This change updates the build scripts enables config drive while removing old seed data out of the images. Change-Id: I999322e4cb7cc9dc2ccdbc90af658e4cc2b7b63e
31 lines
660 B
Plaintext
31 lines
660 B
Plaintext
#cloud-config
|
|
|
|
cloud_config_modules:
|
|
- emit_upstart
|
|
- set_hostname
|
|
- locale
|
|
- set-passwords
|
|
- timezone
|
|
- disable-ec2-metadata
|
|
- runcmd
|
|
|
|
output: {all: '| tee -a /var/log/cloud-init-output.log'}
|
|
|
|
debug:
|
|
- verbose: true
|
|
|
|
bootcmd:
|
|
- /usr/local/bin/akanda-configure-management 52:54:00:12:34:56 fdca:3ba5:a17a:acda:5054:ff:fe12:3456
|
|
|
|
users:
|
|
- name: akanda
|
|
gecos: Akanda
|
|
groups: users
|
|
shell: /bin/bash
|
|
sudo: ALL=(ALL) NOPASSWD:ALL
|
|
passwd: $6$rounds=4096$zxaBh6omTayBSA$rI1.FNliuUl7R2SMdkj7zWv.FBhqGVd1lLYDatJd6MiE9WqEQx0M.o7bLyp5nA0CxV6ahoDb0m8Y5OQMDHx1V/
|
|
lock-passwd: false
|
|
|
|
final_message: "Akanda appliance is running"
|
|
|