File cloud.cfg of Package cloud-init-config-caasp
# Adapted default config for SUSE CaaSP systems
#users:
# - root
disable_root: false
preserve_hostname: false
syslog_fix_perms: root:root
mount_default_fields: [~, ~, 'auto', 'defaults', '0', '2']
datasource_list: [ LocalDisk, NoCloud, OpenStack, None ]
unverified_modules: ['ntp']
# The modules that run in the 'init' stage
cloud_init_modules:
- migrator
- bootcmd
- write-files
- set_hostname
- update_hostname
- update_etc_hosts
# - ca-certs
- rsyslog
- users-groups
- ssh
# The modules that run in the 'config' stage
cloud_config_modules:
- mounts
- locale
- set-passwords
- timezone
- resolv_conf
- ntp
- zypp_add_repo
- disable-ec2-metadata
- runcmd
# The modules that run in the 'final' stage
cloud_final_modules:
# - package-update-upgrade-install
- salt-minion
- scripts-vendor
- scripts-per-once
- scripts-per-boot
- scripts-per-instance
- scripts-user
- suse-caasp
- phone-home
- final-message
- power-state-change
# System and/or distro specific settings
system_info:
distro: sles
paths:
cloud_dir: /var/lib/cloud/
templates_dir: /etc/cloud/templates/
ssh_svcname: sshd