| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| | |
Adding error checking to create.
|
| | |
|
|\ \
| | |
| | | |
Nuage changes to support IPTables kube-proxy in OpenShift
|
| | |
| | |
| | |
| | | |
changing the conditional to negation of pod network address rather than using host address
|
|\ \ \
| | | |
| | | | |
Removing openshift_repo dependencies. Moving to beginning of openshift_cluster.
|
| | | |
| | | |
| | | |
| | | | |
cluster build.
|
|\ \ \ \
| | | | |
| | | | | |
Bump Calico to v2.4.1
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Fix Restore Master AWS Options
|
| | |/ / /
| |/| | |
| | | | |
| | | | | |
- remove dangling bool
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Default values for CFME container images are invalid
|
| | |_|_|/
| |/| | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
openshift_cfme_application_img_name, openshift_cfme_postgresql_img_name and openshift_cfme_memcached_img_name are incorrect.
It will fail with below error :
The ImageStream \"miq-app\" is invalid: spec.dockerImageRepository: Invalid value: \"docker.io/manageiq/manageiq-pods:app-latest-fine\": the repository name may not contain a tag
The ImageStream \"miq-postgresql\" is invalid: spec.dockerImageRepository: Invalid value: \"docker.io/manageiq/manageiq-pods:app-latest-fine\": the repository name may not contain a tag
The ImageStream \"miq-memcached\" is invalid: spec.dockerImageRepository: Invalid value: \"docker.io/manageiq/manageiq-pods:app-latest-fine\": the repository name may not contain a tag
Signed-off-by: jkaurredhat <jkaur@redhat.com>
|
|\ \ \ \ \
| | | | | |
| | | | | | |
openshift_checks: refactor find_ansible_mount
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Reuse the code for finding the ansible_mounts mount for a path.
|
|\ \ \ \ \ \
| |_|_|/ / /
|/| | | | | |
Remove additional 'restart master' handler references.
|
| | |/ / /
| |/| | | |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Refactor the firewall workflow.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
file.
|
| | | | | | |
|
| | | | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
[nuage_master] Adding module calls instead of command for idempotency.
|
| | | | | | | |
|
| | | | | | | |
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
Fix syntax for when statement
|
| | |_|/ / / /
| |/| | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Without that, playbook runs print warnings such as this:
[WARNING]: when statements should not include jinja2 templating
delimiters such as {{ }} or {% %}. Found: {{ g_etcd_hosts is not
defined and g_new_etcd_hosts is not
defined}}
|
|/ / / / / / |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
openshift_checks: enable variable conversion
|
| | | | | | | |
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
Merged by openshift-bot
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Prevents playbooks from accidentally restarting the master service.
|
| | | | | | | | |
|
| | | | | | | | |
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
From now on, all master configurations use the api / controller split,
regardless of HA mode or previous configuration. This will be our only
supported configuration starting in 3.7 or 3.8.
|
| | |_|/ / / /
| |/| | | | | |
|
|\ \ \ \ \ \ \
| |_|_|_|/ / /
|/| | | | | | |
Merged by openshift-bot
|
| |/ / / / / |
|
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
openshift_checks: refactor check results
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Turn failure messages into exceptions that tests can look for without
depending on text meant for humans.
Turn logging_namespace property into a method.
Get rid of _exec_oc and just use logging.exec_oc.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Introduced the 'changed' property for checks that can make changes to
track whether they did or not. Rather than the check's own logic having
to track this and include it in the result hash, just set the property
and have the action plugin insert it in the result hash after running
(even if there is an exception).
Cleared out a lot of crufty "changed: false" hash entries.
|
|\ \ \ \ \ \
| |_|_|_|/ /
|/| | | | | |
Reduce openshift_facts dependencies.
|
| | | | | | |
|
| | | | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Fix for : https://bugzilla.redhat.com/show_bug.cgi?id=1467423
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Customer confirmed changing KUBERNETES_MASTER_URL and env parameter MASTER_URL value from default value "https://kubernetes.default.svc.cluster.local" to "https://kubernetes.default.svc" solved the issue.
Signed-off-by: jkaurredhat <jkaur@redhat.com>
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
GlusterFS: Default glusterfs_name in loop items.
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Fixes #4745
Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | | |
Updating PVC generation to only be done if the pvc does not already e…
|
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
avoid idempotent issues
|