summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-02-02Updating examples to use /etc/origin/master/htpasswdJeremiah Stuever
2016-02-02Merge pull request #1019 from dgoodwin/etcd-serialBrenton Leanhardt
Install and start one etcd server before the others.
2016-02-02Automatic commit of package [openshift-ansible] release [3.0.38-1].Brenton Leanhardt
2016-02-02Merge pull request #1293 from smunilla/default_subdomainBrenton Leanhardt
aoi: Ask for osm_default_subdomain in interactive mode
2016-02-02aoi: Ask for osm_default_subdomain in interactive modeSamuel Munilla
Add a question to ask the user for a default subdomain.
2016-02-01Merge pull request #1303 from talset/s3_registry_clusteridStefanie Forrester
s3_registry no filter named 'lookup'
2016-02-01Merge pull request #1296 from rharrison10/rharriso/lib_dynRussell Harrison
Adding the lib_dyn role for the dyn_record module
2016-02-01Merge pull request #1321 from joelddiaz/ovs-rules-itemJoel Diaz
add item to hold number of stray OVS rules found/removed
2016-02-01add item to hold number of stray OVS rules found/removedJoel Diaz
2016-02-01Merge pull request #1319 from mwoodson/docker_storageMatt Woodson
changed adhoc playbook to match new host monitoring container
2016-02-01changed adhoc playbook to match new host monitoring containerMatt Woodson
2016-02-01Merge pull request #1309 from detiber/multi-masterStefanie Forrester
Multi-master fixes for provider playbooks
2016-02-01Merge pull request #1310 from detiber/aws_hostnameStefanie Forrester
Fix hostname for aws cloud provider
2016-02-01Multi-master fixes for provider playbooksJason DeTiberus
- set openshift_master_cluster_method=native for all cloud providers so bin/cluster will build the ha masters correctly
2016-02-01Merge pull request #1237 from detiber/infra_fixesBrenton Leanhardt
infra_node fixes
2016-02-01Merge pull request #1316 from mwoodson/master_localMatt Woodson
zabbix: added master local api items and triggers
2016-02-01Merge pull request #1304 from jprovaznik/sleepBrenton Leanhardt
Give openvswitch container some time to start
2016-02-01zabbix: added master local api items and triggersMatt Woodson
2016-02-01Added docs around oo_nodes_with_labelJason DeTiberus
2016-02-01Merge pull request #1311 from sdodson/is-syncBrenton Leanhardt
Sync latest imagestreams
2016-02-01fix for terminateJason DeTiberus
2016-02-01Fix node tags for aws providerJason DeTiberus
2016-02-01use yaml for loading lable info instead of jsonJason DeTiberus
2016-02-01infra_node fixesJason DeTiberus
- 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
2016-01-31removing extraneous commentsRussell Harrison
2016-01-29Remove commented lines and fix pylint checkRussell Harrison
2016-01-29Automatic commit of package [openshift-ansible] release [3.0.37-1].Kenny Woodson
2016-01-29Merge pull request #1313 from kwoodson/ohi_ipsKenny Woodson
ohi supports ip now.
2016-01-29Merge pull request #1114 from lhuard1A/fix_update_repos_and_packagesBrenton Leanhardt
Fix update_repos_and_packages playbook which now needs openshift_facts
2016-01-29Adding ip address optionKenny Woodson
2016-01-29Merge pull request #1133 from lhuard1A/increase_openstack_timeoutBrenton Leanhardt
Increase OpenStack stack creation/deletion timeout
2016-01-29Cleaning up the dyn ansible module for mergingRussell Harrison
2016-01-29Fix missing bool filterScott Dodson
2016-01-29Sync platest imagestreamsScott Dodson
2016-01-29Fixing last pylint errorRussell Harrison
2016-01-29Fix hostname for aws cloud providerJason DeTiberus
- No longer set openshift_hostname to the private ip for the instance
2016-01-29Merge pull request #1300 from vishpat/bug1298Brenton Leanhardt
Fix for bug 1298
2016-01-29Fixing pylint errorsRussell Harrison
2016-01-29Merge pull request #1307 from abutcher/containerized-cockpitBrenton Leanhardt
Enable cockpit when not is_atomic.
2016-01-29Merge pull request #1301 from vishpat/bug1299Brenton Leanhardt
Explicitly restart the node service after configuring it for nuage
2016-01-29Enable cockpit when not is_atomic.Andrew Butcher
2016-01-29Give openvswitch container some time to startJan Provaznik
It's possible that openshift containers are started sooner than openvswitch starts/sets networking (this typically happens when docker service is restarted).
2016-01-29s3_registry no filter named 'lookup'talset
* 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
2016-01-28Explicitly restart the atomic node service after configuring it for nuageVishal Patil
2016-01-28Fix for bug 1298Vishal Patil
2016-01-28Merge pull request #1264 from gaelL/s3_registry_templateStefanie Forrester
adhoc s3 registry - add auth part in the registry config sample
2016-01-28Merge pull request #1265 from talset/s3_registry_clusteridStefanie Forrester
Allow to have custom bucket name and region
2016-01-28WIP adding the lib_dyn role for the dyn_record moduleRussell Harrison
2016-01-28Merge pull request #1288 from abutcher/container-logrotateBrenton Leanhardt
Configure logrotate on atomic.
2016-01-28Merge pull request #1294 from kwoodson/yaml_fixKenny Woodson
Fixed logic for skipping symlinks in jenkins checks.