summaryrefslogtreecommitdiffstats
path: root/filter_plugins/oo_filters.py
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* fixing openshift key error in case of node failure during run (ssh issue)jawed2016-08-091-1/+2
|
* 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
| |
* | 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
|/
* 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
| |
* | Merge pull request #1799 from ibotty/port_filter_plugins_to_ansible_2Jason DeTiberus2016-04-251-4/+5
|\ \ | | | | | | port filter_plugins to ansible2
| * | port filter_plugins to ansible2Tobias Florek2016-04-251-4/+5
| |/
* / 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.
* 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
|
* 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
* 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
* Fix oo_pretty_print_cluster following the renaming of `env` into `clusterid`Lénaïc Huard2016-01-261-19/+21
|
* 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
|
* 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
|
* Merge pull request #933 from menren/dockerOnMasterAWSThomas Wiest2015-11-191-3/+7
|\ | | | | Docker on master aws
| * small tweaks for adding docker volume for aws master hostsJason DeTiberus2015-11-181-2/+2
| |
| * add a volume on master host, in AWS provisioningChengcheng Mu2015-11-181-2/+6
| |
* | Update certificate paths when 'names' key is provided.Andrew Butcher2015-11-181-0/+1
| |
* | Refactor named certificates.Andrew Butcher2015-11-161-10/+14
|/
* cluster list: break host types by subtypeLénaïc Huard2015-11-161-4/+7
|
* Better structure the output of the list playbookLénaïc Huard2015-11-131-1/+56
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The list playbook listed the IPs of the VMs without logging their role like: TASK: [debug ] ************************************************************ ok: [10.64.109.37] => { "msg": "public:10.64.109.37 private:192.168.165.5" } ok: [10.64.109.47] => { "msg": "public:10.64.109.47 private:192.168.165.6" } ok: [10.64.109.36] => { "msg": "public:10.64.109.36 private:192.168.165.4" } ok: [10.64.109.215] => { "msg": "public:10.64.109.215 private:192.168.165.2" } The list playbook now prints the information in a more structured way with a list of masters, a list of nodes and the subtype of the nodes like: TASK: [debug ] ************************************************************ ok: [localhost] => { "msg": { "lenaicnewlist": { "master": [ { "name": "10.64.109.215", "private IP": "192.168.165.2", "public IP": "10.64.109.215", "subtype": "default" } ], "node": [ { "name": "10.64.109.47", "private IP": "192.168.165.6", "public IP": "10.64.109.47", "subtype": "compute" }, { "name": "10.64.109.37", "private IP": "192.168.165.5", "public IP": "10.64.109.37", "subtype": "compute" }, { "name": "10.64.109.36", "private IP": "192.168.165.4", "public IP": "10.64.109.36", "subtype": "infra" } ] } } }
* oo_filter: don't fail when attribute is not definedTobias Florek2015-11-111-1/+1
|
* Fix file check conditional.Andrew Butcher2015-11-051-1/+1
|
* Don't check for certs in data_dir just raise when they can't be found. Fix typo.Andrew Butcher2015-11-051-7/+2
|
* Various HA changes for pacemaker and native methods.Andrew Butcher2015-11-051-1/+1
|
* more tweaksJason DeTiberus2015-11-041-1/+1
|