summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-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-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.
2016-01-28fixing logic for skipping symlinksKenny Woodson
2016-01-28Allow to have custom bucket name and regiontalset
File playbooks/adhoc/s3_registry/s3_registry* To be able to use a different bucket name and region, aws_bucket and aws_region are now available * Add variable for region and bucket into j2 * Update comment Usage * Add default aws_bucket_name and aws_bucket_region
2016-01-28Merge pull request #1290 from joelddiaz/sky-templateJoel Diaz
fix template trigger calc
2016-01-28Add inventory example for logrotate_scriptsAndrew Butcher
2016-01-28Merge pull request #1292 from brenton/masterBrenton Leanhardt
Minor readme cleanup for Bug 1271566
2016-01-28Minor readme cleanup for Bug 1271566Brenton Leanhardt
2016-01-28fix template trigger calcJoel Diaz
2016-01-27Configure logrotate on atomic.Andrew Butcher
2016-01-26Merge pull request #1286 from kwoodson/zbx_host_fixKenny Woodson
Fixed zbx_host interface comparison and removed duplicate hostgroup names for input.
2016-01-26Comparing zbx_host interfaces and removing duplicate hostgroup_namesKenny Woodson
2016-01-26Merge pull request #1273 from lhuard1A/fix_oo_pretty_print_clusterThomas Wiest
Fix `oo_pretty_print_cluster` following the renaming of `env` into `clusterid`
2016-01-26Merge pull request #1274 from rassie/patch-1Brenton Leanhardt
Fix checking for update package availability
2016-01-26Merge pull request #1283 from giuseppe/giuseppe/Dockerfile-require-pyOpenSSLBrenton Leanhardt
Dockerfile: Require pyOpenSSL
2016-01-26Merge pull request #1280 from sjenning/replace-yum-dnfBrenton Leanhardt
replace yum with dnf
2016-01-26Dockerfile: Require pyOpenSSLGiuseppe Scrivano
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
2016-01-26Merge pull request #1279 from abutcher/is-atomic-swapBrenton Leanhardt
Install cockpit, logrotate and fluentd unless host is atomic.
2016-01-26replace yum with dnfSeth Jennings
2016-01-26Merge pull request #1275 from spinolacastro/datadirBrenton Leanhardt
Expose data_dir
2016-01-26Merge pull request #1270 from detiber/opensslBrenton Leanhardt
Ensure openssl present for etcd_ca
2016-01-26Merge pull request #1276 from spinolacastro/pkgversionBrenton Leanhardt
Fix pkg_version
2016-01-26Merge pull request #1278 from kwoodson/master_checksKenny Woodson
Adding a variable for ha master.
2016-01-26Install cockpit, logrotate and fluentd unless host is atomic.Andrew Butcher
2016-01-26Merge pull request #1277 from mwoodson/skydns_checkMatt Woodson
zabbix: added the skydns items and triggers
2016-01-26zabbix: added the skydns items and triggersMatt Woodson
2016-01-26fix pkg_versionDiego Castro
2016-01-26Expose data_dirDiego Castro
2016-01-26Fix checking for update package availabilityNikolai Prokoschenko
Currently, if `yum list available` returns two versions, for whatever reason, no sorting is imposed. Therefore it's possible that an upgraded package version is available but is not being detected. This patch sorts the version number list so that most recent version is always picked first.
2016-01-26Merge pull request #1253 from detiber/updateMinVersionBrenton Leanhardt
Update Docs and test for testing ansible version
2016-01-26Fix oo_pretty_print_cluster following the renaming of `env` into `clusterid`Lénaïc Huard
2016-01-25Ensure openssl present for etcd_caJason DeTiberus
2016-01-25Update Docs and test for testing ansible versionJason DeTiberus
2016-01-25Merge pull request #1160 from vishpat/nuageBrenton Leanhardt
Nuage
2016-01-25Automatic commit of package [openshift-ansible] release [3.0.36-1].Kenny Woodson
2016-01-25Merge pull request #1269 from kwoodson/inventory_alias_fixKenny Woodson
Supporting awsutil inventory calls with version and hosttype aliases.
2016-01-25Fixing awsutil to support aliases and v3Kenny Woodson
2016-01-25Merge pull request #1236 from detiber/add_nodesThomas Wiest
Remove camel case for bin/cluster addNodes
2016-01-25Add Nuage support to openshift ansibleVishal Patil
Added variables Made changes for node configuration Add service restart logic to node Fixed ansible syntax errors Add cert and key info for nodes Added active and standby controller ip configuration information Uncommented the nuage sdn check Changed ca_crt -> ca_cert Added restarting of atomic openshift master Removed service account dependencies Fixes Fixed the api server url Removed redundant restart of atomic openshift master Configure nuagekubemon on all of the master nodes Restart master api and controllers as well on nuagekubemon installation Converted plugin config into template Add template for nuagekubemon Removed uplink interface from vars Able to copy cert keys Uninstall default ovs Add the kubemon template Do not install rdo sdn rpms in case of nuage Addressed latest review comments Set the networkPluginName for nuage
2016-01-25Updating for host monitoring HA mastersKenny Woodson
2016-01-25Merge pull request #1177 from smunilla/install_storage_on_installBrenton Leanhardt
v3_0_to_v3_1_upgrade: Install storage packages
2016-01-25Merge pull request #1250 from detiber/emptyMasterFixBrenton Leanhardt
Fix error when oo_masters_to_config is empty
2016-01-22Merge pull request #1266 from abutcher/is-active-2Brenton Leanhardt
Reverse 'is-active' check in restart playbook
2016-01-22Fail when master restart playbook finds no active masters rather than any ↵Andrew Butcher
failed masters.
2016-01-22adhoc s3 registry - add auth part in the registry config samplegaelL
Without the auth part, after spawning the registry we were not able to do an auth. ``` docker login -u .. -p ... 172.30.234.98:5000 Error response from daemon: no successful auth challenge forhttp://172.30.234.98:5000/v2/ - errors: [] ``` Simply adding this part in the registry config sample
2016-01-21Merge pull request #1259 from kwoodson/no_symlink_yamlKenny Woodson
Skipping symlinks for yaml validation.
2016-01-21Skipping any symlinks for the yaml validation checkKenny Woodson