Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Set master facts for first master in node scaleup. | Andrew Butcher | 2016-10-05 | 1 | -0/+11 |
| | |||||
* | Merge pull request #2552 from abutcher/port-typo | Scott Dodson | 2016-10-05 | 1 | -2/+2 |
|\ | | | | | Fix default port typo. | ||||
| * | Fix default port typo. | Andrew Butcher | 2016-10-05 | 1 | -2/+2 |
| | | |||||
* | | Merge pull request #2550 from abutcher/explain-ca-vars | Scott Dodson | 2016-10-05 | 2 | -14/+72 |
|\ \ | |/ |/| | Document auth provider CA variables | ||||
| * | Add example openid/request header providers and explain certificate variables. | Andrew Butcher | 2016-10-05 | 2 | -14/+72 |
| | | |||||
* | | Merge pull request #2544 from abutcher/registry-check | Scott Dodson | 2016-10-05 | 2 | -0/+15 |
|\ \ | | | | | | | Don't secure registry or deploy registry console when infra replicas == 0 | ||||
| * | | Don't secure registry or deploy registry console when infra replics == 0 | Andrew Butcher | 2016-10-04 | 2 | -0/+15 |
| | | | |||||
* | | | Automatic commit of package [openshift-ansible] release [3.4.3-1]. | Scott Dodson | 2016-10-04 | 2 | -2/+92 |
| | | | |||||
* | | | Merge pull request #2511 from vishpat/nuage_ha | Andrew Butcher | 2016-10-04 | 14 | -106/+114 |
|\ \ \ | |_|/ |/| | | Changes for Nuage HA | ||||
| * | | Merge pull request #1 from abutcher/nuage_ha | Vishal Patil | 2016-10-04 | 10 | -116/+96 |
| |\ \ | | | | | | | | | Filterize haproxy front/backends and add method for specifying custom front/backends | ||||
| | * | | Filterize haproxy frontends/backends and add method for providing additional ↵ | Andrew Butcher | 2016-10-03 | 10 | -116/+96 |
| |/ / | | | | | | | | | | frontends/backends. | ||||
| * | | Addressed review comments | Vishal Patil | 2016-09-29 | 2 | -10/+11 |
| | | | |||||
| * | | Changes for Nuage HA | Vishal Patil | 2016-09-27 | 6 | -3/+30 |
| | | | |||||
* | | | Merge pull request #2538 from DG-i/master | Andrew Butcher | 2016-10-04 | 3 | -0/+17 |
|\ \ \ | | | | | | | | | allow networkConfig.ingressIPNetworkCIDRs to be configured | ||||
| * | | | Check if openshift_master_ingress_ip_network_cidr is defined | Mathias Merscher | 2016-10-04 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Signed-off-by: Mathias Merscher <Mathias.Merscher@dg-i.net> | ||||
| * | | | allow networkConfig.ingressIPNetworkCIDRs to be configured | Mathias Merscher | 2016-10-04 | 3 | -0/+17 |
| | | | | | | | | | | | | | | | | Signed-off-by: Mathias Merscher <Mathias.Merscher@dg-i.net> | ||||
* | | | | Merge pull request #2441 from dgoodwin/34-upgrade-improvements | Andrew Butcher | 2016-10-04 | 27 | -472/+747 |
|\ \ \ \ | |/ / / |/| | | | 3.4 Upgrade Improvements | ||||
| * | | | Fix bug with service signer cert on upgrade. | Devan Goodwin | 2016-09-29 | 2 | -1/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | It is invalid Ansible to use a when on an include that contains plays, as it cannot be applied to plays. Issue filed upstream for a better error, or to get it working. | ||||
| * | | | Use pre_upgrade tag instread of a dry run variable. | Devan Goodwin | 2016-09-29 | 6 | -26/+71 |
| | | | | |||||
| * | | | Move etcd backup from pre-upgrade to upgrade itself. | Devan Goodwin | 2016-09-29 | 4 | -91/+86 |
| | | | | |||||
| * | | | Allow a couple retries when unscheduling/rescheduling nodes in upgrade. | Devan Goodwin | 2016-09-29 | 1 | -0/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This can fail with a transient "object has been modified" error asking you to re-try your changes on the latest version of the object. Allow up to three retries to see if we can get the change to take effect. | ||||
| * | | | Skip the docker role in early upgrade stages. | Devan Goodwin | 2016-09-29 | 9 | -23/+30 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This improves the situation further and prevents configuration changes from accidentally triggering docker restarts, before we've evacuated nodes. Now in two places, we skip the role entirely, instead of previous implementation which only skipped upgrading the installed version. (which did not catch config issues) | ||||
| * | | | Allow filtering nodes to upgrade by label. | Devan Goodwin | 2016-09-29 | 11 | -29/+71 |
| | | | | |||||
| * | | | Allow customizing node upgrade serial value. | Devan Goodwin | 2016-09-29 | 1 | -1/+3 |
| | | | | |||||
| * | | | Split upgrade for control plane/nodes. | Devan Goodwin | 2016-09-29 | 14 | -125/+173 |
| | | | | |||||
| * | | | Verify masters are upgraded before proceeding with node only upgrade. | Devan Goodwin | 2016-09-28 | 3 | -5/+8 |
| | | | | |||||
| * | | | Attempt to tease apart pre upgrade for masters/nodes. | Devan Goodwin | 2016-09-28 | 11 | -307/+398 |
| | | | | |||||
| * | | | Split upgrade entry points into control plane/node. | Devan Goodwin | 2016-09-28 | 5 | -49/+68 |
| | | | | |||||
| * | | | Reunite upgrade reconciliation gating with the play it gates on. | Devan Goodwin | 2016-09-28 | 1 | -17/+18 |
| | | | | |||||
| * | | | Drop atomic-enterprise as a valid deployment type in upgrade. | Devan Goodwin | 2016-09-28 | 1 | -2/+2 |
| | | | | |||||
| * | | | Stop guarding against pacemaker in upgrade, no longer necessary. | Devan Goodwin | 2016-09-28 | 1 | -8/+0 |
| | | | | |||||
| * | | | Support openshift_upgrade_dry_run=true for pre-upgrade checks only. | Devan Goodwin | 2016-09-28 | 3 | -0/+12 |
| | | | | |||||
* | | | | Merge pull request #2541 from smunilla/fix_failed_install_case | Scott Dodson | 2016-10-03 | 1 | -1/+3 |
|\ \ \ \ | |_|_|/ |/| | | | a-o-i: Force option should allow reinstall | ||||
| * | | | a-o-i: Force option should allow reinstall | Samuel Munilla | 2016-10-03 | 1 | -1/+3 |
|/ / / | | | | | | | | | | | | | | | | | | | If uninstalled hosts were in detected in an environment, the installer could get into a hung state that a user could not easily recover from. This lets --force do what is more expected. | ||||
* | | | Merge pull request #2535 from smunilla/BZ1368414_fix | Jason DeTiberus | 2016-09-30 | 2 | -1/+83 |
|\ \ \ | | | | | | | | | Fix openshift_node_labels in generated hosts file | ||||
| * | | | a-o-i: Fix openshift_node_labels | Samuel Munilla | 2016-09-30 | 2 | -1/+83 |
| | | | | | | | | | | | | | | | | | | | | Handle openshift_node_labels separately because they need to be doublequoted. | ||||
* | | | | Merge pull request #2475 from smunilla/registry_all_the_time | Scott Dodson | 2016-09-30 | 9 | -116/+77 |
|\ \ \ \ | | | | | | | | | | | Install Registry by Default | ||||
| * | | | | Further secure registry improvements | Andrew Butcher | 2016-09-29 | 5 | -131/+24 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Default to hosted_registry_insecure=False - Add openshift ca to system ca-trust. - Update ca trust in openshift_node_certificates rather than docker_ca_trust | ||||
| * | | | | Delgate handlers to first master | Samuel Munilla | 2016-09-29 | 2 | -0/+5 |
| | | | | | |||||
| * | | | | Secure registry improvements. | Andrew Butcher | 2016-09-29 | 5 | -113/+176 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Convert oc template calls to jsonpath. * Wait for deployments to finish before restarting docker. * Re-organize node ca configuration. | ||||
| * | | | | Install Registry by Default | Samuel Munilla | 2016-09-29 | 1 | -9/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Instead of restricting cockpit-ui to Atomic Registry installations, install it by default everywhere. Fixes Bug 1371459 | ||||
* | | | | | Merge pull request #2514 from lhuard1A/rhel_subscribe_ose_3.3 | Jason DeTiberus | 2016-09-30 | 2 | -3/+3 |
|\ \ \ \ \ | |_|/ / / |/| | | | | Make rhel_subscribe role default to OpenShift Container Platform 3.3 | ||||
| * | | | | Make rhel_subscribe role default to OpenShift Container Platform 3.3 | Lénaïc Huard | 2016-09-28 | 2 | -3/+3 |
| | |/ / | |/| | | |||||
* | | | | Merge pull request #2426 from smunilla/BZ1368414 | Scott Dodson | 2016-09-30 | 2 | -18/+35 |
|\ \ \ \ | | | | | | | | | | | a-o-i: Allow better setting of host level variables | ||||
| * | | | | a-o-i: Allow better setting of host level variables | Samuel Munilla | 2016-09-29 | 2 | -18/+35 |
| | |/ / | |/| | | | | | | | | | | | | | | Allow the user to set arbitrary variables directly under the host item instead of in under an 'other_variables' item. | ||||
* | | | | Merge pull request #2534 from andrewklau/patch-3 | Scott Dodson | 2016-09-30 | 1 | -0/+2 |
|\ \ \ \ | | | | | | | | | | | Enable support for image pruning | ||||
| * | | | | Enable registry support for image pruning | Andrew Lau | 2016-09-30 | 1 | -0/+2 |
|/ / / / | |||||
* | | | | Merge pull request #2531 from jkramarz/readme-containerized | Scott Dodson | 2016-09-29 | 1 | -2/+2 |
|\ \ \ \ | | | | | | | | | | | README_CONTAINERIZED_INSTALLATION: fixed link markdown | ||||
| * | | | | README_CONTAINERIZED_INSTALLATION: fixed link markdown | Jakub Kramarz | 2016-09-29 | 1 | -2/+2 |
| |/ / / | |||||
* | | | | Merge pull request #2530 from jkramarz/readme-aws | Scott Dodson | 2016-09-29 | 1 | -2/+2 |
|\ \ \ \ | | | | | | | | | | | README_AWS: make links consistent and working again |