summaryrefslogtreecommitdiffstats
path: root/roles/openshift_storage_nfs
Commit message (Collapse)AuthorAgeFilesLines
* NFS Storage: make sure openshift_hosted_*_storage_nfs_directory are quotedVadim Rutkovsky2018-01-231-8/+8
| | | | | | This enables using non-standard symbols (e.g. spaces) in the path Signed-off-by: Vadim Rutkovsky <vrutkovs@redhat.com>
* Relocate filter plugins to lib_utilsMichael Gugino2017-12-181-1/+1
| | | | | | | | | | | | | | This commit relocates filter_plugings to lib_utils, changes the namespacing to prevent unintended use of older versions that may be present in filter_plugins/ directory on existing installs. Add lib_utils to meta depends for roles Also consolidate some plugins into lib_utils from various other areas. Update rpm spec, obsolete plugin rpms.
* Deprecate using Ansible tests as filtersRussell Teague2017-12-141-3/+3
|
* Remove empty openshift_hosted_facts roleMichael Gugino2017-12-121-1/+1
| | | | This commit removes a now-empty role.
* Fix hosted varsMichael Gugino2017-12-052-18/+18
| | | | | | Remove hosted vars from openshift_facts. The current pattern is causing a bunch of undesired sideffects.
* retry package operationsLuke Meyer2017-11-301-0/+2
| | | | | | 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).
* Include Deprecation - openshift-nfsRussell Teague2017-11-221-2/+1
|
* Fix prometheus role nfsZohar Galor2017-10-162-0/+6
| | | | | | Allow for external or internal nfs. use facts as used for logging and metrics. Update prometheus-alertmanager image to v0.9.1
* Creating structure to warn for use of deprecated variables and set them in a ↵Eric Wolinetz2017-09-202-6/+6
| | | | single location before they are no longer honored
* Default to global setting for firewall.Kenny Woodson2017-08-251-2/+2
|
* Removing dependencies for openshift_repos and setting them up early in the ↵Kenny Woodson2017-08-141-1/+0
| | | | cluster build.
* Updated README to reflect refactor. Moved firewall initialize into separate ↵Kenny Woodson2017-08-102-2/+5
| | | | file.
* Adding a default condition and removing unneeded defaults.Kenny Woodson2017-08-092-5/+4
|
* First attempt at refactor of os_firewallKenny Woodson2017-08-084-4/+51
|
* Add etcd exports to openshift_storage_nfsAndrew Butcher2017-07-192-1/+2
|
* Provisioning of nfs share and PV for logging opsErez Freiberger2017-02-112-0/+2
|
* Refactored to use Ansible systemd moduleRussell Teague2016-11-284-15/+13
| | | | | | * Ansible systemd module used in place of service module * Refactored command tasks which are no longer necessary * Applying rules from openshift-ansible Best Practices Guide
* Refactor to use Ansible package moduleRussell Teague2016-11-171-1/+1
| | | | | The Ansible package module will call the correct package manager for the underlying OS.
* Add storage for loggingScott Dodson2016-09-262-0/+3
|
* Refactor volume directory creationScott Dodson2016-08-241-2/+3
|
* Add metrics exports to nfs role, move exports to ↵Scott Dodson2016-08-242-1/+17
| | | | /etc/exports.d/openshift-ansible.exports
* Fix up some broken markdown formatting (mostly tables)Tim Bielawa2016-07-081-0/+1
|
* Move os_firewall_allow from defaults to role dependencies.Andrew Butcher2016-06-012-3/+3
|
* Default os_firewall_use_firewalld to false in os_firewall and remove overrides.Andrew Butcher2016-05-021-1/+0
|
* added new openshift-metrics serviceJose David Martin Nieto2016-04-201-0/+8
|
* Add openshift_hosted_facts role and remove hosted facts from openshift_common.Andrew Butcher2016-04-081-3/+3
|
* Remove openshift_common dep from openshift_storage_nfsAndrew Butcher2016-04-062-8/+7
|
* nfs: replace yum with dnfErez Freiberger2016-03-151-3/+1
|
* Replace status_changed boolAndrew Butcher2016-02-021-3/+1
|
* Remove extra nfs configuration.Andrew Butcher2016-02-022-18/+3
|
* Refactor registry storage options.Andrew Butcher2016-02-014-23/+45
|
* Create nfs host group with registry volume attachment.Andrew Butcher2015-12-156-0/+131