| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-10-05 | Move openshift.common.debug.level to openshift_facts. | Andrew Butcher | |
| 2016-10-04 | Merge pull request #2538 from DG-i/master | Andrew Butcher | |
| allow networkConfig.ingressIPNetworkCIDRs to be configured | |||
| 2016-10-04 | Merge pull request #2441 from dgoodwin/34-upgrade-improvements | Andrew Butcher | |
| 3.4 Upgrade Improvements | |||
| 2016-10-04 | Check if openshift_master_ingress_ip_network_cidr is defined | Mathias Merscher | |
| Signed-off-by: Mathias Merscher <Mathias.Merscher@dg-i.net> | |||
| 2016-10-04 | allow networkConfig.ingressIPNetworkCIDRs to be configured | Mathias Merscher | |
| Signed-off-by: Mathias Merscher <Mathias.Merscher@dg-i.net> | |||
| 2016-10-03 | Merge pull request #2541 from smunilla/fix_failed_install_case | Scott Dodson | |
| a-o-i: Force option should allow reinstall | |||
| 2016-10-03 | a-o-i: Force option should allow reinstall | Samuel 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-30 | Merge pull request #2535 from smunilla/BZ1368414_fix | Jason DeTiberus | |
| Fix openshift_node_labels in generated hosts file | |||
| 2016-09-30 | Merge pull request #2475 from smunilla/registry_all_the_time | Scott Dodson | |
| Install Registry by Default | |||
| 2016-09-30 | a-o-i: Fix openshift_node_labels | Samuel Munilla | |
| Handle openshift_node_labels separately because they need to be doublequoted. | |||
| 2016-09-30 | Merge pull request #2514 from lhuard1A/rhel_subscribe_ose_3.3 | Jason DeTiberus | |
| Make rhel_subscribe role default to OpenShift Container Platform 3.3 | |||
| 2016-09-30 | Merge pull request #2426 from smunilla/BZ1368414 | Scott Dodson | |
| a-o-i: Allow better setting of host level variables | |||
| 2016-09-30 | Merge pull request #2534 from andrewklau/patch-3 | Scott Dodson | |
| Enable support for image pruning | |||
| 2016-09-30 | Enable registry support for image pruning | Andrew Lau | |
| 2016-09-29 | Merge pull request #2531 from jkramarz/readme-containerized | Scott Dodson | |
| README_CONTAINERIZED_INSTALLATION: fixed link markdown | |||
| 2016-09-29 | Merge pull request #2530 from jkramarz/readme-aws | Scott Dodson | |
| README_AWS: make links consistent and working again | |||
| 2016-09-29 | Merge pull request #2532 from abutcher/logging-deploy-bool | Scott Dodson | |
| Default openshift_hosted_{logging,metrics}_deploy to false. | |||
| 2016-09-29 | Default openshift_hosted_{logging,metrics}_deploy to false. | Andrew Butcher | |
| 2016-09-29 | README_CONTAINERIZED_INSTALLATION: fixed link markdown | Jakub Kramarz | |
| 2016-09-29 | README_AWS: makes links consistent and working again | Jakub Kramarz | |
| 2016-09-29 | a-o-i: Allow better setting of host level variables | Samuel Munilla | |
| Allow the user to set arbitrary variables directly under the host item instead of in under an 'other_variables' item. | |||
| 2016-09-29 | Further secure registry improvements | Andrew 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-29 | Delgate handlers to first master | Samuel Munilla | |
| 2016-09-29 | Secure registry improvements. | Andrew Butcher | |
| * Convert oc template calls to jsonpath. * Wait for deployments to finish before restarting docker. * Re-organize node ca configuration. | |||
| 2016-09-29 | Install Registry by Default | Samuel Munilla | |
| Instead of restricting cockpit-ui to Atomic Registry installations, install it by default everywhere. Fixes Bug 1371459 | |||
| 2016-09-29 | Merge pull request #2529 from abutcher/play-names | Scott Dodson | |
| Update play names for consistency. | |||
| 2016-09-29 | Update play names for consistency. | Andrew Butcher | |
| 2016-09-29 | Merge pull request #2404 from sdodson/logging | Scott Dodson | |
| Logging fixes | |||
| 2016-09-29 | Merge pull request #2483 from tbielawa/GH2445-Installer-Output | Tim Bielawa | |
| atomic-openshift-install should only output relevant information | |||
| 2016-09-29 | Configure ops cluster storage to match normal cluster storage | Scott Dodson | |
| 2016-09-29 | Fix bug with service signer cert on upgrade. | Devan Goodwin | |
| 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. | |||
| 2016-09-29 | Merge pull request #2528 from abutcher/named-cert-symlinks | Scott Dodson | |
| Set named certificate destinations as basenames of provided paths. | |||
| 2016-09-29 | Add messages to let the user know if some plays were skipped, but it's ok. ↵ | Tim Bielawa | |
| Also, remove the final 'press a key to continue' prompt. | |||
| 2016-09-29 | Set named certificate destinations as basenames of provided paths. | Andrew Butcher | |
| 2016-09-29 | 'fix' unittests by removing the users ability to specify an ansible config | Tim Bielawa | |
| 2016-09-29 | Copy and paste more methods | Tim Bielawa | |
| 2016-09-29 | Silence/dot-print more actions in the callback | Tim Bielawa | |
| 2016-09-29 | Fix conflicts in spec file | Tim Bielawa | |
| 2016-09-29 | Merge pull request #2527 from lhuard1A/fix_cloudprovider_openstack_keystonev3 | Scott Dodson | |
| Set the DomainName or DomainID in the OpenStack cloud provider | |||
| 2016-09-29 | Use pre_upgrade tag instread of a dry run variable. | Devan Goodwin | |
| 2016-09-29 | Move etcd backup from pre-upgrade to upgrade itself. | Devan Goodwin | |
| 2016-09-29 | Allow a couple retries when unscheduling/rescheduling nodes in upgrade. | Devan Goodwin | |
| 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. | |||
| 2016-09-29 | Skip the docker role in early upgrade stages. | Devan Goodwin | |
| 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) | |||
| 2016-09-29 | Allow filtering nodes to upgrade by label. | Devan Goodwin | |
| 2016-09-29 | Allow customizing node upgrade serial value. | Devan Goodwin | |
| 2016-09-29 | Split upgrade for control plane/nodes. | Devan Goodwin | |
| 2016-09-29 | Set the DomainName or DomainID in the OpenStack cloud provider | Lénaïc Huard | |
| 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 | |||
| 2016-09-28 | Merge pull request #2518 from abutcher/quiet-time | Scott Dodson | |
| Reduce warning output | |||
| 2016-09-28 | Merge pull request #2520 from rbo/openshift_cockpit_deployer_prefix | Andrew Butcher | |
| Don't set IMAGE_PREFIX if openshift_cockpit_deployer_prefix is empty | |||
| 2016-09-28 | Merge pull request #2521 from sdodson/bz1377089 | Scott Dodson | |
| Add gitHTTPProxy and gitHTTPSProxy to advanced config json option | |||
