summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-05-25Convert generic openshift_version=3.2 to specific early in install.Devan Goodwin
2016-05-25Preserve node versions on re-run.Devan Goodwin
2016-05-25Fix version compare with using just 3.2 or 1.2.Devan Goodwin
2016-05-25Hookup node configuration.Devan Goodwin
2016-05-25Complete installation of first master containerized.Devan Goodwin
2016-05-25Stop downgrading Docker because we don't know what version to install yet.Devan Goodwin
2016-05-25Work towards determining openshift_version when unspecified.Devan Goodwin
openshift_docker role was largely useless now, but also almost did what we needed. (deps ordering still needs to be changed) Remove defaulting of openshift_version.
2016-05-25Remove now unnecessary pull and ver check in openshift_docker role.Devan Goodwin
2016-05-25Set openshift_version in config playbooks for first master.Devan Goodwin
Starting to remove openshift.docker.openshift_version fact usage. openshift_version should no longer contain a leading 'v' for containerized installs, just a version number.
2016-05-25Debug output.Devan Goodwin
2016-05-24Merge pull request #1942 from sdodson/bind_mountsAndrew Butcher
Catch more uninstall targets
2016-05-24Automatic commit of package [openshift-ansible] release [3.0.93-1].Troy Dawson
2016-05-24Fixup spec fileTroy Dawson
2016-05-24Automatic commit of package [openshift-ansible] release [3.0.92-1].Troy Dawson
2016-05-24Merge pull request #1926 from sdodson/clarify-proxy-exampleAndrew Butcher
Clarify the example inventory related to proxies and builddefaults
2016-05-24Catch more uninstall targetsScott Dodson
2016-05-24 Conditionally bind mount /usr/bin/docker-current when it is present (#1941)Scott Dodson
* Conditionally bind mount /usr/bin/docker-current when it is present * fix upgrade * add atomic-openshift-node-dep files to uninstall playbook * Fix variable expansion
2016-05-24Automatic commit of package [openshift-ansible] release [3.0.91-1].Troy Dawson
2016-05-23Merge pull request #1932 from jnordell/99-origin-dnsJason DeTiberus
99-origin-dns.sh adds a comment to /etc/resolv.conf on every execution of NetworkManager dispatcher
2016-05-23Merge pull request #1930 from abutcher/multiple-login-providersJason DeTiberus
Allow multiple login providers
2016-05-23Removed the echo line and replaced it with inline comment. To keep ↵Jonas Nordell
99-origin-dns.sh from adding a new line in /etc/resolv.conf everytime the NetworkManager dispatcher script is executed.
2016-05-23Extend multiple login provider check to include origin.Andrew Butcher
2016-05-23Allow multiple login providers post 3.2.Andrew Butcher
2016-05-23Merge pull request #1929 from lhuard1A/subscribe_ose_3.2Jason DeTiberus
Make rhel_subscribe role able to subscribe for OSE 3.2
2016-05-23Make rhel_subscribe role able to subscribe for OSE 3.2Lénaïc Huard
2016-05-20Merge pull request #1923 from abutcher/BZ1337438Jason DeTiberus
Remove newline from docker_options template string.
2016-05-20Merge pull request #1924 from abutcher/BZ1337425Jason DeTiberus
Bug 1337425 - [ansible-2.0] installer failed if yum-utils wasn't installed
2016-05-19Clarify the example inventory related to proxies and builddefaultsScott Dodson
2016-05-19Ensure yum-utils installed.Andrew Butcher
2016-05-19Remove newline from docker_options template string.Andrew Butcher
2016-05-18Merge pull request #1914 from jkroepke/patch-1Jason DeTiberus
Task "Update router image to current version" failed, if router not in default namespace
2016-05-18Merge pull request #1913 from maci0/patch-1Jason DeTiberus
docker-current was missing from the containerized atomic-openshift-no…
2016-05-18Merge pull request #1918 from dgoodwin/docker-restartJason DeTiberus
Use systemctl restart docker instead of ansible service.
2016-05-18Use systemctl restart docker instead of ansible service.Devan Goodwin
Ansible is doing a full service stop and then start, which does not allow systemd to keep the containerized services up and running. Switching to this will cause the related services to come back within a few seconds.
2016-05-18Merge pull request #1911 from jdnieto/fix_hawkular_variable_templatesJason DeTiberus
fixed issue with blank spaces instead commas
2016-05-18Merge pull request #1917 from vishpat/haJason DeTiberus
Use cluster hostname while generating certificate on the master nodes
2016-05-18Merge pull request #1909 from sdodson/BZ1336647Jason DeTiberus
Fix playbooks/openshift-master/library move to symlink
2016-05-18Merge pull request #1900 from sdodson/fix-rhel_subscribeJason DeTiberus
Fix rhel_subscribe
2016-05-18Use cluster hostname while generating certificate on the master nodesVishal Patil
2016-05-18Fix playbooks/openshift-master/library move to symlinkScott Dodson
2016-05-18Task "Update router image to current version" failed, if router not in ↵Jan-Otto Kröpke
default namespace Also added hardcoded -n default to registry patch, since oc get has -n default, too.
2016-05-18docker-current was missing from the containerized ↵Marcel Wysocki
atomic-openshift-node.service file This fixes https://bugzilla.redhat.com/show_bug.cgi?id=1336780
2016-05-18fixed issue with blank spaces instead commas as variables template separatorsJose David Martin Nieto
2016-05-17Refactor where we compute no_proxy hostnamesScott Dodson
2016-05-17Fix for ansible v2Scott Dodson
2016-05-17Fix rhel_subscribeScott Dodson
2016-05-17Merge pull request #1886 from smunilla/BZ1331239Jason DeTiberus
a-o-i: No proxy questions for 3.0/3.1
2016-05-17Merge pull request #1907 from cboggs/fix-issue-1906Jason DeTiberus
Issue 1906: Remove interpolated g_all_hosts with_items arg from upgrade playbooks
2016-05-17remove interpolated g_all_hosts with_items arg from upgrade playbooksCody Boggs
2016-05-17Merge pull request #1897 from sdodson/issue1435Jason DeTiberus
Include sdn-ovs in upgrade commands to avoid pulling in newer packages