summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-04-06Automatic commit of package [openshift-ansible] release [3.0.73-1].Troy Dawson
2016-04-06Merge pull request #1723 from dgoodwin/osbs-dockerfileBrenton Leanhardt
Replace unused Dockerfile with one used for official builds.
2016-04-06Replace unused Dockerfile with one used for official builds.Devan Goodwin
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
2016-04-06Merge pull request #1721 from kwoodson/userrefreshKenny Woodson
Adding refresh for zbx_user.
2016-04-06Update for zbx_user refreshKenny Woodson
2016-04-06Merge pull request #1717 from sdodson/origin-docker-funtimesBrenton Leanhardt
Docker 1.9 is actually cool starting in origin 1.1.4
2016-04-06Merge pull request #1716 from brenton/unmask1Brenton Leanhardt
Unmask services
2016-04-06Docker 1.9 is actually cool starting in origin 1.1.4Scott Dodson
2016-04-06Unmask servicesBrenton Leanhardt
Unmasking etcd is is important when switching from containerized installs to RPM installs
2016-04-06Merge pull request #1695 from brenton/bz1323123Brenton Leanhardt
Fixing bugs 1322788 and 1323123
2016-04-06Merge pull request #1698 from sdodson/xpaas13Brenton Leanhardt
XPAAS v1.3 content
2016-04-05Merge pull request #1654 from dgoodwin/gen-inventoryBrenton Leanhardt
Add --gen-inventory command to atomic-openshift-installer.
2016-04-05Automatic commit of package [openshift-ansible] release [3.0.72-1].Troy Dawson
2016-04-05Merge pull request #1708 from mwoodson/docker-bugMatt Woodson
when docker is installed, make it 1.8.2 to avoid issues
2016-04-05when docker is installed, make it 1.8.2 to avoid issuesMatt Woodson
2016-04-05Merge pull request #1700 from brenton/32haBrenton Leanhardt
Pacemaker is unsupported for 3.2
2016-04-05Merge pull request #1577 from brenton/docker19Brenton Leanhardt
We require docker 1.9 for the 3.2 upgrade
2016-04-05Merge pull request #1655 from sdodson/more-docker19Brenton Leanhardt
Downgrade to docker 1.8.2 if installing < 1.2/3.2
2016-04-05Downgrade to docker 1.8.2 if installing OSE < 3.2Scott Dodson
2016-04-04Pacemaker is unsupported for 3.2Brenton Leanhardt
2016-04-04Merge pull request #1704 from kwoodson/yeditfixMatt Woodson
yedit now handles periods in key names
2016-04-04Fixing regexp. Periods are no longer allowedKenny Woodson
2016-04-04Automatic commit of package [openshift-ansible] release [3.0.71-1].Troy Dawson
2016-04-04Merge pull request #1702 from joelddiaz/heartbeat-severityJoel Diaz
add higher severity trigger if no heartbeat for 1 hour
2016-04-04Merge pull request #1701 from kwoodson/oceditfixKenny Woodson
oc_edit requires name and content
2016-04-04Fixed oc_edit by requiring name and contentKenny Woodson
2016-04-04add higher severity trigger if no heartbeat for 1 hourJoel Diaz
2016-04-04Merge pull request #1693 from kwoodson/yedit_enhancementsKenny Woodson
Adding list editing support to yaml editor
2016-04-04Yedit enhancementsKenny Woodson
2016-04-04XPAAS v1.3 for OSE 3.2Scott Dodson
2016-04-04XPAAS 1.3 content for OSE 3.1Scott Dodson
2016-04-01Automatic commit of package [openshift-ansible] release [3.0.70-1].Brenton Leanhardt
2016-04-01Merge pull request #1544 from smunilla/BZ1299032Brenton Leanhardt
a-o-i: Error out early if callback_facts is None
2016-04-01Merge pull request #1536 from smunilla/unattended_upgradesBrenton Leanhardt
a-o-i: Support for unattended upgrades
2016-04-01Merge pull request #1653 from smunilla/BZ1320017Brenton Leanhardt
a-o-i: OSE/AEP 3.2 product option
2016-04-01Bug 1322788 - The IMAGE_VERSION wasn't added to atomic-openshift-master-api ↵Brenton Leanhardt
and atomic-openshift-master-controllers
2016-04-01Bug 1323123 - upgrade failed to containerized OSE on RHEL Host without ↵Brenton Leanhardt
ose3.2 repo
2016-04-01Merge pull request #1650 from lhuard1A/ssh_pipeliningBrenton Leanhardt
Enable Ansible ssh pipelining to speedup deployment
2016-04-01Enable Ansible ssh pipelining to speedup deploymentLénaïc Huard
https://docs.ansible.com/ansible/intro_configuration.html#pipelining
2016-04-01Merge pull request #1680 from detiber/scheduler_configBrenton Leanhardt
Allow for overriding scheduler config
2016-03-31Allow for overriding scheduler configJason DeTiberus
- 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
2016-03-31Automatic commit of package [openshift-ansible] release [3.0.69-1].Brenton Leanhardt
2016-03-31Merge pull request #1674 from detiber/bz1320829Brenton Leanhardt
Bug 1320829 - Ensure docker installed for facts
2016-03-31Bug 1320829 - Ensure docker installed for factsJason DeTiberus
- 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
2016-03-31Merge pull request #1690 from brenton/bz1322788Brenton Leanhardt
Bug 1322788 - The IMAGE_VERSION wasn't added to atomic-openshift-mast…
2016-03-31Bug 1322788 - The IMAGE_VERSION wasn't added to atomic-openshift-master-api ↵Brenton Leanhardt
and atomic-openshift-master-controllers
2016-03-31Merge pull request #1634 from abutcher/aws-cloud-providerBrenton Leanhardt
AWS cloud provider
2016-03-31Merge pull request #1684 from brenton/bz1322335Brenton Leanhardt
Bug 1322335 - The package name is wrong for rpm upgrade
2016-03-31Merge pull request #1689 from kwoodson/yedit_header_fixKenny Woodson
Fixed header for yedit
2016-03-31Fixed generate header.Kenny Woodson