test: regenerate manifests with chrony stages

Regenerate all manifests that used the old chrony stage options with the
'timeservers' field.  This is now replaced by the 'servers' field, which
is a slice of objects with a 'hostname' field instead of a slice of
strings.
This commit is contained in:
Achilleas Koutsou 2022-11-02 16:07:28 +01:00 committed by Christian Kellner
parent 5d760c48ad
commit a2a3ac8ffe
72 changed files with 288 additions and 144 deletions

View file

@ -5843,8 +5843,10 @@
{
"type": "org.osbuild.chrony",
"options": {
"timeservers": [
"time.example.com"
"servers": [
{
"hostname": "time.example.com"
}
]
}
},

View file

@ -6251,8 +6251,10 @@
{
"type": "org.osbuild.chrony",
"options": {
"timeservers": [
"time.example.com"
"servers": [
{
"hostname": "time.example.com"
}
]
}
},

View file

@ -5428,8 +5428,10 @@
{
"type": "org.osbuild.chrony",
"options": {
"timeservers": [
"metadata.google.internal"
"servers": [
{
"hostname": "metadata.google.internal"
}
]
}
},

View file

@ -5939,8 +5939,10 @@
{
"type": "org.osbuild.chrony",
"options": {
"timeservers": [
"time.example.com"
"servers": [
{
"hostname": "time.example.com"
}
]
}
},

View file

@ -4713,8 +4713,10 @@
{
"type": "org.osbuild.chrony",
"options": {
"timeservers": [
"time.example.com"
"servers": [
{
"hostname": "time.example.com"
}
]
}
},

View file

@ -5313,8 +5313,10 @@
{
"type": "org.osbuild.chrony",
"options": {
"timeservers": [
"time.example.com"
"servers": [
{
"hostname": "time.example.com"
}
]
}
},

View file

@ -4977,8 +4977,10 @@
{
"type": "org.osbuild.chrony",
"options": {
"timeservers": [
"time.example.com"
"servers": [
{
"hostname": "time.example.com"
}
]
}
},

View file

@ -5020,8 +5020,10 @@
{
"type": "org.osbuild.chrony",
"options": {
"timeservers": [
"metadata.google.internal"
"servers": [
{
"hostname": "metadata.google.internal"
}
]
}
},

View file

@ -5065,8 +5065,10 @@
{
"type": "org.osbuild.chrony",
"options": {
"timeservers": [
"time.example.com"
"servers": [
{
"hostname": "time.example.com"
}
]
}
},

View file

@ -4685,8 +4685,10 @@
{
"type": "org.osbuild.chrony",
"options": {
"timeservers": [
"time.example.com"
"servers": [
{
"hostname": "time.example.com"
}
]
}
},

View file

@ -4797,8 +4797,10 @@
{
"type": "org.osbuild.chrony",
"options": {
"timeservers": [
"time.example.com"
"servers": [
{
"hostname": "time.example.com"
}
]
}
},

View file

@ -5211,8 +5211,10 @@
{
"type": "org.osbuild.chrony",
"options": {
"timeservers": [
"time.example.com"
"servers": [
{
"hostname": "time.example.com"
}
]
}
},

View file

@ -5355,8 +5355,10 @@
{
"type": "org.osbuild.chrony",
"options": {
"timeservers": [
"time.example.com"
"servers": [
{
"hostname": "time.example.com"
}
]
}
},

View file

@ -5209,8 +5209,10 @@
{
"type": "org.osbuild.chrony",
"options": {
"timeservers": [
"time.example.com"
"servers": [
{
"hostname": "time.example.com"
}
]
}
},

View file

@ -5321,8 +5321,10 @@
{
"type": "org.osbuild.chrony",
"options": {
"timeservers": [
"time.example.com"
"servers": [
{
"hostname": "time.example.com"
}
]
}
},

View file

@ -5217,8 +5217,10 @@
{
"type": "org.osbuild.chrony",
"options": {
"timeservers": [
"time.example.com"
"servers": [
{
"hostname": "time.example.com"
}
]
}
},

View file

@ -5321,8 +5321,10 @@
{
"type": "org.osbuild.chrony",
"options": {
"timeservers": [
"time.example.com"
"servers": [
{
"hostname": "time.example.com"
}
]
}
},

View file

@ -1714,8 +1714,10 @@
{
"type": "org.osbuild.chrony",
"options": {
"timeservers": [
"time.example.com"
"servers": [
{
"hostname": "time.example.com"
}
]
}
},

View file

@ -2343,8 +2343,10 @@
{
"type": "org.osbuild.chrony",
"options": {
"timeservers": [
"time.example.com"
"servers": [
{
"hostname": "time.example.com"
}
]
}
},

View file

@ -2496,8 +2496,10 @@
{
"type": "org.osbuild.chrony",
"options": {
"timeservers": [
"time.example.com"
"servers": [
{
"hostname": "time.example.com"
}
]
}
},

View file

@ -2593,8 +2593,10 @@
{
"type": "org.osbuild.chrony",
"options": {
"timeservers": [
"time.example.com"
"servers": [
{
"hostname": "time.example.com"
}
]
}
},

View file

@ -2222,8 +2222,10 @@
{
"type": "org.osbuild.chrony",
"options": {
"timeservers": [
"metadata.google.internal"
"servers": [
{
"hostname": "metadata.google.internal"
}
]
}
},

View file

@ -2230,8 +2230,10 @@
{
"type": "org.osbuild.chrony",
"options": {
"timeservers": [
"metadata.google.internal"
"servers": [
{
"hostname": "metadata.google.internal"
}
]
}
},

View file

@ -2382,8 +2382,10 @@
{
"type": "org.osbuild.chrony",
"options": {
"timeservers": [
"time.example.com"
"servers": [
{
"hostname": "time.example.com"
}
]
}
},

View file

@ -2358,8 +2358,10 @@
{
"type": "org.osbuild.chrony",
"options": {
"timeservers": [
"time.example.com"
"servers": [
{
"hostname": "time.example.com"
}
]
}
},

View file

@ -2511,8 +2511,10 @@
{
"type": "org.osbuild.chrony",
"options": {
"timeservers": [
"time.example.com"
"servers": [
{
"hostname": "time.example.com"
}
]
}
},

View file

@ -2617,8 +2617,10 @@
{
"type": "org.osbuild.chrony",
"options": {
"timeservers": [
"time.example.com"
"servers": [
{
"hostname": "time.example.com"
}
]
}
},

View file

@ -2249,8 +2249,10 @@
{
"type": "org.osbuild.chrony",
"options": {
"timeservers": [
"metadata.google.internal"
"servers": [
{
"hostname": "metadata.google.internal"
}
]
}
},

View file

@ -2257,8 +2257,10 @@
{
"type": "org.osbuild.chrony",
"options": {
"timeservers": [
"metadata.google.internal"
"servers": [
{
"hostname": "metadata.google.internal"
}
]
}
},

View file

@ -2400,8 +2400,10 @@
{
"type": "org.osbuild.chrony",
"options": {
"timeservers": [
"time.example.com"
"servers": [
{
"hostname": "time.example.com"
}
]
}
},

View file

@ -2368,8 +2368,10 @@
{
"type": "org.osbuild.chrony",
"options": {
"timeservers": [
"time.example.com"
"servers": [
{
"hostname": "time.example.com"
}
]
}
},

View file

@ -2530,8 +2530,10 @@
{
"type": "org.osbuild.chrony",
"options": {
"timeservers": [
"time.example.com"
"servers": [
{
"hostname": "time.example.com"
}
]
}
},

View file

@ -2636,8 +2636,10 @@
{
"type": "org.osbuild.chrony",
"options": {
"timeservers": [
"time.example.com"
"servers": [
{
"hostname": "time.example.com"
}
]
}
},

View file

@ -2222,8 +2222,10 @@
{
"type": "org.osbuild.chrony",
"options": {
"timeservers": [
"metadata.google.internal"
"servers": [
{
"hostname": "metadata.google.internal"
}
]
}
},

View file

@ -2230,8 +2230,10 @@
{
"type": "org.osbuild.chrony",
"options": {
"timeservers": [
"metadata.google.internal"
"servers": [
{
"hostname": "metadata.google.internal"
}
]
}
},

View file

@ -2407,8 +2407,10 @@
{
"type": "org.osbuild.chrony",
"options": {
"timeservers": [
"time.example.com"
"servers": [
{
"hostname": "time.example.com"
}
]
}
},

View file

@ -2369,8 +2369,10 @@
{
"type": "org.osbuild.chrony",
"options": {
"timeservers": [
"time.example.com"
"servers": [
{
"hostname": "time.example.com"
}
]
}
},

View file

@ -2522,8 +2522,10 @@
{
"type": "org.osbuild.chrony",
"options": {
"timeservers": [
"time.example.com"
"servers": [
{
"hostname": "time.example.com"
}
]
}
},

View file

@ -2619,8 +2619,10 @@
{
"type": "org.osbuild.chrony",
"options": {
"timeservers": [
"time.example.com"
"servers": [
{
"hostname": "time.example.com"
}
]
}
},

View file

@ -2222,8 +2222,10 @@
{
"type": "org.osbuild.chrony",
"options": {
"timeservers": [
"metadata.google.internal"
"servers": [
{
"hostname": "metadata.google.internal"
}
]
}
},

View file

@ -2230,8 +2230,10 @@
{
"type": "org.osbuild.chrony",
"options": {
"timeservers": [
"metadata.google.internal"
"servers": [
{
"hostname": "metadata.google.internal"
}
]
}
},

View file

@ -2408,8 +2408,10 @@
{
"type": "org.osbuild.chrony",
"options": {
"timeservers": [
"time.example.com"
"servers": [
{
"hostname": "time.example.com"
}
]
}
},

View file

@ -2372,8 +2372,10 @@
{
"type": "org.osbuild.chrony",
"options": {
"timeservers": [
"time.example.com"
"servers": [
{
"hostname": "time.example.com"
}
]
}
},

View file

@ -2525,8 +2525,10 @@
{
"type": "org.osbuild.chrony",
"options": {
"timeservers": [
"time.example.com"
"servers": [
{
"hostname": "time.example.com"
}
]
}
},

View file

@ -2637,8 +2637,10 @@
{
"type": "org.osbuild.chrony",
"options": {
"timeservers": [
"time.example.com"
"servers": [
{
"hostname": "time.example.com"
}
]
}
},

View file

@ -2216,8 +2216,10 @@
{
"type": "org.osbuild.chrony",
"options": {
"timeservers": [
"metadata.google.internal"
"servers": [
{
"hostname": "metadata.google.internal"
}
]
}
},

View file

@ -2224,8 +2224,10 @@
{
"type": "org.osbuild.chrony",
"options": {
"timeservers": [
"metadata.google.internal"
"servers": [
{
"hostname": "metadata.google.internal"
}
]
}
},

View file

@ -2411,8 +2411,10 @@
{
"type": "org.osbuild.chrony",
"options": {
"timeservers": [
"time.example.com"
"servers": [
{
"hostname": "time.example.com"
}
]
}
},

View file

@ -2372,8 +2372,10 @@
{
"type": "org.osbuild.chrony",
"options": {
"timeservers": [
"time.example.com"
"servers": [
{
"hostname": "time.example.com"
}
]
}
},

View file

@ -2525,8 +2525,10 @@
{
"type": "org.osbuild.chrony",
"options": {
"timeservers": [
"time.example.com"
"servers": [
{
"hostname": "time.example.com"
}
]
}
},

View file

@ -2637,8 +2637,10 @@
{
"type": "org.osbuild.chrony",
"options": {
"timeservers": [
"time.example.com"
"servers": [
{
"hostname": "time.example.com"
}
]
}
},

View file

@ -2216,8 +2216,10 @@
{
"type": "org.osbuild.chrony",
"options": {
"timeservers": [
"metadata.google.internal"
"servers": [
{
"hostname": "metadata.google.internal"
}
]
}
},

View file

@ -2224,8 +2224,10 @@
{
"type": "org.osbuild.chrony",
"options": {
"timeservers": [
"metadata.google.internal"
"servers": [
{
"hostname": "metadata.google.internal"
}
]
}
},

View file

@ -2411,8 +2411,10 @@
{
"type": "org.osbuild.chrony",
"options": {
"timeservers": [
"time.example.com"
"servers": [
{
"hostname": "time.example.com"
}
]
}
},

View file

@ -1934,8 +1934,10 @@
{
"type": "org.osbuild.chrony",
"options": {
"timeservers": [
"time.example.com"
"servers": [
{
"hostname": "time.example.com"
}
]
}
},

View file

@ -2165,8 +2165,10 @@
{
"type": "org.osbuild.chrony",
"options": {
"timeservers": [
"time.example.com"
"servers": [
{
"hostname": "time.example.com"
}
]
}
},

View file

@ -2036,8 +2036,10 @@
{
"type": "org.osbuild.chrony",
"options": {
"timeservers": [
"time.example.com"
"servers": [
{
"hostname": "time.example.com"
}
]
}
},

View file

@ -2042,8 +2042,10 @@
{
"type": "org.osbuild.chrony",
"options": {
"timeservers": [
"metadata.google.internal"
"servers": [
{
"hostname": "metadata.google.internal"
}
]
}
},

View file

@ -2045,8 +2045,10 @@
{
"type": "org.osbuild.chrony",
"options": {
"timeservers": [
"metadata.google.internal"
"servers": [
{
"hostname": "metadata.google.internal"
}
]
}
},

View file

@ -2066,8 +2066,10 @@
{
"type": "org.osbuild.chrony",
"options": {
"timeservers": [
"time.example.com"
"servers": [
{
"hostname": "time.example.com"
}
]
}
},

View file

@ -4894,8 +4894,10 @@
{
"type": "org.osbuild.chrony",
"options": {
"timeservers": [
"time.example.com"
"servers": [
{
"hostname": "time.example.com"
}
]
}
},

View file

@ -5502,8 +5502,10 @@
{
"type": "org.osbuild.chrony",
"options": {
"timeservers": [
"time.example.com"
"servers": [
{
"hostname": "time.example.com"
}
]
}
},

View file

@ -5174,8 +5174,10 @@
{
"type": "org.osbuild.chrony",
"options": {
"timeservers": [
"time.example.com"
"servers": [
{
"hostname": "time.example.com"
}
]
}
},

View file

@ -5236,8 +5236,10 @@
{
"type": "org.osbuild.chrony",
"options": {
"timeservers": [
"metadata.google.internal"
"servers": [
{
"hostname": "metadata.google.internal"
}
]
}
},

View file

@ -5239,8 +5239,10 @@
{
"type": "org.osbuild.chrony",
"options": {
"timeservers": [
"metadata.google.internal"
"servers": [
{
"hostname": "metadata.google.internal"
}
]
}
},

View file

@ -5230,8 +5230,10 @@
{
"type": "org.osbuild.chrony",
"options": {
"timeservers": [
"time.example.com"
"servers": [
{
"hostname": "time.example.com"
}
]
}
},

View file

@ -4897,8 +4897,10 @@
{
"type": "org.osbuild.chrony",
"options": {
"timeservers": [
"time.example.com"
"servers": [
{
"hostname": "time.example.com"
}
]
}
},

View file

@ -5505,8 +5505,10 @@
{
"type": "org.osbuild.chrony",
"options": {
"timeservers": [
"time.example.com"
"servers": [
{
"hostname": "time.example.com"
}
]
}
},

View file

@ -5177,8 +5177,10 @@
{
"type": "org.osbuild.chrony",
"options": {
"timeservers": [
"time.example.com"
"servers": [
{
"hostname": "time.example.com"
}
]
}
},

View file

@ -5236,8 +5236,10 @@
{
"type": "org.osbuild.chrony",
"options": {
"timeservers": [
"metadata.google.internal"
"servers": [
{
"hostname": "metadata.google.internal"
}
]
}
},

View file

@ -5239,8 +5239,10 @@
{
"type": "org.osbuild.chrony",
"options": {
"timeservers": [
"metadata.google.internal"
"servers": [
{
"hostname": "metadata.google.internal"
}
]
}
},

View file

@ -5233,8 +5233,10 @@
{
"type": "org.osbuild.chrony",
"options": {
"timeservers": [
"time.example.com"
"servers": [
{
"hostname": "time.example.com"
}
]
}
},