summaryrefslogtreecommitdiffstats
path: root/inventory/byo/hosts.example
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Make masters schedulable in byo exampleScott Dodson2015-08-311-2/+4
| | | | | | | | | | | | ... but note why you wouldn't want them to be
| * | Merge pull request #512 from sdodson/nextWesley Hearn2015-08-281-3/+3
| |\ \ | | |/ | |/| Merge in Atomic Enterprise work into master
| | * Atomic Enterprise related changes.Avesh Agarwal2015-08-261-3/+3
| | |
| * | Merge pull request #459 from spinolacastro/fluentdWesley Hearn2015-08-271-0/+3
| |\ \ | | |/ | |/| Configure Fluentd
| | * Configure FluentdDiego Castro2015-08-121-0/+3
| | |
| * | Merge pull request #462 from spinolacastro/clustermetricsWesley Hearn2015-08-261-0/+3
| |\ \ | | | | | | | | Cluster Metrics
| | * | Add README and inventory example.Diego Castro2015-08-151-0/+3
| | |/
| * | Merge pull request #408 from sdodson/docker-buildvmBrenton Leanhardt2015-08-171-1/+1
| |\ \ | | | | | | | | docker-buildvm-rhose is dead
| | * | docker-buildvm-rhose is deadScott Dodson2015-07-311-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Both the original and the new hosts are both internal hosts used only for testing of un-released content. One should not expect to use these outside of Red Hat.
* | | | CleanupDiego Castro2015-08-171-1/+0
| | | |
* | | | Merge remote-tracking branch 'openshift/master' into project_configDiego Castro2015-08-151-1/+4
|\| | |
| * | | Merge pull request #407 from aveshagarwal/ae-ansible-merge-authBrenton Leanhardt2015-08-141-1/+1
| |\ \ \ | | | | | | | | | | Enable htpasswd by default in the example hosts file.
| | * | | Enable htpasswd by default in the example hosts file.Avesh Agarwal2015-08-131-1/+1
| | | |/ | | |/|
| * / | Add support for setting default node selectorJason DeTiberus2015-08-121-0/+3
| |/ /
* | | Add missing inventory exampleDiego Castro2015-08-121-1/+6
| | |
* | | Custom Project ConfigDiego Castro2015-08-121-0/+3
|/ /
* | Fix Custom CorsDiego Castro2015-08-121-0/+3
| |
* | Add support for setting routingConfig:subdomainJason DeTiberus2015-07-281-0/+3
|/
* Initial HA masterJason DeTiberus2015-07-171-2/+18
| | | | | | | | | | | | | | | | | | | | | | - 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 it clear that the byo inventory file is just an exampleJason DeTiberus2015-07-171-0/+51
- 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.