summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Calianu <adrian.calianu@enea.com>2018-01-31 15:51:51 +0100
committerAdrian Dudau <adrian.dudau@enea.com>2018-02-01 15:22:50 +0100
commit2cdb661fb79a2b16bce6255596a7ab144f382d39 (patch)
tree7d944070bfad56a979cc38774cfb80826bb5cef1
parentcf09aa73b28c76b0ea6edea53caef0db7175d150 (diff)
downloadmeta-cloud-services-2cdb661fb79a2b16bce6255596a7ab144f382d39.tar.gz
cloud-init: enable NoCloud support
and disable services that not start by default and need to be investigated later on. Signed-off-by: Adrian Calianu <adrian.calianu@enea.com> Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
-rw-r--r--meta-openstack/recipes-extended/cloud-init/cloud-init/cloud.cfg16
1 files changed, 4 insertions, 12 deletions
diff --git a/meta-openstack/recipes-extended/cloud-init/cloud-init/cloud.cfg b/meta-openstack/recipes-extended/cloud-init/cloud-init/cloud.cfg
index f868936..0837de1 100644
--- a/meta-openstack/recipes-extended/cloud-init/cloud-init/cloud.cfg
+++ b/meta-openstack/recipes-extended/cloud-init/cloud-init/cloud.cfg
@@ -7,7 +7,7 @@
7users: 7users:
8 - default 8 - default
9 9
10# If this is set, 'root' will not be able to ssh in and they 10# If this is set, 'root' will not be able to ssh in and they
11# will get a message to login instead as the above $user (ubuntu) 11# will get a message to login instead as the above $user (ubuntu)
12disable_root: False 12disable_root: False
13 13
@@ -16,11 +16,11 @@ preserve_hostname: false
16manage_etc_hosts: %MANAGE_HOSTS% 16manage_etc_hosts: %MANAGE_HOSTS%
17 17
18datasource_list: 18datasource_list:
19 - None 19 - NoCloud
20 20
21# Example datasource config 21# Example datasource config
22# datasource: 22# datasource:
23# Ec2: 23# Ec2:
24# metadata_urls: [ 'blah.com' ] 24# metadata_urls: [ 'blah.com' ]
25# timeout: 5 # (defaults to 50 seconds) 25# timeout: 5 # (defaults to 50 seconds)
26# max_wait: 10 # (defaults to 120 seconds) 26# max_wait: 10 # (defaults to 120 seconds)
@@ -32,8 +32,6 @@ cloud_init_modules:
32 - bootcmd 32 - bootcmd
33 - write-files 33 - write-files
34 - growpart 34 - growpart
35 - set_hostname
36 - update_hostname
37 - update_etc_hosts 35 - update_etc_hosts
38 - ca-certs 36 - ca-certs
39 - rsyslog 37 - rsyslog
@@ -48,18 +46,12 @@ cloud_config_modules:
48 - disk_setup 46 - disk_setup
49 - mounts 47 - mounts
50 - ssh-import-id 48 - ssh-import-id
51 - locale
52 - set-passwords 49 - set-passwords
53 - grub-dpkg
54 - apt-pipelining
55 - apt-configure
56 - package-update-upgrade-install 50 - package-update-upgrade-install
57 - landscape
58 - timezone 51 - timezone
59 - puppet 52 - puppet
60 - chef 53 - chef
61 - salt-minion 54 - salt-minion
62 - mcollective
63 - disable-ec2-metadata 55 - disable-ec2-metadata
64 - runcmd 56 - runcmd
65 - byobu 57 - byobu