examples: Fix endpoint name for manual examples

* Bug introduced by b10c777729
This commit is contained in:
Dalton Hubble
2017-11-20 13:46:02 -08:00
parent c75fc8f88e
commit 7d5656ffe3
11 changed files with 18 additions and 18 deletions

View File

@@ -5,7 +5,7 @@
"metadata": {
"coreos_channel": "stable",
"coreos_version": "1520.8.0",
"ignition_endpoint": "http://matchbox.foo:8080/ignition",
"baseurl": "http://matchbox.foo:8080/assets/coreos"
"ignition_endpoint": "http://matchbox.example.com:8080/ignition",
"baseurl": "http://matchbox.example.com:8080/assets/coreos"
}
}

View File

@@ -5,7 +5,7 @@
"metadata": {
"coreos_channel": "stable",
"coreos_version": "1520.8.0",
"ignition_endpoint": "http://matchbox.foo:8080/ignition",
"baseurl": "http://matchbox.foo:8080/assets/coreos"
"ignition_endpoint": "http://matchbox.example.com:8080/ignition",
"baseurl": "http://matchbox.example.com:8080/assets/coreos"
}
}

View File

@@ -1,11 +1,11 @@
{
"id": "install",
"name": "Simple CoreOS Container Linux Alpha Install",
"name": "Simple CoreOS Container Linux Install",
"profile": "simple-install",
"metadata": {
"coreos_channel": "stable",
"coreos_version": "1520.8.0",
"ignition_endpoint": "http://matchbox.foo:8080/ignition",
"baseurl": "http://matchbox.foo:8080/assets/coreos"
"ignition_endpoint": "http://matchbox.example.com:8080/ignition",
"baseurl": "http://matchbox.example.com:8080/assets/coreos"
}
}