summaryrefslogtreecommitdiffstats
path: root/roles
Commit message (Collapse)AuthorAgeFilesLines
* Use the documented state=present for yum moduleJason DeTiberus2015-06-104-6/+6
|
* BugfixesScott Dodson2015-06-102-2/+1
| | | | | - Don't include ./ in the tarball we transfer to the nodes - Fixup node argument ordering
* Templatize configs and 0.5.2 changesJason DeTiberus2015-06-1027-535/+579
| | | | | | | | | | | | | | | | | | | | | | - Templatize node config - Templatize master config - Integrated sdn changes - Updates for openshift_facts - Added support for node, master and sdn related changes - registry_url - added identity provider facts - Removed openshift_sdn_* roles - Install httpd-tools if configuring htpasswd auth - Remove references to external_id - Setting external_id interferes with nodes associating with the generated node object when pre-registering nodes. - osc/oc and osadm/oadm binary detection in openshift_facts Misc Changes: - make non-errata puddle default for byo example - comment out master in list of nodes in inventory/byo/hosts - remove non-error errors from fluentd_* roles - Use admin kubeconfig instead of openshift-client
* Accomodate upstream configuration changeScott Dodson2015-06-108-39/+46
| | | | | | | | | | - Master config and certificates are now in /etc/openshift/master - Node config is now in /etc/openshift/node - Several certificates have been renamed to accomodate a flattening of structure to accomodate secret storage - Add openshift_data_dir to ensure etcd and volumes are stored in /var/lib/openshift - Add openshift_generated_configs_dir
* 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