blob: 94b618d6302b2cb4f3a0abfbec96e5e3b211eb42 [file] [log] [blame]
Filip Pytloun60411d12015-06-25 21:14:41 +02001# 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)
Filip Pytloun896f37b2015-06-25 18:35:42 +02003disable_root: false
Filip Pytloun60411d12015-06-25 21:14:41 +02004
5# This will cause the set+update hostname module to not operate (if true)
6preserve_hostname: false
azvyagintseve1b236a2018-07-13 16:59:49 +03007apt_preserve_sources_list: true
Filip Pytloun5de79582015-09-04 15:16:28 +02008
9# Better let managing of /etc/hosts on salt and others
10# manage_etc_hosts: localhost
Filip Pytloun60411d12015-06-25 21:14:41 +020011
12# The modules that run in the 'init' stage
13cloud_init_modules:
14 - migrator
15 - seed_random
16 - bootcmd
17 - write-files
18 - growpart
19 - resizefs
20 - set_hostname
21 - update_hostname
22 - update_etc_hosts
23 - ca-certs
24 - rsyslog
25 - users-groups
26 - ssh
27
28# The modules that run in the 'config' stage
29cloud_config_modules:
30# Emit the cloud config ready event
31# this can be used by upstart jobs for 'start on cloud-config'.
32 - emit_upstart
33 - disk_setup
34 - mounts
35 - ssh-import-id
36 - locale
37 - set-passwords
38 - grub-dpkg
39 - apt-pipelining
40 - apt-configure
41 - package-update-upgrade-install
42 - landscape
43 - timezone
44 - puppet
45 - chef
46 - salt-minion
47 - mcollective
48 - disable-ec2-metadata
49 - runcmd
50 - byobu
51
52# The modules that run in the 'final' stage
53cloud_final_modules:
54 - rightscale_userdata
55 - scripts-vendor
56 - scripts-per-once
57 - scripts-per-boot
58 - scripts-per-instance
59 - scripts-user
60 - ssh-authkey-fingerprints
61 - keys-to-console
62 - phone-home
63 - final-message
64 - power-state-change
jan kaufmane06f5862015-08-12 23:46:11 +020065
Filip Pytloun14b75ab2016-03-17 19:32:10 +010066datasource_list: [ NoCloud, ConfigDrive, Ec2, OpenStack, OVF, MAAS, None ]
jan kaufmane06f5862015-08-12 23:46:11 +020067datasource:
68 Ec2:
69 timeout: 5 # (defaults to 50 seconds)
70 max_wait: 10 # (defaults to 120 seconds)
71 OpenStack:
72 timeout: 5 # (defaults to 50 seconds)
73 max_wait: 10 # (defaults to 120 seconds)
Filip Pytloun14b75ab2016-03-17 19:32:10 +010074 MAAS:
75 timeout: 5 # (defaults to 50 seconds)
76 max_wait: 10 # (defaults to 120 seconds)