summaryrefslogtreecommitdiffstats
path: root/roles
Commit message (Collapse)AuthorAgeFilesLines
* Switch to beta4 for onlineTroy Dawson2015-06-081-4/+4
|
* add use_fluentd to openshift_factsJason DeTiberus2015-06-062-1/+16
| | | | | - Move use_fluentd into openshift_facts proper - default use_fluentd to False unless deployment_type == origin
* Allow NFS access for VMsJhon Honce2015-06-051-0/+3
|
* Merge pull request #207 from sebiwi/remove_trailing_whitespaceThomas Wiest2015-06-031-3/+3
|\ | | | | Removed trailing whitespaces
| * Removed trailing whitespacesSebastian Caceres2015-05-061-3/+3
| |
* | Merge pull request #255 from jsafrane/devel/fix-typoThomas Wiest2015-06-031-1/+1
|\ \ | | | | | | Fixe a typo in NFS server role.
| * | Fixed a typo.Jan Safranek2015-06-011-1/+1
| | |
* | | Merge pull request #190 from jwhonce/wip/containersJhon Honce2015-06-0121-16/+314
|\ \ \ | | | | | | | | | | | | | | | | Infrastructure - Deploy services in cluster @twiest All comments covered.
| * | | * Fix tables in README.md filesJhon Honce2015-06-012-2/+2
| | | |
| * | | * rename openshift_registry_url oreg_urlJhon Honce2015-06-016-26/+26
| | | | | | | | | | | | | | | | * rename option_images to _{oreg|ortr}_images
| * | | * Do not reinstall gem if it existsJhon Honce2015-06-012-0/+12
| | | |
| * | | * Make fluentd deployment optional with openshift_use_fluentdJhon Honce2015-06-011-0/+1
| | | |
| * | | Install fluentd on nodes and masterJhon Honce2015-05-296-0/+156
| | | | | | | | | | | | | | | | * Configure fluentd to aggragate container logs
| * | | * Deploy services from common playbookJhon Honce2015-05-297-9/+9
| | | |
| * | | [WIP] Infrastructure - Deploy services in clusterJhon Honce2015-05-2910-0/+129
| |/ / | | | | | | | | | | | | * Create OpenShift Docker Registry * Create OpenShift router
* | | First attempt at idempotencyKenny Woodson2015-06-011-81/+178
|/ /
* | Removed cloud.rb and it's associated libraries as it's no longer used. Also ↵Thomas Wiest2015-05-275-219/+0
| | | | | | | | removed etcd role.
* | docker-storage role addedKenny Woodson2015-05-269-21/+93
| |
* | removed references to atomic proxy.Thomas Wiest2015-05-2626-662/+0
| |
* | Merge pull request #233 from jsafrane/devel/nfs-volumesThomas Wiest2015-05-228-0/+444
|\ \ | | | | | | Add nfs-volumes role.
| * | Add nfs-volumes role.Jan Safranek2015-05-208-0/+444
| | | | | | | | | | | | | | | | | | This role is useful to use (physical) disks as persistent volumes in Kubernetes. It partitions the disks, exports the partitions as NFS shares and registers the shares as physical volumes at remote Kubernetes installation.
* | | Merge pull request #238 from detiber/skydnsPortFixThomas Wiest2015-05-211-1/+4
|\ \ \ | | | | | | | | openshift_master open port for skydns service
| * | | openshift_master open port for skydns serviceJason DeTiberus2015-05-201-1/+4
| |/ /
* | | Merge pull request #235 from detiber/awsNoPublicWesley Hearn2015-05-211-5/+5
|\ \ \ | | | | | | | | Guard against missing aws metadata for hostnames/ips
| * | | Guard against missing aws metadata for hostnames/ipsJason DeTiberus2015-05-201-5/+5
| |/ /
* | | Verify ansible is greater than 1.8.0 and not 1.9.0Jason DeTiberus2015-05-201-0/+6
|/ /
* | Removing destination formatKenny Woodson2015-05-191-14/+0
| |
* | Updating ansible config through a separate config.ymlKenny Woodson2015-05-183-7/+12
| |
* | Added ability to create groupby options on hostvarsKenny Woodson2015-05-141-0/+7
| |
* | Added options for separate ec2.ini filesKenny Woodson2015-05-131-0/+7
| |
* | Adding cache location for multi ec2Kenny Woodson2015-05-112-0/+20
| |
* | pylint fixesJason DeTiberus2015-05-061-352/+553
| |
* | openshift_fact and misc fixesJason DeTiberus2015-05-061-126/+211
|/ | | | | | | | | | | | | | | | - Do not attempt to fetch file to same file location when playbooks are run locally on master - Fix for openshift_facts when run against a host in a VPC that does not assign internal/external hostnames or ips - Fix setting of labels and annotations on node instances and in openshift_facts - converted openshift_facts to use json for local_fact storage instead of an ini file, included code that should migrate existing ini users to json - added region/zone setting to byo inventory - Fix fact related bug where deployment_type was being set on node role instead of common role for node hosts
* symlink added for ansible-tower-cli. Also fix to spacing issue for proot optionsKenny Woodson2015-05-052-2/+9
|
* Adding towercli config to /etc/towerKenny Woodson2015-05-043-0/+23
|
* Merge pull request #191 from detiber/vagrantFileThomas Wiest2015-04-291-0/+11
|\ | | | | Add vagrantfile and minor bugfixes
| * Add vagrantfile and minor bugfixesJason DeTiberus2015-04-281-0/+11
| | | | | | | | | | | | | | | | - Add Vagrantfile for configuring a basic cluster - Add an initial readme for using vagrant - explicitly set connection: local and sudo: false for localhost actions in playbooks/common/openshift-node/config.yml - Fix permissions issue with openshift config file for non-root user
* | Merge pull request #194 from kwoodson/tower_cli_installKenny Woodson2015-04-297-2/+68
|\ \ | | | | | | Add tower-cli role
| * | ansible tower cli roleKenny Woodson2015-04-297-2/+68
| |/
* | added destination_format to our ec2.iniMatt Woodson2015-04-291-0/+14
|/
* Merge pull request #189 from kwoodson/default_multiec2Kenny Woodson2015-04-271-0/+20
|\ | | | | Ansible tower default inventory will use multi_ec2
| * Updating ansible.cfg to use multi_ec2.py for inventoryKenny Woodson2015-04-271-0/+20
| |
* | Merge pull request #179 from detiber/onlineRepoCleanupWesley Hearn2015-04-234-124/+0
|\ \ | | | | | | More repo cleanup
| * | More repo cleanupJason DeTiberus2015-04-224-124/+0
| | | | | | | | | | | | | | | - remove previously removed repo files from disk if they still exist - remove gpg keys that are no longer referenced
* | | Fixes for latest osc client config changesJason DeTiberus2015-04-223-100/+334
|/ / | | | | | | - also pylint fixes
* | Merge pull request #169 from detiber/gce_iptables_defaultsJhon Honce2015-04-223-45/+46
|\ \ | | | | | | fixes to better deal with gce image defaults
| * | pylintJason DeTiberus2015-04-211-38/+44
| | |
| * | fixes to better deal with gce image defaultsJason DeTiberus2015-04-213-8/+3
| | | | | | | | | | | | | | | | | | | | | - remove exception if INPUT rules are not found, gce centos-7 image is stripped of default rules - ignore_errors for systemctl mask operation, fails with permission denied on gce centos-7 image.
* | | Use docker-registry.ops when deploying as onlineWesley Hearn2015-04-222-0/+12
| | |
* | | Remove duplicated repos and fix enterprise-v3 repoWesley Hearn2015-04-223-44/+1
| | |