summaryrefslogtreecommitdiffstats
path: root/filter_plugins
Commit message (Collapse)AuthorAgeFilesLines
...
| * 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".
* Merge openshift_env hostvars.Andrew Butcher2016-04-081-0/+14
|
* Bug 1322335 - The package name is wrong for rpm upgradeBrenton Leanhardt2016-03-301-0/+17
|
* Attempt to fix error validating when extraScopes and ↵Jason DeTiberus2016-03-111-7/+6
| | | | extraAuthorizeParameters are not present
* Synchronize master kube configsAndrew Butcher2016-02-261-1/+30
|
* oo_filter: added custom fitler to return hosts group infoMatt Woodson2016-02-151-0/+14
|
* Bug 1302970 - update script does not patch router if name is different from ↵Brenton Leanhardt2016-02-111-0/+28
| | | | default
* Add organizations attribute to github identity providerJason DeTiberus2016-02-101-7/+20
| | | | - also fix location of mappingMethod in identityProviders config
* Bug 1304150 - Can't upgrade atomic-openshift to specified versionBrenton Leanhardt2016-02-091-0/+25
|
* Refactor registry storage options.Andrew Butcher2016-02-011-0/+93
|
* Added docs around oo_nodes_with_labelJason DeTiberus2016-02-011-49/+75
|
* use yaml for loading lable info instead of jsonJason DeTiberus2016-02-011-1/+1
|
* infra_node fixesJason DeTiberus2016-02-011-19/+59
| | | | | | | | | | | | | | - openshift_master role update - infra_nodes was previously being set to num_infra, which is an integer value when using the cloud providers, added a new variable osm_infra_nodes that is expected to be a list of hosts - if openshift_infra_nodes is not already set, create it from the nodes that have the region=infra label. - Cloud provider config playbook updates - override openshift_router_selector for cloud providers to avoid using the default of 'region=infra' when deployment_type is not 'online' - Set openshift_infra_nodes to g_infra_host for cloud providers
* Merge pull request #1273 from lhuard1A/fix_oo_pretty_print_clusterThomas Wiest2016-01-261-19/+21
|\ | | | | Fix `oo_pretty_print_cluster` following the renaming of `env` into `clusterid`
| * Fix oo_pretty_print_cluster following the renaming of `env` into `clusterid`Lénaïc Huard2016-01-261-19/+21
| |
* | Test validate_pcs_cluster input is basestring instead of str.Andrew Butcher2016-01-211-2/+2
|/
* Merge pull request #1121 from abutcher/rolling-restarts-pacemakerBrenton Leanhardt2016-01-131-1/+27
|\ | | | | Rolling restart playbook for masters
| * Validate pacemaker cluster members.Andrew Butcher2016-01-121-1/+27
| |
* | Fix for to_padded_yaml filterJason DeTiberus2016-01-121-0/+3
| | | | | | | | | | - Fix issue where None is passed to to_padded_yaml filter and invalid config is generated.
* | - sqashed to one commitLutz Lange2016-01-121-1/+14
|/
* openshift_facts validationAndrew Butcher2016-01-041-29/+1
|
* Secrets validation.Andrew Butcher2016-01-041-1/+28
|
* Clean up idempotency issues with session secrets.Andrew Butcher2016-01-041-6/+13
|
* Updating env-host-type to host patternsKenny Woodson2015-12-111-0/+1
|
* Fix validation for BasicAuthPasswordIdentityProviderDaniel Tschan2015-12-011-2/+2
|
* Refactor master identity provider configurationJason DeTiberus2015-11-231-0/+469
| | | | | | - Remote template in favor of a filter plugin - Add additional validation for identity provider config - Add mappingMethod attribute for identity providers, default to 'claim'
* Merge pull request #933 from menren/dockerOnMasterAWSThomas Wiest2015-11-191-3/+7
|\ | | | | Docker on master aws