summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Merge pull request #2278 from smunilla/BZ1353162Scott Dodson2016-08-095-15/+15
|\ \ \ \
| * | | | a-o-i: Update nosetests for ansible_ssh_userSamuel Munilla2016-08-093-10/+11
| * | | | 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
|\ \ \ \ | |/ / / |/| | |
| * | | Labeling nodes onlyGan Huang2016-08-091-1/+2
|/ / /
* | | Merge pull request #2261 from richm/ansible2-support-hack-2Scott Dodson2016-08-081-1/+7
|\ \ \
| * | | make the improved log formatter work with ansible 2.1Rich Megginson2016-08-081-1/+7
| |/ /
* | | Merge pull request #2269 from abutcher/etcd-certs-becomeScott Dodson2016-08-081-0/+2
|\ \ \
| * | | Set become=no for etcd server certificates temporary directory.Andrew Butcher2016-08-081-0/+2
* | | | Merge pull request #2211 from dgoodwin/33-upgrade-playbookScott Dodson2016-08-0838-85/+308
|\ \ \ \
| * | | | Migrate ca.crt to ca-bundle.crtScott Dodson2016-08-081-0/+25
| * | | | Upgrade configs for protobuf support.Devan Goodwin2016-08-084-0/+68
| * | | | Fixed a bug in modify_yaml module.Devan Goodwin2016-08-082-11/+56
| * | | | Add 3.3 protobuf config stanzas for master/node config.Devan Goodwin2016-07-282-0/+21
| * | | | Introduce 1.3/3.3 upgrade path.Devan Goodwin2016-07-2532-74/+138
* | | | | Merge pull request #2267 from Jmainguy/build_md_liesScott Dodson2016-08-081-2/+2
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | BUILD.md liesJonathan Mainguy2016-08-081-2/+2
|/ / / /
* | | | Merge pull request #2266 from abutcher/v2-callbacksAndrew Butcher2016-08-083-25/+31
|\ \ \ \ | |_|/ / |/| | |
| * | | Convert ansible facts callback to v2.Andrew Butcher2016-08-083-25/+31
* | | | Automatic commit of package [openshift-ansible] release [3.3.8-1].Troy Dawson2016-08-082-2/+6
* | | | Merge pull request #2265 from jmferrer/masterScott Dodson2016-08-083-3/+3
|\ \ \ \ | |/ / / |/| | |
| * | | Fix little mistake in openshift_master_htpasswd_users value .jmferrer2016-08-083-3/+3
|/ / /
* | | Automatic commit of package [openshift-ansible] release [3.3.7-1].Troy Dawson2016-08-052-2/+16
* | | Merge pull request #2260 from abutcher/new-master-lbScott Dodson2016-08-051-0/+2
|\ \ \
| * | | Call relocated openshift-loadbalancer playbook in master scaleup.Andrew Butcher2016-08-041-0/+2
* | | | Merge pull request #2259 from abutcher/fix-ca-checkScott Dodson2016-08-051-2/+1
|\ \ \ \
| * | | | [openshift_ca] correct check for missing CA.Andrew Butcher2016-08-041-2/+1
| |/ / /
* | | | Merge pull request #2257 from smunilla/ose_rename_to_oscpScott Dodson2016-08-041-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | a-o-i: Rename OSE in Install MenuSamuel Munilla2016-08-041-1/+1
|/ / /
* | | Merge pull request #2255 from abutcher/hosted-knobsScott Dodson2016-08-033-0/+15
|\ \ \
| * | | Add knobs for disabling router/registry management.Andrew Butcher2016-08-033-0/+15
* | | | Merge pull request #2238 from sdodson/no-network-pluginAndrew Butcher2016-08-031-2/+2
|\ \ \ \
| * | | | Don't set a networkPluginName in 3.3 installsScott Dodson2016-07-291-2/+2
* | | | | Merge pull request #2254 from smunilla/arbitrary_deployment_varsScott Dodson2016-08-031-13/+11
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | a-o-i: Allow Arbitrary Deployment VariablesSamuel Munilla2016-08-031-13/+11
* | | | | Merge pull request #2049 from abutcher/named-certificatesScott Dodson2016-08-0320-80/+239
|\ \ \ \ \
| * | | | | Add options for specifying named ca certificates to be added to the openshift...Andrew Butcher2016-08-0120-72/+215
| * | | | | oo_collect can be ran against dicts where key isn't present.Andrew Butcher2016-08-011-9/+24
* | | | | | Merge pull request #2252 from abutcher/etcd-imageScott Dodson2016-08-031-0/+5
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Restore missing etcd_image fact.Andrew Butcher2016-08-031-0/+5
|/ / / / /
* | | | | Automatic commit of package [openshift-ansible] release [3.3.6-1].Troy Dawson2016-08-032-2/+7
* | | | | Merge pull request #2243 from smunilla/BZ1359427Scott Dodson2016-08-032-5/+9
|\ \ \ \ \
| * | | | | a-o-i: Fix broken uninstallSamuel Munilla2016-08-022-5/+9
* | | | | | Merge pull request #2250 from abutcher/hosted-nodesScott Dodson2016-08-022-4/+4
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Rename router and registry node list variables.Andrew Butcher2016-08-022-4/+4
|/ / / / /
* | | | | Merge pull request #1953 from abutcher/etcd-certificatesScott Dodson2016-08-0223-406/+638
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Refactor etcd certificates roles.Andrew Butcher2016-08-0223-406/+638
|/ / / /
* | | | Automatic commit of package [openshift-ansible] release [3.3.5-1].Troy Dawson2016-08-012-2/+16
* | | | Merge pull request #2242 from smunilla/BZ1358101Scott Dodson2016-08-012-34/+5
|\ \ \ \
| * | | | a-o-i: Remove AEP, OSE 3.0, and OSE 3.2 choicesSamuel Munilla2016-07-302-34/+5
| | |_|/ | |/| |