| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| | |
Workaround for dnf+docker version race condition
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
In some versions of dnf the rpm database can require maintenance after
usage. Unfortunately, this trips up get_version_output in the
openshift_facts library as the maintenance may interrupt the STDOUT
stream. This makes the resulting data returned from get_version_output
malformed and unparsable. This change adds an rpm --rebuilddb command
before requesting docker version output when the ansible package manager
is dnf. This causes the STDOUT maintenance messages to no longer
interrupt the expected yaml stream as well as releases locks in the rpm
database.
|
|\ \
| | |
| | | |
Return role dependencies to roles for openshift_{hosted,master,node}
|
| | |
| | |
| | |
| | | |
and openshift_hosted.
|
|\ \ \
| | | |
| | | | |
Partial uninstall functionality
|
|/ / / |
|
|\ \ \
| | | |
| | | | |
Cleanup cluster upgrade
|
| | | |
| | | |
| | | |
| | | |
| | | | |
All references to it were removed in
b89c835e3235f2628b37de15713c311d1b5a4bad
|
| | | |
| | | |
| | | |
| | | |
| | | | |
All references to it were removed in
739ad9de2a11bb8c67d77641a86cfd39e4594542
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
The script nuke_images.sh was introduced in
0c31d72be3bf32f848eedad9859a81ba858f8c8f and seems that the shell
argument $1 was never used (the only $1 in the script back then refers
to a field in a awk script).
There was a reference to $2 that was always undefined/empty.
The script was then simplified in
b89c835e3235f2628b37de15713c311d1b5a4bad, removing any reference to $1
and $2.
This commit cleans up the only call site to the shell script.
|
|\ \ \ \
| | | | |
| | | | | |
The scaleup subcommand does not support the unattended option
|
| | |_|/
| |/| |
| | | |
| | | |
| | | |
| | | | |
* 'atomic-openshift-installer' will exit now if -u is given with the
'scaleup' subcommand
* https://bugzilla.redhat.com/show_bug.cgi?id=1390135
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | | |
Fix openshift_image_tag=latest.
|
| |/ / / |
|
|\ \ \ \
| | | | |
| | | | | |
Update aoi manpage with correct operation count
|
| | | | | |
|
| | | | | |
|
|\ \ \ \ \
| |_|/ / /
|/| | | | |
Enable firewalld by default
|
| | | | | |
|
|\ \ \ \ \
| |_|_|/ /
|/| | | | |
etcd 3.x image is 'etcd' not 'etcd3'
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Add future versions to openshift_facts
|
| | |_|/ /
| |/| | | |
|
|\ \ \ \ \
| | |/ / /
| |/| | | |
Fix repo defaults
|
| | | | | |
|
|\ \ \ \ \
| |_|_|_|/
|/| | | | |
Use openshift.common.hostname when verifying API port available.
|
|/ / / / |
|
|\ \ \ \
| | | | |
| | | | | |
Add required python-six package to installation
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* Moves package list into a defaults/main.yml file
* Closes #3020
|
|\ \ \ \ \
| |_|/ / /
|/| | | | |
Change wording in the quick installer callback plugin
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* Old wording only considered skipped plays (reducing the play count)
* New wording accounts for dynamically included plays (increasing the
play count)
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Re-add when condition which was removed mistakenly in #3036
|
|/ / / / / |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Fix jsonpath expected output when checking registry volume secrets
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
In k8s 1.5 (see rebase PR: origin 12143) jsonpath output is slightly
different than previously. Causing this line to fail. We need to pick
secret or secretName when checking this task failure condition.
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
logging-deployer fixes from origin-aggregated-logging/#317
|
|/ / / / / / |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Don't upgrade etcd on atomic host, ever.
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Fixes Bug 1408668
Fixes BZ1408668
|
|\ \ \ \ \ \ \
| |_|_|/ / / /
|/| | | | | | |
Cast openshift_enable_origin_repo to bool.
|
| | |_|_|/ /
| |/| | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Add osnl_volume_reclaim_policy variable to nfs_lvm role
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
This allows to choose which volume reclamation policy to
use when provisioning storage with `openshift_storage_nfs_lvm`.
|
|\ \ \ \ \ \ \
| |_|_|_|_|/ /
|/| | | | | | |
Enable repos defined in openshift_additional_repos by default
|
| | |_|/ / /
| |/| | | |
| | | | | |
| | | | | | |
Fixes #3025
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Hush the sudo privs check in oo-installer
|
| |/ / / / /
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* Don't print words when checking for sudo access
* Just 'echo' an empty string with no new-line
Closes #3003
|
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
Update CFME template to point to GA build
|
|/ / / / / |
|