summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-07-18Arbitrary Installer yamlSamuel Munilla
Initial build of new, more flexible installer config file format.
2016-07-17Merge pull request #2165 from sdodson/masterScott Dodson
Automatic commit of package [openshift-ansible] release [3.3.2-1].
2016-07-17Automatic commit of package [openshift-ansible] release [3.3.2-1].Scott Dodson
2016-07-15Merge pull request #2160 from sdodson/string-thingsScott Dodson
Convert openshift_release and openshift_version to strings for starts…
2016-07-15Convert openshift_release and openshift_version to strings for startswithScott Dodson
Fixes : startswith first arg must be str, unicode, or tuple, not float
2016-07-15Merge pull request #2159 from sdodson/ansible-2x-lookupScott Dodson
Symlink ansible 2.x locations to ansible 1.9 locations
2016-07-15Symlink ansible 2.x locations to ansible 1.9 locationsScott Dodson
2016-07-15Merge pull request #2156 from dgoodwin/aoi-32-upgrade-pathScott Dodson
Two small upgrade related fixes
2016-07-15Clarify message when old docker pre-installed but 1.10+ requested.Devan Goodwin
2016-07-15Fix quick install 3.2 upgrade path.Devan Goodwin
2016-07-14Merge pull request #1945 from dgoodwin/upgrade33Scott Dodson
openshift_release / version / upgrade improvements
2016-07-14Merge pull request #2149 from detiber/audit_configScott Dodson
[master] add support for setting auditConfig
2016-07-14Merge remote-tracking branch 'upstream/master' into upgrade33Devan Goodwin
2016-07-14Fix upgrade with docker_version set.Devan Goodwin
2016-07-14Merge pull request #2153 from tbielawa/shell_comp2Scott Dodson
Move the bash completion into the cli role. Only add when not contain…
2016-07-14Move the bash completion into the cli role. Only add when not containerizedTim Bielawa
2016-07-13Merge pull request #1135 from smunilla/origin-installsScott Dodson
atomic-openshift-installer: Add support for installing OpenShift Orgin
2016-07-13[master] add support for setting auditConfigJason DeTiberus
2016-07-13Remove too recent pylint option keys.Devan Goodwin
2016-07-13pylint fixesDevan Goodwin
2016-07-13Merge pull request #2147 from lhuard1A/virtio-scsiScott Dodson
Make libvirt’s VM use virtio-scsi insteal of virtio-blk
2016-07-13Merge pull request #2148 from tbielawa/shell_completionScott Dodson
Install bash-completion package for the oc/oadm tools
2016-07-13Merge pull request #2146 from smunilla/pylint_no_value_for_parameterScott Dodson
Fix erroneous pylint error
2016-07-13Install bash-completion package for the oc/oadm toolsTim Bielawa
2016-07-13Fix more docker role logic.Devan Goodwin
2016-07-13Add checks to docker role for 1.9.1+.Devan Goodwin
If Docker 1.8.2 is pre-installed, and no docker_version was requested, role will now error out because 1.9.1 is required. If docker_version is set to <= 1.9.1, we also error out as this is not supported.
2016-07-13Merge pull request #2144 from abutcher/registry-replicasScott Dodson
Set registry replicas = 1 when no storage specified.
2016-07-13Make libvirt’s VM use virtio-scsi insteal of virtio-blkLénaïc Huard
The main advantage is that virtio-scsi honors TRIM so that deleting files and/or docker images inside the VM now frees disk space on the host by resparsifying the qcow2 file.
2016-07-13Fix erroneous pylint errorSamuel Munilla
pylint is throwing up a no-value-for-parameter error here. Testing shows there is no real issue, so adding that to the ignores.
2016-07-13Merge pull request #2138 from abutcher/registry-pullthroughScott Dodson
Enable pullthrough by default in registry config for object storage.
2016-07-12Remove 3.0 and 3.1 upgrade sub-dirs.Devan Goodwin
2016-07-12Rename upgrade to just v3_2 as it's now major and minor.Devan Goodwin
2016-07-12Set registry replicas = 1 when no storage specified.Andrew Butcher
2016-07-12Merge pull request #2142 from lhuard1A/fix_openstack_firewallJason DeTiberus
Re-align the OpenStack firewall rules with the iptables rules
2016-07-12Merge pull request #2139 from sdodson/cleanup-examplesScott Dodson
Remove cleanup code from 1.0 to 1.1 upgrade era
2016-07-12Merge pull request #2141 from lhuard1A/fix_dnsJason DeTiberus
Fix bin/cluster openstack related error
2016-07-12Merge pull request #2140 from gaelL/loopbackJason DeTiberus
ops-docker-loopback-to-direct-lvm.yml: fix typo on the variable name "cli_name vs cli_host"
2016-07-12Re-align the OpenStack firewall rules with the iptables rulesLénaïc Huard
2016-07-12Merge pull request #1827 from tdawson/201604-broken-symlinksScott Dodson
Bug 1330091 - cleanup broken symlinks - lookup_plugins filter_plugins
2016-07-12Fix bin/cluster openstack related errorLénaïc Huard
2016-07-12Fix upgrades with an openshift_image_tag set.Devan Goodwin
2016-07-12ops-docker-loopback-to-direct-lvm.yml: fix typo on the variable name ↵gaelL
"cli_name vs cli_host"
2016-07-11Remove cleanup code from 1.0 to 1.1 upgrade eraScott Dodson
2016-07-11Move repoquery_cmd fact setting into a more logical place.Devan Goodwin
2016-07-11Add dependency on docker to openshift_docker role.Devan Goodwin
I think this is intended anytime a role uses openshift_docker. Fixes issue where docker_version is ignored for rpm based installs. We made the dependency in openshift_version conditional to allow use of openshift_version without significantly impacting the system, however nothing ever actually ran the docker role after that, resulting in docker simply being installed via the rpm dependency on atomic-openshift.
2016-07-11Enable pullthrough by default in registry config for object storage.Andrew Butcher
2016-07-11Merge pull request #2137 from sdodson/rhel-originScott Dodson
Fix origin gpg key path
2016-07-11Fix gpg key pathScott Dodson
2016-07-11Use proper startswith.Devan Goodwin
2016-07-08Merge pull request #2132 from abutcher/role-dependency-cleanupAndrew Butcher
Role dependency cleanup