Browse code

Adding flag for vmware guest customization in config

Change-Id: I1fdbc2e0cd45361fef4b26de81b8808a7e7cdcbe
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/1748
Tested-by: gerrit-photon <photon-checkins@vmware.com>
Reviewed-by: suezzelur <anishs@vmware.com>

Kumar Kaushik authored on 2016/11/23 06:53:09
Showing 2 changed files
... ...
@@ -1,6 +1,6 @@
1 1
 Name:           cloud-init
2 2
 Version:        0.7.6
3
-Release:        12%{?dist}
3
+Release:        13%{?dist}
4 4
 Summary:        Cloud instance init scripts
5 5
 Group:          System Environment/Base
6 6
 License:        GPLv3
... ...
@@ -124,27 +124,29 @@ systemctl daemon-reload >/dev/null 2>&1 || :
124 124
 
125 125
 
126 126
 %changelog
127
+*   Tue Nov 22 2016 Kumar Kaushik <kaushikk@vmware.com>  0.7.6-13
128
+-   Adding flag for vmware customization in config.
127 129
 *   Tue Nov 1 2016 Divya Thaluru <dthaluru@vmware.com>  0.7.6-12
128 130
 -   Fixed logic to not restart services after upgrade
129 131
 *   Mon Oct 24 2016 Divya Thaluru <dthaluru@vmware.com>  0.7.6-11
130 132
 -   Enabled ssh module in cloud-init
131 133
 *   Thu May 26 2016 Divya Thaluru <dthaluru@vmware.com>  0.7.6-10
132
--   Fixed logic to restart the active services after upgrade
133
-*	Tue May 24 2016 Priyesh Padmavilasom <ppadmavilasom@vmware.com> 0.7.6-9
134
--	GA - Bump release of all rpms
134
+-   Fixed logic to restart the active services after upgrade 
135
+*   Tue May 24 2016 Priyesh Padmavilasom <ppadmavilasom@vmware.com> 0.7.6-9
136
+-   GA - Bump release of all rpms
135 137
 *   Tue May 3 2016 Divya Thaluru <dthaluru@vmware.com>  0.7.6-8
136 138
 -   Clean up post, preun, postun sections in spec file.
137 139
 *   Thu Dec 10 2015 Xiaolin Li <xiaolinl@vmware.com>
138 140
 -   Add systemd to Requires and BuildRequires.
139
-* Thu Sep 17 2015 Kumar Kaushik <kaushikk@vmware.com>
140
-- Removing netstat and replacing with ip route.
141
-* Tue Aug 11 2015 Kumar Kaushik <kaushikk@vmware.com>
142
-- VCA initial password issue fix.
143
-* Thu Jun 25 2015 Kumar Kaushik <kaushikk@vmware.com>
144
-- Removing systemd-service.patch. No longer needed.
145
-* Thu Jun 18 2015 Vinay Kulkarni <kulkarniv@vmware.com>
146
-- Add patch to enable logging to /var/log/cloud-init.log
147
-* Mon May 18 2015 Touseef Liaqat <tliaqat@vmware.com>
148
-- Update according to UsrMove.
149
-* Wed Mar 04 2015 Mahmoud Bassiouny <mbassiouny@vmware.com>
150
-- Initial packaging for Photon
141
+*   Thu Sep 17 2015 Kumar Kaushik <kaushikk@vmware.com>
142
+-   Removing netstat and replacing with ip route.
143
+*   Tue Aug 11 2015 Kumar Kaushik <kaushikk@vmware.com>
144
+-   VCA initial password issue fix.
145
+*   Thu Jun 25 2015 Kumar Kaushik <kaushikk@vmware.com>
146
+-   Removing systemd-service.patch. No longer needed.
147
+*   Thu Jun 18 2015 Vinay Kulkarni <kulkarniv@vmware.com>
148
+-   Add patch to enable logging to /var/log/cloud-init.log
149
+*   Mon May 18 2015 Touseef Liaqat <tliaqat@vmware.com>
150
+-   Update according to UsrMove.
151
+*   Wed Mar 04 2015 Mahmoud Bassiouny <mbassiouny@vmware.com>
152
+-   Initial packaging for Photon
... ...
@@ -12,6 +12,9 @@ users:
12 12
 # will get a message to login instead as the above $user (ubuntu)
13 13
 disable_root: false
14 14
 
15
+#Vmware guest customization.
16
+disable_vmware_customization: true
17
+
15 18
 # This will cause the set+update hostname module to not operate (if true)
16 19
 preserve_hostname: false
17 20