summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* add pauses to avoid service restarts from interfering with initial startup ↵Jason DeTiberus2015-07-152-1/+8
| | | | bootstrapping
* Add support for separate etcd volume with aws provider through bin/clusterJason DeTiberus2015-07-103-1/+28
|
* Playbook updates for clustered etcdJason DeTiberus2015-07-1041-205/+555
| | | | | | | | | | | | | | | | | | | | | - Add support to bin/cluster for specifying etcd hosts - defaults to 0, if no etcd hosts are selected, then configures embedded etcd - Updates for the byo inventory file for etcd and master as node by default - Consolidation of cluster logic more centrally into common playbook - Added etcd config support to playbooks - Restructured byo playbooks to leverage the common openshift-cluster playbook - Added support to common master playbook to generate and apply external etcd client certs from the etcd ca - start of refactor for better handling of master certs in a multi-master environment. - added the openshift_master_ca and openshift_master_certificates roles to manage master certs instead of generating them in the openshift_master role - added etcd host groups to the cluster update playbooks - aded better handling of host groups when they are either not present or are empty. - Update AWS readme
* Etcd role updates and playbook updatesJason DeTiberus2015-07-1032-164/+423
| | | | | | | | | | | | | | | | | | | | | - fix firewall conflict issues with co-located etcd and openshift hosts - added os_firewall dependency to etcd role - updated etcd template to better handle clustered and non-clustered installs - added etcd_ca role - generates a self-signed cert to manage etcd certificates, since etcd peer certificates are required to be client and server certs and the openshift ca will only generate client or server certs (not one authorized for both). - renamed openshift_etcd_certs role to etcd_certificates and updated it to manage certificates generated from the CA managed by the etcd_ca role - remove hard coded etcd_port in openshift_facts - updates for the openshift-etcd common playbook - removed etcd and openshift-etcd playbooks from the byo playbooks directory - added a common playbook for setting etcd launch facts - added an openshift-etcd common service playbook - removed unused variables - fixed tests for embedded_{etcd,dns,kube} in openshift_master - removed old workaround for reloading systemd units
* Remove outdated openshift_register_nodes roleJason DeTiberus2015-07-105-606/+0
|
* Add etcd role that builds out basic etcd clusterScott Dodson2015-07-1022-3/+398
| | | | | | - Add initial etcd role - Add etcd playbook to create etcd client certs - Hookup master to etcd
* Remove outdated playbooksJason DeTiberus2015-07-1022-479/+50
| | | | | | - Remove aws openshift-node and openshift-master playbooks - Rmove gce openshift-node and openshift-master playbooks - Consolidate aws terminate playbooks
* bin/cluster supports boto credentials as well as env variablesJason DeTiberus2015-07-101-2/+8
|
* Add ability to skip pylint checking for upstream ansible filesJason DeTiberus2015-07-101-5/+35
|
* Adding ansible upstream sequence plugin to work around the bug in 1.9.2Jason DeTiberus2015-07-109-0/+223
|
* Merge pull request #332 from brenton/masterBrenton Leanhardt2015-07-102-0/+12
|\ | | | | Adding retry logic to handle node registration race conditions
| * Bug 1241342 - Adding retry logic to handle node registration race conditionsBrenton Leanhardt2015-07-102-0/+12
|/
* Merge pull request #334 from detiber/fixCloudConfigWesley Hearn2015-07-092-16/+12
|\ | | | | Latest docker ships docker-storage-setup
| * include user_data template for all host typesJason DeTiberus2015-07-092-3/+5
| |
| * grow and resize /var partition for online deployment_typeJason DeTiberus2015-07-091-0/+7
| |
| * Latest docker ships docker-storage-setupJason DeTiberus2015-07-091-16/+3
| |
* | Merge pull request #335 from tdawson/2015-07-newamiTroy Dawson2015-07-094-4/+4
|\ \ | |/ |/| new libra 7.1 ami - updated packages and cloud-init installed
| * new libra 7.1 ami - updated packages and cloud-init installedTroy Dawson2015-07-094-4/+4
|/
* Merge pull request #329 from tdawson/2015-07-repoTroy Dawson2015-07-081-3/+3
|\ | | | | update repo to real ose release
| * update repo to real ose releaseTroy Dawson2015-07-081-3/+3
|/
* Merge pull request #328 from twiest/prThomas Wiest2015-07-082-4/+159
|\ | | | | documented ansible arch team decisions
| * documented ansible arch team decisionsThomas Wiest2015-07-082-4/+159
|/
* Merge pull request #319 from brenton/masterThomas Wiest2015-07-073-5/+2
|\ | | | | fixes for node scheduleability
| * Using openshift.common.hostname instead of openshift_hostname for ↵Brenton Leanhardt2015-06-301-2/+2
| | | | | | | | determining node scheduleability
| * Removing unneeded delegate_to callsBrenton Leanhardt2015-06-302-3/+0
| |
* | Merge pull request #291 from lhuard1A/profileThomas Wiest2015-07-063-0/+95
|\ \ | | | | | | Add a --profile option to spot which task takes more time
| * | Add README file to link to the upstream ansible-profileLénaïc Huard2015-07-031-0/+6
| | |
| * | Put the license inside the source file and add pylint ignore statement for ↵Lénaïc Huard2015-06-253-54/+34
| | | | | | | | | | | | what the Ansible API imposes
| * | Add a --profile option to spot which task takes more timeLénaïc Huard2015-06-224-0/+109
| | |
* | | Merge pull request #269 from lhuard1A/oo_optionThomas Wiest2015-07-068-21/+119
|\ \ \ | | | | | | | | Add a generic mechanism for passing options
| * | | Add a generic mechanism for passing optionsLénaïc Huard2015-07-038-21/+119
| | | | | | | | | | | | | | | | And use it in the libvirt and openstack playbooks
* | | | Merge pull request #290 from aveshagarwal/master-fixesThomas Wiest2015-07-061-2/+4
|\ \ \ \ | | | | | | | | | | Changes related to latest openshift master.
| * | | | Changes related to latest openshift.Avesh Agarwal2015-06-301-2/+4
| | |_|/ | |/| |
* | | | Merge pull request #316 from mcowger/patch-1Thomas Wiest2015-07-061-2/+2
|\ \ \ \ | |_|/ / |/| | | Fix the formatting for the SSH config file
| * | | Fix the formatting for the SSH config fileMatt Cowger2015-06-291-2/+2
| | | |
* | | | Merge pull request #317 from jwhonce/wip/improve_reportingJhon Honce2015-07-011-5/+18
|\ \ \ \ | | | | | | | | | | Infrastructure - Validate AWS environment before calling playbooks
| * | | | Infrastructure - Validate AWS environment before calling playbooksJhon Honce2015-06-291-5/+18
| |/ / /
* | | | Merge pull request #321 from kwoodson/ans_zabKenny Woodson2015-07-012-1/+37
|\ \ \ \ | |_|/ / |/| | | Few updates and example for maintenance using ansible zabbix module.
| * | | Updates to ans module examplesKenny Woodson2015-06-302-1/+37
|/ / /
* | | Merge pull request #312 from sdodson/xpaas_updatesBrenton Leanhardt2015-06-3034-619/+1881
|\ \ \ | | | | | | | | Xpaas updates
| * | | Sync xpaas examples with githubScott Dodson2015-06-2934-619/+1881
| | | |
* | | | Merge pull request #309 from brenton/manage_nodeThomas Wiest2015-06-294-24/+30
|\ \ \ \ | |_|/ / |/| | | delegate_to doesn't appear to be thread safe
| * | | The manage_node commands should only run on the first masterBrenton Leanhardt2015-06-293-26/+28
| | | |
| * | | delegate_to doesn't appear to be thread safeBrenton Leanhardt2015-06-292-21/+25
|/ / /
* | | Merge pull request #311 from dlbewley/masterJhon Honce2015-06-291-0/+2
|\ \ \ | | | | | | | | fix markdown rendering
| * | | fix markdown renderingDale Bewley2015-06-281-0/+2
| |/ /
* | | Merge pull request #292 from sdodson/oadm-switcherooBrenton Leanhardt2015-06-293-5/+5
|\ \ \ | |/ / |/| | Switch openshift ex router/registry to oadm
| * | Switch openshift ex router/registry to oadmScott Dodson2015-06-223-5/+5
| |/
* | Merge pull request #306 from tdawson/2015-06-partitionTroy Dawson2015-06-254-0/+136
|\ \ | | | | | | Expand partition and filesystem to use entire disk.
| * | Creating openshift_expand_partitionTroy Dawson2015-06-244-0/+136
| | |