summaryrefslogtreecommitdiffstats
path: root/filter_plugins
Commit message (Collapse)AuthorAgeFilesLines
* Fix typosRodolfo Carvalho2016-10-191-1/+1
|
* Do not error on node labels set too non-string values.Manuel Hutter2016-10-141-1/+1
| | | | see #2602
* Merge pull request #2511 from vishpat/nuage_haAndrew Butcher2016-10-041-0/+32
|\ | | | | Changes for Nuage HA
| * Filterize haproxy frontends/backends and add method for providing additional ↵Andrew Butcher2016-10-031-0/+32
| | | | | | | | frontends/backends.
* | Use ansible.module_utils._text.to_text instead of ↵Andrew Butcher2016-09-281-2/+10
|/ | | | ansible.utils.unicode.to_unicode.
* Merge pull request #2473 from lhuard1A/openstack_inventoryJason DeTiberus2016-09-221-3/+3
|\ | | | | Update the OpenStack dynamic inventory script
| * Update the OpenStack dynamic inventory scriptLénaïc Huard2016-09-201-3/+3
| |
* | Do not create volume claims for hosted components when storage type is object.Andrew Butcher2016-09-191-7/+8
|/
* Always deduplicate detected certificate namesEli Young2016-09-091-1/+1
|
* Adjust to_padded_yaml transformation to use the AnsibleDumperTim Bielawa2016-09-071-1/+4
| | | | | | | | * Previously we used yaml.safe_dump * Now we use yamp.dump with the `Dumper` parameter set to the AnsibleDumper class. * AnsibleDumper subclasses yaml.SafeDumper, so we aren't losing any safety nets
* Fix string substitution error in the to_padded_yaml filterTim Bielawa2016-09-021-1/+1
|
* Merge pull request #2358 from abutcher/service-serving-certsAndrew Butcher2016-08-251-0/+3
|\ | | | | enable service-serving-cert-signer by default
| * enable service-serving-cert-signer by defaultAndrew Butcher2016-08-241-0/+3
| |
* | Add ability to disable pvc creationScott Dodson2016-08-241-1/+2
| |
* | [metrics] add filter to clean up hostname for use in metrics deploymentJason DeTiberus2016-08-241-1/+19
|/
* Merge pull request #2220 from jkhelil/fix_key_error_when_ssh_failingScott Dodson2016-08-161-1/+2
|\ | | | | fixing openshift key error in case of node failure during run (ssh is…
| * fixing openshift key error in case of node failure during run (ssh issue)jawed2016-08-091-1/+2
| |
* | Add clientCommonNames to RequestHeaderProvider optional itemsScott Dodson2016-08-151-1/+5
| |
* | Support for redeploying certificates.Andrew Butcher2016-08-111-4/+5
|/
* oo_collect can be ran against dicts where key isn't present.Andrew Butcher2016-08-011-9/+24
|
* Ensure 'oo_nfs_to_config' in groups prior to checking group length when nfs ↵Andrew Butcher2016-07-191-1/+1
| | | | host unset.
* Merge remote-tracking branch 'upstream/master' into upgrade33Devan Goodwin2016-07-141-83/+3
|\
| * Various hosted component improvementsAndrew Butcher2016-07-071-83/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | * [openshift_projects] Add openshift_projects role * [openshift_hosted] hosted deployments use openshift_hosted_infra_selector if openshift_hosted_<component>_selector is not defined * [openshift_hosted] move openshift_projects, openshift_serviceaccounts and openshift_metrics to dependencies of openshift_hosted * [router] improve router deployment - add router option to force subdomain - add CA to router certificate options * [registry] move registry config into openshift_hosted role - additional registry fixes/tweaks - add s3 storage support for registry * [serviceaccount] fix up serviceaccount creation
* | Use proper startswith.Devan Goodwin2016-07-111-5/+0
| |
* | Check that detected version matches openshift_release in rpm installations.Devan Goodwin2016-06-171-0/+5
| |
* | Merge remote-tracking branch 'upstream/master' into upgrade33Devan Goodwin2016-06-091-4/+8
|\ \ | |/
| * Ansible 2.1 support.Andrew Butcher2016-06-071-4/+8
| |
* | Fix image tag to rpm version filter.Devan Goodwin2016-05-301-3/+2
| |
* | Merge remote-tracking branch 'upstream/master' into upgrade33Devan Goodwin2016-05-301-3/+2
|\ \ | |/
| * Separate master and haproxy config playbooks.Andrew Butcher2016-05-261-3/+2
| | | | | | | | | | | | * Move haproxy configuration to a separate openshift-loadbalancer play. * Move the haproxy role to openshift_loadbalancer. * Add openshift_loadbalancer* facts which drive haproxy configuration.
* | Get rpm installations functional again.Devan Goodwin2016-05-261-3/+3
|/
* Extend multiple login provider check to include origin.Andrew Butcher2016-05-231-4/+13
|
* Allow multiple login providers post 3.2.Andrew Butcher2016-05-231-4/+5
|
* Merge pull request #1192 from lebauce/storage-cinder-roleJason DeTiberus2016-05-101-7/+23
|\ | | | | Add support for Openstack based persistent volumes
| * Add support for Openstack based persistent volumesSylvain Baubeau2016-05-101-7/+23
| | | | | | | | Signed-off-by: Sylvain Baubeau <sbaubeau@redhat.com>
* | Add oo_merge_hostvars filter for merging host & play variables.Andrew Butcher2016-05-041-1/+40
| |
* | Fix configuration of dns_ipScott Dodson2016-05-021-1/+1
| |
* | Port lookup plugins to ansible v2.Andrew Butcher2016-04-261-0/+2
| |
* | Merge pull request #1726 from detiber/htpasswd_usersJason DeTiberus2016-04-261-1/+22
|\ \ | | | | | | Add support for setting identity provider custom values
| * | Add support for setting identity provider custom valuesJason DeTiberus2016-04-251-1/+22
| |/ | | | | | | | | | | | | - htpasswd users - ldap ca file - openid ca file - request_header ca file
* | Merge pull request #1799 from ibotty/port_filter_plugins_to_ansible_2Jason DeTiberus2016-04-252-5/+10
|\ \ | | | | | | port filter_plugins to ansible2
| * | port filter_plugins to ansible2Tobias Florek2016-04-252-5/+10
| |/
* | Fix image version handling for v1.2.0-rc1Scott Dodson2016-04-251-2/+5
|/
* Use a JSON list for docker log options.Devan Goodwin2016-04-201-1/+4
| | | | | | | Previously we expected you to comma separate, but this wasn't really clear. Insted we will use an explicit JSON list going forward. The comma separated list will be supported for backwards compatability.
* Translate legacy facts within the oo_openshift_env filter.Andrew Butcher2016-04-201-1/+8
|
* Fix router selector fact migration and match multiple selectors when ↵Andrew Butcher2016-04-201-3/+19
| | | | counting nodes.
* Add openshift_node_dnsmasqScott Dodson2016-04-191-0/+43
|
* Fix mappingMethod option in identity provider.Andrew Butcher2016-04-141-1/+1
|
* Containerized installs on RHEL were downgrading docker unnecessarilyBrenton Leanhardt2016-04-121-2/+5
|
* Add support for creating secure router.Andrew Butcher2016-04-111-42/+111
| | | | | | | | | | | | | | | * Move openshift_router to openshift_hosted role which will eventually contain registry, metrics and logging. * Adds option for specifying an openshift_hosted_router_certificate cert and key pair. * Removes dependency on node label variables and retrieves the node list from the API s.t. this role can be applied to any cluster with existing nodes. I've added an openshift_hosted playbook that occurs after node install to account for this. * Infrastructure nodes are selected using openshift_hosted_router_selector which is based on deployment type by default; openshift-enterprise -> "region=infra" and online -> "type=infra".