From f5c6832cede618d83c2a3844287922fa2874521d Mon Sep 17 00:00:00 2001 From: Eduardo Otubo Date: Mon, 17 Dec 2018 11:27:29 +0100 Subject: [PATCH] Enable cloud-init by default on vmware RH-Author: Eduardo Otubo Message-id: <20181217112729.16625-1-otubo@redhat.com> Patchwork-id: 83538 O-Subject: [RHEL-8.0 cloud-init PATCH] Enable cloud-init by default on vmware Bugzilla: 1644335 RH-Acked-by: Vitaly Kuznetsov RH-Acked-by: Miroslav Rezanina Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1644335 Brew: https://brewweb.engineering.redhat.com/brew/taskinfo?taskID=19536284 Tested: By me According to BZ#1644335, the variable `disable_vmware_customization' should be set to `false' in order to enable cloud-init by default on VMware. This patch sets it accordingly. X-downstream-only: yes Resolves: rhbz#1644335 Signed-off-by: Eduardo Otubo Signed-off-by: Miroslav Rezanina --- rhel/cloud.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/rhel/cloud.cfg b/rhel/cloud.cfg index 4a73981d..f0db3c12 100644 --- a/rhel/cloud.cfg +++ b/rhel/cloud.cfg @@ -9,6 +9,7 @@ resize_rootfs_tmp: /dev ssh_deletekeys: 0 ssh_genkeytypes: ~ syslog_fix_perms: ~ +disable_vmware_customization: false cloud_init_modules: - disk_setup -- 2.19.1