summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | Merge pull request #2304 from sdodson/image-stream-syncScott Dodson2016-08-1666-181/+19027
|\ \ \ \ | | |_|/ | |/| | Image stream sync
| * | | Sync remaining contentScott Dodson2016-08-1633-94/+1182
| | | |
| * | | XPaas 1.3.3Scott Dodson2016-08-1633-87/+17845
| | |/ | |/|
* | | Merge pull request #2300 from sdodson/issue1745Scott Dodson2016-08-161-1/+5
|\ \ \ | |/ / |/| | Add additional options to RequestHeaderProvider optional items
| * | Add clientCommonNames to RequestHeaderProvider optional itemsScott Dodson2016-08-151-1/+5
| | |
* | | Merge pull request #2301 from smunilla/fix_nosetest_scaleupScott Dodson2016-08-151-9/+13
|\ \ \ | |/ / |/| | a-o-i: Fix broken tests from installed hosts check
| * | a-o-i: Fix broken tests from installed hosts checkSamuel Munilla2016-08-151-9/+13
|/ / | | | | | | | | | | With the latest changes to behavior around uninstalled hosts during a scaleup, nosetests were broken. This updates the tests to verify that we exit when we are expecting.
* | Merge pull request #2297 from abutcher/bz#1329455Scott Dodson2016-08-151-22/+18
|\ \ | | | | | | a-o-i: Bug1329455, [quick-install] Cannot add new nodes in pre-existing env
| * | a-o-i: fix bz#1329455Gan Huang2016-08-151-22/+18
| | |
* | | Merge pull request #2298 from smunilla/BZ1357627Scott Dodson2016-08-151-0/+6
|\ \ \ | | | | | | | | a-o-i: Mapping for 3.2 Upgrades
| * | | a-o-i: Mapping for 3.2 UpgradesSamuel Munilla2016-08-151-0/+6
|/ / / | | | | | | | | | Update the playbook mappings for 3.2
* | | Merge pull request #2201 from richm/v1.3Scott Dodson2016-08-152-1/+2
|\ \ \ | |/ / |/| | add 3.3 to installer
| * | add 3.3 to installerRich Megginson2016-07-312-1/+2
| | |
* | | Merge pull request #2296 from sdodson/issue2129Scott Dodson2016-08-152-0/+2
|\ \ \ | | | | | | | | Add nfs group to OSEv3:vars
| * | | Add nfs group to OSEv3:varsScott Dodson2016-08-152-0/+2
| | | | | | | | | | | | | | | | Fixes #2129
* | | | Automatic commit of package [openshift-ansible] release [3.3.11-1].Troy Dawson2016-08-152-2/+7
|/ / /
* | | Merge pull request #2291 from abutcher/etcd-userScott Dodson2016-08-121-0/+4
|\ \ \ | | | | | | | | Bug 1366595 - installer failed at task "Validate permissions on certificate files"
| * | | Ensure etcd user exists in etcd_server_certificates by installing etcd.Andrew Butcher2016-08-121-0/+4
|/ / /
* | | Merge pull request #2290 from smunilla/BZ1357627Scott Dodson2016-08-122-6/+5
|\ \ \ | | | | | | | | a-o-i: Fix broken upgrades
| * | | a-o-i: Fix broken upgradesSamuel Munilla2016-08-122-6/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Upgrade was looking for the hosts in the old location. Quick fix to get it looking in the correct location. Fixes BZ#1357627.
* | | | Automatic commit of package [openshift-ansible] release [3.3.10-1].Troy Dawson2016-08-122-2/+16
|/ / /
* | | Merge pull request #2288 from abutcher/redeploy-mktempScott Dodson2016-08-111-4/+4
|\ \ \ | | | | | | | | Reference tmpdir from first master hostvars when evacuating nodes.
| * | | Reference tmpdir from first master hostvars when evacuating nodes.Andrew Butcher2016-08-111-4/+4
|/ / /
* | | Merge pull request #2285 from dgoodwin/nuke-images-2Scott Dodson2016-08-114-20/+59
|\ \ \ | | | | | | | | Improvements for Docker 1.10+ Upgrade Image Nuking
| * | | Improvements for Docker 1.10+ upgrade image nuking.Devan Goodwin2016-08-114-20/+55
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In a parallel step prior to real upgrade tasks, clear out all unused Docker images on all hosts. This should be relatively safe to interrupt as no real upgrade steps have taken place. Once into actual upgrade, we again clear all images only this time with force, and after stopping and removing all containers. Both rmi commands use a new and hopefully less error prone command to do the removal, this should avoid missed orphans as we were hitting before. Added some logging around the current image count before and after this step, most of them are only printed if we're crossing the 1.10 boundary but one does not, just for additional information in your ansible log.
| * | | Shutdown Docker before upgrading the rpm.Devan Goodwin2016-08-101-0/+4
| | | | | | | | | | | | | | | | | | | | This avoids the automatic image migration in 1.10, which can take a very long time and potentially cause rpm db corruption.
* | | | Merge pull request #2286 from smunilla/label_infra_nodesScott Dodson2016-08-111-0/+11
|\ \ \ \ | | | | | | | | | | a-o-i: Automatically Label Nodes as Infra
| * | | | a-o-i: Automatically Label Nodes as InfraSamuel Munilla2016-08-111-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In interactive mode, automatically label nodes as infrastructure nodes. Two cases are covered: 1) If all nodes are masters, all hosts are labeled infra 2) If dedicated nodes are defined, the first two (or one) nodes are labeled as infra
* | | | | Merge pull request #1142 from abutcher/new-certs-who-disScott Dodson2016-08-1115-86/+496
|\ \ \ \ \ | | | | | | | | | | | | Support for redeploying certificates
| * | | | | Support for redeploying certificates.Andrew Butcher2016-08-1115-86/+496
| |/ / / /
* | | | | Merge pull request #2287 from deads2k/qps-typoScott Dodson2016-08-112-4/+4
|\ \ \ \ \ | |/ / / / |/| | | | qps typo
| * | | | qps typodeads2k2016-08-112-4/+4
|/ / / /
* | | | Merge pull request #2062 from smunilla/BZ1329455Scott Dodson2016-08-101-19/+18
|\ \ \ \ | | | | | | | | | | a-o-i: Restrict installed host check
| * | | | a-o-i: Restrict installed host checkSamuel Munilla2016-08-101-19/+18
|/ / / / | | | | | | | | | | | | Restrict installed host check to only masters and nodes.
* | | | Merge pull request #2280 from ganhuang/bz#1356823Scott Dodson2016-08-101-0/+7
|\ \ \ \ | | | | | | | | | | docker-registry's middleware stanza should contain 'registry' and 'storage' by default
| * | | | Restrict the middleware stanza contains 'registry' and 'storage' at least on 3.3Gan Huang2016-08-101-1/+3
| | | | |
| * | | | docker-registry's middleware stanza should contain 'registry' and 'storage' ↵Gan Huang2016-08-101-0/+5
| |/ / / | | | | | | | | | | | | by default
* / / / Automatic commit of package [openshift-ansible] release [3.3.9-1].Troy Dawson2016-08-102-2/+23
|/ / /
* | | Merge pull request #2268 from abutcher/ansible-2.2Scott Dodson2016-08-099-35/+53
|\ \ \ | | | | | | | | Ansible 2.2 Support
| * | | Move storage includes up to main.Andrew Butcher2016-08-083-19/+16
| | | |
| * | | Support gathering ansible 2.1/2.2 system factsAndrew Butcher2016-08-081-12/+19
| | | |
| * | | Try/except urlparse calls.Andrew Butcher2016-08-081-1/+5
| | | |
| * | | with_fileglob no longer supports wildcard prefixes.Andrew Butcher2016-08-085-3/+13
| | | |
* | | | Merge pull request #2279 from abutcher/no-volume-zoneScott Dodson2016-08-091-0/+1
|\ \ \ \ | | | | | | | | | | Bug 1365379 - Need to have 'NoVolumeZoneConflict' scheduler policy enabled by installer
| * | | | Enable 'NoVolumeZoneConflict' policy for schedulerAndrew Butcher2016-08-091-0/+1
| | |_|/ | |/| |
* | | | Merge pull request #2278 from smunilla/BZ1353162Scott Dodson2016-08-095-15/+15
|\ \ \ \ | | | | | | | | | | a-o-i: Move ansible_ssh_user to deployment
| * | | | a-o-i: Update nosetests for ansible_ssh_userSamuel Munilla2016-08-093-10/+11
| | | | | | | | | | | | | | | | | | | | | | | | | Update the nosetests to reflect the new location of ansible_ssh_user in the config file.
| * | | | move ansible_ssh_user to deployment, remove ansible_config and ansible_log_pathGan Huang2016-08-092-5/+4
| |/ / /
* | | | Merge pull request #2275 from ganhuang/bz#1353163Scott Dodson2016-08-091-1/+2
|\ \ \ \ | |/ / / |/| | | a-o-i: Labeling nodes only
| * | | Labeling nodes onlyGan Huang2016-08-091-1/+2
|/ / /