summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Replace unused Dockerfile with one used for official builds.Devan Goodwin2016-04-061-10/+16
| | | | | | | | | | | | | | | | | | | | A container that can be used to run the atomic-openshift-installer, or by bypassing the entrypoint can be used to run ansible playbooks directly. Expects the user to mount a directory to /var/lib/openshift, where we'll write out the installer.cfg, ansible.log, and hosts inventory. WARNING: Don't run this on a host you're installing to, installation restarts Docker which will kill your installer. Example of running the quick installer: docker run -ti -v ~/openshift/:/var/lib/openshift-installer/:Z -v ~/.ssh:/root/.ssh:Z openshift3/installer install Example of running ansible directly: docker run --entrypoint=/usr/bin/ansible-playbook -ti -v ~/openshift/:/var/lib/openshift-installer/:Z -v ~/.ssh:/root/.ssh:Z openshift3/installer -i /openshift-installer/install/.ansible/hosts /usr/share/ansible/openshift-ansible/playbooks/adhoc/uninstall.yml
* Merge pull request #1721 from kwoodson/userrefreshKenny Woodson2016-04-061-0/+2
|\ | | | | Adding refresh for zbx_user.
| * Update for zbx_user refreshKenny Woodson2016-04-061-0/+2
| |
* | Merge pull request #1717 from sdodson/origin-docker-funtimesBrenton Leanhardt2016-04-061-1/+1
|\ \ | | | | | | Docker 1.9 is actually cool starting in origin 1.1.4
| * | Docker 1.9 is actually cool starting in origin 1.1.4Scott Dodson2016-04-061-1/+1
| | |
* | | Merge pull request #1716 from brenton/unmask1Brenton Leanhardt2016-04-061-0/+8
|\ \ \ | |/ / |/| | Unmask services
| * | Unmask servicesBrenton Leanhardt2016-04-061-0/+8
|/ / | | | | | | | | Unmasking etcd is is important when switching from containerized installs to RPM installs
* | Merge pull request #1695 from brenton/bz1323123Brenton Leanhardt2016-04-0610-7/+8
|\ \ | | | | | | Fixing bugs 1322788 and 1323123
| * | Bug 1322788 - The IMAGE_VERSION wasn't added to atomic-openshift-master-api ↵Brenton Leanhardt2016-04-0110-7/+8
| | | | | | | | | | | | and atomic-openshift-master-controllers
| * | Bug 1323123 - upgrade failed to containerized OSE on RHEL Host without ↵Brenton Leanhardt2016-04-011-1/+1
| | | | | | | | | | | | ose3.2 repo
* | | Merge pull request #1698 from sdodson/xpaas13Brenton Leanhardt2016-04-06100-4502/+9996
|\ \ \ | | | | | | | | XPAAS v1.3 content
| * | | XPAAS v1.3 for OSE 3.2Scott Dodson2016-04-0453-5218/+1805
| | | |
| * | | XPAAS 1.3 content for OSE 3.1Scott Dodson2016-04-0448-37/+8944
| |/ /
* | | Merge pull request #1654 from dgoodwin/gen-inventoryBrenton Leanhardt2016-04-055-49/+134
|\ \ \ | | | | | | | | Add --gen-inventory command to atomic-openshift-installer.
| * | | Write inventory to same directory as quick install config.Devan Goodwin2016-03-243-11/+11
| | | | | | | | | | | | | | | | | | | | | | | | With the addition of a --gen-inventory flag and always displaying the location of the inventory written to disk, we should write the hosts file to a more prominent location rather than a hidden directory.
| * | | Add --gen-inventory command to atomic-openshift-installer.Devan Goodwin2016-03-244-39/+124
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This will just generate the Ansible inventory once all information is gathered, inform the user where to find it, and exit. Includes some test utility updates to make what broke as a result of this change less fragile.
* | | | Automatic commit of package [openshift-ansible] release [3.0.72-1].Troy Dawson2016-04-052-2/+9
| | | |
* | | | Merge pull request #1708 from mwoodson/docker-bugMatt Woodson2016-04-051-1/+1
|\ \ \ \ | | | | | | | | | | when docker is installed, make it 1.8.2 to avoid issues
| * | | | when docker is installed, make it 1.8.2 to avoid issuesMatt Woodson2016-04-051-1/+1
|/ / / /
* | | | Merge pull request #1700 from brenton/32haBrenton Leanhardt2016-04-052-0/+11
|\ \ \ \ | |_|_|/ |/| | | Pacemaker is unsupported for 3.2
| * | | Pacemaker is unsupported for 3.2Brenton Leanhardt2016-04-042-0/+11
| | | |
* | | | Merge pull request #1577 from brenton/docker19Brenton Leanhardt2016-04-051-2/+1
|\ \ \ \ | | | | | | | | | | We require docker 1.9 for the 3.2 upgrade
| * | | | We require docker 1.9 for the 3.2 upgradeBrenton Leanhardt2016-03-091-2/+1
| | | | |
* | | | | Merge pull request #1655 from sdodson/more-docker19Brenton Leanhardt2016-04-059-25/+43
|\ \ \ \ \ | |_|/ / / |/| | | | Downgrade to docker 1.8.2 if installing < 1.2/3.2
| * | | | Downgrade to docker 1.8.2 if installing OSE < 3.2Scott Dodson2016-04-059-25/+43
|/ / / /
* | | | Merge pull request #1704 from kwoodson/yeditfixMatt Woodson2016-04-048-37/+109
|\ \ \ \ | | | | | | | | | | yedit now handles periods in key names
| * | | | Fixing regexp. Periods are no longer allowedKenny Woodson2016-04-048-37/+109
| | | | |
* | | | | Automatic commit of package [openshift-ansible] release [3.0.71-1].Troy Dawson2016-04-042-2/+7
|/ / / /
* | | | Merge pull request #1702 from joelddiaz/heartbeat-severityJoel Diaz2016-04-041-0/+5
|\ \ \ \ | | | | | | | | | | add higher severity trigger if no heartbeat for 1 hour
| * | | | add higher severity trigger if no heartbeat for 1 hourJoel Diaz2016-04-041-0/+5
| | | | |
* | | | | Merge pull request #1701 from kwoodson/oceditfixKenny Woodson2016-04-042-4/+6
|\ \ \ \ \ | | | | | | | | | | | | oc_edit requires name and content
| * | | | | Fixed oc_edit by requiring name and contentKenny Woodson2016-04-042-4/+6
|/ / / / /
* | | | | Merge pull request #1693 from kwoodson/yedit_enhancementsKenny Woodson2016-04-0417-259/+1371
|\ \ \ \ \ | | | | | | | | | | | | Adding list editing support to yaml editor
| * | | | | Yedit enhancementsKenny Woodson2016-04-0417-259/+1371
| | | | | |
* | | | | | Automatic commit of package [openshift-ansible] release [3.0.70-1].Brenton Leanhardt2016-04-012-2/+11
| | | | | |
* | | | | | Merge pull request #1544 from smunilla/BZ1299032Brenton Leanhardt2016-04-011-2/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | a-o-i: Error out early if callback_facts is None
| * | | | | | a-o-i: Error out early if callback_facts is NoneSamuel Munilla2016-03-041-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_upgradesBrenton Leanhardt2016-04-013-29/+47
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | a-o-i: Support for unattended upgrades
| * | | | | | | a-o-i: Add 3.2 to list of supported versionsSamuel Munilla2016-03-234-26/+32
| | | | | | | |
| * | | | | | | a-o-i: Support for unattended upgradesSamuel Munilla2016-03-231-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 mappingsSamuel Munilla2016-03-231-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change the upgrade logic to allow for more than two types of upgrades.
* | | | | | | | Merge pull request #1653 from smunilla/BZ1320017Brenton Leanhardt2016-04-011-1/+2
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | | a-o-i: OSE/AEP 3.2 product option
| * | | | | | | a-o-i: OSE/AEP 3.2 product optionSamuel Munilla2016-03-231-1/+2
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | Adds the option to select 3.2 in the quick-installer
* | | | | | | Merge pull request #1650 from lhuard1A/ssh_pipeliningBrenton Leanhardt2016-04-013-0/+25
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Enable Ansible ssh pipelining to speedup deployment
| * | | | | | | Enable Ansible ssh pipelining to speedup deploymentLénaïc Huard2016-04-013-0/+25
| | |_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | https://docs.ansible.com/ansible/intro_configuration.html#pipelining
* | | | | | | Merge pull request #1680 from detiber/scheduler_configBrenton Leanhardt2016-04-015-18/+26
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Allow for overriding scheduler config
| * | | | | | | Allow for overriding scheduler configJason DeTiberus2016-03-315-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 Leanhardt2016-03-312-2/+10
| | | | | | |
* | | | | | | Merge pull request #1674 from detiber/bz1320829Brenton Leanhardt2016-03-3113-83/+171
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Bug 1320829 - Ensure docker installed for facts
| * | | | | | | Bug 1320829 - Ensure docker installed for factsJason DeTiberus2016-03-3113-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