summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-07-21storage/nfs_lvm: Also export as ReadWriteOnceColin Walters
While NFS supports `ReadWriteMany`, it's very common for pod authors to only need `ReadWriteOnce`. At the moment, kube will not auto-bind a `RWO` claim to a `RWM` volume.
2015-07-16Merge pull request #315 from lhuard1A/all_os_in_heatThomas Wiest
Make all the OpenStack resources be managed by a Heat Stack
2015-07-16Merge pull request #338 from dlbewley/issue331Thomas Wiest
fixes #331 causes NetworkManager to yield 2nd NIC
2015-07-16Merge pull request #347 from detiber/fixHostnameFactThomas Wiest
Fix hostname default when valid hostname not found on system
2015-07-16Merge pull request #341 from detiber/sdodson-etcd-playbookThomas Wiest
External clustered etcd support
2015-07-15add pauses to avoid service restarts from interfering with initial startup ↵Jason DeTiberus
bootstrapping
2015-07-15Make all the OpenStack resources be managed by a Heat StackLénaïc Huard
2015-07-14Fix hostname default when valid hostname not found on systemJason DeTiberus
2015-07-13Merge pull request #342 from kwoodson/zbxapi_featureKenny Woodson
adding ignore feature for zbxapi.
2015-07-10Adding ignore feature for idempotencyKenny Woodson
2015-07-10Add support for separate etcd volume with aws provider through bin/clusterJason DeTiberus
2015-07-10Playbook updates for clustered etcdJason DeTiberus
- 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
2015-07-10Etcd role updates and playbook updatesJason DeTiberus
- 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
2015-07-10Remove outdated openshift_register_nodes roleJason DeTiberus
2015-07-10Add etcd role that builds out basic etcd clusterScott Dodson
- Add initial etcd role - Add etcd playbook to create etcd client certs - Hookup master to etcd
2015-07-10Merge pull request #337 from kwoodson/create_hostThomas Wiest
example: create host using ansible zabbix module.
2015-07-10Remove outdated playbooksJason DeTiberus
- Remove aws openshift-node and openshift-master playbooks - Rmove gce openshift-node and openshift-master playbooks - Consolidate aws terminate playbooks
2015-07-10bin/cluster supports boto credentials as well as env variablesJason DeTiberus
2015-07-10Add ability to skip pylint checking for upstream ansible filesJason DeTiberus
2015-07-10Adding ansible upstream sequence plugin to work around the bug in 1.9.2Jason DeTiberus
2015-07-10Merge pull request #332 from brenton/masterBrenton Leanhardt
Adding retry logic to handle node registration race conditions
2015-07-10Bug 1241342 - Adding retry logic to handle node registration race conditionsBrenton Leanhardt
2015-07-09fixes #331 causes NetworkManager to yield 2nd NICDale Bewley
2015-07-09example create_hostKenny Woodson
2015-07-09Merge pull request #334 from detiber/fixCloudConfigWesley Hearn
Latest docker ships docker-storage-setup
2015-07-09include user_data template for all host typesJason DeTiberus
2015-07-09grow and resize /var partition for online deployment_typeJason DeTiberus
2015-07-09Merge pull request #335 from tdawson/2015-07-newamiTroy Dawson
new libra 7.1 ami - updated packages and cloud-init installed
2015-07-09new libra 7.1 ami - updated packages and cloud-init installedTroy Dawson
2015-07-09Latest docker ships docker-storage-setupJason DeTiberus
2015-07-08Merge pull request #329 from tdawson/2015-07-repoTroy Dawson
update repo to real ose release
2015-07-08update repo to real ose releaseTroy Dawson
2015-07-08Merge pull request #328 from twiest/prThomas Wiest
documented ansible arch team decisions
2015-07-08documented ansible arch team decisionsThomas Wiest
2015-07-07Merge pull request #319 from brenton/masterThomas Wiest
fixes for node scheduleability
2015-07-06Merge pull request #291 from lhuard1A/profileThomas Wiest
Add a --profile option to spot which task takes more time
2015-07-06Merge pull request #269 from lhuard1A/oo_optionThomas Wiest
Add a generic mechanism for passing options
2015-07-06Merge pull request #290 from aveshagarwal/master-fixesThomas Wiest
Changes related to latest openshift master.
2015-07-06Merge pull request #316 from mcowger/patch-1Thomas Wiest
Fix the formatting for the SSH config file
2015-07-03Add README file to link to the upstream ansible-profileLénaïc Huard
2015-07-03Add a generic mechanism for passing optionsLénaïc Huard
And use it in the libvirt and openstack playbooks
2015-07-01Merge pull request #317 from jwhonce/wip/improve_reportingJhon Honce
Infrastructure - Validate AWS environment before calling playbooks
2015-07-01Merge pull request #321 from kwoodson/ans_zabKenny Woodson
Few updates and example for maintenance using ansible zabbix module.
2015-06-30Updates to ans module examplesKenny Woodson
2015-06-30Using openshift.common.hostname instead of openshift_hostname for ↵Brenton Leanhardt
determining node scheduleability
2015-06-30Removing unneeded delegate_to callsBrenton Leanhardt
2015-06-30Changes related to latest openshift.Avesh Agarwal
2015-06-30Merge pull request #312 from sdodson/xpaas_updatesBrenton Leanhardt
Xpaas updates
2015-06-29Infrastructure - Validate AWS environment before calling playbooksJhon Honce
2015-06-29Sync xpaas examples with githubScott Dodson