summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into prodTroy Dawson2015-06-12159-2644/+3397
|\
| * Merge pull request #248 from detiber/configTemplatesWesley Hearn2015-06-1144-602/+690
| |\ | | | | | | Config templates
| | * Merge pull request #41 from jwhonce/wip/bugsJason DeTiberus2015-06-104-2/+10
| | |\ | | | | | | | | Refactor to use openshift_master_config_dir when deploying services
| | | * * Refactor to use openshift_master_config_dir when deploying servicesJhon Honce2015-06-104-2/+10
| | |/
| | * Use the documented state=present for yum moduleJason DeTiberus2015-06-104-6/+6
| | |
| | * BugfixesScott Dodson2015-06-103-3/+2
| | | | | | | | | | | | | | | - Don't include ./ in the tarball we transfer to the nodes - Fixup node argument ordering
| | * Templatize configs and 0.5.2 changesJason DeTiberus2015-06-1038-582/+656
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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-109-40/+47
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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
| * | Merge pull request #278 from detiber/updateTrelloLinkThomas Wiest2015-06-111-1/+1
| |\ \ | | | | | | | | Update readme for consolidated trello boards
| | * | Update readme for consolidated trello boardsJason DeTiberus2015-06-101-1/+1
| |/ /
| * | Merge pull request #275 from twiest/prThomas Wiest2015-06-091-0/+1
| |\ \ | | |/ | |/| Added environment tag (will eventually replace env tag).
| | * added environment tag (will eventually replace env tag).Thomas Wiest2015-06-091-0/+1
| |/
| * Automatic commit of package [openshift-ansible-inventory] release [0.0.8-1].Kenny Woodson2015-06-092-2/+13
| |
| * Automatic commit of package [openshift-ansible-bin] release [0.0.18-1].Kenny Woodson2015-06-092-2/+9
| |
| * Merge pull request #274 from kwoodson/multi_fixesKenny Woodson2015-06-091-4/+9
| |\ | | | | | | multi_ec2 fixes.
| | * Added more verbosity when error happens. Also fixed a bug.Kenny Woodson2015-06-091-4/+9
| |/
| * Merge pull request #270 from lhuard1A/fix_libvirtThomas Wiest2015-06-091-2/+2
| |\ | | | | | | Fix libvirt playbook
| | * Fix libvirt playbookLénaïc Huard2015-06-071-2/+2
| | | | | | | | | | | | | | | | | | | | | If we don’t explicitly specify the libvirt URI to use for virsh, it will use the LIBVIRT_DEFAULT_URI environment variable. For a consistent behavior, all `virsh` invocation must be done with the `-c <libvirt_uri>` parameter.
| * | Merge pull request #271 from lhuard1A/oo_lenThomas Wiest2015-06-095-12/+4
| |\ \ | | | | | | | | Replace the custom oo_len filter by the Jinja2 standard one: length
| | * | Replace the custom oo_len filter by the Jinja2 standard one: lengthLénaïc Huard2015-06-085-12/+4
| | | |
| * | | Merge pull request #272 from tdawson/2015-06/beta4repoTroy Dawson2015-06-081-4/+4
| |\ \ \ | | | | | | | | | | Switch to beta4 for online
| | * | | Switch to beta4 for onlineTroy Dawson2015-06-081-4/+4
| |/ / /
| * | | Merge pull request #186 from lhuard1A/osThomas Wiest2015-06-0818-2/+790
| |\ \ \ | | | | | | | | | | Implement OpenStack provider for openshift-ansible
| | * | | Implement OpenStack providerLénaïc Huard2015-06-0818-2/+790
| | |/ /
| * | | Merge pull request #268 from detiber/fluentdFactThomas Wiest2015-06-084-5/+24
| |\ \ \ | | |/ / | |/| | add use_fluentd to openshift_facts
| | * | add use_fluentd to openshift_factsJason DeTiberus2015-06-064-5/+24
| |/ / | | | | | | | | | | | | - Move use_fluentd into openshift_facts proper - default use_fluentd to False unless deployment_type == origin
| * | Merge pull request #265 from jwhonce/wip/nfsJhon Honce2015-06-051-0/+3
| |\ \ | | | | | | | | Allow NFS access for VMs
| | * | Allow NFS access for VMsJhon Honce2015-06-051-0/+3
| | |/
| * | Merge pull request #262 from jwhonce/wip/configJhon Honce2015-06-041-3/+25
| |\ \ | | | | | | | | Issue 119 - Add support for ~/.openshift-ansible
| | * | * Update defaults and examples to track core concepts guideJhon Honce2015-06-041-2/+2
| | | |
| | * | Issue 119 - Add support for ~/.openshift-ansibleJhon Honce2015-06-031-3/+25
| | |/ | | | | | | | | | * Allow user to override: validate_cluster_ids, cluster_ids, providers
| * | Merge pull request #263 from twiest/prThomas Wiest2015-06-041-2/+24
| |\ \ | | | | | | | | Added YAML over JSON to best practices guide.
| | * | Added YAML over JSON to best practices guide.Thomas Wiest2015-06-041-2/+24
| |/ /
| * | Merge pull request #258 from twiest/prThomas Wiest2015-06-041-0/+1
| |\ \ | | | | | | | | Added 'stylistic exception' to the best practices guide.
| | * | Added 'stylistic exception' to the best practices guide.Thomas Wiest2015-06-031-0/+1
| | | |
| * | | Merge pull request #261 from twiest/pr3Thomas Wiest2015-06-041-2/+44
| |\ \ \ | | |_|/ | |/| | Added fail pattern rules to best practices doc
| | * | Added fail pattern rules to best practices docThomas Wiest2015-06-031-2/+44
| | |/
| * | Merge pull request #260 from jwhonce/wip/serviceThomas Wiest2015-06-037-3/+177
| |\ \ | | | | | | | | Infrastructure - Add service action to bin/cluster
| | * | Infrastructure - Add service action to bin/clusterJhon Honce2015-06-037-3/+177
| | |/ | | | | | | | | | | | | * Add necessary playbooks/roles * Cleanup bin/cluster to meet new design guide lines
| * | Merge pull request #216 from detiber/AddTrelloLinkThomas Wiest2015-06-031-4/+7
| |\ \ | | | | | | | | Add link to trello feature roadmap in README
| | * | Add link to trello feature roadmap in READMEJason DeTiberus2015-05-071-4/+7
| | | |
| * | | 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-0129-19/+351
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | 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-018-28/+28
| | | | | | | | | | | | | | | | | | | | | | | | * rename option_images to _{oreg|ortr}_images
| | * | | | * Do not reinstall gem if it existsJhon Honce2015-06-012-0/+12
| | | | | |
| | * | | | * Rename create_services__master to g_svc_masterJhon Honce2015-06-013-9/+3
| | | | | |