]> git.apps.os.sepia.ceph.com Git - ceph-cm-ansible.git/commitdiff
cobbler: set testnodes timezone during kickstart 210/head
authorDavid Galloway <dgallowa@redhat.com>
Wed, 16 Mar 2016 00:40:58 +0000 (20:40 -0400)
committerDavid Galloway <dgallowa@redhat.com>
Wed, 16 Mar 2016 00:40:58 +0000 (20:40 -0400)
Signed-off-by: David Galloway <dgallowa@redhat.com>
roles/cobbler/templates/kickstarts/cephlab_rhel.ks
roles/cobbler/templates/kickstarts/cephlab_ubuntu.preseed

index b3282074515646a28e680e402b53d0f7fa91eb56..b99ba4212a56b028cb4cb3ef67ad2072d9bfeed7 100644 (file)
@@ -33,7 +33,7 @@ selinux --permissive
 # Do not configure the X Window System
 skipx
 # System timezone
-timezone  America/New_York
+timezone Etc/UTC --utc
 # Install OS instead of upgrade
 install
 
index dc46aa128c7d89deef6faf8f7470a739fb67ddd9..098a290432dbe6d7abaa589105e0f84dbb66e97c 100644 (file)
@@ -31,12 +31,18 @@ d-i mirror/suite string $os_version
 # Stop Ubuntu from installing random kernel choice
 #d-i base-installer/kernel/image select none
 
+# Controls whether or not the hardware clock is set to UTC.
+d-i clock-setup/utc boolean true
+#
+# # You may set this to any valid setting for $TZ; see the contents of
+# # /usr/share/zoneinfo/ for valid values.
+d-i time/zone string Etc/UTC
+
 # Controls whether to use NTP to set the clock during the install
 d-i clock-setup/ntp boolean true
 # NTP server to use. The default is almost always fine here.
 d-i clock-setup/ntp-server string pool.ntp.org
 
-
 # This makes partman automatically partition without confirmation.
 #d-i partman/confirm_write_new_label boolean true
 #d-i partman/choose_partition select finish