Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

Commit

Permalink
chore(*): bump to CoreOS 444.0.0; fleet 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
carmstrong committed Sep 19, 2014
1 parent 0cfa320 commit 8519f79
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -24,7 +24,7 @@ to the [latest documentation](http://docs.deis.io/en/latest/).
## Install prerequisites
On your workstation:
* Install [Vagrant v1.6+](http://www.vagrantup.com/downloads.html) and [VirtualBox](https://www.virtualbox.org/wiki/Downloads)
* Install the fleetctl client: Install v0.8.0 from the [fleet GitHub page](https://github.com/coreos/fleet/releases/tag/v0.8.0).
* Install the fleetctl client: Install v0.8.1 from the [fleet GitHub page](https://github.com/coreos/fleet/releases/tag/v0.8.1).

A single-node cluster launched with Vagrant will consume about 5 GB of RAM on
the host machine. Please be sure you have sufficient free memory before
Expand Down
2 changes: 1 addition & 1 deletion Vagrantfile
Expand Up @@ -11,7 +11,7 @@ else
cpus = 1
end

COREOS_VERSION = "440.0.0"
COREOS_VERSION = "444.0.0"

Vagrant.configure("2") do |config|
config.vm.box = "coreos-#{COREOS_VERSION}"
Expand Down
2 changes: 1 addition & 1 deletion contrib/bare-metal/README.md
Expand Up @@ -49,7 +49,7 @@ coreos-install -C alpha -c /tmp/config -d /dev/sda
```

This will install the current [CoreOS](https://coreos.com/) release to disk. If you want to install the recommended [CoreOS](https://coreos.com/) version check the [Deis changelog](../../CHANGELOG.md)
and specify that version by appending the `-V` parameter to the install command, e.g. `-V 440.0.0`.
and specify that version by appending the `-V` parameter to the install command, e.g. `-V 444.0.0`.

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

Expand Down
2 changes: 1 addition & 1 deletion contrib/digitalocean/update-coreos
Expand Up @@ -2,7 +2,7 @@

set -e

COREOS_VERSION=440.0.0
COREOS_VERSION=444.0.0
BASE_URL="http://storage.core-os.net/coreos/amd64-usr/$COREOS_VERSION"

KERNEL="/boot/coreos/vmlinuz"
Expand Down
16 changes: 8 additions & 8 deletions contrib/ec2/deis.template.json
Expand Up @@ -84,14 +84,14 @@

"Mappings" : {
"CoreOSAMIs" : {
"us-east-1" : { "PV" : "ami-086ac560", "HVM" : "ami-0a6ac562" },
"us-west-2" : { "PV" : "ami-4bfebf7b", "HVM" : "ami-49febf79" },
"us-west-1" : { "PV" : "ami-0bc8c14e", "HVM" : "ami-09c8c14c" },
"eu-west-1" : { "PV" : "ami-5270d425", "HVM" : "ami-5070d427" },
"ap-southeast-1" : { "PV" : "ami-20250172", "HVM" : "ami-26250174" },
"ap-southeast-2" : { "PV" : "ami-1506652f", "HVM" : "ami-1706652d" },
"ap-northeast-1" : { "PV" : "ami-17210d16", "HVM" : "ami-19210d18" },
"sa-east-1" : { "PV" : "ami-efba10f2", "HVM" : "ami-e9ba10f4" }
"us-east-1" : { "PV" : "ami-1a862f72", "HVM" : "ami-18862f70" },
"us-west-2" : { "PV" : "ami-1189c921", "HVM" : "ami-2f89c91f" },
"us-west-1" : { "PV" : "ami-01aba244", "HVM" : "ami-07aba242" },
"eu-west-1" : { "PV" : "ami-428d2a35", "HVM" : "ami-448d2a33" },
"ap-southeast-1" : { "PV" : "ami-aee1c5fc", "HVM" : "ami-a8e1c5fa" },
"ap-southeast-2" : { "PV" : "ami-0546253f", "HVM" : "ami-7b462541" },
"ap-northeast-1" : { "PV" : "ami-39062938", "HVM" : "ami-37062936" },
"sa-east-1" : { "PV" : "ami-d96cc6c4", "HVM" : "ami-df6cc6c2" }
},
"RootDevices" : {
"HVM" : { "Name": "/dev/xvda" },
Expand Down
4 changes: 2 additions & 2 deletions contrib/gce/README.md
Expand Up @@ -112,10 +112,10 @@ Table of resources:
+--------+---------------+--------+---------+
```

Launch 3 instances using `coreos-alpha-440-0-0-v20140915` image. You can choose another starting CoreOS image from the listing output of `gcloud compute images list`:
Launch 3 instances using `coreos-alpha-444-0-0-v20140919` image. You can choose another starting CoreOS image from the listing output of `gcloud compute images list`:

```console
$ for num in 1 2 3; do gcutil addinstance --image projects/coreos-cloud/global/images/coreos-alpha-440-0-0-v20140915 --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
$ for num in 1 2 3; do gcutil addinstance --image projects/coreos-cloud/global/images/coreos-alpha-444-0-0-v20140919 --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

Table of resources:

Expand Down
2 changes: 1 addition & 1 deletion docs/contributing/localdev.rst
Expand Up @@ -44,7 +44,7 @@ CoreOS VM, Deis uses rsync.
$ vagrant up
Bringing machine 'deis-1' up with 'virtualbox' provider...
==> deis-1: Importing base box 'coreos-440.0.0'...
==> deis-1: Importing base box 'coreos-444.0.0'...
==> deis-1: Matching MAC address for NAT networking...
==> deis-1: Setting the name of the VM: deis_deis-1_1408039741706_8568
==> deis-1: Clearing any previously set network interfaces...
Expand Down

0 comments on commit 8519f79

Please sign in to comment.