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 fc65e3e
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 @@ -97,6 +97,8 @@ runcmd:
- [systemctl, enable, cloud-metadata.service]
- [systemctl, enable, kubelet.path]
- [systemctl, start, --no-block, kubelet.path]
# https://pagure.io/atomic-wg/issue/468
- [systemctl, restart, systemd-journald]
users:
- default
- name: fedora
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ runcmd:
- "atomic install --system --name=kubelet quay.io/poseidon/kubelet:v1.10.2"
- [systemctl, enable, kubelet.path]
- [systemctl, start, --no-block, kubelet.path]
# https://pagure.io/atomic-wg/issue/468
- [systemctl, restart, systemd-journald]
users:
- default
- name: fedora
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 fc65e3e

Please sign in to comment.