summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-10-07Automatic commit of package [openshift-ansible] release [3.4.5-1].Scott Dodson
2016-10-07Merge pull request #2566 from abutcher/dash-veeScott Dodson
[a-o-i] -v disables quiet ansible config.
2016-10-07[a-o-i] -v disables quiet ansible config.Andrew Butcher
2016-10-07Automatic commit of package [openshift-ansible] release [3.4.4-1].Troy Dawson
2016-10-07Merge pull request #2424 from jeremyeder/pods_per_core2Scott Dodson
the kubelet example line fails on releases prior to 3.3, so put a comment there.
2016-10-07note different product versionsJeremy Eder
2016-10-06Merge pull request #2548 from dgoodwin/containerized-bScott Dodson
Error out if containerized=true for lb host.
2016-10-06Error out if containerized=true for lb host.Devan Goodwin
2016-10-06Merge pull request #2558 from jtslear/issue-2423Scott Dodson
Removes an unused file
2016-10-06Merge pull request #2555 from abutcher/node-scaleup-factsScott Dodson
Bug 1381335 - Scale up playbook does not rerun master-facts.
2016-10-06Merge pull request #2556 from sdodson/image-stream-syncScott Dodson
Add v1.4 content, update v1.3 content to latest
2016-10-05Removes an unused fileJohn T Skarbek
* closes openshift/openshift-ansible#2423
2016-10-05Update v1.3 contentScott Dodson
2016-10-05Add v1.4 contentScott Dodson
2016-10-05Merge pull request #2546 from abutcher/master-debug-levelTim Bielawa
Bug 1366522 - The value of "debug_level" isn't applied to /etc/sysconfig/atomic-openshift-master
2016-10-05Set master facts for first master in node scaleup.Andrew Butcher
2016-10-05Merge pull request #2552 from abutcher/port-typoScott Dodson
Fix default port typo.
2016-10-05Merge pull request #2550 from abutcher/explain-ca-varsScott Dodson
Document auth provider CA variables
2016-10-05Fix default port typo.Andrew Butcher
2016-10-05Add example openid/request header providers and explain certificate variables.Andrew Butcher
2016-10-05Merge pull request #2544 from abutcher/registry-checkScott Dodson
Don't secure registry or deploy registry console when infra replicas == 0
2016-10-05Move openshift.common.debug.level to openshift_facts.Andrew Butcher
2016-10-04Automatic commit of package [openshift-ansible] release [3.4.3-1].Scott Dodson
2016-10-04Merge pull request #2511 from vishpat/nuage_haAndrew Butcher
Changes for Nuage HA
2016-10-04Don't secure registry or deploy registry console when infra replics == 0Andrew Butcher
2016-10-04Merge pull request #2538 from DG-i/masterAndrew Butcher
allow networkConfig.ingressIPNetworkCIDRs to be configured
2016-10-04Merge pull request #1 from abutcher/nuage_haVishal Patil
Filterize haproxy front/backends and add method for specifying custom front/backends
2016-10-04Merge pull request #2441 from dgoodwin/34-upgrade-improvementsAndrew Butcher
3.4 Upgrade Improvements
2016-10-04Check if openshift_master_ingress_ip_network_cidr is definedMathias Merscher
Signed-off-by: Mathias Merscher <Mathias.Merscher@dg-i.net>
2016-10-04allow networkConfig.ingressIPNetworkCIDRs to be configuredMathias Merscher
Signed-off-by: Mathias Merscher <Mathias.Merscher@dg-i.net>
2016-10-03Merge pull request #2541 from smunilla/fix_failed_install_caseScott Dodson
a-o-i: Force option should allow reinstall
2016-10-03Filterize haproxy frontends/backends and add method for providing additional ↵Andrew Butcher
frontends/backends.
2016-10-03a-o-i: Force option should allow reinstallSamuel Munilla
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.
2016-09-30Merge pull request #2535 from smunilla/BZ1368414_fixJason DeTiberus
Fix openshift_node_labels in generated hosts file
2016-09-30Merge pull request #2475 from smunilla/registry_all_the_timeScott Dodson
Install Registry by Default
2016-09-30a-o-i: Fix openshift_node_labelsSamuel Munilla
Handle openshift_node_labels separately because they need to be doublequoted.
2016-09-30Merge pull request #2514 from lhuard1A/rhel_subscribe_ose_3.3Jason DeTiberus
Make rhel_subscribe role default to OpenShift Container Platform 3.3
2016-09-30Merge pull request #2426 from smunilla/BZ1368414Scott Dodson
a-o-i: Allow better setting of host level variables
2016-09-30Merge pull request #2534 from andrewklau/patch-3Scott Dodson
Enable support for image pruning
2016-09-30Enable registry support for image pruningAndrew Lau
2016-09-29Merge pull request #2531 from jkramarz/readme-containerizedScott Dodson
README_CONTAINERIZED_INSTALLATION: fixed link markdown
2016-09-29Merge pull request #2530 from jkramarz/readme-awsScott Dodson
README_AWS: make links consistent and working again
2016-09-29Merge pull request #2532 from abutcher/logging-deploy-boolScott Dodson
Default openshift_hosted_{logging,metrics}_deploy to false.
2016-09-29Default openshift_hosted_{logging,metrics}_deploy to false.Andrew Butcher
2016-09-29README_CONTAINERIZED_INSTALLATION: fixed link markdownJakub Kramarz
2016-09-29README_AWS: makes links consistent and working againJakub Kramarz
2016-09-29a-o-i: Allow better setting of host level variablesSamuel Munilla
Allow the user to set arbitrary variables directly under the host item instead of in under an 'other_variables' item.
2016-09-29Further secure registry improvementsAndrew Butcher
- 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
2016-09-29Delgate handlers to first masterSamuel Munilla
2016-09-29Secure registry improvements.Andrew Butcher
* Convert oc template calls to jsonpath. * Wait for deployments to finish before restarting docker. * Re-organize node ca configuration.