Skip to content
This repository has been archived by the owner on Feb 7, 2023. It is now read-only.

k8-cluster: revert to using older system containers #354

Merged
merged 1 commit into from
Mar 13, 2018

Conversation

miabbott
Copy link
Collaborator

Two major changes here:

  1. Pin the system containers to a previous version that was working

  2. Make sure that 'atomic 1.22' is installed on the host

The new requirement on 'atomic 1.22' is to resolve the following issue
with SELinux labeling - projectatomic/atomic#1185

This is only a temporary change; once the latest versions of the
system containers are known to be working, we can revert a lot of
this.

Two major changes here:

1)  Pin the system containers to a previous version that was working

2)  Make sure that 'atomic 1.22' is installed on the host

The new requirement on 'atomic 1.22' is to resolve the following issue
with SELinux labeling - projectatomic/atomic#1185

This is only a temporary change; once the latest versions of the
system containers are known to be working, we can revert a lot of
this.
- ansible_distribution == 'Fedora'
- ansible_distribution_major_version | version_compare('26', '>')
- g_atomic_host is defined
- g_atomic_host['atomic'] | version_compare('1.22', '<=')
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does CAHC has atomic >= 1.22 so it doesn't need this step here?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The logical AND should limit this to just Fedora hosts that are after F26 with a version of atomic less than 1.22

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@mike-nguyen
Copy link
Collaborator

LGTM. Nice 🕵️‍♂️ work on tracking down the root cause.

@mike-nguyen mike-nguyen merged commit 9dd7ca5 into projectatomic:master Mar 13, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants