summaryrefslogtreecommitdiffstats
path: root/playbooks
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #658 from menren/gce-supportThomas Wiest2015-10-128-61/+149
|\ | | | | GCE-support
| * Adding second param. true to many default filtersChengcheng Mu2015-10-094-7/+7
| |
| * Merge branch 'gce-support' of https://github.com/menren/openshift-ansible ↵Chengcheng Mu2015-10-061-30/+5
| |\ | | | | | | | | | into gce-support
| | * playbooks/openstack/openshift-cluster/launch.yml back to its correct versionChengcheng Mu2015-10-061-30/+5
| | |
| * | Revert "Revert "GCE support""Chengcheng Mu2015-10-069-66/+179
| | | | | | | | | | | | This reverts commit 3073d1f729f9dcd202088f6b318b465567c6344b.
* | | Merge pull request #667 from kwoodson/loopbackKenny Woodson2015-10-071-7/+0
|\ \ \ | | | | | | | | Removed last play in playbook as it will fail
| * | | Removing the last step as it will fail.Kenny Woodson2015-10-071-7/+0
| | | |
* | | | Merge pull request #666 from kwoodson/loopbackMatt Woodson2015-10-071-3/+1
|\| | | | |/ / |/| | Removed io1 and added gp2
| * | Removed io1 type for gp2Kenny Woodson2015-10-071-3/+1
| | |
* | | Revert "GCE support"Thomas Wiest2015-10-059-179/+66
| | |
* | | Merge pull request #641 from menren/gce-supportThomas Wiest2015-10-059-66/+179
|\ \ \ | | |/ | |/| GCE support
| * | openshift master public api url defaults to None, it will get its default ↵Chengcheng Mu2015-10-022-30/+31
| | | | | | | | | | | | | | | | | | value in openshift_facts commented infra-node code until it's solved
| * | Removed some application specific code like insecure registries, heat templateChengcheng Mu2015-10-011-9/+3
| | |
| * | oo_option fixed, some clean upChengcheng Mu2015-10-012-24/+1
| | |
| * | GCE-support (more information in PR, README_GCE.md)Chengcheng Mu2015-10-0110-40/+181
| | |
* | | Merge pull request #639 from jaryn/localonly_dnsBrenton Leanhardt2015-10-011-1/+1
|\ \ \ | | | | | | | | Prevent dns resolution recursion (loop).
| * | | Prevent dns resolution recursion (loop).Jaroslav Henner2015-09-301-1/+1
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The dnsmasq should not be resolving the example.com recursively, because in case that we have /etc/NetworkManager/dnsmasq.d/libvirt_dnsmasq.conf: server=/example.com/192.168.55.1 the dnsmasq will be asking itself, therefore a dns resolution loop is created, which causes Maximum number of concurrent DNS queries reached (max: 150) and performance degradation of dns resolution on the whole hypervizor and guests. This patch will fix that in the domain.xml, which will cause adding local=/example.com/ to the /var/lib/libvirt/dnsmasq/openshift-ansible.conf, effectively fixing the problem.
* | | added 'missingok' to logrotate and disabled fluentd in onlineStefanie Forrester2015-10-011-0/+1
| |/ |/|
* | Merge pull request #582 from sdodson/upgradesBrenton Leanhardt2015-09-305-0/+139
|\ \ | | | | | | Upgrade playbook
| * | UpgradesScott Dodson2015-09-235-0/+139
| | |
* | | added comment to the grow_docker_vg playbookMatt Woodson2015-09-291-0/+2
| | |
* | | added the grow_docker_vg adhoc playbookMatt Woodson2015-09-292-0/+245
| |/ |/|
* | added dynamic inventory support for single-master clustersStefanie Forrester2015-09-242-11/+6
| |
* | Added S3 docker-registry config scriptStefanie Forrester2015-09-232-0/+75
|/
* changed the docker cleanup to exclude certain registriesMatt Woodson2015-09-211-4/+3
|
* commented out dangerous playbook option for cleanupMatt Woodson2015-09-211-3/+4
|
* added playbook for docker storage cleanupMatt Woodson2015-09-182-2/+78
|
* cleaned up some errors in loopback playbookMatt Woodson2015-09-181-2/+5
|
* added the docker loopback fixer scriptMatt Woodson2015-09-182-0/+143
|
* Create service accounts and set up scc rulesStefanie Forrester2015-09-101-0/+9
|
* Default masters to t2.medium instead of t2.smallWesley Hearn2015-09-093-3/+3
|
* added new node fact for schedulabilityStefanie Forrester2015-09-021-8/+2
|
* wait for ports instead of waiting for an arbitrary period of timeStefanie Forrester2015-09-021-0/+1
|
* added docker zabbix template, removed unused / old templates so they don't ↵Thomas Wiest2015-08-314-0/+22
| | | | confuse other people.
* Merge pull request #512 from sdodson/nextWesley Hearn2015-08-285-18/+19
|\ | | | | Merge in Atomic Enterprise work into master
| * Atomic Enterprise related changes.Avesh Agarwal2015-08-265-18/+19
| |
* | adhoc/tutorial_reset: Also delete etcd and dataColin Walters2015-08-271-0/+4
| | | | | | | | | | | | I needed this because I forgot to override openshift_hostname, and it found the wrong hostname, which then leaked into etcd certs, which caused the master to fail to start.
* | adhoc/tutorial_reset: Don't error out if there are no Docker imagesColin Walters2015-08-271-0/+3
| | | | | | | | I'd like this playbook to always work.
* | Merge pull request #518 from tdawson/201508logrotateTroy Dawson2015-08-274-0/+20
|\ \ | | | | | | Update syslog logrotate to compress and rotate daily
| * | Add a role that allows logrotate config editing.Troy Dawson2015-08-274-0/+20
| | | | | | | | | | | | | | | This role gets called for each type of machine, but if logrotate_scripts is not set, nothing happens.
* | | Merge pull request #520 from kwoodson/zbxupdatesKenny Woodson2015-08-2712-362/+32
|\ \ \ | |/ / |/| | Updating zabbix ansible module.
| * | Updates for zbx ans moduleKenny Woodson2015-08-2712-362/+32
| | |
* | | Revert "Zabbix API updates"Kenny Woodson2015-08-2712-0/+388
| | |
* | | Merge pull request #513 from kwoodson/zbxupdatesWesley Hearn2015-08-2712-388/+0
|\ \ \ | |_|/ |/| | Zabbix API updates
| * | Updates for zbx ans moduleKenny Woodson2015-08-2712-388/+0
| |/
* | Merge pull request #483 from lhuard1A/issue_471Wesley Hearn2015-08-264-73/+37
|\ \ | | | | | | Properly pass the "external network" option to the HEAT template
| * | Properly pass the "external network" option to the HEAT templateLénaïc Huard2015-08-174-73/+37
| | | | | | | | | | | | Fixes #471
* | | Merge pull request #510 from lhuard1A/clustered_etcd_libvirtWesley Hearn2015-08-262-2/+11
|\ \ \ | | | | | | | | Add etcd nodes management in libvirt
| * | | Add etcd nodes management in libvirtLénaïc Huard2015-08-252-2/+11
| | |/ | |/|
* | | Merge pull request #511 from wshearn/label_aws_hostsWesley Hearn2015-08-261-0/+13
|\ \ \ | | | | | | | | Set node labels for AWS hosts