Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #338 from dlbewley/issue331 | Thomas Wiest | 2015-07-16 | 1 | -0/+2 |
|\ | | | | | fixes #331 causes NetworkManager to yield 2nd NIC | ||||
| * | fixes #331 causes NetworkManager to yield 2nd NIC | Dale Bewley | 2015-07-09 | 1 | -0/+2 |
| | | |||||
* | | Merge pull request #347 from detiber/fixHostnameFact | Thomas Wiest | 2015-07-16 | 1 | -1/+1 |
|\ \ | | | | | | | Fix hostname default when valid hostname not found on system | ||||
| * | | Fix hostname default when valid hostname not found on system | Jason DeTiberus | 2015-07-14 | 1 | -1/+1 |
| | | | |||||
* | | | Merge pull request #341 from detiber/sdodson-etcd-playbook | Thomas Wiest | 2015-07-16 | 99 | -1295/+1557 |
|\ \ \ | | | | | | | | | External clustered etcd support | ||||
| * | | | add pauses to avoid service restarts from interfering with initial startup ↵ | Jason DeTiberus | 2015-07-15 | 2 | -1/+8 |
| | | | | | | | | | | | | | | | | bootstrapping | ||||
| * | | | Add support for separate etcd volume with aws provider through bin/cluster | Jason DeTiberus | 2015-07-10 | 3 | -1/+28 |
| | | | | |||||
| * | | | Playbook updates for clustered etcd | Jason DeTiberus | 2015-07-10 | 41 | -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 updates | Jason DeTiberus | 2015-07-10 | 32 | -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 role | Jason DeTiberus | 2015-07-10 | 5 | -606/+0 |
| | | | | |||||
| * | | | Add etcd role that builds out basic etcd cluster | Scott Dodson | 2015-07-10 | 22 | -3/+398 |
| | | | | | | | | | | | | | | | | | | | | | | | | - Add initial etcd role - Add etcd playbook to create etcd client certs - Hookup master to etcd | ||||
| * | | | Remove outdated playbooks | Jason DeTiberus | 2015-07-10 | 22 | -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 variables | Jason DeTiberus | 2015-07-10 | 1 | -2/+8 |
| | | | | |||||
| * | | | Add ability to skip pylint checking for upstream ansible files | Jason DeTiberus | 2015-07-10 | 1 | -5/+35 |
| | | | | |||||
| * | | | Adding ansible upstream sequence plugin to work around the bug in 1.9.2 | Jason DeTiberus | 2015-07-10 | 9 | -0/+223 |
| | | | | |||||
* | | | | Merge pull request #342 from kwoodson/zbxapi_feature | Kenny Woodson | 2015-07-13 | 1 | -7/+19 |
|\ \ \ \ | | | | | | | | | | | adding ignore feature for zbxapi. | ||||
| * | | | | Adding ignore feature for idempotency | Kenny Woodson | 2015-07-10 | 1 | -7/+19 |
|/ / / / | |||||
* | | | | Merge pull request #337 from kwoodson/create_host | Thomas Wiest | 2015-07-10 | 2 | -1/+66 |
|\ \ \ \ | |/ / / |/| | | | example: create host using ansible zabbix module. | ||||
| * | | | example create_host | Kenny Woodson | 2015-07-09 | 2 | -1/+66 |
| | | | | |||||
* | | | | Merge pull request #332 from brenton/master | Brenton Leanhardt | 2015-07-10 | 2 | -0/+12 |
|\ \ \ \ | |/ / / |/| | | | Adding retry logic to handle node registration race conditions | ||||
| * | | | Bug 1241342 - Adding retry logic to handle node registration race conditions | Brenton Leanhardt | 2015-07-10 | 2 | -0/+12 |
|/ / / | |||||
* | | | Merge pull request #334 from detiber/fixCloudConfig | Wesley Hearn | 2015-07-09 | 2 | -16/+12 |
|\ \ \ | | | | | | | | | Latest docker ships docker-storage-setup | ||||
| * | | | include user_data template for all host types | Jason DeTiberus | 2015-07-09 | 2 | -3/+5 |
| | | | | |||||
| * | | | grow and resize /var partition for online deployment_type | Jason DeTiberus | 2015-07-09 | 1 | -0/+7 |
| | | | | |||||
| * | | | Latest docker ships docker-storage-setup | Jason DeTiberus | 2015-07-09 | 1 | -16/+3 |
| | | | | |||||
* | | | | Merge pull request #335 from tdawson/2015-07-newami | Troy Dawson | 2015-07-09 | 4 | -4/+4 |
|\ \ \ \ | |/ / / |/| | | | new libra 7.1 ami - updated packages and cloud-init installed | ||||
| * | | | new libra 7.1 ami - updated packages and cloud-init installed | Troy Dawson | 2015-07-09 | 4 | -4/+4 |
|/ / / | |||||
* | | | Merge pull request #329 from tdawson/2015-07-repo | Troy Dawson | 2015-07-08 | 1 | -3/+3 |
|\ \ \ | | | | | | | | | update repo to real ose release | ||||
| * | | | update repo to real ose release | Troy Dawson | 2015-07-08 | 1 | -3/+3 |
|/ / / | |||||
* | | | Merge pull request #328 from twiest/pr | Thomas Wiest | 2015-07-08 | 2 | -4/+159 |
|\ \ \ | | | | | | | | | documented ansible arch team decisions | ||||
| * | | | documented ansible arch team decisions | Thomas Wiest | 2015-07-08 | 2 | -4/+159 |
|/ / / | |||||
* | | | Merge pull request #319 from brenton/master | Thomas Wiest | 2015-07-07 | 3 | -5/+2 |
|\ \ \ | |/ / |/| | | fixes for node scheduleability | ||||
| * | | Using openshift.common.hostname instead of openshift_hostname for ↵ | Brenton Leanhardt | 2015-06-30 | 1 | -2/+2 |
| | | | | | | | | | | | | determining node scheduleability | ||||
| * | | Removing unneeded delegate_to calls | Brenton Leanhardt | 2015-06-30 | 2 | -3/+0 |
| | | | |||||
* | | | Merge pull request #291 from lhuard1A/profile | Thomas Wiest | 2015-07-06 | 3 | -0/+95 |
|\ \ \ | | | | | | | | | Add a --profile option to spot which task takes more time | ||||
| * | | | Add README file to link to the upstream ansible-profile | Lénaïc Huard | 2015-07-03 | 1 | -0/+6 |
| | | | | |||||
| * | | | Put the license inside the source file and add pylint ignore statement for ↵ | Lénaïc Huard | 2015-06-25 | 3 | -54/+34 |
| | | | | | | | | | | | | | | | | what the Ansible API imposes | ||||
| * | | | Add a --profile option to spot which task takes more time | Lénaïc Huard | 2015-06-22 | 4 | -0/+109 |
| | | | | |||||
* | | | | Merge pull request #269 from lhuard1A/oo_option | Thomas Wiest | 2015-07-06 | 8 | -21/+119 |
|\ \ \ \ | | | | | | | | | | | Add a generic mechanism for passing options | ||||
| * | | | | Add a generic mechanism for passing options | Lénaïc Huard | 2015-07-03 | 8 | -21/+119 |
| | | | | | | | | | | | | | | | | | | | | And use it in the libvirt and openstack playbooks | ||||
* | | | | | Merge pull request #290 from aveshagarwal/master-fixes | Thomas Wiest | 2015-07-06 | 1 | -2/+4 |
|\ \ \ \ \ | | | | | | | | | | | | | Changes related to latest openshift master. | ||||
| * | | | | | Changes related to latest openshift. | Avesh Agarwal | 2015-06-30 | 1 | -2/+4 |
| | |_|/ / | |/| | | | |||||
* | | | | | Merge pull request #316 from mcowger/patch-1 | Thomas Wiest | 2015-07-06 | 1 | -2/+2 |
|\ \ \ \ \ | |_|/ / / |/| | | | | Fix the formatting for the SSH config file | ||||
| * | | | | Fix the formatting for the SSH config file | Matt Cowger | 2015-06-29 | 1 | -2/+2 |
| | | | | | |||||
* | | | | | Merge pull request #317 from jwhonce/wip/improve_reporting | Jhon Honce | 2015-07-01 | 1 | -5/+18 |
|\ \ \ \ \ | | | | | | | | | | | | | Infrastructure - Validate AWS environment before calling playbooks | ||||
| * | | | | | Infrastructure - Validate AWS environment before calling playbooks | Jhon Honce | 2015-06-29 | 1 | -5/+18 |
| |/ / / / | |||||
* | | | | | Merge pull request #321 from kwoodson/ans_zab | Kenny Woodson | 2015-07-01 | 2 | -1/+37 |
|\ \ \ \ \ | |_|/ / / |/| | | | | Few updates and example for maintenance using ansible zabbix module. | ||||
| * | | | | Updates to ans module examples | Kenny Woodson | 2015-06-30 | 2 | -1/+37 |
|/ / / / | |||||
* | | | | Merge pull request #312 from sdodson/xpaas_updates | Brenton Leanhardt | 2015-06-30 | 34 | -619/+1881 |
|\ \ \ \ | | | | | | | | | | | Xpaas updates | ||||
| * | | | | Sync xpaas examples with github | Scott Dodson | 2015-06-29 | 34 | -619/+1881 |
| | | | | |