Skip to content

Commit 5c0c245

Browse files
committed
Merge pull request #2646 from mboersma/coreos-stable
feat(*): provision using CoreOS stable channel
2 parents 8113660 + 1777203 commit 5c0c245

7 files changed

Lines changed: 20 additions & 20 deletions

File tree

Vagrantfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ CONFIG = File.join(File.dirname(__FILE__), "config.rb")
1010

1111
# Defaults for config options defined in CONFIG
1212
$num_instances = 1
13-
$update_channel = "beta"
13+
$update_channel = "stable"
1414
$enable_serial_logging = false
1515
$vb_gui = false
1616
$vb_memory = 1024
@@ -41,7 +41,7 @@ end
4141

4242
Vagrant.configure("2") do |config|
4343
config.vm.box = "coreos-%s" % $update_channel
44-
config.vm.box_version = ">= 494.1.0"
44+
config.vm.box_version = ">= 494.4.0"
4545
config.vm.box_url = "http://%s.release.core-os.net/amd64-usr/current/coreos_production_vagrant.json" % $update_channel
4646

4747
config.vm.provider :virtualbox do |vb, override|

contrib/digitalocean/provision-do-cluster.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ fi
5454
$CONTRIB_DIR/util/check-user-data.sh
5555

5656
# TODO: Make it follow a specific ID once circumstances allow us to do so.
57-
BASE_IMAGE_ID='coreos-beta'
57+
BASE_IMAGE_ID='coreos-stable'
5858

5959
if [ -z "$BASE_IMAGE_ID" ]; then
6060
echo_red "DigitalOcean Image not found..."

contrib/ec2/deis.template.json

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

8585
"Mappings" : {
8686
"CoreOSAMIs" : {
87-
"eu-central-1" : { "PV" : "ami-5e221343", "HVM" : "ami-58221345" },
88-
"ap-northeast-1" : { "PV" : "ami-96a0a497", "HVM" : "ami-94a0a495" },
89-
"sa-east-1" : { "PV" : "ami-31a9182c", "HVM" : "ami-37a9182a" },
90-
"ap-southeast-2" : { "PV" : "ami-89dab4b3", "HVM" : "ami-8fdab4b5" },
91-
"ap-southeast-1" : { "PV" : "ami-879ebcd5", "HVM" : "ami-859ebcd7" },
92-
"us-east-1" : { "PV" : "ami-4a0a9822", "HVM" : "ami-4c0a9824" },
93-
"us-west-2" : { "PV" : "ami-ff2a7ecf", "HVM" : "ami-fd2a7ecd" },
94-
"us-west-1" : { "PV" : "ami-a7aebfe2", "HVM" : "ami-a1aebfe4" },
95-
"eu-west-1" : { "PV" : "ami-acd363db", "HVM" : "ami-aad363dd" }
87+
"eu-central-1" : { "PV" : "ami-12c0f10f", "HVM" : "ami-10c0f10d" },
88+
"ap-northeast-1" : { "PV" : "ami-dc6566dd", "HVM" : "ami-da6566db" },
89+
"sa-east-1" : { "PV" : "ami-9bda6a86", "HVM" : "ami-99da6a84" },
90+
"ap-southeast-2" : { "PV" : "ami-abc8a191", "HVM" : "ami-a9c8a193" },
91+
"ap-southeast-1" : { "PV" : "ami-977559c5", "HVM" : "ami-957559c7" },
92+
"us-east-1" : { "PV" : "ami-f469f29c", "HVM" : "ami-f669f29e" },
93+
"us-west-2" : { "PV" : "ami-dbf8afeb", "HVM" : "ami-d9f8afe9" },
94+
"us-west-1" : { "PV" : "ami-af0516ea", "HVM" : "ami-ad0516e8" },
95+
"eu-west-1" : { "PV" : "ami-f6853881", "HVM" : "ami-f4853883" }
9696

9797
},
9898
"RootDevices" : {

contrib/rackspace/provision-rackspace-cluster.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ $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-
# TODO: update to CoreOS 494.1.0 when it is available in beta channel at Rackspace
51+
# TODO: update to CoreOS 494.4.0 when it's in the stable channel at Rackspace
5252
# This image is CoreOS 494.0.0 in their alpha channel
5353
supernova $ENV boot --image 1c423602-ea76-4263-b56b-0a2fa3e8c663 --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 ; \
5454
((i = i + 1)) ; \

docs/installing_deis/baremetal.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ machine running entirely from RAM. Then, you can `install CoreOS to disk`_.
1616

1717
.. important::
1818

19-
Deis requires CoreOS version 494.1.0 or more recent.
19+
Deis runs on CoreOS version 494.4.0 or later in the Stable channel.
2020

2121

2222
Check System Requirements
@@ -95,12 +95,12 @@ Start the installation
9595

9696
.. code-block:: console
9797
98-
coreos-install -C beta -c /tmp/config -d /dev/sda
98+
coreos-install -C stable -c /tmp/config -d /dev/sda
9999
100100
101-
This will install the latest `CoreOS`_ beta release to disk. The Deis provision scripts for other
102-
platforms typically specify a CoreOS version - currently, ``494.1.0``. To specify a CoreOS
103-
version, append the ``-V`` parameter to the install command, e.g. ``-V 494.1.0``.
101+
This will install the latest `CoreOS`_ stable release to disk. The Deis provision scripts for other
102+
platforms typically specify a CoreOS version - currently, ``494.4.0``. To specify a CoreOS
103+
version, append the ``-V`` parameter to the install command, e.g. ``-V 494.4.0``.
104104

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

docs/installing_deis/digitalocean.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ that, create at least three Droplets with the following specifications:
5555
- All Droplets deployed in the same region
5656
- Region must have private networking enabled
5757
- Region must have User Data enabled. Supply the user-data file here
58-
- Select CoreOS Beta channel
58+
- Select CoreOS Stable channel
5959
- Select your SSH key from the list
6060

6161
If private networking is not available in your region, swap out ``$private_ipv4`` with

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 --image projects/coreos-cloud/global/images/coreos-beta-494-1-0-v20141124 --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 --image projects/coreos-cloud/global/images/coreos-stable-494-4-0-v20141204 --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)