blob: a80ebbc7fa8a09a411e4961fb690566d9c9f2c89 [file] [log] [blame]
Filip Pytlounac2be792016-01-08 12:09:49 +01001# If this is set, 'root' will not be able to ssh in and they
2# will get a message to login instead as the above $user (ubuntu)
3disable_root: false
4
5# This will cause the set+update hostname module to not operate (if true)
6preserve_hostname: false
7
8# Better let managing of /etc/hosts on salt and others
9# manage_etc_hosts: localhost
10
11# The modules that run in the 'init' stage
12cloud_init_modules:
13 - migrator
14 - seed_random
15 - bootcmd
16 - write-files
17 - growpart
18 - resizefs
19 - set_hostname
20 - update_hostname
21 - update_etc_hosts
22 - ca-certs
23 - rsyslog
24 - users-groups
25 - ssh
26
27# The modules that run in the 'config' stage
28cloud_config_modules:
29# Emit the cloud config ready event
30# this can be used by upstart jobs for 'start on cloud-config'.
31 - emit_upstart
32 - disk_setup
33 - mounts
34 - ssh-import-id
35 - locale
36 - set-passwords
37 - grub-dpkg
38 - apt-pipelining
39 - apt-configure
40 - package-update-upgrade-install
41 - landscape
42 - timezone
43 - puppet
44 - chef
45 - salt-minion
46 - mcollective
47 - disable-ec2-metadata
48 - runcmd
49 - byobu
50
51# The modules that run in the 'final' stage
52cloud_final_modules:
53 - rightscale_userdata
54 - scripts-vendor
55 - scripts-per-once
56 - scripts-per-boot
57 - scripts-per-instance
58 - scripts-user
59 - ssh-authkey-fingerprints
60 - keys-to-console
61 - phone-home
62 - final-message
63 - power-state-change
64
Filip Pytloun14b75ab2016-03-17 19:32:10 +010065datasource_list: [ NoCloud, ConfigDrive, Ec2, OpenStack, OVF, MAAS, None ]
Filip Pytlounac2be792016-01-08 12:09:49 +010066datasource:
67 Ec2:
68 timeout: 5 # (defaults to 50 seconds)
69 max_wait: 10 # (defaults to 120 seconds)
70 OpenStack:
71 timeout: 5 # (defaults to 50 seconds)
72 max_wait: 10 # (defaults to 120 seconds)
Filip Pytloun14b75ab2016-03-17 19:32:10 +010073 MAAS:
74 timeout: 5 # (defaults to 50 seconds)
75 max_wait: 10 # (defaults to 120 seconds)
Filip Pytlounac2be792016-01-08 12:09:49 +010076