| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Signed-off-by: jkaurredhat <jkaur@redhat.com>
|
|
|
|
|
|
| |
system:admin
Signed-off-by: jkaurredhat <jkaur@redhat.com>
|
| |
|
| |
|
|
|
|
| |
config for service-catalog
|
|\
| |
| | |
Merged by openshift-bot
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Fixes this error when running upgrade_etcd.yml:
The conditional check 'etcd_container_version | default('99') |
version_compare(etcd_upgrade_version,'<')' failed. The error was:
Version comparison: LooseVersion instance has no attribute 'version'
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
|
|\ \
| | |
| | | |
Update master configuration for named certificates during master cert redeploy.
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
ingvagabund/run-ttl-migration-only-one-on-the-first-master
attach leases via the first master only and only once
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
- move openshift-etcd/migrate.yml from byo to common and keep just the entry point
- replace std_include with essential plays (e.g. no need to detect openshift version)
- delegate the ttl re-attaching to the first master
|
|/ / /
| | |
| | |
| | | |
byo/openshift-cluster/upgrades/upgrade_etcd.yml
|
|\ \ \
| | | |
| | | | |
Set clean install and etcd storage on first master to fix scaleup
|
| | |/
| |/|
| | |
| | | |
Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1464011
|
|\ \ \
| |_|/
|/| | |
Skip nfs and lb groups on openshift_version
|
| | |
| | |
| | |
| | |
| | |
| | | |
openshift_health_checker requires openshift_version, and that has been
updated to require group evaluation.
Update check playbooks and integration tests to do group eval.
|
| | | |
|
|\ \ \
| |_|/
|/| | |
Creation of service_catalog and broker roles
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* add ansible-service-broker role to catalog install playbook
add ansible_service_broker to catalog install flow
fix indentation syntax error
respond to code review
Remove content, update image prefix to exclude image name
Make variables deployment type specific, add rhcc configuration, add fact validation
some spacing/comments
Remove ansible_service_broker_namespace variable
Fix stupid typo
== nil -> is none
nil -> null, fix validation checks
Fix a few typos
Add Broker object to catalog
replace oc_pvc creation with oc_obj
remove namespace from broker creation
fix namespace
|
| | | |
|
|\ \ \
| | | |
| | | | |
Verify matched openshift_upgrade_nodes_label
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Verifies the provided label matches a set of hosts prior to upgrading.
If the label didn't match hosts, the upgrade would silently proceed with
upgrading all nodes given the logic for creating the oo_nodes_to_upgrade
group.
|
|\ \ \ \
| |_|_|/
|/| | | |
detect etcd service name based on etcd runtime when restarting
|
| | |/
| |/| |
|
|\ \ \
| | | |
| | | | |
Restart NetworkManager only if dnsmasq was used
|
| |/ / |
|
|/ /
| |
| |
| |
| |
| | |
We observed in our CI environment that this check can't guarantee that
an install would fail when the check fails, thus unless we can make its
output match the fate of an install we shall keep it disabled.
|
|\ \
| | |
| | | |
Merged by openshift-bot
|
| | | |
|
|\ \ \
| |_|/
|/| | |
Merged by openshift-bot
|
| | |
| | |
| | |
| | |
| | | |
This would be the case if for instance they'd upgraded and then
migrated.
|
|\ \ \
| | | |
| | | | |
Temporarilly only migrate jobs as we were before
|
| | |/
| |/| |
|
|\ \ \
| |/ /
|/| | |
Merged by openshift-bot
|
| | | |
|
|\ \ \
| |_|/
|/| | |
Run storage upgrade pre and post master upgrade
|
| | | |
|
|\ \ \
| | | |
| | | | |
Merged by openshift-bot
|
| |/ / |
|
|\ \ \
| | | |
| | | | |
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.
|