Bug 876582
Summary: | [RFE] Allow default timezone to be set at each lab. | ||
---|---|---|---|
Product: | [Retired] Beaker | Reporter: | Bill Peck <bpeck> |
Component: | scheduler | Assignee: | Dan Callaghan <dcallagh> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Qixiang Wan <qwan> |
Severity: | high | Docs Contact: | |
Priority: | high | ||
Version: | 0.9 | CC: | asaha, dcallagh, jburke, mishin, prarit, qwan, rglasz, rmancy |
Target Milestone: | 0.11 | Keywords: | FutureFeature, Patch |
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | Kickstart | ||
Fixed In Version: | Doc Type: | Enhancement | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2013-01-17 04:34:43 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Bill Peck
2012-11-14 14:10:07 UTC
This is in response to https://bugzilla.redhat.com/show_bug.cgi?id=868859 Verified by adding a per-lab snippet: $ cat /etc/beaker/snippets/per_lab/timezone/$LAB_CONTROLLER_FQDN timezone {{ timezone|default('Asia/Shanghai') }} After provision, the snippet take effect successfully on the systems which are related to that lab controller: $ cat /etc/sysconfig/clock ZONE="Asia/Shanghai" Beaker 0.11.0 has been released. |