summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #1364 from codificat/openshift-enterpriseBrenton Leanhardt2016-02-106-6/+8
|\ | | | | Add missing atomic- and openshift-enterprise
| * Add missing atomic- and openshift-enterprisePep Turró Mauri2016-02-096-6/+8
| | | | | | | | | | | | Some checks related to *enterprise deployments were still only looking for "enterprise" deployment_type. Update them to cover also atomic-enterprise and openshift-enterprise deployment types.
* | Merge pull request #1365 from pat2man/patch-2Brenton Leanhardt2016-02-101-0/+1
|\ \ | | | | | | Specify default namespace when creating router
| * | Specify default namespace when creating routerPatrick Tescher2016-02-091-0/+1
|/ / | | | | In case we have switched projects before running ansible.
* | Merge pull request #1330 from jkhelil/make-cli-pod-eviction-timeout-configurableBrenton Leanhardt2016-02-091-0/+4
|\ \ | | | | | | Make pod_eviction_timeout configurable from cli
| * | Make pod_eviction_timeout configurable from clijawed2016-02-041-0/+4
| | |
* | | Merge pull request #1347 from detiber/fixFirewallBrenton Leanhardt2016-02-091-16/+16
|\ \ \ | | | | | | | | Fix enabling iptables for latest rhel versions
| * | | Fix enabling iptables for latest rhel versionsJason DeTiberus2016-02-081-16/+16
| | | |
* | | | Merge pull request #1361 from stenwt/sturpin-2016-02-09-registry-healthSten Turpin2016-02-091-5/+12
|\ \ \ \ | | | | | | | | | | changed registry checks to alert based on number of registries with p…
| * | | | changed registry checks to alert based on number of registries with problemsSten Turpin2016-02-091-5/+12
|/ / / /
* | | | Merge pull request #1356 from adellape/fix_ha_typoBrenton Leanhardt2016-02-093-9/+9
|\ \ \ \ | | | | | | | | | | Fix HA typo in example AEP/OSE/Origin inventories
| * | | | Fix HA typo in example AEP/OSE/Origin inventoriesAlex Dellapenta2016-02-093-9/+9
|/ / / /
* | | | Merge pull request #1351 from kwoodson/create_appKenny Woodson2016-02-091-4/+4
|\ \ \ \ | | | | | | | | | | Renaming the key for app create.
| * | | | Updated the key for app createKenny Woodson2016-02-091-4/+4
|/ / / /
* | | | Automatic commit of package [openshift-ansible] release [3.0.39-1].Brenton Leanhardt2016-02-092-2/+28
| | | |
* | | | Merge pull request #1334 from brenton/bz1304150Brenton Leanhardt2016-02-093-0/+61
|\ \ \ \ | |/ / / |/| | | Bug 1304150 - Can't upgrade atomic-openshift to specified version
| * | | Bug 1304150 - Can't upgrade atomic-openshift to specified versionBrenton Leanhardt2016-02-093-0/+61
|/ / /
* | | Merge pull request #1342 from detiber/maskMasterBrenton Leanhardt2016-02-051-0/+4
|\ \ \ | | | | | | | | Mask master service when using native ha
| * | | Mask master service when using native haJason DeTiberus2016-02-051-0/+4
|/ / /
* | | Merge pull request #1206 from lhuard1A/openstack_dnsThomas Wiest2016-02-0412-26/+347
|\ \ \ | | | | | | | | Add a DNS server on OpenStack clusters
| * | | Add a DNS server on OpenStack clustersLénaïc Huard2016-02-0412-26/+347
| |/ /
* | | Merge pull request #1335 from smunilla/default_master_routingconfig_subdomainBrenton Leanhardt2016-02-041-1/+1
|\ \ \ | | | | | | | | aoi: Safer check for master_routingconfig_subdomain
| * | | aoi: Safer check for master_routingconfig_subdomainSamuel Munilla2016-02-041-1/+1
|/ / /
* | | Merge pull request #1333 from stenwt/sturpin-2016-02-04-rename-openshift-originSten Turpin2016-02-043-10/+10
|\ \ \ | | | | | | | | renamed /etc/openshift to /etc/origin
| * | | renamed /etc/openshift to /etc/originSten Turpin2016-02-043-10/+10
|/ / /
* | | Merge pull request #1088 from akram/allow_no_compression_for_qcow_imageThomas Wiest2016-02-042-2/+17
|\ \ \ | |/ / |/| | Allow compression option to be set to empty for non compressed images
| * | Allow compression option to be set to empty for non compressed QCow imagesAkram Ben Aissi2016-02-032-2/+17
| |/ | | | | | | Support tgz and gzip compressed images
* | Merge pull request #1239 from detiber/bin_cluster_overridesThomas Wiest2016-02-034-0/+16
|\ \ | | | | | | Additional overrides for cloud provider playbooks
| * | Additional overrides for cloud provider playbooksJason DeTiberus2016-02-014-0/+16
| | | | | | | | | | | | | | | - sdn overrides - allow overrides for use_flannel and use_fluentd
* | | Merge pull request #1291 from sdodson/bz1293578Brenton Leanhardt2016-02-036-0/+50
|\ \ \ | | | | | | | | Check that openshift_hostname resolves to an ip on our host
| * | | gitignore : .tag* (atom editor tag files)Scott Dodson2016-02-031-0/+1
| | | |
| * | | Add an early check to ensure that node names resolve to an interface on the hostScott Dodson2016-02-035-0/+49
| | | |
* | | | Merge pull request #1173 from abutcher/nfs-groupBrenton Leanhardt2016-02-0326-77/+478
|\ \ \ \ | |_|_|/ |/| | | Refactor storage options
| * | | Replace status_changed boolAndrew Butcher2016-02-021-3/+1
| | | |
| * | | Remove extra nfs configuration.Andrew Butcher2016-02-022-18/+3
| | | |
| * | | Refactor registry storage options.Andrew Butcher2016-02-0126-75/+493
| | | |
* | | | Merge pull request #1325 from abutcher/fix-scaleupBrenton Leanhardt2016-02-024-3/+6
|\ \ \ \ | | | | | | | | | | Fix scaleup playbook.
| * | | | Do not apply the etcd_certificates role during node playbook.Andrew Butcher2016-02-022-2/+3
| | | | |
| * | | | Add g_new_node_hosts to cluster_hosts.Andrew Butcher2016-02-022-1/+3
| | | | |
* | | | | Merge pull request #1238 from detiber/gce_fixesThomas Wiest2016-02-0212-115/+96
|\ \ \ \ \ | | | | | | | | | | | | GCE cloud provider updates
| * | | | | Improve docs and consistency of setting the ssh_userJason DeTiberus2016-02-028-19/+39
| | | | | |
| * | | | | remove outdated commentsJason DeTiberus2016-02-022-5/+0
| | | | | |
| * | | | | add etcd hosts for gce playbooksJason DeTiberus2016-02-021-0/+11
| | | | | |
| * | | | | GCE cloud provider updatesJason DeTiberus2016-02-027-94/+49
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - fix overrides for gce machine type and gce machine image - Update default image for origin - Update default ssh user for origin and enterprise - Remove old commented out code - Remove wip and join_node playbooks - Added add_nodes playbook which will now allow for using bin/cluster to add additional nodes - Allow env override of ssh_user - improve list playbook
* | | | | Merge pull request #1323 from jstuever/1312Brenton Leanhardt2016-02-023-3/+3
|\ \ \ \ \ | |/ / / / |/| | | | Updating examples to use /etc/origin/master/htpasswd
| * | | | Updating examples to use /etc/origin/master/htpasswdJeremiah Stuever2016-02-023-3/+3
|/ / / /
* | | | Merge pull request #1019 from dgoodwin/etcd-serialBrenton Leanhardt2016-02-021-2/+26
|\ \ \ \ | | | | | | | | | | Install and start one etcd server before the others.
| * | | | Bring first etcd server up before others.Devan Goodwin2015-12-111-2/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In faster environments (i.e. all local VMs) etcd nodes could come online at roughly the same time leading to conflicts with self-elections, resulting in a non-functional cluster. To solve we configure the first etcd host by itself, then configure the remaining ones in parallel to keep things as fast as possible.
* | | | | Automatic commit of package [openshift-ansible] release [3.0.38-1].Brenton Leanhardt2016-02-022-2/+26
| | | | |
* | | | | Merge pull request #1293 from smunilla/default_subdomainBrenton Leanhardt2016-02-024-1/+21
|\ \ \ \ \ | | | | | | | | | | | | aoi: Ask for osm_default_subdomain in interactive mode