summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Remove fluentd_master and fluentd_node roles.Andrew Butcher2016-02-0812-202/+0
|
* Remove etcd up checks from fluentd_master.Andrew Butcher2016-02-041-8/+0
|
* 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
| * | aoi: Ask for osm_default_subdomain in interactive modeSamuel Munilla2016-02-024-1/+21
|/ / | | | | | | Add a question to ask the user for a default subdomain.
* | Merge pull request #1303 from talset/s3_registry_clusteridStefanie Forrester2016-02-011-1/+1
|\ \ | | | | | | s3_registry no filter named 'lookup'
| * | s3_registry no filter named 'lookup'talset2016-01-291-1/+1
| | | | | | | | | | | | | | | | | | | | | * Added a default function for the lookup. * According to [1] added default(,true) to avoid empty string [1] https://github.com/openshift/openshift-ansible/blob/master/docs/best_practices_guide.adoc#filters
* | | Merge pull request #1296 from rharrison10/rharriso/lib_dynRussell Harrison2016-02-014-0/+334
|\ \ \ | | | | | | | | Adding the lib_dyn role for the dyn_record module
| * | | removing extraneous commentsRussell Harrison2016-01-311-118/+4
| | | |
| * | | Remove commented lines and fix pylint checkRussell Harrison2016-01-291-10/+5
| | | |
| * | | Cleaning up the dyn ansible module for mergingRussell Harrison2016-01-295-26/+12
| | | |
| * | | Fixing last pylint errorRussell Harrison2016-01-291-0/+3
| | | |
| * | | Fixing pylint errorsRussell Harrison2016-01-291-29/+28
| | | |
| * | | WIP adding the lib_dyn role for the dyn_record moduleRussell Harrison2016-01-287-0/+465
| | | |
* | | | Merge pull request #1321 from joelddiaz/ovs-rules-itemJoel Diaz2016-02-011-0/+6
|\ \ \ \ | | | | | | | | | | add item to hold number of stray OVS rules found/removed
| * | | | add item to hold number of stray OVS rules found/removedJoel Diaz2016-02-011-0/+6
| | | | |
* | | | | Merge pull request #1319 from mwoodson/docker_storageMatt Woodson2016-02-011-1/+1
|\ \ \ \ \ | | | | | | | | | | | | changed adhoc playbook to match new host monitoring container
| * | | | | changed adhoc playbook to match new host monitoring containerMatt Woodson2016-02-011-1/+1
|/ / / / /
* | | | | Merge pull request #1309 from detiber/multi-masterStefanie Forrester2016-02-014-0/+4
|\ \ \ \ \ | | | | | | | | | | | | Multi-master fixes for provider playbooks
| * | | | | Multi-master fixes for provider playbooksJason DeTiberus2016-02-014-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - set openshift_master_cluster_method=native for all cloud providers so bin/cluster will build the ha masters correctly
* | | | | | Merge pull request #1310 from detiber/aws_hostnameStefanie Forrester2016-02-012-2/+0
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Fix hostname for aws cloud provider
| * | | | | Fix hostname for aws cloud providerJason DeTiberus2016-01-292-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | - No longer set openshift_hostname to the private ip for the instance
* | | | | | Merge pull request #1237 from detiber/infra_fixesBrenton Leanhardt2016-02-0110-75/+151
|\ \ \ \ \ \ | | | | | | | | | | | | | | infra_node fixes
| * | | | | | Added docs around oo_nodes_with_labelJason DeTiberus2016-02-011-49/+75
| | | | | | |
| * | | | | | fix for terminateJason DeTiberus2016-02-011-1/+1
| | | | | | |
| * | | | | | Fix node tags for aws providerJason DeTiberus2016-02-011-1/+1
| | | | | | |
| * | | | | | use yaml for loading lable info instead of jsonJason DeTiberus2016-02-011-1/+1
| | | | | | |
| * | | | | | infra_node fixesJason DeTiberus2016-02-019-30/+80
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - openshift_master role update - infra_nodes was previously being set to num_infra, which is an integer value when using the cloud providers, added a new variable osm_infra_nodes that is expected to be a list of hosts - if openshift_infra_nodes is not already set, create it from the nodes that have the region=infra label. - Cloud provider config playbook updates - override openshift_router_selector for cloud providers to avoid using the default of 'region=infra' when deployment_type is not 'online' - Set openshift_infra_nodes to g_infra_host for cloud providers
* | | | | | | Merge pull request #1316 from mwoodson/master_localMatt Woodson2016-02-011-2/+25
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | zabbix: added master local api items and triggers
| * | | | | | zabbix: added master local api items and triggersMatt Woodson2016-02-011-2/+25
| | | | | | |
* | | | | | | Merge pull request #1304 from jprovaznik/sleepBrenton Leanhardt2016-02-011-0/+1
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | Give openvswitch container some time to start
| * | | | | | Give openvswitch container some time to startJan Provaznik2016-01-291-0/+1
| | |_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | It's possible that openshift containers are started sooner than openvswitch starts/sets networking (this typically happens when docker service is restarted).
* | | | | | Merge pull request #1311 from sdodson/is-syncBrenton Leanhardt2016-02-015-109/+123
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | Sync latest imagestreams
| * | | | | Fix missing bool filterScott Dodson2016-01-291-1/+1
| | | | | |
| * | | | | Sync platest imagestreamsScott Dodson2016-01-294-108/+122
| | | | | |
* | | | | | Automatic commit of package [openshift-ansible] release [3.0.37-1].Kenny Woodson2016-01-292-2/+36
| | | | | |
* | | | | | Merge pull request #1313 from kwoodson/ohi_ipsKenny Woodson2016-01-294-16/+52
|\ \ \ \ \ \ | | | | | | | | | | | | | | ohi supports ip now.
| * | | | | | Adding ip address optionKenny Woodson2016-01-294-16/+52
| |/ / / / /
* | | | | | Merge pull request #1114 from lhuard1A/fix_update_repos_and_packagesBrenton Leanhardt2016-01-293-2/+4
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix update_repos_and_packages playbook which now needs openshift_facts
| * | | | | | Move the `is_atomic` check from `update_repos_and_packages.yml` to ↵Lénaïc Huard2016-01-123-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | `rhel_subscribe`
* | | | | | | Merge pull request #1133 from lhuard1A/increase_openstack_timeoutBrenton Leanhardt2016-01-292-2/+3
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | Increase OpenStack stack creation/deletion timeout
| * | | | | | Increase OpenStack stack creation/deletion timeoutLénaïc Huard2016-01-082-2/+3
| | | | | | |
* | | | | | | Merge pull request #1300 from vishpat/bug1298Brenton Leanhardt2016-01-291-0/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Fix for bug 1298
| * | | | | | | Fix for bug 1298Vishal Patil2016-01-281-0/+1
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge pull request #1307 from abutcher/containerized-cockpitBrenton Leanhardt2016-01-291-1/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Enable cockpit when not is_atomic.
| * | | | | | | Enable cockpit when not is_atomic.Andrew Butcher2016-01-291-1/+1
| |/ / / / / /
* | | | | | | Merge pull request #1301 from vishpat/bug1299Brenton Leanhardt2016-01-291-0/+4
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | Explicitly restart the node service after configuring it for nuage
| * | | | | | Explicitly restart the atomic node service after configuring it for nuageVishal Patil2016-01-281-0/+4
|/ / / / / /