From 0e4a80960008a591e22b8d34eb3004791b4ff082 Mon Sep 17 00:00:00 2001 From: Dalton Hubble Date: Thu, 21 Jul 2016 14:48:44 -0700 Subject: [PATCH] examples: Bump CoreOS Alpha from 1053.2.0 to 1109.1.0 * Clusters which install to disk auto-update so this bump just changes the "starting" version. Deployed alpha clusters should already be using 1109.1.0. --- Documentation/api.md | 18 ++++++++--------- Documentation/bootcfg.md | 4 ++-- Documentation/bootkube.md | 2 +- Documentation/getting-started-docker.md | 2 +- Documentation/getting-started-rkt.md | 2 +- Documentation/kubernetes.md | 2 +- Documentation/torus.md | 2 +- examples/README.md | 20 +++++++++---------- examples/groups/bootkube-install/install.json | 2 +- examples/groups/etcd-install/install.json | 2 +- examples/groups/k8s-install/install.json | 2 +- examples/profiles/bootkube-master.json | 4 ++-- examples/profiles/bootkube-worker.json | 4 ++-- examples/profiles/etcd-proxy.json | 4 ++-- examples/profiles/etcd.json | 4 ++-- examples/profiles/grub.json | 4 ++-- examples/profiles/install-reboot.json | 4 ++-- examples/profiles/install-shutdown.json | 4 ++-- examples/profiles/k8s-master-install.json | 4 ++-- examples/profiles/k8s-master.json | 4 ++-- examples/profiles/k8s-worker-install.json | 4 ++-- examples/profiles/k8s-worker.json | 4 ++-- examples/profiles/pxe-disk.json | 4 ++-- examples/profiles/pxe.json | 4 ++-- examples/profiles/torus.json | 4 ++-- scripts/README.md | 2 +- scripts/get-coreos | 2 +- 27 files changed, 59 insertions(+), 59 deletions(-) diff --git a/Documentation/api.md b/Documentation/api.md index 62492ae5..155ee3c7 100644 --- a/Documentation/api.md +++ b/Documentation/api.md @@ -32,8 +32,8 @@ Finds the profile for the machine and renders the network boot config (kernel, o **Response** #!ipxe - kernel /assets/coreos/1053.2.0/coreos_production_pxe.vmlinuz coreos.config.url=http://bootcfg.foo:8080/ignition?uuid=${uuid}&mac=${net0/mac:hexhyp} coreos.first_boot=1 coreos.autologin - initrd /assets/coreos/1053.2.0/coreos_production_pxe_image.cpio.gz + kernel /assets/coreos/1109.1.0/coreos_production_pxe.vmlinuz coreos.config.url=http://bootcfg.foo:8080/ignition?uuid=${uuid}&mac=${net0/mac:hexhyp} coreos.first_boot=1 coreos.autologin + initrd /assets/coreos/1109.1.0/coreos_production_pxe_image.cpio.gz boot ## GRUB2 @@ -56,9 +56,9 @@ Finds the profile for the machine and renders the network boot config as a GRUB timeout=1 menuentry "CoreOS" { echo "Loading kernel" - linuxefi "(http;bootcfg.foo:8080)/assets/coreos/1053.2.0/coreos_production_pxe.vmlinuz" "coreos.autologin" "coreos.config.url=http://bootcfg.foo:8080/ignition" "coreos.first_boot" + linuxefi "(http;bootcfg.foo:8080)/assets/coreos/1109.1.0/coreos_production_pxe.vmlinuz" "coreos.autologin" "coreos.config.url=http://bootcfg.foo:8080/ignition" "coreos.first_boot" echo "Loading initrd" - initrdefi "(http;bootcfg.foo:8080)/assets/coreos/1053.2.0/coreos_production_pxe_image.cpio.gz" + initrdefi "(http;bootcfg.foo:8080)/assets/coreos/1109.1.0/coreos_production_pxe_image.cpio.gz" } ## Pixiecore @@ -76,8 +76,8 @@ Finds the profile matching the machine and renders the network boot config as JS **Response** { - "kernel":"/assets/coreos/1032.0.0/coreos_production_pxe.vmlinuz", - "initrd":["/assets/coreos/1032.0.0/coreos_production_pxe_image.cpio.gz"], + "kernel":"/assets/coreos/1109.1.0/coreos_production_pxe.vmlinuz", + "initrd":["/assets/coreos/1109.1.0/coreos_production_pxe_image.cpio.gz"], "cmdline":{ "cloud-config-url":"http://bootcfg.foo/cloud?mac=ADDRESS", "coreos.autologin":"" @@ -225,10 +225,10 @@ If you need to serve static assets (e.g. kernel, initrd), `bootcfg` can serve ar bootcfg.foo/assets/ └── coreos + └── 1109.1.0 + ├── coreos_production_pxe.vmlinuz + └── coreos_production_pxe_image.cpio.gz └── 1053.2.0 ├── coreos_production_pxe.vmlinuz └── coreos_production_pxe_image.cpio.gz - └── 1032.0.0 - ├── coreos_production_pxe.vmlinuz - └── coreos_production_pxe_image.cpio.gz diff --git a/Documentation/bootcfg.md b/Documentation/bootcfg.md index 3152196c..9be35296 100644 --- a/Documentation/bootcfg.md +++ b/Documentation/bootcfg.md @@ -62,8 +62,8 @@ Profiles reference an Ignition config, Cloud-Config, and/or generic config by na "ignition_id": "etcd.yaml" "generic_id": "some-service.cfg", "boot": { - "kernel": "/assets/coreos/1053.2.0/coreos_production_pxe.vmlinuz", - "initrd": ["/assets/coreos/1053.2.0/coreos_production_pxe_image.cpio.gz"], + "kernel": "/assets/coreos/1109.1.0/coreos_production_pxe.vmlinuz", + "initrd": ["/assets/coreos/1109.1.0/coreos_production_pxe_image.cpio.gz"], "cmdline": { "coreos.config.url": "http://bootcfg.foo:8080/ignition?uuid=${uuid}&mac=${net0/mac:hexhyp}", "coreos.autologin": "", diff --git a/Documentation/bootkube.md b/Documentation/bootkube.md index ffd3e254..38bb7441 100644 --- a/Documentation/bootkube.md +++ b/Documentation/bootkube.md @@ -28,7 +28,7 @@ The [examples](../examples) statically assign IP addresses to libvirt client VMs Download the CoreOS image assets referenced in the target [profile](../examples/profiles). - ./scripts/get-coreos alpha 1053.2.0 ./examples/assets + ./scripts/get-coreos alpha 1109.1.0 ./examples/assets Add your SSH public key to each machine group definition [as shown](../examples/README.md#ssh-keys). diff --git a/Documentation/getting-started-docker.md b/Documentation/getting-started-docker.md index 4ee21e19..ca55f500 100644 --- a/Documentation/getting-started-docker.md +++ b/Documentation/getting-started-docker.md @@ -24,7 +24,7 @@ Clone the [coreos-baremetal](https://github.com/coreos/coreos-baremetal) source Download CoreOS image assets referenced by the `etcd-docker` [example](../examples) to `examples/assets`. - ./scripts/get-coreos alpha 1053.2.0 ./examples/assets + ./scripts/get-coreos alpha 1109.1.0 ./examples/assets ## Containers diff --git a/Documentation/getting-started-rkt.md b/Documentation/getting-started-rkt.md index 1bc48a81..278d5036 100644 --- a/Documentation/getting-started-rkt.md +++ b/Documentation/getting-started-rkt.md @@ -26,7 +26,7 @@ Clone the [coreos-baremetal](https://github.com/coreos/coreos-baremetal) source Download CoreOS image assets referenced by the `etcd` [example](../examples) to `examples/assets`. - ./scripts/get-coreos alpha 1053.2.0 ./examples/assets + ./scripts/get-coreos alpha 1109.1.0 ./examples/assets Define the `metal0` virtual bridge with [CNI](https://github.com/appc/cni). diff --git a/Documentation/kubernetes.md b/Documentation/kubernetes.md index db67d1da..24138983 100644 --- a/Documentation/kubernetes.md +++ b/Documentation/kubernetes.md @@ -24,7 +24,7 @@ The [examples](../examples) statically assign IP addresses to libvirt client VMs Download the CoreOS image assets referenced in the target [profile](../examples/profiles). - ./scripts/get-coreos alpha 1053.2.0 ./examples/assets + ./scripts/get-coreos alpha 1109.1.0 ./examples/assets Add your SSH public key to each machine group definition [as shown](../examples/README.md#ssh-keys). diff --git a/Documentation/torus.md b/Documentation/torus.md index 7a0ce6ec..5e85395f 100644 --- a/Documentation/torus.md +++ b/Documentation/torus.md @@ -22,7 +22,7 @@ The [examples](..examples) statically assign IP addresses (172.15.0.21, 172.15.0 Download the CoreOS image assets referenced in the target [profile](../examples/profiles). - ./scripts/get-coreos alpha 1053.2.0 ./examples/assets + ./scripts/get-coreos alpha 1109.1.0 ./examples/assets ## Containers diff --git a/examples/README.md b/examples/README.md index 36459c5c..29cf8378 100644 --- a/examples/README.md +++ b/examples/README.md @@ -5,16 +5,16 @@ These examples network boot and provision machines into CoreOS clusters using `b | Name | Description | CoreOS Version | FS | Docs | |------------|-------------|----------------|----|-----------| -| pxe | CoreOS via iPXE | alpha/1053.2.0 | RAM | [reference](https://coreos.com/os/docs/latest/booting-with-ipxe.html) | -| grub | CoreOS via GRUB2 Netboot | alpha/1053.2.0 | RAM | NA | -| pxe-disk | CoreOS via iPXE, with a root filesystem | alpha/1053.2.0 | Disk | [reference](https://coreos.com/os/docs/latest/booting-with-ipxe.html) | -| etcd, etcd-docker | iPXE boot a 3 node etcd cluster and proxy | alpha/1053.2.0 | RAM | [reference](https://coreos.com/os/docs/latest/cluster-architectures.html) | -| etcd-install | Install a 3-node etcd cluster to disk | alpha/1053.2.0 | Disk | [reference](https://coreos.com/os/docs/latest/installing-to-disk.html) | -| k8s, k8s-docker | Kubernetes cluster with 1 master, 2 workers, and TLS-authentication | alpha/1053.2.0 | Disk | [tutorial](../Documentation/kubernetes.md) | -| k8s-install | Install a Kubernetes cluster to disk | alpha/1053.2.0 | Disk | [tutorial](../Documentation/kubernetes.md) | -| bootkube | iPXE boot a self-hosted Kubernetes cluster (with bootkube) | alpha/1053.2.0 | Disk | [tutorial](../Documentation/bootkube.md) | -| bootkube-install | Install a self-hosted Kubernetes cluster (with bootkube) | alpha/1053.2.0 | Disk | [tutorial](../Documentation/bootkube.md) | -| torus | Torus distributed storage | alpha/1053.2.0 | Disk | [tutorial](../Documentation/torus.md) | +| pxe | CoreOS via iPXE | alpha/1109.1.0 | RAM | [reference](https://coreos.com/os/docs/latest/booting-with-ipxe.html) | +| grub | CoreOS via GRUB2 Netboot | alpha/1109.1.0 | RAM | NA | +| pxe-disk | CoreOS via iPXE, with a root filesystem | alpha/1109.1.0 | Disk | [reference](https://coreos.com/os/docs/latest/booting-with-ipxe.html) | +| etcd, etcd-docker | iPXE boot a 3 node etcd cluster and proxy | alpha/1109.1.0 | RAM | [reference](https://coreos.com/os/docs/latest/cluster-architectures.html) | +| etcd-install | Install a 3-node etcd cluster to disk | alpha/1109.1.0 | Disk | [reference](https://coreos.com/os/docs/latest/installing-to-disk.html) | +| k8s, k8s-docker | Kubernetes cluster with 1 master, 2 workers, and TLS-authentication | alpha/1109.1.0 | Disk | [tutorial](../Documentation/kubernetes.md) | +| k8s-install | Install a Kubernetes cluster to disk | alpha/1109.1.0 | Disk | [tutorial](../Documentation/kubernetes.md) | +| bootkube | iPXE boot a self-hosted Kubernetes cluster (with bootkube) | alpha/1109.1.0 | Disk | [tutorial](../Documentation/bootkube.md) | +| bootkube-install | Install a self-hosted Kubernetes cluster (with bootkube) | alpha/1109.1.0 | Disk | [tutorial](../Documentation/bootkube.md) | +| torus | Torus distributed storage | alpha/1109.1.0 | Disk | [tutorial](../Documentation/torus.md) | ## Tutorials diff --git a/examples/groups/bootkube-install/install.json b/examples/groups/bootkube-install/install.json index b62375fd..5754ec7e 100644 --- a/examples/groups/bootkube-install/install.json +++ b/examples/groups/bootkube-install/install.json @@ -4,7 +4,7 @@ "profile": "install-reboot", "metadata": { "coreos_channel": "alpha", - "coreos_version": "1053.2.0", + "coreos_version": "1109.1.0", "ignition_endpoint": "http://bootcfg.foo:8080/ignition", "baseurl": "http://bootcfg.foo:8080/assets/coreos" } diff --git a/examples/groups/etcd-install/install.json b/examples/groups/etcd-install/install.json index b62375fd..5754ec7e 100644 --- a/examples/groups/etcd-install/install.json +++ b/examples/groups/etcd-install/install.json @@ -4,7 +4,7 @@ "profile": "install-reboot", "metadata": { "coreos_channel": "alpha", - "coreos_version": "1053.2.0", + "coreos_version": "1109.1.0", "ignition_endpoint": "http://bootcfg.foo:8080/ignition", "baseurl": "http://bootcfg.foo:8080/assets/coreos" } diff --git a/examples/groups/k8s-install/install.json b/examples/groups/k8s-install/install.json index b62375fd..5754ec7e 100644 --- a/examples/groups/k8s-install/install.json +++ b/examples/groups/k8s-install/install.json @@ -4,7 +4,7 @@ "profile": "install-reboot", "metadata": { "coreos_channel": "alpha", - "coreos_version": "1053.2.0", + "coreos_version": "1109.1.0", "ignition_endpoint": "http://bootcfg.foo:8080/ignition", "baseurl": "http://bootcfg.foo:8080/assets/coreos" } diff --git a/examples/profiles/bootkube-master.json b/examples/profiles/bootkube-master.json index 485c72c4..6ed7272a 100644 --- a/examples/profiles/bootkube-master.json +++ b/examples/profiles/bootkube-master.json @@ -2,8 +2,8 @@ "id": "bootkube-master", "name": "bootkube Ready Master", "boot": { - "kernel": "/assets/coreos/1053.2.0/coreos_production_pxe.vmlinuz", - "initrd": ["/assets/coreos/1053.2.0/coreos_production_pxe_image.cpio.gz"], + "kernel": "/assets/coreos/1109.1.0/coreos_production_pxe.vmlinuz", + "initrd": ["/assets/coreos/1109.1.0/coreos_production_pxe_image.cpio.gz"], "cmdline": { "root": "/dev/sda1", "coreos.config.url": "http://bootcfg.foo:8080/ignition?uuid=${uuid}&mac=${net0/mac:hexhyp}", diff --git a/examples/profiles/bootkube-worker.json b/examples/profiles/bootkube-worker.json index 8c91619d..4f00cd75 100644 --- a/examples/profiles/bootkube-worker.json +++ b/examples/profiles/bootkube-worker.json @@ -2,8 +2,8 @@ "id": "bootkube-worker", "name": "bootkube Ready Worker", "boot": { - "kernel": "/assets/coreos/1053.2.0/coreos_production_pxe.vmlinuz", - "initrd": ["/assets/coreos/1053.2.0/coreos_production_pxe_image.cpio.gz"], + "kernel": "/assets/coreos/1109.1.0/coreos_production_pxe.vmlinuz", + "initrd": ["/assets/coreos/1109.1.0/coreos_production_pxe_image.cpio.gz"], "cmdline": { "root": "/dev/sda1", "coreos.config.url": "http://bootcfg.foo:8080/ignition?uuid=${uuid}&mac=${net0/mac:hexhyp}", diff --git a/examples/profiles/etcd-proxy.json b/examples/profiles/etcd-proxy.json index 85af9935..22eed92e 100644 --- a/examples/profiles/etcd-proxy.json +++ b/examples/profiles/etcd-proxy.json @@ -2,8 +2,8 @@ "id": "etcd-proxy", "name": "etcd-proxy", "boot": { - "kernel": "/assets/coreos/1053.2.0/coreos_production_pxe.vmlinuz", - "initrd": ["/assets/coreos/1053.2.0/coreos_production_pxe_image.cpio.gz"], + "kernel": "/assets/coreos/1109.1.0/coreos_production_pxe.vmlinuz", + "initrd": ["/assets/coreos/1109.1.0/coreos_production_pxe_image.cpio.gz"], "cmdline": { "coreos.config.url": "http://bootcfg.foo:8080/ignition?uuid=${uuid}&mac=${net0/mac:hexhyp}", "coreos.autologin": "", diff --git a/examples/profiles/etcd.json b/examples/profiles/etcd.json index 70b200bb..62baa7ca 100644 --- a/examples/profiles/etcd.json +++ b/examples/profiles/etcd.json @@ -2,8 +2,8 @@ "id": "etcd", "name": "etcd", "boot": { - "kernel": "/assets/coreos/1053.2.0/coreos_production_pxe.vmlinuz", - "initrd": ["/assets/coreos/1053.2.0/coreos_production_pxe_image.cpio.gz"], + "kernel": "/assets/coreos/1109.1.0/coreos_production_pxe.vmlinuz", + "initrd": ["/assets/coreos/1109.1.0/coreos_production_pxe_image.cpio.gz"], "cmdline": { "coreos.config.url": "http://bootcfg.foo:8080/ignition?uuid=${uuid}&mac=${net0/mac:hexhyp}", "coreos.autologin": "", diff --git a/examples/profiles/grub.json b/examples/profiles/grub.json index 5edc999e..fcd830fe 100644 --- a/examples/profiles/grub.json +++ b/examples/profiles/grub.json @@ -2,8 +2,8 @@ "id": "grub", "name": "CoreOS via GRUB2", "boot": { - "kernel": "(http;bootcfg.foo:8080)/assets/coreos/1053.2.0/coreos_production_pxe.vmlinuz", - "initrd": ["(http;bootcfg.foo:8080)/assets/coreos/1053.2.0/coreos_production_pxe_image.cpio.gz"], + "kernel": "(http;bootcfg.foo:8080)/assets/coreos/1109.1.0/coreos_production_pxe.vmlinuz", + "initrd": ["(http;bootcfg.foo:8080)/assets/coreos/1109.1.0/coreos_production_pxe_image.cpio.gz"], "cmdline": { "coreos.config.url": "http://bootcfg.foo:8080/ignition", "coreos.autologin": "", diff --git a/examples/profiles/install-reboot.json b/examples/profiles/install-reboot.json index a5c6d05b..6c2a3830 100644 --- a/examples/profiles/install-reboot.json +++ b/examples/profiles/install-reboot.json @@ -2,8 +2,8 @@ "id": "install-reboot", "name": "Install CoreOS and Reboot", "boot": { - "kernel": "/assets/coreos/1053.2.0/coreos_production_pxe.vmlinuz", - "initrd": ["/assets/coreos/1053.2.0/coreos_production_pxe_image.cpio.gz"], + "kernel": "/assets/coreos/1109.1.0/coreos_production_pxe.vmlinuz", + "initrd": ["/assets/coreos/1109.1.0/coreos_production_pxe_image.cpio.gz"], "cmdline": { "coreos.config.url": "http://bootcfg.foo:8080/ignition?uuid=${uuid}&mac=${net0/mac:hexhyp}", "coreos.autologin": "", diff --git a/examples/profiles/install-shutdown.json b/examples/profiles/install-shutdown.json index c860ca7f..618e229d 100644 --- a/examples/profiles/install-shutdown.json +++ b/examples/profiles/install-shutdown.json @@ -2,8 +2,8 @@ "id": "install-shutdown", "name": "Install CoreOS and Shutdown", "boot": { - "kernel": "/assets/coreos/1053.2.0/coreos_production_pxe.vmlinuz", - "initrd": ["/assets/coreos/1053.2.0/coreos_production_pxe_image.cpio.gz"], + "kernel": "/assets/coreos/1109.1.0/coreos_production_pxe.vmlinuz", + "initrd": ["/assets/coreos/1109.1.0/coreos_production_pxe_image.cpio.gz"], "cmdline": { "coreos.config.url": "http://bootcfg.foo:8080/ignition?uuid=${uuid}&mac=${net0/mac:hexhyp}", "coreos.autologin": "", diff --git a/examples/profiles/k8s-master-install.json b/examples/profiles/k8s-master-install.json index 5c68b247..019bbd40 100644 --- a/examples/profiles/k8s-master-install.json +++ b/examples/profiles/k8s-master-install.json @@ -2,8 +2,8 @@ "id": "k8s-master-install", "name": "Kubernetes Master Install", "boot": { - "kernel": "/assets/coreos/1053.2.0/coreos_production_pxe.vmlinuz", - "initrd": ["/assets/coreos/1053.2.0/coreos_production_pxe_image.cpio.gz"], + "kernel": "/assets/coreos/1109.1.0/coreos_production_pxe.vmlinuz", + "initrd": ["/assets/coreos/1109.1.0/coreos_production_pxe_image.cpio.gz"], "cmdline": { "coreos.config.url": "http://bootcfg.foo:8080/ignition?uuid=${uuid}&mac=${net0/mac:hexhyp}", "coreos.autologin": "", diff --git a/examples/profiles/k8s-master.json b/examples/profiles/k8s-master.json index 5236c069..563f55db 100644 --- a/examples/profiles/k8s-master.json +++ b/examples/profiles/k8s-master.json @@ -2,8 +2,8 @@ "id": "k8s-master", "name": "Kubernetes Master", "boot": { - "kernel": "/assets/coreos/1053.2.0/coreos_production_pxe.vmlinuz", - "initrd": ["/assets/coreos/1053.2.0/coreos_production_pxe_image.cpio.gz"], + "kernel": "/assets/coreos/1109.1.0/coreos_production_pxe.vmlinuz", + "initrd": ["/assets/coreos/1109.1.0/coreos_production_pxe_image.cpio.gz"], "cmdline": { "root": "/dev/sda1", "coreos.config.url": "http://bootcfg.foo:8080/ignition?uuid=${uuid}&mac=${net0/mac:hexhyp}", diff --git a/examples/profiles/k8s-worker-install.json b/examples/profiles/k8s-worker-install.json index edc45ffb..a9237045 100644 --- a/examples/profiles/k8s-worker-install.json +++ b/examples/profiles/k8s-worker-install.json @@ -2,8 +2,8 @@ "id": "k8s-worker-install", "name": "Kubernetes Worker Install", "boot": { - "kernel": "/assets/coreos/1053.2.0/coreos_production_pxe.vmlinuz", - "initrd": ["/assets/coreos/1053.2.0/coreos_production_pxe_image.cpio.gz"], + "kernel": "/assets/coreos/1109.1.0/coreos_production_pxe.vmlinuz", + "initrd": ["/assets/coreos/1109.1.0/coreos_production_pxe_image.cpio.gz"], "cmdline": { "coreos.config.url": "http://bootcfg.foo:8080/ignition?uuid=${uuid}&mac=${net0/mac:hexhyp}", "coreos.autologin": "", diff --git a/examples/profiles/k8s-worker.json b/examples/profiles/k8s-worker.json index 5d1e3a93..617c931e 100644 --- a/examples/profiles/k8s-worker.json +++ b/examples/profiles/k8s-worker.json @@ -2,8 +2,8 @@ "id": "k8s-worker", "name": "Kubernetes Worker", "boot": { - "kernel": "/assets/coreos/1053.2.0/coreos_production_pxe.vmlinuz", - "initrd": ["/assets/coreos/1053.2.0/coreos_production_pxe_image.cpio.gz"], + "kernel": "/assets/coreos/1109.1.0/coreos_production_pxe.vmlinuz", + "initrd": ["/assets/coreos/1109.1.0/coreos_production_pxe_image.cpio.gz"], "cmdline": { "root": "/dev/sda1", "coreos.config.url": "http://bootcfg.foo:8080/ignition?uuid=${uuid}&mac=${net0/mac:hexhyp}", diff --git a/examples/profiles/pxe-disk.json b/examples/profiles/pxe-disk.json index a0709019..0406c442 100644 --- a/examples/profiles/pxe-disk.json +++ b/examples/profiles/pxe-disk.json @@ -2,8 +2,8 @@ "id": "pxe-disk", "name": "CoreOS with SSH", "boot": { - "kernel": "/assets/coreos/1053.2.0/coreos_production_pxe.vmlinuz", - "initrd": ["/assets/coreos/1053.2.0/coreos_production_pxe_image.cpio.gz"], + "kernel": "/assets/coreos/1109.1.0/coreos_production_pxe.vmlinuz", + "initrd": ["/assets/coreos/1109.1.0/coreos_production_pxe_image.cpio.gz"], "cmdline": { "root": "/dev/sda1", "coreos.config.url": "http://bootcfg.foo:8080/ignition?uuid=${uuid}&mac=${net0/mac:hexhyp}", diff --git a/examples/profiles/pxe.json b/examples/profiles/pxe.json index 71e90473..d14fb9f8 100644 --- a/examples/profiles/pxe.json +++ b/examples/profiles/pxe.json @@ -3,8 +3,8 @@ "name": "CoreOS with SSH", "ignition_id": "ssh.yaml", "boot": { - "kernel": "/assets/coreos/1053.2.0/coreos_production_pxe.vmlinuz", - "initrd": ["/assets/coreos/1053.2.0/coreos_production_pxe_image.cpio.gz"], + "kernel": "/assets/coreos/1109.1.0/coreos_production_pxe.vmlinuz", + "initrd": ["/assets/coreos/1109.1.0/coreos_production_pxe_image.cpio.gz"], "cmdline": { "coreos.autologin": "", "coreos.config.url": "http://bootcfg.foo:8080/ignition?uuid=${uuid}&mac=${net0/mac:hexhyp}", diff --git a/examples/profiles/torus.json b/examples/profiles/torus.json index 08887d42..ae9359c9 100644 --- a/examples/profiles/torus.json +++ b/examples/profiles/torus.json @@ -2,8 +2,8 @@ "id": "torus", "name": "torus", "boot": { - "kernel": "/assets/coreos/1053.2.0/coreos_production_pxe.vmlinuz", - "initrd": ["/assets/coreos/1053.2.0/coreos_production_pxe_image.cpio.gz"], + "kernel": "/assets/coreos/1109.1.0/coreos_production_pxe.vmlinuz", + "initrd": ["/assets/coreos/1109.1.0/coreos_production_pxe_image.cpio.gz"], "cmdline": { "root": "/dev/sda1", "coreos.config.url": "http://bootcfg.foo:8080/ignition?uuid=${uuid}&mac=${net0/mac:hexhyp}", diff --git a/scripts/README.md b/scripts/README.md index 95699bee..b6990093 100644 --- a/scripts/README.md +++ b/scripts/README.md @@ -12,7 +12,7 @@ This will create: examples/assets/ └── coreos - └── 1053.2.0 + └── 1109.1.0 ├── CoreOS_Image_Signing_Key.asc ├── coreos_production_image.bin.bz2 ├── coreos_production_image.bin.bz2.sig diff --git a/scripts/get-coreos b/scripts/get-coreos index b1f57224..60cb9f5c 100755 --- a/scripts/get-coreos +++ b/scripts/get-coreos @@ -4,7 +4,7 @@ set -eou pipefail CHANNEL=${1:-"alpha"} -VERSION=${2:-"1053.2.0"} +VERSION=${2:-"1109.1.0"} DEST_DIR=${3:-"$PWD/examples/assets"} DEST=$DEST_DIR/coreos/$VERSION BASE_URL=https://$CHANNEL.release.core-os.net/amd64-usr/$VERSION