summaryrefslogtreecommitdiffstats
path: root/playbooks/common/openshift-master/config.yml
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* 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
| |
* | Re-arrange scaleup playbooks.Andrew Butcher2016-02-161-0/+4
| |
* | 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
| | |
* | | 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
| | |
* | | Add wait in between api and controllers start for native ha.Andrew Butcher2016-01-131-0/+1
|/ /
* | 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
| | |
| * | Clean up idempotency issues with session secrets.Andrew Butcher2016-01-041-18/+28
| | |
* | | Merge pull request #951 from abutcher/nfsWesley Hearn2016-01-041-1/+9
|\ \ \ | |/ / |/| | NFS for registry storage
| * | Create nfs host group with registry volume attachment.Andrew Butcher2015-12-151-1/+9
| | |
* | | Remove lb from docker hosts.Andrew Butcher2015-12-231-0/+1
| | |
* | | Skip yum/dnf ops when is_containerizedScott Dodson2015-12-151-0/+1
| | |
* | | Containerization work by @sdodsonScott Dodson2015-12-151-2/+2
| | |
* | | Initial containerization work from @ibottyTobias Florek2015-12-151-0/+1
|/ / | | | | | | copied from https://github.com/eparis/kubernetes-ansible/blob/17f98edd7ff53e649b43e26822b8fbc0be42b233/roles/common/tasks/main.yml
* | Merge pull request #1000 from detiber/localhostFixThomas Wiest2015-12-101-3/+5
|\ \ | | | | | | Enforce connection: local and become: no on all localhost plays
| * | Enforce connection: local and become: no on all localhost playsJason DeTiberus2015-11-301-3/+5
| | |
* | | Merge pull request #1030 from jtslear/make-examples-optionalBrenton Leanhardt2015-12-101-1/+2
|\ \ \ | | | | | | | | Make the install of openshift_examples optional
| * | | Make the install of openshift_examples optionalJohn T Skarbek2015-12-091-1/+2
| | |/ | |/| | | | | | | | | | * Allows us to make it optional to run the role `openshift_examples` * Defaults to true
* | | Remove yum / dnf duplicationScott Dodson2015-12-091-1/+1
| | |
* | | Simplify session secrets overrides.Andrew Butcher2015-12-091-10/+2
|/ /
* | Merge pull request #983 from enoodle/manageiq_serviceBrenton Leanhardt2015-12-041-0/+2
|\ \ | | | | | | Adding ManageIQ service account