summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-07-17Merge pull request #363 from detiber/ha_masterThomas Wiest
Add an initial delay for clustered HA startup verification
2015-07-17Merge pull request #264 from lhuard1A/rhel_subscriptionThomas Wiest
Implement RHEL subscription for enterprise deployment type
2015-07-17Merge pull request #354 from nekop/remove-betaThomas Wiest
Replace outdated beta repo ids with 3.0 release
2015-07-17Merge pull request #355 from jjungnickel/patch-1Thomas Wiest
Update README_vagrant.md
2015-07-17Merge pull request #356 from jjungnickel/patch-2Thomas Wiest
Also exclude Ansible 1.9.0.1
2015-07-17Add an initial delay for clustered HA startup verificationJason DeTiberus
2015-07-17Merge pull request #348 from detiber/ha_masterThomas Wiest
Ha master
2015-07-17fix typoJason DeTiberus
2015-07-17Add explicit timeouts to ha master resourceJason DeTiberus
2015-07-17Initial HA masterJason DeTiberus
- Ability to specify multiple masters - configures the CA only a single time on the first master - creates and distributes additional certs for additional master hosts - Depending on the status of openshift_master_cluster_defer_ha (defaults to False) one of two actions are taken when multiple masters are defined 1. If openshift_master_cluster_defer_ha is true a. Certs/configs for all masters are deployed b. openshift-master service is only started and enabled on the master c. HA configuration is expected to be handled by the user manually after the completion of the playbook run. 2. If oepnshift_master_cluster_defer_ha is false or undefined a. Certs/configs for all masters are deployed b. a Pacemaker/RHEL HA cluster is configured i. VIPs are configured based on the values of openshift_master_cluster_vip and openshift_master_cluster_plublic_vip ii. The openshift-master service is configured as an active/passive cluster service
2015-07-17Merge pull request #360 from detiber/fixEtcdDefaultInterfaceThomas Wiest
Fix etcd default interface
2015-07-17Merge pull request #359 from detiber/byo_hosts_exampleThomas Wiest
Make it clear that the byo inventory file is just an example
2015-07-17Fix etcd default interfaceJason DeTiberus
- instead of hardcoding to eth0, use the interface associated with the ipv4 default route as the default instead.
2015-07-17Make it clear that the byo inventory file is just an exampleJason DeTiberus
- move the inventory/byo/hosts file to inventory/byo/hosts.example - add a .gitignore to inventory/byo to avoid a inventory/byo/hosts file from being re-added to the repo.
2015-07-17Merge pull request #357 from lhuard1A/fix_pylint.shKenny Woodson
Fix git/pylint.sh
2015-07-17Fix git/pylint.shLénaïc Huard
When a PR contains no python file, the very last command executed by `git/pylint.sh` is `git diff --name-only … | grep ".py$"`. This command exits with a non-zero exit code because grep has no match. Because of the `set -e` option, the script aborts there immediately. When a PR contains python files, `git/pylint.sh` exit code must be the one of `pylint` When a PR doesn’t contain any python file, `git/pylint.sh` exit code must be 0.
2015-07-17Update main.ymlJan Jungnickel
1.9.0.1 failed with IndentationError
2015-07-17Implement RHEL subscription for enterprise deployment typeLénaïc Huard
2015-07-17Update README_vagrant.mdJan Jungnickel
2015-07-17Replace outdated beta repo ids with 3.0 releaseTakayoshi Kimura
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