| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
change introduced with 39cf5084f18e2e0adca46b925660a6f2c38d227c
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
|
|
|
|
| |
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
|
|
|
|
| |
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
|
|
|
|
| |
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
|
|
|
|
| |
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
|
|
|
|
| |
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
|
|
|
|
| |
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Automatic merge from submit-queue.
Update deprecation checks - include:
Updating deprecation tests to check for `include:` directive usage.
Trello: https://trello.com/c/ZTyZu3UM/484-3-ansible-24-include-deprecation
Fixes: https://github.com/openshift/openshift-ansible/issues/5586
|
| | |
|
|\ \
| | |
| | |
| | |
| | | |
mgugino-upstream-stage/remove-openshift_env_structures
Remove unused openshift_env_structures and openshift_env
|
| | |
| | |
| | |
| | | |
This component of openshift_facts is no longer used.
|
|\ \ \
| | | |
| | | | |
Remove openshift.common.service_type
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This commit removes openshift.common.service_type
in favor of openshift_service_type.
This commit also removes r_openshift_excluder_service_type
from plays in favor of using the role's defaults.
|
|\ \ \ \
| |_|_|/
|/| | | |
Add os_firewall to prerequisites.yml
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This needs to be in place for crio.
This role only installs and enables iptables, thus
should only be run once.
|
|\ \ \ \
| |/ / /
|/| | | |
add 3.8 templates for gluster ep and svc
|
| | | | |
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Automatic merge from submit-queue.
Include Deprecation: Convert to import_playbook
* Converts playbooks/ to use `import_playbook`.
* Updates remaining `include:` tasks to `include_tasks:`
Trello: https://trello.com/c/ZTyZu3UM/484-3-ansible-24-include-deprecation
|
| | | | | |
|
|\ \ \ \ \
| |_|_|/ /
|/| | | | |
Fix incorrect register name master registry auth
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Corrects register variable name to registry auth support.
Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1511374
|
|\ \ \ \ \
| |_|_|_|/
|/| | | | |
Remove all uses of openshift.common.admin_binary
|
| | | | |
| | | | |
| | | | |
| | | | | |
Replace with `oc adm`
|
|\ \ \ \ \
| |_|/ / /
|/| | | |
| | | | |
| | | | | |
mgugino-upstream-stage/remove-protected_facts_to_overwrite
Remove unused protected_facts_to_overwrite
|
| | | | |
| | | | |
| | | | |
| | | | | |
This appears to be no longer used.
|
|\ \ \ \ \
| |_|_|/ /
|/| | | | |
Implement container_runtime playbooks and changes
|
| | |/ /
| |/| |
| | | |
| | | |
| | | |
| | | | |
This commit refactors some duplicate code, removes
usage of set_fact where not needed, and reorganizes
container_runtime role to use include_role.
|
|\ \ \ \
| | | | |
| | | | | |
Playbook Consolidation - etcd Upgrade
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Playbook Consolidation - byo/config.yml
|
| | | | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Automatic merge from submit-queue.
Include Deprecation: Convert to include_tasks
For all roles/
* Converts to include_tasks: for dynamic includes
* Converts to import_tasks: for static includes
Trello: https://trello.com/c/ZTyZu3UM/484-3-ansible-24-include-deprecation
|
| |/ / / / / |
|
|\ \ \ \ \ \
| |_|_|/ / /
|/| | | | | |
Optionally subscribe OpenStack RHEL nodes
|
| | | | | | |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
The rhel_subscribe fixes will be done in a separate pull request.
This reverts commit e05e4d3d4fab4eaf462a23f5d5ee39fb57f4f0a0.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
The rhel_subscribe role fixes will be done in a separate pull request.
This reverts commit 691179281336dcd56d17b70cdf4067a142238b83.
|
| | | | | | |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
The role is looking for the usernames, passwords, etc. first in the
shell environment and then in the Ansible vars.
When the environment is empty, however, the lookup returns an empty
string not an undefined variable, so the `default` fallback is never
used and the ansible variables end up being ignored.
By adding `True` to the end of the filter, it will work with any falsey
value (including an empty string) not just undefined variables.
|
| | | | | | |
|
|\ \ \ \ \ \
| |_|_|_|_|/
|/| | | | | |
Add external_svc_subnet for k8s loadbalancer type service
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Add external_svc_subnet field for k8s loadbalancer type service
in kuryr-kubernetes code support external service subnet
but openshift does not support yet
Signed-off-by: jihoon.o <jihoon.o@samsung.com>
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Fix ami building.
|
| | |_|/ / /
| |/| | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Mod startup script to publish all frontend binds
|
| | | | | | | |
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
openshift_logging_kibana: fix missing paren
|
|/ / / / / / / |
|
|\ \ \ \ \ \ \
| |_|/ / / / /
|/| | | | | | |
Fix generate_pv_pvcs_list plugin undef
|