Skip to content

Commit

Permalink
Update Fedora Atomic from 27 to 28 on DigitalOcean
Browse files Browse the repository at this point in the history
* Fedora Atomic 27 images disappeared from DigitalOcean and
forced this early update (there are known bugs)
  • Loading branch information
dghubble committed May 22, 2018
1 parent 28d0891 commit dc9cbb4
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ Notable changes between versions.
* Allow [alternative](https://docs.projectcalico.org/v3.1/reference/node/configuration#ip-autodetection-methods) methods for multi NIC nodes, like can-reach=IP or interface=REGEX
* Deprecate `container_linux_oem` variable

#### DigitalOcean

* Update Fedora Atomic module to use Fedora Atomic 28 ([#225](https://github.com/poseidon/typhoon/pull/225))
* Fedora Atomic 27 images disappeared from DigitalOcean and forced this early update

#### Addons

* Fix Prometheus data directory location ([#203](https://github.com/poseidon/typhoon/pull/203))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ bootcmd:
- [systemctl, disable, firewalld, --now]
# https://github.com/kubernetes/kubernetes/issues/60869
- [modprobe, ip_vs]
# https://pagure.io/atomic-wg/issue/468
- [systemctl, restart, systemd-journald]
runcmd:
- [systemctl, daemon-reload]
- "atomic install --system --name=etcd quay.io/poseidon/etcd:v3.3.5"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ bootcmd:
- [systemctl, disable, firewalld, --now]
# https://github.com/kubernetes/kubernetes/issues/60869
- [modprobe, ip_vs]
# https://pagure.io/atomic-wg/issue/468
- [systemctl, restart, systemd-journald]
runcmd:
- [systemctl, daemon-reload]
- [systemctl, enable, cloud-metadata.service]
Expand Down
4 changes: 2 additions & 2 deletions digital-ocean/fedora-atomic/kubernetes/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ variable "worker_type" {

variable "image" {
type = "string"
default = "fedora-27-x64-atomic"
description = "OS image from which to initialize the disk (e.g. fedora-27-x64-atomic)"
default = "fedora-28-x64-atomic"
description = "OS image from which to initialize the disk (e.g. fedora-28-x64-atomic)"
}

# configuration
Expand Down

0 comments on commit dc9cbb4

Please sign in to comment.