summaryrefslogtreecommitdiffstats
path: root/playbooks/common/openshift-master
Commit message (Collapse)AuthorAgeFilesLines
* Lock down permissions on named certificatesEli Young2016-03-211-1/+2
|
* Provide cacert when performing health checksAndrew Butcher2016-03-151-1/+2
|
* Move common common facts to openshift_factsJason DeTiberus2016-03-151-27/+17
| | | | | | | - Prevents roles that need common facts from needing to require openshift_common, which pulls in the openshift binary. - Add dependency on openshift_facts to os_firewall, since it uses openshift.common facts
* Docker role refactorJason DeTiberus2016-03-141-3/+5
| | | | | | | | | | | | | | | - refactors the docker role to push generic config into docker role and wrap openshift specific variables into an openshift_docker role and it's dependent openshift_docker_facts role - adds support for setting --confirm-def-push flag (Resolves https://github.com/openshift/openshift-ansible/issues/1014) - moves docker related facts from common/node roles to a new docker role - renames cli_docker_* role varialbes to openshift_docker-* (maintaining backward compatibility) - update role dependencies to pull in openshift_docker conditionally based on is_containerized - remove playbooks/common/openshift-docker since the docker role is now conditionally included
* Use /healthz/ready when verifying apiAndrew Butcher2016-03-081-2/+2
|
* Add setting for configuring nofile limit for haproxyJason DeTiberus2016-03-071-0/+1
|
* Increase maxconn settings for haproxy lbJason DeTiberus2016-02-291-1/+3
|
* Merge pull request #1462 from jkhelil/configure_log_level_from_cliBrenton Leanhardt2016-02-251-0/+5
|\ | | | | configure debug_level for master and node from cli
| * configure debug_level for master and node from clijawed2016-02-231-0/+5
| |
* | Add openshift_docker roles to master/node scaleup.Andrew Butcher2016-02-161-12/+10
| |
* | Add modify_yaml module.Andrew Butcher2016-02-162-3/+98
| |
* | Re-arrange scaleup playbooks.Andrew Butcher2016-02-162-0/+61
| |
* | Move additional master configuration into a separate master playbook.Andrew Butcher2016-02-161-61/+11
| |
* | Generate each master's certificates separately.Andrew Butcher2016-02-161-7/+3
| |
* | Add new_masters to scaleup playbook.Andrew Butcher2016-02-161-8/+8
|/
* Merge pull request #1324 from abutcher/fluentd-fixesBrenton Leanhardt2016-02-111-2/+0
|\ | | | | Remove fluentd_master and fluentd_node roles
| * Remove fluentd_master and fluentd_node roles.Andrew Butcher2016-02-081-2/+0
| |
* | Merge pull request #1326 from detiber/bz1303939Brenton Leanhardt2016-02-101-30/+21
|\ \ | | | | | | Fix infra_node deployment
| * | fix default valueJason DeTiberus2016-02-101-1/+1
| | |
| * | consolidate oo_first_master post-config a bit, fix some roles that use ↵Jason DeTiberus2016-02-091-32/+10
| | | | | | | | | | | | openshift_facts without declaring a dependency
| * | openshift_serviceaccounts updatesJason DeTiberus2016-02-091-9/+16
| | | | | | | | | | | | | | | - make service account creation more flexible - create service accounts near where they are consumed
| * | Fix infra_node deploymentJason DeTiberus2016-02-091-5/+11
| | | | | | | | | | | | | | | | | | | | | - Do not deploy the router/registry when the infra_nodes variable is present but does not contain a list of infra nodes. - use right node group and only set openshift_infra_nodes if group is present
* | | Add gte check for 3.2, update version checks to gteJason DeTiberus2016-02-091-1/+1
| | |
* | | Make pod_eviction_timeout configurable from clijawed2016-02-041-0/+4
|/ /
* / Refactor registry storage options.Andrew Butcher2016-02-011-10/+11
|/
* infra_node fixesJason DeTiberus2016-02-011-0/+5
| | | | | | | | | | | | | | - 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
* Enable cockpit when not is_atomic.Andrew Butcher2016-01-291-1/+1
|
* Configure logrotate on atomic.Andrew Butcher2016-01-271-1/+0
|
* Install cockpit, logrotate and fluentd unless host is atomic.Andrew Butcher2016-01-261-1/+1
|
* Merge pull request #1160 from vishpat/nuageBrenton Leanhardt2016-01-251-0/+2
|\ | | | | Nuage
| * Add Nuage support to openshift ansibleVishal Patil2016-01-251-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added variables Made changes for node configuration Add service restart logic to node Fixed ansible syntax errors Add cert and key info for nodes Added active and standby controller ip configuration information Uncommented the nuage sdn check Changed ca_crt -> ca_cert Added restarting of atomic openshift master Removed service account dependencies Fixes Fixed the api server url Removed redundant restart of atomic openshift master Configure nuagekubemon on all of the master nodes Restart master api and controllers as well on nuagekubemon installation Converted plugin config into template Add template for nuagekubemon Removed uplink interface from vars Able to copy cert keys Uninstall default ovs Add the kubemon template Do not install rdo sdn rpms in case of nuage Addressed latest review comments Set the networkPluginName for nuage
* | Merge pull request #1250 from detiber/emptyMasterFixBrenton Leanhardt2016-01-251-0/+1
|\ \ | | | | | | Fix error when oo_masters_to_config is empty
| * | Fix error when oo_masters_to_config is emptyJason DeTiberus2016-01-211-0/+1
| | |
* | | Fail when master restart playbook finds no active masters rather than any ↵Andrew Butcher2016-01-221-7/+7
| | | | | | | | | | | | failed masters.
* | | Use haproxy frontend port for os_firewall.Andrew Butcher2016-01-201-0/+1
| | |
* | | Merge pull request #1175 from detiber/ha_port_fixesBrenton Leanhardt2016-01-191-0/+1
|\ \ \ | |/ / |/| | Ha port fixes
| * | Controllers_port and firewall rulesDiego Castro2016-01-121-0/+1
| | |
* | | Improve pacemaker 'is-active' check.Andrew Butcher2016-01-181-1/+9
| | |
* | | Add 'unknown' to possible output for the is-active check.Andrew Butcher2016-01-181-1/+1
| | |
* | | Fix cluster_method conditional in master restart playbook.Andrew Butcher2016-01-181-2/+2
| | |
* | | Call attention to openshift_master_rolling_restart_mode variable in restart ↵Andrew Butcher2016-01-151-2/+4
| | | | | | | | | | | | prompt.
* | | Merge pull request #1159 from abutcher/wait-for-apiBrenton Leanhardt2016-01-131-0/+1
|\ \ \ | | | | | | | | API Verification
| * | | Add wait in between api and controllers start for native ha.Andrew Butcher2016-01-131-0/+1
| |/ /
* | | Validate pacemaker cluster members.Andrew Butcher2016-01-122-2/+26
| | |
* | | Update rolling restart playbook for pacemaker support.Andrew Butcher2016-01-115-0/+218
|/ / | | | | | | | | Replace fail with a warn and prompt if running ansible from a host that will be rebooted. Re-organize playbooks.
* | Set portal net in master playbookJason DeTiberus2016-01-111-0/+1
| |
* | Merge pull request #1018 from abutcher/secretsBrenton Leanhardt2016-01-061-23/+26
|\ \ | | | | | | Clean up idempotency issues with session secrets.
| * | Move extra secret validations into openshift_facts.Andrew Butcher2016-01-061-9/+0
| | |
| * | openshift_facts validationAndrew Butcher2016-01-041-8/+0
| | |
| * | Secrets validation.Andrew Butcher2016-01-041-2/+12
| | |