Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Increase maxconn settings for haproxy lb | Jason DeTiberus | 2016-02-29 | 1 | -1/+3 |
| | |||||
* | Merge pull request #1462 from jkhelil/configure_log_level_from_cli | Brenton Leanhardt | 2016-02-25 | 2 | -0/+9 |
|\ | | | | | configure debug_level for master and node from cli | ||||
| * | configure debug_level for master and node from cli | jawed | 2016-02-23 | 2 | -0/+9 |
| | | |||||
* | | Merge pull request #1469 from talset/playbook_upgrade | Brenton Leanhardt | 2016-02-25 | 1 | -1/+3 |
|\ \ | | | | | | | Add missing is_atomic condition in the upgrade playbook | ||||
| * | | Change is_atomic to is_containerized | talset | 2016-02-25 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | * Update playbooks/common/openshift-cluster/upgrades/v3_1_minor/upgrade.yml * Change is_atomic by is_containerized in order to take care about container openshift without atomic | ||||
| * | | Add missing is_atomic condition on upgrade package | talset | 2016-02-23 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | * Update playbooks/common/openshift-cluster/upgrades/v3_1_minor/upgrade.yml * Add when not is_atomic on yum upgrade on master and node to be able to run the playbook on atomic host | ||||
* | | | Pass registry claim to openshift_registry. | Andrew Butcher | 2016-02-24 | 1 | -0/+1 |
|/ / | |||||
* | | Add openshift_docker roles to master/node scaleup. | Andrew Butcher | 2016-02-16 | 2 | -12/+20 |
| | | |||||
* | | Add modify_yaml module. | Andrew Butcher | 2016-02-16 | 2 | -3/+98 |
| | | |||||
* | | Re-arrange scaleup playbooks. | Andrew Butcher | 2016-02-16 | 3 | -1/+10 |
| | | |||||
* | | Move additional master configuration into a separate master playbook. | Andrew Butcher | 2016-02-16 | 5 | -82/+84 |
| | | |||||
* | | Generate each master's certificates separately. | Andrew Butcher | 2016-02-16 | 1 | -7/+3 |
| | | |||||
* | | Add new_masters to scaleup playbook. | Andrew Butcher | 2016-02-16 | 3 | -12/+61 |
|/ | |||||
* | Apply openshift_docker to nodes during scaleup. | Andrew Butcher | 2016-02-16 | 1 | -0/+10 |
| | |||||
* | Merge pull request #1397 from brenton/bz1308314 | Brenton Leanhardt | 2016-02-15 | 1 | -1/+1 |
|\ | | | | | Bug 1308314 - Failed to continue installation when pressing CTRL-C | ||||
| * | Bug 1308314 - Failed to continue installation when pressing CTRL-C | Brenton Leanhardt | 2016-02-15 | 1 | -1/+1 |
| | | |||||
* | | Updating the 3.1.1 router to match the new liveness probe configuration | Brenton Leanhardt | 2016-02-12 | 2 | -1/+11 |
|/ | |||||
* | Don't automatically give additional permissions to all OAuth users on upgrade | Jordan Liggitt | 2016-02-12 | 2 | -0/+2 |
| | |||||
* | Merge pull request #1324 from abutcher/fluentd-fixes | Brenton Leanhardt | 2016-02-11 | 2 | -4/+0 |
|\ | | | | | Remove fluentd_master and fluentd_node roles | ||||
| * | Remove fluentd_master and fluentd_node roles. | Andrew Butcher | 2016-02-08 | 2 | -4/+0 |
| | | |||||
* | | Bug 1302970 - update script does not patch router if name is different from ↵ | Brenton Leanhardt | 2016-02-11 | 3 | -22/+43 |
| | | | | | | | | default | ||||
* | | Merge pull request #1326 from detiber/bz1303939 | Brenton Leanhardt | 2016-02-10 | 2 | -30/+22 |
|\ \ | | | | | | | Fix infra_node deployment | ||||
| * | | fix default value | Jason DeTiberus | 2016-02-10 | 1 | -1/+1 |
| | | | |||||
| * | | add missing connection:local | Jason DeTiberus | 2016-02-09 | 1 | -0/+1 |
| | | | |||||
| * | | consolidate oo_first_master post-config a bit, fix some roles that use ↵ | Jason DeTiberus | 2016-02-09 | 1 | -32/+10 |
| | | | | | | | | | | | | openshift_facts without declaring a dependency | ||||
| * | | openshift_serviceaccounts updates | Jason DeTiberus | 2016-02-09 | 1 | -9/+16 |
| | | | | | | | | | | | | | | | - make service account creation more flexible - create service accounts near where they are consumed | ||||
| * | | Fix infra_node deployment | Jason DeTiberus | 2016-02-09 | 1 | -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 gte | Jason DeTiberus | 2016-02-09 | 2 | -2/+2 |
| | | | |||||
* | | | Merge pull request #1330 from jkhelil/make-cli-pod-eviction-timeout-configurable | Brenton Leanhardt | 2016-02-09 | 1 | -0/+4 |
|\ \ \ | |/ / |/| | | Make pod_eviction_timeout configurable from cli | ||||
| * | | Make pod_eviction_timeout configurable from cli | jawed | 2016-02-04 | 1 | -0/+4 |
| | | | |||||
* | | | Bug 1304150 - Can't upgrade atomic-openshift to specified version | Brenton Leanhardt | 2016-02-09 | 1 | -0/+12 |
|/ / | |||||
* | | Merge pull request #1291 from sdodson/bz1293578 | Brenton Leanhardt | 2016-02-03 | 2 | -0/+28 |
|\ \ | | | | | | | Check that openshift_hostname resolves to an ip on our host | ||||
| * | | Add an early check to ensure that node names resolve to an interface on the host | Scott Dodson | 2016-02-03 | 2 | -0/+28 |
| | | | |||||
* | | | Merge pull request #1173 from abutcher/nfs-group | Brenton Leanhardt | 2016-02-03 | 2 | -10/+12 |
|\ \ \ | | | | | | | | | Refactor storage options | ||||
| * | | | Refactor registry storage options. | Andrew Butcher | 2016-02-01 | 2 | -10/+12 |
| |/ / | |||||
* | | | Do not apply the etcd_certificates role during node playbook. | Andrew Butcher | 2016-02-02 | 1 | -0/+1 |
| | | | |||||
* | | | Add g_new_node_hosts to cluster_hosts. | Andrew Butcher | 2016-02-02 | 1 | -1/+1 |
| |/ |/| | |||||
* | | Merge pull request #1019 from dgoodwin/etcd-serial | Brenton Leanhardt | 2016-02-02 | 1 | -2/+26 |
|\ \ | |/ |/| | Install and start one etcd server before the others. | ||||
| * | Bring first etcd server up before others. | Devan Goodwin | 2015-12-11 | 1 | -2/+26 |
| | | | | | | | | | | | | | | | | | | In faster environments (i.e. all local VMs) etcd nodes could come online at roughly the same time leading to conflicts with self-elections, resulting in a non-functional cluster. To solve we configure the first etcd host by itself, then configure the remaining ones in parallel to keep things as fast as possible. | ||||
* | | infra_node fixes | Jason DeTiberus | 2016-02-01 | 1 | -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 | ||||
* | | Merge pull request #1114 from lhuard1A/fix_update_repos_and_packages | Brenton Leanhardt | 2016-01-29 | 1 | -1/+0 |
|\ \ | | | | | | | Fix update_repos_and_packages playbook which now needs openshift_facts | ||||
| * | | Move the `is_atomic` check from `update_repos_and_packages.yml` to ↵ | Lénaïc Huard | 2016-01-12 | 1 | -1/+0 |
| | | | | | | | | | | | | `rhel_subscribe` | ||||
* | | | Merge pull request #1300 from vishpat/bug1298 | Brenton Leanhardt | 2016-01-29 | 1 | -0/+1 |
|\ \ \ | | | | | | | | | Fix for bug 1298 | ||||
| * | | | Fix for bug 1298 | Vishal Patil | 2016-01-28 | 1 | -0/+1 |
| | | | | |||||
* | | | | Enable cockpit when not is_atomic. | Andrew Butcher | 2016-01-29 | 1 | -1/+1 |
|/ / / | |||||
* | | | Configure logrotate on atomic. | Andrew Butcher | 2016-01-27 | 3 | -3/+0 |
| | | | |||||
* | | | Merge pull request #1274 from rassie/patch-1 | Brenton Leanhardt | 2016-01-26 | 1 | -2/+2 |
|\ \ \ | | | | | | | | | Fix checking for update package availability | ||||
| * | | | Fix checking for update package availability | Nikolai Prokoschenko | 2016-01-26 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | Currently, if `yum list available` returns two versions, for whatever reason, no sorting is imposed. Therefore it's possible that an upgraded package version is available but is not being detected. This patch sorts the version number list so that most recent version is always picked first. | ||||
* | | | | Install cockpit, logrotate and fluentd unless host is atomic. | Andrew Butcher | 2016-01-26 | 3 | -3/+3 |
|/ / / | |||||
* | | | Merge pull request #1160 from vishpat/nuage | Brenton Leanhardt | 2016-01-25 | 2 | -0/+4 |
|\ \ \ | | | | | | | | | Nuage |