| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Fixes bug of referencing variable before assignment.
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
Cleanup not required dns bits
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
* Do not manage hostnames for openstack cloud provider,
let cloud-init to do its job.
* Make python-dns / dnspython dependency check conditional.
* Drop not used dns node flavor and image.
* Do not manage dns nodes and sec groups in heat stacks.
* Keep supporting dynamic updates for private DNS records, yet only
limited to an external DNS managed elsewhere (not deployed by
the openshift_openstack provider). So users may still benefit from
this feature, sending nsupdates to private and public servers as
they want it.
* Fix openstack default for external nsupdate keys. It should be
undefined by default as the dns-populate logic is based on that.
* Fix dns records generation for openstack provider's populate-dns
* Update docs
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | | |
Add missing symlinks in openshift-logging
|
| | |_|_|_|_|/ /
| |/| | | | | | |
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | | |
Remove entry point files no longer needed by CI
|
| |/ / / / / / / |
|
|\ \ \ \ \ \ \ \
| |_|_|/ / / / /
|/| | | | | | | |
Remove duplicate init import in network_manager.yml
|
| | |_|_|_|_|/
| |/| | | | | |
|
|\ \ \ \ \ \ \
| |_|/ / / / /
|/| | | | | | |
Remove all references to pacemaker (pcs, pcsd) and openshift.master.cluster_method.
|
|/ / / / / /
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
openshift.master.cluster_method.
With pacemaker removed there is no longer a need for
openshift.master.cluster_method. We only have one option.
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Playbook Consolidation - openshift-logging
|
| | | | | | | |
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
Fix hosted vars
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Remove hosted vars from openshift_facts.
The current pattern is causing a bunch of undesired sideffects.
|
|\ \ \ \ \ \ \ \
| |_|_|_|/ / / /
|/| | | | | | | |
Fix oreg_auth_credentials_create register var
|
|/ / / / / / /
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
There is a variable collision for the *oreg_auth_credentials_create
variables in openshift_master and openshift_node registry_create
tasks.
This commit ensures standard and alternative oreg auth
credential placement tasks don't use the same register
variable.
Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1520866
|
|\ \ \ \ \ \ \
| |/ / / / / /
|/| | | | | | |
Cleanup unused openstack provider code
|