Skip to content

Commit ba69444

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 ba69444

File tree

1 file changed

+18
-21
lines changed

1 file changed

+18
-21
lines changed

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

+18-21
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,26 @@ datasource_list:
116119
#
117120

118121
cloud_init_modules:
119-
- migrator
120122
- seed_random
121-
- bootcmd
122-
- write-files
123+
- write_files
123124
- update_etc_hosts
124125
- ssh
125126

126127
cloud_config_modules:
127-
- wireguard
128-
- ubuntu_autoinstall
129-
- ssh-import-id
128+
- ssh_import_id
130129
- keyboard
131130
- locale
132-
- grub-dpkg
133-
- apt-pipelining
134-
- apt-configure
131+
- grub_dpkg
132+
- apt_configure
135133
- ntp
136134
- runcmd
137135

138136
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
137+
- write_files_deferred
138+
- scripts_per_once
139+
- scripts_per_boot
140+
- scripts_per_instance
141+
- scripts_user
142+
- install_hotplug
143+
- final_message
144+
- power_state_change

0 commit comments

Comments
 (0)