| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
| |
In regard of issue https://github.com/openshift/openshift-ansible/issues/696
added options (docker_log_dirver and docker_log_options) to bin/cluster:
bin/cluster -o docker_log_driver=json-file -o docker_log_options="max-size=5m,max-files=5"
will be added to OPTION in /etc/sysconfig/docker in all nodes of the cluster:
"--log-driver json-file --log-opt max-size=5m --log-opt max-files=5"
|
|\
| |
| | |
Fix test and workaround for rpm generated configs
|
| |
| |
| |
| |
| |
| | |
- fixed inconcistency in naming for rpm generated config test
- refactoring to fix logic after the ha master refactoring had broken the
previous steps
|
|\ \
| | |
| | | |
Fix error in openshift_facts
|
| |/
| |
| |
| | |
- fix error scraping openshift version for version numbers
|
|\ \
| | |
| | | |
Lower priority to stop the paging action.
|
| | | |
|
|\ \ \
| |/ /
|/| | |
Fix openshift_examples
|
| | | |
|
|\ \ \
| | | |
| | | | |
Add dependencies missing on RHEL 7.1 to README
|
| | | |
| | | |
| | | | |
Add deps missing when using RHEL 7.1 to run openshift-ansible with libvirt
|
|\ \ \ \
| |_|_|/
|/| | | |
Improvements to uninstallation playbook
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
(also sorted the various lists alphabetically)
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This is related to https://trello.com/c/314nwSvt/58-3-uninstall-playbook
The original atomic_openshift_tutorial_reset.yml now calls the uninstall
playbook for most parts. All the originally functionally is still intact. The
main differences between the two playbooks is that the uninstall playbook is
careful only to delete content that ansible originally installed.
|
|\ \ \ \
| | | | |
| | | | | |
Conditionally include openshift_router role
|
| | | | | |
|
|\ \ \ \ \
| |_|_|_|/
|/| | | | |
Update examples-sync.sh
|
| | | | | |
|
| |/ / /
| | | |
| | | | |
Fixes: https://github.com/openshift/openshift-ansible/issues/722
|
|\ \ \ \
| |_|/ /
|/| | | |
Adjust the logic as to when examples are deployed
|
| | | | |
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | | |
Remove pylint comment from Sha-Bang. SSH process get hung when calling python
|
| | |/ /
| |/| |
| | | |
| | | | |
python # pylint: disable=too-many-lines
|
|\ \ \ \
| |/ / /
|/| | | |
Fix yaml tabbing
|
|/ / / |
|
|\ \ \
| | | |
| | | | |
Support HA or single router. Deploy after service accounts are created
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | | |
Adding delta to zbx_item
|
| | | | | |
|
|\ \ \ \ \
| |_|/ / /
|/| | | | |
Add UDP 4789 firewall rule when using the SDN
|
| | | | | |
|
|\ \ \ \ \
| | |/ / /
| |/| | | |
Adding zabbix agent bits zabbix-server
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Add `oadm reconcile-cluster-role-bindings` to upgrade playbook.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Switch to version_compare filter for conditionals.
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Fix yaml indentation from use_openshift_sdn conditional
|
|/ / / / / / |
|
|\ \ \ \ \ \
| |_|/ / / /
|/| | | | | |
Add cockpit role
|
| | | | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Lookup ansible_ssh_user group for kubeconfig perms
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Fixes #585
|
|\ \ \ \ \ \ \
| |_|_|_|_|/ /
|/| | | | | | |
Fix libvirt ip issues
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
It was timeouting on slower hardware.
|
| | |_|_|/ /
| |/| | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Using bootcmd in cloud-config lead to restarts prior to starting the
systemd-hostnamed, which was probable cause of the failure when DHCP
client was failing to send the hostname, and subsequently, the
ansible-opnshift was not able to identify the VM among the others when
checking DHCP leases. The failure looked like: following
10:17:31 failed: [localhost] => {"attempts": 60, "changed": true, "cmd": "virsh -c qemu:///system net-dhcp-leases openshift-ansible | egrep -c 'experiment-node-compute-453d0|experiment-node-compute-61e16'", "delta": "0:00:00.033061", "end": "2015-10-19 10:17:31.409434", "failed": true, "rc": 0, "start": "2015-10-19 10:17:31.376373", "warnings": []}
10:17:31 stdout: 1
10:17:31 msg: Task failed as maximum retries was encountered
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Allow disabling the network plugin configuration
|
|/ / / / / /
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
This is useful when we want to use a different networking solution
without having any networking plugin code run when the services start
up.
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Fix env typos
|