| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
| | |
|
|\ \
| | |
| | | |
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>
|
|\ \ \
| | | |
| | | | |
Mod startup script to publish all frontend binds
|
| | | | |
|
| | | | |
|
|\ \ \ \
| |_|_|/
|/| | | |
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
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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.
|
| |_|/ / /
|/| | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
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
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Remove references for bastion, ssh UI tunnek and static inventory.
Update docs.
Signed-off-by: Bogdan Dobrelya <bdobreli@redhat.com>
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Implement container runtime role
|
| | | | | | |
|
| |/ / / /
|/| | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Add v3.9 support
|
| | |/ / /
| |/| | | |
|
|\ \ \ \ \
| |_|/ / /
|/| | | | |
Initial upgrade for scale groups.
|
| |/ / / |
|
|\ \ \ \
| | | | |
| | | | | |
Bug 1512793- Fix idempotence issues in ASB deploy
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
- Add support for annotations in oc_service
- Use oc_service instead of oc_obj
- Use oc_pvc instead of oc_obj
- Work around lack of idempotency for oc_obj DeploymentConfig
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Bug 1514417 - Adding correct advertise-client-urls
|
| | | | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
storage_glusterfs: fix typo
|
| | | | | | | |
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
retry package operations
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
When a package install/update fails due to network blips or other spotty
availability, retry it. If the failure is a real failure (e.g. package
is really not there) it still fails after 3 tries (Ansible default).
|
|\ \ \ \ \ \ \ \
| |_|/ / / / / /
|/| | | | | | | |
Fix glusterfs checkpoint info
|
| |/ / / / / / |
|
|/ / / / / / |
|
|\ \ \ \ \ \
| |_|_|/ / /
|/| | | | | |
Correct usage of include_role
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Switch to import_role for some required roles.
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Automatic merge from submit-queue.
Fix no_log warnings for custom module
We need to set no_log for password and private_key
variables.
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
We need to set no_log for password and private_key
variables.
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
Add external glusterfs backend to hosted and glusterfs playbook
|
| | | | | | | | |
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Automatic merge from submit-queue.
Remove openshift_facts project_cfg_facts
|
| | |/ / / / / /
| |/| | | | | |
| | | | | | | |
| | | | | | | | |
This simplifies some variable logic.
|
|\ \ \ \ \ \ \ \
| |/ / / / / / /
|/| | | | | | | |
fix for Gluster force restart
|
| |/ / / / / / |
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Simply dns_port variable by remove from openshift_facts.
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
Remove unused task file from etcd role
|
| | | | | | | | |
|