Skip to content

Commit 4d3c4b4

Browse files
committed
chore(*): bump to CoreOS 557.2.0
1 parent 58c5e98 commit 4d3c4b4

6 files changed

Lines changed: 17 additions & 17 deletions

File tree

Vagrantfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Vagrant.configure("2") do |config|
5454
config.ssh.insert_key = false
5555

5656
config.vm.box = "coreos-%s" % $update_channel
57-
config.vm.box_version = ">= 522.6.0"
57+
config.vm.box_version = ">= 557.2.0"
5858
config.vm.box_url = "http://%s.release.core-os.net/amd64-usr/current/coreos_production_vagrant.json" % $update_channel
5959

6060
["vmware_fusion", "vmware_workstation"].each do |vmware|

contrib/azure/azure-coreos-cluster

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ parser.add_argument('--location', default='West US',
3333
help='optional, [West US]')
3434
parser.add_argument('--ssh', default=22001, type=int,
3535
help='optional, starts with 22001 and +1 for each machine in cluster')
36-
parser.add_argument('--coreos-image', default='2b171e93f07c4903bcad35bda10acf22__CoreOS-Stable-522.6.0',
37-
help='optional, [2b171e93f07c4903bcad35bda10acf22__CoreOS-Stable-522.6.0]')
36+
parser.add_argument('--coreos-image', default='2b171e93f07c4903bcad35bda10acf22__CoreOS-Stable-557.2.0',
37+
help='optional, [2b171e93f07c4903bcad35bda10acf22__CoreOS-Stable-557.2.0]')
3838
parser.add_argument('--num-nodes', default=3, type=int,
3939
help='optional, number of nodes to create (or add), defaults to 3')
4040
parser.add_argument('--virtual-network-name',

contrib/ec2/deis.template.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -103,15 +103,15 @@
103103

104104
"Mappings" : {
105105
"CoreOSAMIs" : {
106-
"eu-central-1" : { "PV" : "ami-38093a25", "HVM" : "ami-3a093a27" },
107-
"ap-northeast-1" : { "PV" : "ami-e2465fe3", "HVM" : "ami-e4465fe5" },
108-
"sa-east-1" : { "PV" : "ami-7f863a62", "HVM" : "ami-7d863a60" },
109-
"ap-southeast-2" : { "PV" : "ami-db7d09e1", "HVM" : "ami-d97d09e3" },
110-
"ap-southeast-1" : { "PV" : "ami-3e8da66c", "HVM" : "ami-3c8da66e" },
111-
"us-east-1" : { "PV" : "ami-3615525e", "HVM" : "ami-3415525c" },
112-
"us-west-2" : { "PV" : "ami-51134b61", "HVM" : "ami-6f134b5f" },
113-
"us-west-1" : { "PV" : "ami-bebfa6fb", "HVM" : "ami-bcbfa6f9" },
114-
"eu-west-1" : { "PV" : "ami-7bf27e0c", "HVM" : "ami-79f27e0e" }
106+
"eu-central-1" : { "PV" : "ami-88c1f295", "HVM" : "ami-8ec1f293" },
107+
"ap-northeast-1" : { "PV" : "ami-ea5c46eb", "HVM" : "ami-e85c46e9" },
108+
"sa-east-1" : { "PV" : "ami-2fe95632", "HVM" : "ami-2de95630" },
109+
"ap-southeast-2" : { "PV" : "ami-4fd3a775", "HVM" : "ami-4dd3a777" },
110+
"ap-southeast-1" : { "PV" : "ami-70dcf622", "HVM" : "ami-72dcf620" },
111+
"us-east-1" : { "PV" : "ami-8097d4e8", "HVM" : "ami-8297d4ea" },
112+
"us-west-2" : { "PV" : "ami-f3702bc3", "HVM" : "ami-f1702bc1" },
113+
"us-west-1" : { "PV" : "ami-26b5ad63", "HVM" : "ami-24b5ad61" },
114+
"eu-west-1" : { "PV" : "ami-5b911f2c", "HVM" : "ami-5d911f2a" }
115115

116116
},
117117
"RootDevices" : {

contrib/rackspace/provision-rackspace-cluster.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ $CONTRIB_DIR/util/check-user-data.sh
4848

4949
i=1 ; while [[ $i -le $DEIS_NUM_INSTANCES ]] ; do \
5050
echo_yellow "Provisioning deis-$i..."
51-
# This image is CoreOS 522.6.0 in the stable channel
52-
supernova $ENV boot --image fc299ac5-433d-4b80-98ae-e097464a7758 --flavor $FLAVOR --key-name $1 --user-data $CONTRIB_DIR/coreos/user-data --no-service-net --nic net-id=$NETWORK_ID --config-drive true deis-$i ; \
51+
# This image is CoreOS 557.2.0 in the stable channel
52+
supernova $ENV boot --image 05438eb5-af42-4bdd-bd32-309c2154927d --flavor $FLAVOR --key-name $1 --user-data $CONTRIB_DIR/coreos/user-data --no-service-net --nic net-id=$NETWORK_ID --config-drive true deis-$i ; \
5353
((i = i + 1)) ; \
5454
done
5555

docs/installing_deis/baremetal.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,8 @@ Start the installation
104104
105105
106106
This will install the latest `CoreOS`_ stable release to disk. The Deis provision scripts for other
107-
platforms typically specify a CoreOS version - currently, ``522.6.0``. To specify a CoreOS
108-
version, append the ``-V`` parameter to the install command, e.g. ``-V 522.6.0``.
107+
platforms typically specify a CoreOS version - currently, ``557.2.0``. To specify a CoreOS
108+
version, append the ``-V`` parameter to the install command, e.g. ``-V 557.2.0``.
109109

110110
After the installation has finished, reboot your server. Once your machine is back up, you should
111111
be able to log in as the `core` user using the `deis` ssh key.

docs/installing_deis/gce.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ Launch 3 instances. You can choose another starting CoreOS image from the listin
119119

120120
.. code-block:: console
121121
122-
$ for num in 1 2 3; do gcutil addinstance --use_compute_key --image projects/coreos-cloud/global/images/coreos-stable-522-6-0-v20150128 --persistent_boot_disk --zone us-central1-a --machine_type n1-standard-2 --tags deis --metadata_from_file user-data:gce-user-data --disk cored${num},deviceName=coredocker --authorized_ssh_keys=core:~/.ssh/deis.pub,core:~/.ssh/google_compute_engine.pub core${num}; done
122+
$ for num in 1 2 3; do gcutil addinstance --use_compute_key --image projects/coreos-cloud/global/images/coreos-stable-557-2-0-v20150210 --persistent_boot_disk --zone us-central1-a --machine_type n1-standard-2 --tags deis --metadata_from_file user-data:gce-user-data --disk cored${num},deviceName=coredocker --authorized_ssh_keys=core:~/.ssh/deis.pub,core:~/.ssh/google_compute_engine.pub core${num}; done
123123
124124
Table of resources:
125125

0 commit comments

Comments
 (0)