summaryrefslogtreecommitdiffstats
path: root/playbooks/common
Commit message (Collapse)AuthorAgeFilesLines
* Various HA changes for pacemaker and native methods.Andrew Butcher2015-11-053-14/+58
|
* default to source persistence for haproxyJason DeTiberus2015-11-041-1/+1
|
* more tweaksJason DeTiberus2015-11-041-0/+1
|
* more tweaksJason DeTiberus2015-11-041-35/+9
|
* additional ha related updatesJason DeTiberus2015-11-042-6/+51
|
* additional native ha changesAndrew Butcher2015-11-041-5/+5
|
* Start of true master haJason DeTiberus2015-11-041-0/+26
|
* Merge pull request #761 from smunilla/scaleupBrenton Leanhardt2015-11-046-64/+72
|\ | | | | openshift-cluster: Scaleup
| * Refactor common group evaluation to avoid duplicationJason DeTiberus2015-11-046-128/+66
| |
| * common/openshift-cluster: Scaleup playbookSamuel Munilla2015-11-041-0/+70
| | | | | | | | New playbook to add nodes to a cluster without altering the masters
* | Filter internal hostnames from the list of parsed names.Andrew Butcher2015-11-031-1/+1
| |
* | Add custom certificates to serving info in master configuration.Andrew Butcher2015-11-031-0/+9
|/
* Move version greater_than_fact into openshift_factsAndrew Butcher2015-10-221-4/+1
|
* Don't include proxy client cert when <3.1 or <1.1Andrew Butcher2015-10-221-3/+7
|
* Add proxy client certs to master config.Andrew Butcher2015-10-221-0/+2
|
* Fix test and workaround for rpm generated configsJason DeTiberus2015-10-221-0/+15
| | | | | | - fixed inconcistency in naming for rpm generated config test - refactoring to fix logic after the ha master refactoring had broken the previous steps
* Merge pull request #721 from abutcher/fix-routerBrenton Leanhardt2015-10-221-3/+3
|\ | | | | Conditionally include openshift_router role
| * Conditionally include openshift_router role.Andrew Butcher2015-10-221-3/+3
| |
* | Merge pull request #678 from sdodson/examplesWesley Hearn2015-10-221-2/+1
|\ \ | |/ |/| Adjust the logic as to when examples are deployed
| * Adjust the logic as to when examples are deployedScott Dodson2015-10-201-2/+1
| |
* | Support HA or single router, and start work on registryStefanie Forrester2015-10-212-8/+7
| |
* | Merge pull request #529 from sdodson/cockpit-masterWesley Hearn2015-10-201-0/+9
|\ \ | |/ |/| Add cockpit role
| * Add cockpit-ws with cockpit-kubernetes pluginScott Dodson2015-08-281-0/+9
| |
* | Fixed GCE playbooks so that they're more like the AWS playbooks.Thomas Wiest2015-10-141-15/+0
| | | | | | | | | | | | | | | | Namely the GCE playbooks now: - Create infra nodes - Correctly label nodes in OpenShift - Setup masters as nodes as well (needed for sdn) - Removed set_infra_launch_facts_tasks.yml as it's not used anymore.
* | Adding second param. true to many default filtersChengcheng Mu2015-10-091-1/+1
| |
* | Revert "Revert "GCE support""Chengcheng Mu2015-10-061-0/+15
| | | | | | | | This reverts commit 3073d1f729f9dcd202088f6b318b465567c6344b.
* | Revert "GCE support"Thomas Wiest2015-10-051-15/+0
| |
* | GCE-support (more information in PR, README_GCE.md)Chengcheng Mu2015-10-011-0/+15
| |
* | Create service accounts and set up scc rulesStefanie Forrester2015-09-101-0/+9
| |
* | added new node fact for schedulabilityStefanie Forrester2015-09-021-8/+2
| |
* | wait for ports instead of waiting for an arbitrary period of timeStefanie Forrester2015-09-021-0/+1
| |
* | Merge pull request #512 from sdodson/nextWesley Hearn2015-08-284-17/+18
|\ \ | |/ |/| Merge in Atomic Enterprise work into master
| * Atomic Enterprise related changes.Avesh Agarwal2015-08-264-17/+18
| |
* | Add a role that allows logrotate config editing.Troy Dawson2015-08-273-0/+3
|/ | | | | This role gets called for each type of machine, but if logrotate_scripts is not set, nothing happens.
* Merge pull request #462 from spinolacastro/clustermetricsWesley Hearn2015-08-261-0/+2
|\ | | | | Cluster Metrics
| * Configure cluster metricsDiego Castro2015-08-131-0/+2
| | | | | | | | | | Playbook based on https://docs.openshift.org/latest/admin_guide/cluster_metrics.html.
* | Fix for node labeling where internal node name != inventory_hostnameJason DeTiberus2015-08-131-1/+2
|/
* Fix node labelsDiego Castro2015-08-101-3/+0
|
* Fix node labeling. Issue #305Diego Castro2015-08-041-1/+4
|
* Setup openshift-node on the masters so that the web console can access the podsWesley Hearn2015-07-271-0/+9
|
* Infra node supportWesley Hearn2015-07-232-9/+9
|
* Merge pull request #264 from lhuard1A/rhel_subscriptionThomas Wiest2015-07-171-0/+5
|\ | | | | Implement RHEL subscription for enterprise deployment type
| * Implement RHEL subscription for enterprise deployment typeLénaïc Huard2015-07-171-0/+5
| |
* | Initial HA masterJason DeTiberus2015-07-171-5/+24
|/ | | | | | | | | | | | | | | | | | | | | | - Ability to specify multiple masters - configures the CA only a single time on the first master - creates and distributes additional certs for additional master hosts - Depending on the status of openshift_master_cluster_defer_ha (defaults to False) one of two actions are taken when multiple masters are defined 1. If openshift_master_cluster_defer_ha is true a. Certs/configs for all masters are deployed b. openshift-master service is only started and enabled on the master c. HA configuration is expected to be handled by the user manually after the completion of the playbook run. 2. If oepnshift_master_cluster_defer_ha is false or undefined a. Certs/configs for all masters are deployed b. a Pacemaker/RHEL HA cluster is configured i. VIPs are configured based on the values of openshift_master_cluster_vip and openshift_master_cluster_plublic_vip ii. The openshift-master service is configured as an active/passive cluster service
* Playbook updates for clustered etcdJason DeTiberus2015-07-105-31/+280
| | | | | | | | | | | | | | | | | | | | | - Add support to bin/cluster for specifying etcd hosts - defaults to 0, if no etcd hosts are selected, then configures embedded etcd - Updates for the byo inventory file for etcd and master as node by default - Consolidation of cluster logic more centrally into common playbook - Added etcd config support to playbooks - Restructured byo playbooks to leverage the common openshift-cluster playbook - Added support to common master playbook to generate and apply external etcd client certs from the etcd ca - start of refactor for better handling of master certs in a multi-master environment. - added the openshift_master_ca and openshift_master_certificates roles to manage master certs instead of generating them in the openshift_master role - added etcd host groups to the cluster update playbooks - aded better handling of host groups when they are either not present or are empty. - Update AWS readme
* Etcd role updates and playbook updatesJason DeTiberus2015-07-104-53/+75
| | | | | | | | | | | | | | | | | | | | | - fix firewall conflict issues with co-located etcd and openshift hosts - added os_firewall dependency to etcd role - updated etcd template to better handle clustered and non-clustered installs - added etcd_ca role - generates a self-signed cert to manage etcd certificates, since etcd peer certificates are required to be client and server certs and the openshift ca will only generate client or server certs (not one authorized for both). - renamed openshift_etcd_certs role to etcd_certificates and updated it to manage certificates generated from the CA managed by the etcd_ca role - remove hard coded etcd_port in openshift_facts - updates for the openshift-etcd common playbook - removed etcd and openshift-etcd playbooks from the byo playbooks directory - added a common playbook for setting etcd launch facts - added an openshift-etcd common service playbook - removed unused variables - fixed tests for embedded_{etcd,dns,kube} in openshift_master - removed old workaround for reloading systemd units
* Add etcd role that builds out basic etcd clusterScott Dodson2015-07-103-0/+108
| | | | | | - Add initial etcd role - Add etcd playbook to create etcd client certs - Hookup master to etcd
* Adding ansible upstream sequence plugin to work around the bug in 1.9.2Jason DeTiberus2015-07-103-0/+3
|
* Bug 1241342 - Adding retry logic to handle node registration race conditionsBrenton Leanhardt2015-07-101-0/+3
|
* Using openshift.common.hostname instead of openshift_hostname for ↵Brenton Leanhardt2015-06-301-2/+2
| | | | determining node scheduleability