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