| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| | |
Merged by openshift-bot
|
| |
| |
| |
| |
| | |
If we have no master config assume that we're a clean install.
If we're a clean install and we're 3.6 or greater use etcd v3 storage.
|
| |
| |
| |
| |
| |
| |
| |
| | |
The package name has changed.
See
https://bugzilla.redhat.com/show_bug.cgi?id=1461689
https://bugzilla.redhat.com/show_bug.cgi?id=1419718
|
|\ \
| | |
| | | |
CFME as an OpenShift Pod
|
| | | |
|
| | | |
|
| | | |
|
|\ \ \
| |/ /
|/| | |
Merged by openshift-bot
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Add the docker and RPM checks to the list that run at install time.
They can be disabled the same as the existing ones.
Removed cockpit-kubernetes RPM requirement as it no longer is.
Fixed up docker_image_availability to handle oreg_url and other nuances.
Switched to using the openshift_image_tag that's set by openshift_version for
both component and infrastructure images.
Fixed a bug where execute_module was being called with incorrect
positional arg "tmp" as a dict which caused errors down the call stack.
|
| |/
|/| |
|
|\ \
| | |
| | | |
Separate etcd and OpenShift CA redeploy playbooks.
|
| | | |
|
|\ \ \
| | | |
| | | | |
Fix possible access to undefined variable
|
| | |/
| |/|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
g_glusterfs_hosts is verified to be defined in the beginning of the
playbook.
g_glusterfs_registry_hosts is only defined when
playbooks/byo/openshift-cluster/cluster_hosts.yml is loaded, which seems
to not always be the case.
Instead of trying to find all entrypoints where cluster_hosts should be
loaded to defined the variable, simply use the `default()` filter to
consider it empty when not defined.
|
|\ \ \
| |/ /
|/| | |
Merged by openshift-bot
|
| | | |
|
|\ \ \
| | | |
| | | | |
replace repoquery with module
|
| |/ / |
|
|\ \ \
| | | |
| | | | |
Merged by openshift-bot
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | | |
Merged by openshift-bot
|
| | | | | |
|
| |_|/ /
|/| | |
| | | |
| | | | |
Otherwise bin/cluster create fails on unknown version for libvirt deployment.
|
|\ \ \ \
| |_|_|/
|/| | | |
Merged by openshift-bot
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | | |
Separate client config removal in uninstall s.t. ansible_ssh_user is removed from with_items.
|
| | | | |
| | | | |
| | | | |
| | | | | |
from with_items.
|
|\ \ \ \ \
| |_|/ / /
|/| | | | |
Merged by openshift-bot
|
| | |/ /
| |/| |
| | | |
| | | | |
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
|
|\ \ \ \
| |_|/ /
|/| | | |
Merged by openshift-bot
|
| | | | |
|
| | | | |
|
|\ \ \ \
| |_|/ /
|/| | | |
Updating image for registry_console
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | | |
Skip service restarts within ca redeployment playbook when expired certificates are detected.
|
| | | | |
| | | | |
| | | | |
| | | | | |
certificates are detected.
|
|\ \ \ \ \
| |_|/ / /
|/| | | | |
Merged by openshift-bot
|
| |/ / / |
|
|/ / /
| | |
| | |
| | | |
openshift_hosted_manage_{router,registry}=false
|
|\ \ \
| | | |
| | | | |
Merged by openshift-bot
|
| |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This commit allows to specify imageConfig.format specifically for master
or for nodes.
One use case of this could be if you want to use customer builder
images. In this case imageConfig.format only needs to be changed in the
master-config.yml but not in the node-config.yml.
|
|\ \ \
| | | |
| | | | |
Merged by openshift-bot
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | | |
Verify memory and disk requirements before install
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Customized the error summary to depend on the intent of the playbook run.
Ensured output makes sense when failures are unrelated to running checks.
|
| |/ / / |
|
|\ \ \ \
| |/ / /
|/| | | |
Merged by openshift-bot
|
| | |/
| |/|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
127.0.0.1 does not end up in "ansible_all_ipv4_addresses" and should
be considered valid.
For example, a hostname could be resolving to a public address that is
not bound to the actual server.
Or the host could resolve to 127.0.0.1 from the perspective of
the host since the hostname is set up in /etc/hosts.
|
|/ /
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
We are moving toward having adhoc post-install checks and so the
"preflight" designation needs to be widened.
Updated location to playbooks/byo/openshift-checks, added health check playbook, and updated README.
Also included the certificate_expiry playbooks.
Left behind symlinks and wrappers for existing checks.
To conform with the direction of the rest of the repo, the
openshift-checks playbooks are split into two directories, one under
playbooks/common with the actual invocation and one under
playbooks/byo for entrypoints that are just wrappers for the ones in common.
Because the certificate_expiry playbooks are intended not just to be
functional but to be examples that users modify, I did not split them
similarly. That could happen later after discussion but for now I just
left them whole under byo/openshift-checks/certificate_expiry.
|
|\ \
| |/
|/| |
Move etcd upgrade code into role
|