summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | Add leading v for remaining IMAGE_VERSION templates.Devan Goodwin2016-05-302-2/+2
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Fix error restarting master service that may not be there.Devan Goodwin2016-05-301-2/+7
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Fix use of openshift_version in ca role.Devan Goodwin2016-05-301-4/+1
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Fix image tag to rpm version filter.Devan Goodwin2016-05-301-3/+2
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Fix error with containerized etcd install.Devan Goodwin2016-05-301-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Role was assuming it could successfully disable the rpm etcd service without checking if it was actuall present.
| * | | | | | | | | | | | | | | Merge remote-tracking branch 'upstream/master' into upgrade33Devan Goodwin2016-05-3084-2049/+1255
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | Refactor openshift_version behavior.Devan Goodwin2016-05-305-80/+73
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Very early in playbooks we must init the openshift_version for each host. First we determine it for the master, logic now is pushed into the openshift_docker role which we run only on first master via openshift_cli. Facts are reloaded leaving us with a first master with openshift.common.version fact we can then re-use on all other hosts. The correct version of docker should be installed as well. We then set openshift_version for all other hosts by re-using the master fact.
| * | | | | | | | | | | | | | | | Protect installed version on subsequent masters.Devan Goodwin2016-05-301-2/+22
| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Get rpm installations functional again.Devan Goodwin2016-05-267-23/+45
| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Convert generic openshift_version=3.2 to specific early in install.Devan Goodwin2016-05-251-0/+12
| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Preserve node versions on re-run.Devan Goodwin2016-05-252-5/+17
| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Fix version compare with using just 3.2 or 1.2.Devan Goodwin2016-05-251-2/+2
| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Hookup node configuration.Devan Goodwin2016-05-256-13/+21
| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Complete installation of first master containerized.Devan Goodwin2016-05-253-4/+4
| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Stop downgrading Docker because we don't know what version to install yet.Devan Goodwin2016-05-252-5/+11
| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Work towards determining openshift_version when unspecified.Devan Goodwin2016-05-2512-13/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| * | | | | | | | | | | | | | | | Remove now unnecessary pull and ver check in openshift_docker role.Devan Goodwin2016-05-251-36/+0
| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Set openshift_version in config playbooks for first master.Devan Goodwin2016-05-257-19/+79
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| * | | | | | | | | | | | | | | | Debug output.Devan Goodwin2016-05-253-0/+11
| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge pull request #2149 from detiber/audit_configScott Dodson2016-07-144-0/+10
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | | | | | | | [master] add support for setting auditConfig
| * | | | | | | | | | | | | | | | [master] add support for setting auditConfigJason DeTiberus2016-07-134-0/+10
| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge pull request #2153 from tbielawa/shell_comp2Scott Dodson2016-07-142-3/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Move the bash completion into the cli role. Only add when not contain…
| * | | | | | | | | | | | | | | | | Move the bash completion into the cli role. Only add when not containerizedTim Bielawa2016-07-142-3/+4
|/ / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | Merge pull request #1135 from smunilla/origin-installsScott Dodson2016-07-131-4/+10
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | atomic-openshift-installer: Add support for installing OpenShift Orgin
| * | | | | | | | | | | | | | | | Remove Origin 1.1 as an optionSamuel Munilla2016-07-061-1/+0
| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | a-o-i: Add Origin 1.2 InstallsSamuel Munilla2016-06-231-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add Origin 1.2 as one of the available installation options.
| * | | | | | | | | | | | | | | | a-o-i: Add support for installing OpenShift OriginSamuel Munilla2016-06-231-4/+10
| | |_|_|_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allow the user to specify origin install in unattended mode.s
* | | | | | | | | | | | | | | | Merge pull request #2147 from lhuard1A/virtio-scsiScott Dodson2016-07-132-22/+17
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make libvirt’s VM use virtio-scsi insteal of virtio-blk
| * | | | | | | | | | | | | | | | Make libvirt’s VM use virtio-scsi insteal of virtio-blkLénaïc Huard2016-07-132-22/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | | | | | | | | | | | | | | Merge pull request #2148 from tbielawa/shell_completionScott Dodson2016-07-131-0/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Install bash-completion package for the oc/oadm tools
| * | | | | | | | | | | | | | | | | Install bash-completion package for the oc/oadm toolsTim Bielawa2016-07-131-0/+3
| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Merge pull request #2146 from smunilla/pylint_no_value_for_parameterScott Dodson2016-07-131-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | Fix erroneous pylint error
| * | | | | | | | | | | | | | | | | Fix erroneous pylint errorSamuel Munilla2016-07-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | pylint is throwing up a no-value-for-parameter error here. Testing shows there is no real issue, so adding that to the ignores.
* | | | | | | | | | | | | | | | | | Merge pull request #2144 from abutcher/registry-replicasScott Dodson2016-07-131-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | Set registry replicas = 1 when no storage specified.
| * | | | | | | | | | | | | | | | | Set registry replicas = 1 when no storage specified.Andrew Butcher2016-07-121-1/+1
| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Merge pull request #2138 from abutcher/registry-pullthroughScott Dodson2016-07-133-0/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | Enable pullthrough by default in registry config for object storage.
| * | | | | | | | | | | | | | | | | Enable pullthrough by default in registry config for object storage.Andrew Butcher2016-07-113-0/+4
| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Merge pull request #2142 from lhuard1A/fix_openstack_firewallJason DeTiberus2016-07-121-0/+30
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Re-align the OpenStack firewall rules with the iptables rules
| * | | | | | | | | | | | | | | | | | Re-align the OpenStack firewall rules with the iptables rulesLénaïc Huard2016-07-121-0/+30
| |/ / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | Merge pull request #2139 from sdodson/cleanup-examplesScott Dodson2016-07-121-51/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove cleanup code from 1.0 to 1.1 upgrade era
| * | | | | | | | | | | | | | | | | | Remove cleanup code from 1.0 to 1.1 upgrade eraScott Dodson2016-07-111-51/+0
| |/ / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | Merge pull request #2141 from lhuard1A/fix_dnsJason DeTiberus2016-07-121-0/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix bin/cluster openstack related error
| * | | | | | | | | | | | | | | | | | Fix bin/cluster openstack related errorLénaïc Huard2016-07-121-0/+5
| |/ / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | Merge pull request #2140 from gaelL/loopbackJason DeTiberus2016-07-121-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | ops-docker-loopback-to-direct-lvm.yml: fix typo on the variable name "cli_name vs cli_host"
| * | | | | | | | | | | | | | | | | ops-docker-loopback-to-direct-lvm.yml: fix typo on the variable name ↵gaelL2016-07-121-1/+1
| |/ / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | "cli_name vs cli_host"
* | | | | | | | | | | | | | | | | Merge pull request #1827 from tdawson/201604-broken-symlinksScott Dodson2016-07-121-0/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | Bug 1330091 - cleanup broken symlinks - lookup_plugins filter_plugins
| * | | | | | | | | | | | | | | | cleanup broken symlinks - lookup_plugins filter_pluginsTroy Dawson2016-04-271-0/+4
| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge pull request #2137 from sdodson/rhel-originScott Dodson2016-07-111-5/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix origin gpg key path
| * | | | | | | | | | | | | | | | | Fix gpg key pathScott Dodson2016-07-111-5/+4
| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Merge pull request #2132 from abutcher/role-dependency-cleanupAndrew Butcher2016-07-084-1/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Role dependency cleanup