| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|\
| |
| | |
Fix Restore Master AWS Options
|
| |
| |
| |
| | |
- remove dangling bool
|
|\ \
| | |
| | | |
Minor update to correct firewall play name
|
| | | |
|
|\ \ \
| | | |
| | | | |
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>
|
|\ \ \ \
| | | | |
| | | | | |
Fix duplicate evaluate_groups.yml call during install
|
|/ / / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
The way the service_catalog.yml playbook calls evaluate_groups.yml
causes the evaluation to happen twice during a standard byo/config.yml
installation. Refactoring the service_catalog.yml playbooks to remove
this duplicate.
|
|\ \ \ \
| |_|/ /
|/| | | |
openshift_checks: refactor find_ansible_mount
|
| | | |
| | | |
| | | |
| | | | |
Reuse the code for finding the ansible_mounts mount for a path.
|
|\ \ \ \
| | | | |
| | | | | |
Remove additional 'restart master' handler references.
|
| | | | | |
|
|\ \ \ \ \
| |_|_|_|/
|/| | | | |
Use etcd_hostname/ip vars for etcd scaleup registration
|
|/ / / /
| | | |
| | | |
| | | | |
new member registration.
|
|\ \ \ \
| | | | |
| | | | | |
Refactor the firewall workflow.
|
| | | | |
| | | | |
| | | | |
| | | | | |
file.
|
| | | | | |
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
[nuage_master] Adding module calls instead of command for idempotency.
|
| | | | | | |
|
| | | | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Refactor group initialization for etcd scaleup playbook
|
| | |_|_|_|/
| |/| | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
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}}
|
|\ \ \ \ \ \
| |_|/ / / /
|/| | | | | |
system_container.yml: fix braces
|
| | | | | | |
|
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
More complete discovery of entry point playbooks
|
| | |_|/ /
| |/| | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
This change scans for supported entry point playbooks based on the
following conditions:
* In the supported directory of playbooks/byo
* Playbooks not included by any other playbooks
|
|\ \ \ \ \
| |_|/ / /
|/| | | | |
Update README.md
|
|/ / / / |
|
|\ \ \ \
| | | | |
| | | | | |
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.
|
| | | | | | |
|
| | |/ / /
| |/| | |
| | | | |
| | | | | |
This will be removed from support in a future release
|
|\ \ \ \ \
| |_|_|_|/
|/| | | | |
Merged by openshift-bot
|
| |/ / / |
|
|\ \ \ \
| | | | |
| | | | | |
Add missing byo v3_7 playbooks
|
|/ / / / |
|
|\ \ \ \
| | | | |
| | | | | |
Add v3_7 upgrades
|
| | | | | |
|
|\ \ \ \ \
| |_|/ / /
|/| | | | |
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.
|