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

dsv: update role to be more consistent across all streams #421

Merged
merged 2 commits into from
Jun 28, 2018

Conversation

miabbott
Copy link
Collaborator

Almost all of the streams are using overlay2 as the docker storage
driver now, so we can remove a lot of the conditional workarounds we
had.

If we can get CAHC to switch to overlay2 (see
CentOS/sig-atomic-buildscripts#341), we can simplify this role even
more.

Almost all of the streams are using `overlay2` as the docker storage
driver now, so we can remove a lot of the conditional workarounds we
had.

If we can get CAHC to switch to `overlay2` (see
CentOS/sig-atomic-buildscripts#341), we can simplify this role even
more.
@miabbott
Copy link
Collaborator Author

LOL...the centos checks appear to be failing due to the firewalld_service_verify role, which is fixed in #419

fedora/27/atomic is failing due to a known docker issue

Some chicken and egg stuff here

fail:
msg: "The required variables are not defined. Check files under roles/docker_storage_verify/vars"
- when: ansible_distribution == 'CentOSDev'
name: Set storage driver for CAHC
Copy link
Collaborator

Choose a reason for hiding this comment

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

I know we are trying to put the when statement first stylistically, but i think it makes more sense for the name to go first if there is a name, then the actual code underneath.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

no big deal, i can make that change

@mike-nguyen
Copy link
Collaborator

These are both fairly low risk. I am okay with merging them back to back!

@mike-nguyen mike-nguyen merged commit f7978bf into projectatomic:master Jun 28, 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.

2 participants