Micah Abbott
Micah Abbott
`buildah` is going to be available as a system container soon, so let's add some simple tests for it. Probably should cover: - buildah bud - buildah containers - buildah...
Over in #324, I muse about improving the CI tests to do better checking of changed roles in PRs. Unfortunately, before we can do that effectively, we need to have...
Our current methodology for testing PRs is to run any tests that are changed and if a role is changed, just run the `improved-sanity-test`. It's better than nothing, but less...
@dustymabe hit the following issue on Fedora Rawhide AH https://bugzilla.redhat.com/show_bug.cgi?id=1542237 It should be pretty simple to add another user test case where the password is changed via `chpasswd`
It would be great if someone could go through the various docs in the repo and suggest improvements to the content. Looking for things like broken links, duplicated content, outdated...
It's wasteful and unnecessary to run our CI checks on PRs that just modify docs.
@dustymabe had a lab at Flock where I learned of this magic: ``` # ostree admin set-origin --index 0 local http://localhost:8000/ostreerepo/ fedora/26/x86_64/updates/atomic-host # systemctl restart rpm-ostreed.service ``` We can use...
We link to the OpenShift Ansible Best Practices/Style Guide as a requirement for our incoming contributors, but there are numerous instances of variables/facts that do not follow the variable naming...
When installing system containers, `atomic` doesn't require the `docker` daemon to be running, so we should alter our tests to check this scenario. Maybe install `etcd` with docker running and...
rpm-ostree has changed to only allow active users to run `rpm-ostree status` We need to update the role/test accordingly. See this comment (and the linked commits) for more detail https://github.com/projectatomic/rpm-ostree/issues/898#issuecomment-318445339