Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #1655 from sdodson/more-docker19 | Brenton Leanhardt | 2016-04-05 | 9 | -25/+43 |
|\ | | | | | Downgrade to docker 1.8.2 if installing < 1.2/3.2 | ||||
| * | Downgrade to docker 1.8.2 if installing OSE < 3.2 | Scott Dodson | 2016-04-05 | 9 | -25/+43 |
|/ | |||||
* | Merge pull request #1704 from kwoodson/yeditfix | Matt Woodson | 2016-04-04 | 8 | -37/+109 |
|\ | | | | | yedit now handles periods in key names | ||||
| * | Fixing regexp. Periods are no longer allowed | Kenny Woodson | 2016-04-04 | 8 | -37/+109 |
| | | |||||
* | | Automatic commit of package [openshift-ansible] release [3.0.71-1]. | Troy Dawson | 2016-04-04 | 2 | -2/+7 |
|/ | |||||
* | Merge pull request #1702 from joelddiaz/heartbeat-severity | Joel Diaz | 2016-04-04 | 1 | -0/+5 |
|\ | | | | | add higher severity trigger if no heartbeat for 1 hour | ||||
| * | add higher severity trigger if no heartbeat for 1 hour | Joel Diaz | 2016-04-04 | 1 | -0/+5 |
| | | |||||
* | | Merge pull request #1701 from kwoodson/oceditfix | Kenny Woodson | 2016-04-04 | 2 | -4/+6 |
|\ \ | | | | | | | oc_edit requires name and content | ||||
| * | | Fixed oc_edit by requiring name and content | Kenny Woodson | 2016-04-04 | 2 | -4/+6 |
|/ / | |||||
* | | Merge pull request #1693 from kwoodson/yedit_enhancements | Kenny Woodson | 2016-04-04 | 17 | -259/+1371 |
|\ \ | | | | | | | Adding list editing support to yaml editor | ||||
| * | | Yedit enhancements | Kenny Woodson | 2016-04-04 | 17 | -259/+1371 |
| | | | |||||
* | | | Automatic commit of package [openshift-ansible] release [3.0.70-1]. | Brenton Leanhardt | 2016-04-01 | 2 | -2/+11 |
| | | | |||||
* | | | Merge pull request #1544 from smunilla/BZ1299032 | Brenton Leanhardt | 2016-04-01 | 1 | -2/+2 |
|\ \ \ | | | | | | | | | a-o-i: Error out early if callback_facts is None | ||||
| * | | | a-o-i: Error out early if callback_facts is None | Samuel Munilla | 2016-03-04 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | Bail out much earlier if for some reason callback_facts does not return any data. This should prevent later methods from generating stack traces. | ||||
* | | | | Merge pull request #1536 from smunilla/unattended_upgrades | Brenton Leanhardt | 2016-04-01 | 3 | -29/+47 |
|\ \ \ \ | | | | | | | | | | | a-o-i: Support for unattended upgrades | ||||
| * | | | | a-o-i: Add 3.2 to list of supported versions | Samuel Munilla | 2016-03-23 | 4 | -26/+32 |
| | | | | | |||||
| * | | | | a-o-i: Support for unattended upgrades | Samuel Munilla | 2016-03-23 | 1 | -6/+17 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds the ability to perform upgrades without any user input through: atomic-openshift-installer --unattended upgrade --next-major or atomic-openshift-installer --unattended upgrade --latest-minor | ||||
| * | | | | a-o-i: More flexible upgrade mappings | Samuel Munilla | 2016-03-23 | 1 | -2/+4 |
| | | | | | | | | | | | | | | | | | | | | Change the upgrade logic to allow for more than two types of upgrades. | ||||
* | | | | | Merge pull request #1653 from smunilla/BZ1320017 | Brenton Leanhardt | 2016-04-01 | 1 | -1/+2 |
|\ \ \ \ \ | | | | | | | | | | | | | a-o-i: OSE/AEP 3.2 product option | ||||
| * | | | | | a-o-i: OSE/AEP 3.2 product option | Samuel Munilla | 2016-03-23 | 1 | -1/+2 |
| |/ / / / | | | | | | | | | | | | | | | | Adds the option to select 3.2 in the quick-installer | ||||
* | | | | | Merge pull request #1650 from lhuard1A/ssh_pipelining | Brenton Leanhardt | 2016-04-01 | 3 | -0/+25 |
|\ \ \ \ \ | | | | | | | | | | | | | Enable Ansible ssh pipelining to speedup deployment | ||||
| * | | | | | Enable Ansible ssh pipelining to speedup deployment | Lénaïc Huard | 2016-04-01 | 3 | -0/+25 |
| | |_|_|/ | |/| | | | | | | | | | | | | | https://docs.ansible.com/ansible/intro_configuration.html#pipelining | ||||
* | | | | | Merge pull request #1680 from detiber/scheduler_config | Brenton Leanhardt | 2016-04-01 | 5 | -18/+26 |
|\ \ \ \ \ | | | | | | | | | | | | | Allow for overriding scheduler config | ||||
| * | | | | | Allow for overriding scheduler config | Jason DeTiberus | 2016-03-31 | 5 | -18/+26 |
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - introduce openshift_master_scheduler_predicates and openshift_master_scheduler_priorities to override the default scheduler predicates and priorities - switch default scheduler priorities to use SelectorSpreadPriority instead of ServiceSpreadingPriority | ||||
* | | | | | Automatic commit of package [openshift-ansible] release [3.0.69-1]. | Brenton Leanhardt | 2016-03-31 | 2 | -2/+10 |
| | | | | | |||||
* | | | | | Merge pull request #1674 from detiber/bz1320829 | Brenton Leanhardt | 2016-03-31 | 13 | -83/+171 |
|\ \ \ \ \ | | | | | | | | | | | | | Bug 1320829 - Ensure docker installed for facts | ||||
| * | | | | | Bug 1320829 - Ensure docker installed for facts | Jason DeTiberus | 2016-03-31 | 13 | -83/+171 |
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | - gather facts requiring docker only if docker is present and running - Update reference to etcd role in playbooks/common/openshift-etcd/config.yml to use openshift_etcd | ||||
* | | | | | Merge pull request #1690 from brenton/bz1322788 | Brenton Leanhardt | 2016-03-31 | 1 | -0/+5 |
|\ \ \ \ \ | | | | | | | | | | | | | Bug 1322788 - The IMAGE_VERSION wasn't added to atomic-openshift-mast… | ||||
| * | | | | | Bug 1322788 - The IMAGE_VERSION wasn't added to atomic-openshift-master-api ↵ | Brenton Leanhardt | 2016-03-31 | 1 | -0/+5 |
|/ / / / / | | | | | | | | | | | | | | | | and atomic-openshift-master-controllers | ||||
* | | | | | Merge pull request #1634 from abutcher/aws-cloud-provider | Brenton Leanhardt | 2016-03-31 | 19 | -71/+295 |
|\ \ \ \ \ | | | | | | | | | | | | | AWS cloud provider | ||||
| * | | | | | Add AWS cloud provider support. | Andrew Butcher | 2016-03-29 | 19 | -71/+295 |
| | | | | | | |||||
* | | | | | | Merge pull request #1684 from brenton/bz1322335 | Brenton Leanhardt | 2016-03-31 | 2 | -1/+22 |
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | Bug 1322335 - The package name is wrong for rpm upgrade | ||||
| * | | | | | Bug 1322335 - The package name is wrong for rpm upgrade | Brenton Leanhardt | 2016-03-30 | 2 | -1/+22 |
| | | | | | | |||||
* | | | | | | Merge pull request #1689 from kwoodson/yedit_header_fix | Kenny Woodson | 2016-03-31 | 5 | -5/+5 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Fixed header for yedit | ||||
| * | | | | | | Fixed generate header. | Kenny Woodson | 2016-03-31 | 5 | -5/+5 |
|/ / / / / / | |||||
* | | | | | | Automatic commit of package [openshift-ansible] release [3.0.68-1]. | Troy Dawson | 2016-03-30 | 2 | -2/+8 |
| | | | | | | |||||
* | | | | | | Merge pull request #1679 from kwoodson/apirefactor | Kenny Woodson | 2016-03-30 | 28 | -410/+1969 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Refactor of openshiftcli to be more generic. | ||||
| * | | | | | | Moving generation of ansible module side by side with module. | Kenny Woodson | 2016-03-30 | 28 | -410/+1969 |
| | | | | | | | |||||
* | | | | | | | Merge pull request #1682 from brenton/bz1322338 | Brenton Leanhardt | 2016-03-30 | 2 | -0/+4 |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | Bug 1322338 - The upgrade should keep the option insecure-registry=17… | ||||
| * | | | | | | Bug 1322338 - The upgrade should keep the option insecure-registry=172.30.0.0/16 | Brenton Leanhardt | 2016-03-30 | 2 | -0/+4 |
|/ / / / / / | |||||
* | / / / / | Automatic commit of package [openshift-ansible] release [3.0.67-1]. | Troy Dawson | 2016-03-29 | 2 | -2/+13 |
| |/ / / / |/| | | | | |||||
* | | | | | Merge pull request #1666 from brenton/systemd1 | Brenton Leanhardt | 2016-03-29 | 11 | -163/+209 |
|\ \ \ \ \ | | | | | | | | | | | | | Reusing the systemd templates for the upgrade | ||||
| * | | | | | The systemd unit for atomic-openshift-master wasn't not being created | Brenton Leanhardt | 2016-03-29 | 1 | -6/+16 |
| | | | | | | |||||
| * | | | | | Use openshift.master.ha instead of duplicating the logic | Brenton Leanhardt | 2016-03-29 | 4 | -16/+10 |
| | | | | | | |||||
| * | | | | | Workaround for authenticated registries | Brenton Leanhardt | 2016-03-29 | 2 | -0/+50 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently there's no good way to install from a registry that requires authentication. This applies both to RPM and containerized installs: https://bugzilla.redhat.com/show_bug.cgi?id=1316341 The workaround is to 'docker login' as root and then have ansible pull the images to the image cache. | ||||
| * | | | | | First pass at systemd unit refactor | Brenton Leanhardt | 2016-03-29 | 10 | -154/+146 |
|/ / / / / | |||||
* | | | | | Merge pull request #1671 from sjenning/systemd-unit-fixes | Brenton Leanhardt | 2016-03-29 | 6 | -6/+6 |
|\ \ \ \ \ | | | | | | | | | | | | | make docker service want ose containerized services | ||||
| * | | | | | make docker service want ose containerized services | Seth Jennings | 2016-03-28 | 6 | -6/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There are points where the docker service is restarted during the install. Sometimes the services that are PartOf docker.service do not get restarted when docker is restarted. https://bugzilla.redhat.com/show_bug.cgi?id=1318948 Systemd documentation recommends using "wants" as the perferred means of creating startup linkages between units. This patch makes the ose services wanted by the docker service rather than multi-user.target. This creates a downward link from the docker service to the ose containerized services. | ||||
* | | | | | | Merge pull request #1673 from BlueShells/bugfix_for_dynamicpv | ZhiMing Zhang | 2016-03-29 | 1 | -2/+2 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | fix the key name for the dynamic item of avalable | ||||
| * | | | | | | fix the key name for the dynamic item of avalable | zhizhang | 2016-03-29 | 1 | -2/+2 |
|/ / / / / / |