summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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 #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
| | |
| * | Label all nodes for fluentdScott Dodson2016-09-263-3/+4
| | | | | | | | | | | | | | | | | | Need to come back to this and figure out the right thing to do here. I think we should make the node selector flag for fluentd immutable and then have the user specify a selector with which to apply the label.
| * | Rename openshift_hosted_logging_image_{prefix,version} to match metricsScott Dodson2016-09-261-3/+3
| | |
| * | Fix deployer template for enterpriseScott Dodson2016-09-261-3/+2
| | | | | | | | | | | | See https://github.com/openshift/origin-aggregated-logging/pull/218
| * | Add logging to install playbooksScott Dodson2016-09-261-1/+33
| | |
* | | Merge pull request #2483 from tbielawa/GH2445-Installer-OutputTim Bielawa2016-09-2912-95/+484
|\ \ \ | | | | | | | | atomic-openshift-install should only output relevant information
| * | | Add messages to let the user know if some plays were skipped, but it's ok. ↵Tim Bielawa2016-09-292-1/+40
| | | | | | | | | | | | | | | | Also, remove the final 'press a key to continue' prompt.
| * | | 'fix' unittests by removing the users ability to specify an ansible configTim Bielawa2016-09-295-105/+119
| | | |
| * | | Copy and paste more methodsTim Bielawa2016-09-291-7/+93
| | | |
| * | | Silence/dot-print more actions in the callbackTim Bielawa2016-09-291-5/+46
| | | |
| * | | Fix conflicts in spec fileTim Bielawa2016-09-2911-5/+214
| | | |
* | | | Merge pull request #2528 from abutcher/named-cert-symlinksScott Dodson2016-09-291-3/+3
|\ \ \ \ | |/ / / |/| | | Set named certificate destinations as basenames of provided paths.
| * | | Set named certificate destinations as basenames of provided paths.Andrew Butcher2016-09-291-3/+3
|/ / /
* | | Merge pull request #2527 from lhuard1A/fix_cloudprovider_openstack_keystonev3Scott Dodson2016-09-294-3/+19
|\ \ \ | | | | | | | | Set the DomainName or DomainID in the OpenStack cloud provider
| * | | Set the DomainName or DomainID in the OpenStack cloud providerLénaïc Huard2016-09-294-3/+19
|/ / / | | | | | | | | | | | | | | | | | | | | | Whereas with the OpenStack keystone v2 authentication API, the username and the password are enough, the keystone v3 API requires an additional domain parameter. Fixes #2515
* | | Merge pull request #2518 from abutcher/quiet-timeScott Dodson2016-09-2813-8/+57
|\ \ \ | | | | | | | | Reduce warning output
| * | | Use ansible.module_utils._text.to_text instead of ↵Andrew Butcher2016-09-281-2/+10
| | | | | | | | | | | | | | | | ansible.utils.unicode.to_unicode.
| * | | Suppress more warnings.Andrew Butcher2016-09-2812-6/+47
| | |/ | |/|
* | | Merge pull request #2520 from rbo/openshift_cockpit_deployer_prefixAndrew Butcher2016-09-281-4/+1
|\ \ \ | | | | | | | | Don't set IMAGE_PREFIX if openshift_cockpit_deployer_prefix is empty