summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | Changes for Nuage HAVishal Patil2016-09-276-3/+30
| | | |
* | | | Merge pull request #2538 from DG-i/masterAndrew Butcher2016-10-043-0/+17
|\ \ \ \ | | | | | | | | | | allow networkConfig.ingressIPNetworkCIDRs to be configured
| * | | | Check if openshift_master_ingress_ip_network_cidr is definedMathias Merscher2016-10-041-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Mathias Merscher <Mathias.Merscher@dg-i.net>
| * | | | allow networkConfig.ingressIPNetworkCIDRs to be configuredMathias Merscher2016-10-043-0/+17
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Mathias Merscher <Mathias.Merscher@dg-i.net>
* | | | | Merge pull request #2441 from dgoodwin/34-upgrade-improvementsAndrew Butcher2016-10-0427-472/+747
|\ \ \ \ \ | |/ / / / |/| | | | 3.4 Upgrade Improvements
| * | | | Fix bug with service signer cert on upgrade.Devan Goodwin2016-09-292-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 Goodwin2016-09-296-26/+71
| | | | |
| * | | | Move etcd backup from pre-upgrade to upgrade itself.Devan Goodwin2016-09-294-91/+86
| | | | |
| * | | | Allow a couple retries when unscheduling/rescheduling nodes in upgrade.Devan Goodwin2016-09-291-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 Goodwin2016-09-299-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 Goodwin2016-09-2911-29/+71
| | | | |
| * | | | Allow customizing node upgrade serial value.Devan Goodwin2016-09-291-1/+3
| | | | |
| * | | | Split upgrade for control plane/nodes.Devan Goodwin2016-09-2914-125/+173
| | | | |
| * | | | Verify masters are upgraded before proceeding with node only upgrade.Devan Goodwin2016-09-283-5/+8
| | | | |
| * | | | Attempt to tease apart pre upgrade for masters/nodes.Devan Goodwin2016-09-2811-307/+398
| | | | |
| * | | | Split upgrade entry points into control plane/node.Devan Goodwin2016-09-285-49/+68
| | | | |
| * | | | Reunite upgrade reconciliation gating with the play it gates on.Devan Goodwin2016-09-281-17/+18
| | | | |
| * | | | Drop atomic-enterprise as a valid deployment type in upgrade.Devan Goodwin2016-09-281-2/+2
| | | | |
| * | | | Stop guarding against pacemaker in upgrade, no longer necessary.Devan Goodwin2016-09-281-8/+0
| | | | |
| * | | | Support openshift_upgrade_dry_run=true for pre-upgrade checks only.Devan Goodwin2016-09-283-0/+12
| | | | |
* | | | | Merge pull request #2541 from smunilla/fix_failed_install_caseScott Dodson2016-10-031-1/+3
|\ \ \ \ \ | |_|_|/ / |/| | | | a-o-i: Force option should allow reinstall
| * | | | a-o-i: Force option should allow reinstallSamuel Munilla2016-10-031-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_fixJason DeTiberus2016-09-302-1/+83
|\ \ \ \ | | | | | | | | | | Fix openshift_node_labels in generated hosts file
| * | | | a-o-i: Fix openshift_node_labelsSamuel Munilla2016-09-302-1/+83
| | | | | | | | | | | | | | | | | | | | | | | | | Handle openshift_node_labels separately because they need to be doublequoted.
* | | | | Merge pull request #2475 from smunilla/registry_all_the_timeScott Dodson2016-09-309-116/+77
|\ \ \ \ \ | | | | | | | | | | | | Install Registry by Default
| * | | | | Further secure registry improvementsAndrew Butcher2016-09-295-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 masterSamuel Munilla2016-09-292-0/+5
| | | | | |
| * | | | | Secure registry improvements.Andrew Butcher2016-09-295-113/+176
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Convert oc template calls to jsonpath. * Wait for deployments to finish before restarting docker. * Re-organize node ca configuration.
| * | | | | Install Registry by DefaultSamuel Munilla2016-09-291-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.3Jason DeTiberus2016-09-302-3/+3
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | Make rhel_subscribe role default to OpenShift Container Platform 3.3
| * | | | | Make rhel_subscribe role default to OpenShift Container Platform 3.3Lénaïc Huard2016-09-282-3/+3
| | |/ / / | |/| | |
* | | | | Merge pull request #2426 from smunilla/BZ1368414Scott Dodson2016-09-302-18/+35
|\ \ \ \ \ | | | | | | | | | | | | a-o-i: Allow better setting of host level variables
| * | | | | a-o-i: Allow better setting of host level variablesSamuel Munilla2016-09-292-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-3Scott Dodson2016-09-301-0/+2
|\ \ \ \ \ | | | | | | | | | | | | Enable support for image pruning
| * | | | | Enable registry support for image pruningAndrew Lau2016-09-301-0/+2
|/ / / / /
* | | | | Merge pull request #2531 from jkramarz/readme-containerizedScott Dodson2016-09-291-2/+2
|\ \ \ \ \ | | | | | | | | | | | | README_CONTAINERIZED_INSTALLATION: fixed link markdown
| * | | | | README_CONTAINERIZED_INSTALLATION: fixed link markdownJakub Kramarz2016-09-291-2/+2
| |/ / / /
* | | | | Merge pull request #2530 from jkramarz/readme-awsScott Dodson2016-09-291-2/+2
|\ \ \ \ \ | | | | | | | | | | | | README_AWS: make links consistent and working again
| * | | | | README_AWS: makes links consistent and working againJakub Kramarz2016-09-291-2/+2
| |/ / / /
* | | | | Merge pull request #2532 from abutcher/logging-deploy-boolScott Dodson2016-09-291-2/+2
|\ \ \ \ \ | |/ / / / |/| | | | Default openshift_hosted_{logging,metrics}_deploy to false.
| * | | | Default openshift_hosted_{logging,metrics}_deploy to false.Andrew Butcher2016-09-291-2/+2
| | | | |
* | | | | Merge pull request #2529 from abutcher/play-namesScott Dodson2016-09-296-10/+13
|\ \ \ \ \ | |/ / / / |/| | | | Update play names for consistency.
| * | | | Update play names for consistency.Andrew Butcher2016-09-296-10/+13
| | | | |
* | | | | Merge pull request #2404 from sdodson/loggingScott Dodson2016-09-2910-52/+201
|\ \ \ \ \ | |/ / / / |/| | | | Logging fixes
| * | | | Configure ops cluster storage to match normal cluster storageScott Dodson2016-09-291-1/+4
| | | | |
| * | | | Set default_subdomain properly for loggingScott Dodson2016-09-261-2/+2
| | | | |
| * | | | Adjust wait for loopsScott Dodson2016-09-261-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | For items that pull images delay=15, retries=20 = 5min wait For items that don't pull images, delay=5, retries=20 = < 2m wait
| * | | | Add storage for loggingScott Dodson2016-09-265-31/+53
| | | | |
| * | | | Fix some bugs in OpenShift Hosted Logging roleStéphane Klein2016-09-262-1/+3
| | | | | | | | | | | | | | | | | | | | * Fix bug: now create templates for logging accounts and the deployer use {{ examples_base }} variable
| * | | | Add some sample inventory stuff, will update this laterScott Dodson2016-09-262-8/+97
| | | | |