Skip to content

Commit bf74b15

Browse files
committed
DLPX-93823 cloud-init configuration contains module names that are no longer correct
PR URL: https://www.github.com/delphix/delphix-platform/pull/519
1 parent 7fcc2e7 commit bf74b15

File tree

1 file changed

+18
-20
lines changed

1 file changed

+18
-20
lines changed

files/common/etc/cloud/cloud.cfg.d/91-delphix-platform.cfg

+18-20
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,14 @@ apt:
4848

4949
#
5050
# By default, ignore ssh keys passed from the cloud management console.
51-
# Also, discard any user data to prevent tampering with the default
52-
# Delphix configuration. Note that those configurations are currently
53-
# only available on Delphix's version of cloud-init.
5451
#
5552
allow_public_ssh_keys: false
53+
54+
#
55+
# Discard any user data (cloud-init configuration passed to the instance via
56+
# cloud-specific mechanisms) to prevent tampering with the default Delphix
57+
# configuration.
58+
#
5659
allow_userdata: false
5760

5861
#
@@ -116,32 +119,27 @@ datasource_list:
116119
#
117120

118121
cloud_init_modules:
119-
- migrator
120122
- seed_random
121123
- bootcmd
122-
- write-files
124+
- write_files
123125
- update_etc_hosts
124126
- ssh
125127

126128
cloud_config_modules:
127-
- wireguard
128-
- ubuntu_autoinstall
129-
- ssh-import-id
129+
- ssh_import_id
130130
- keyboard
131131
- locale
132-
- grub-dpkg
133-
- apt-pipelining
134-
- apt-configure
132+
- grub_dpkg
133+
- apt_configure
135134
- ntp
136135
- runcmd
137136

138137
cloud_final_modules:
139-
- package-update-upgrade-install
140-
- write-files-deferred
141-
- scripts-vendor
142-
- scripts-per-once
143-
- scripts-per-boot
144-
- scripts-per-instance
145-
- scripts-user
146-
- install-hotplug
147-
- final-message
138+
- write_files_deferred
139+
- scripts_per_once
140+
- scripts_per_boot
141+
- scripts_per_instance
142+
- scripts_user
143+
- install_hotplug
144+
- final_message
145+
- power_state_change

0 commit comments

Comments
 (0)