distro/rhel84: use New York as default timezone
RHEl 8.4 guest images need to have the default timezone of EST/EDT unless the user specifies one in their blueprint. New York is a major location for this timezone.
This commit is contained in:
parent
fc6fbec32f
commit
9d0d5967d6
6 changed files with 37 additions and 5 deletions
|
|
@ -295,6 +295,8 @@ func (t *imageType) pipeline(c *blueprint.Customizations, options distro.ImageOp
|
|||
|
||||
if timezone != nil {
|
||||
p.AddStage(osbuild.NewTimezoneStage(&osbuild.TimezoneStageOptions{Zone: *timezone}))
|
||||
} else {
|
||||
p.AddStage(osbuild.NewTimezoneStage(&osbuild.TimezoneStageOptions{Zone: "America/New_York"}))
|
||||
}
|
||||
|
||||
if len(ntpServers) > 0 {
|
||||
|
|
|
|||
|
|
@ -3097,6 +3097,12 @@
|
|||
"language": "en_US"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "org.osbuild.timezone",
|
||||
"options": {
|
||||
"zone": "America/New_York"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "org.osbuild.selinux",
|
||||
"options": {
|
||||
|
|
@ -9216,6 +9222,6 @@
|
|||
"tuned.service",
|
||||
"unbound-anchor.timer"
|
||||
],
|
||||
"timezone": "UTC"
|
||||
"timezone": "New_York"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3336,6 +3336,12 @@
|
|||
"language": "en_US"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "org.osbuild.timezone",
|
||||
"options": {
|
||||
"zone": "America/New_York"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "org.osbuild.users",
|
||||
"options": {
|
||||
|
|
@ -9844,6 +9850,6 @@
|
|||
"tuned.service",
|
||||
"unbound-anchor.timer"
|
||||
],
|
||||
"timezone": "UTC"
|
||||
"timezone": "New_York"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3465,6 +3465,12 @@
|
|||
"language": "en_US"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "org.osbuild.timezone",
|
||||
"options": {
|
||||
"zone": "America/New_York"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "org.osbuild.users",
|
||||
"options": {
|
||||
|
|
@ -10217,6 +10223,6 @@
|
|||
"tuned.service",
|
||||
"unbound-anchor.timer"
|
||||
],
|
||||
"timezone": "UTC"
|
||||
"timezone": "New_York"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3291,6 +3291,12 @@
|
|||
"language": "en_US"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "org.osbuild.timezone",
|
||||
"options": {
|
||||
"zone": "America/New_York"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "org.osbuild.users",
|
||||
"options": {
|
||||
|
|
@ -9754,6 +9760,6 @@
|
|||
"unbound-anchor.timer",
|
||||
"waagent.service"
|
||||
],
|
||||
"timezone": "UTC"
|
||||
"timezone": "New_York"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3153,6 +3153,12 @@
|
|||
"language": "en_US"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "org.osbuild.timezone",
|
||||
"options": {
|
||||
"zone": "America/New_York"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "org.osbuild.users",
|
||||
"options": {
|
||||
|
|
@ -9363,6 +9369,6 @@
|
|||
"vgauthd.service",
|
||||
"vmtoolsd.service"
|
||||
],
|
||||
"timezone": "UTC"
|
||||
"timezone": "New_York"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue