| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
include all origin, AE and openshift products. For back-word
compatibility, older openshift and AE naming is retained too.
|
|
|
|
|
|
|
|
| |
1. Included openshift clean up
2. Renamed file to atomic_openshift_tutorial_reset.yml
3. docker service is not not stopped
4. docker containers and images are removed
5. /etc/openshift-sdn are removed too now
|
| |
|
|
|
|
| |
a new install.
|
|
|
|
|
| |
This makes it easier to run through the tutorial, as well as reset
a VM or baremetal node to a clean slate for developer testing.
|
|\
| |
| | |
Set loglevel=2 as our default across the board
|
| | |
|
|\ \
| | |
| | | |
Reference deployment_type instead of hardcoding origin
|
| | |
| | |
| | |
| | | |
This seems to be what's used in other places
|
| | |
| | |
| | |
| | | |
Allows reuse out of vagrant, e.g. to subscribe systems by its own
|
| | | |
|
| | | |
|
| | | |
|
|\ \ \
| | | |
| | | | |
Fix node labeling. Issue #305
|
| | | | |
|
| |/ / |
|
| | | |
|
|\ \ \
| | | |
| | | | |
Infra node support for OpenStack
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | | |
Switch to Centos and enable SDN on origin.
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Fedora 21 doesn’t seem to have docker 1.6.2. Centos does.
Also without SDN networking was not working on AWS.
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Zabbix Idempotent module
|
| | | | | | |
|
|/ / / / / |
|
| |/ / /
|/| | | |
|
| | | | |
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | | |
namespace the byo inventory so the group names aren't so generic
|
| | |/ /
| |/| | |
|
|\ \ \ \
| | | | |
| | | | | |
Adding a playbook to create pv ebs
|
| |/ / / |
|
|/ / / |
|
|\ \ \
| |_|/
|/| | |
Use AWS m4 instances types
|
| | |
| | |
| | |
| | | |
AWS m4 replaces m3 and is a bit cheaper.
|
| | |
| | |
| | |
| | | |
a test cluster instance.
|
|/ / |
|
| | |
|
| | |
|
| | |
|
|/ |
|
|\
| |
| | |
Implement RHEL subscription for enterprise deployment type
|
| | |
|
|/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|\
| |
| | |
Make all the OpenStack resources be managed by a Heat Stack
|
| | |
|
|\ \
| |/
|/| |
External clustered etcd support
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
- 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
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
- 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
|
| |
| |
| |
| |
| |
| | |
- Add initial etcd role
- Add etcd playbook to create etcd client certs
- Hookup master to etcd
|