summaryrefslogtreecommitdiffstats
path: root/cluster.sh
Commit message (Collapse)AuthorAgeFilesLines
* openshift_facts role/module refactor default settingsJason DeTiberus2015-04-031-113/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add openshift_facts role and module - Created new role openshift_facts that contains an openshift_facts module - Refactor openshift_* roles to use openshift_facts instead of relying on defaults - Refactor playbooks to use openshift_facts - Cleanup inventory group_vars - Update defaults - update openshift_master role firewall defaults - remove etcd peer port, since we will not be supporting clustered embedded etcd - remove 8444 since console now runs on the api port by default - add 8444 and 7001 to disabled services to ensure removal if updating - Add new role os_env_extras_node that is a subset of the docker role - previously, we were starting/enabling docker which was causing issues with some installations - Does not install or start docker, since the openshift-node role will handle that for us - Only adds root to the dockerroot group - Update playbooks to use ops_env_extras_node role instead of docker role - os_firewall bug fixes - ignore ip6tables for now, since we are not configuring any ipv6 rules - if installing package do a daemon-reload before starting/enabling service - Add aws support to bin/cluster - Add list action to bin/cluster - Add update action to bin/cluster - cleanup some stray debug statements - some variable renaming for clarity
* - Rename minion to nodeJhon Honce2015-02-161-12/+12
| | | | - Update playbooks to support latest code
* Bug 1163631 - Make master/minion playbook configurable in cluster.shRavi Sankar Penta2015-02-041-11/+34
| | | | Now config options can take both short and long notations.
* Adding a more informative message if no supported environments are found.Chris Alfonso2015-02-031-0/+1
|
* BZ1174620 - Show grep error of no such file when upper case provider..Chris Alfonso2015-02-031-1/+1
| | | | * This patch just silences grep errors
* Infrastructure - Update pod definitionsJhon Honce2015-01-091-1/+1
| | | | * Bring pod definitions in line with lates k8s release
* suppress error unbound variableliangxia2014-12-151-1/+1
|
* Adding AWS support to openshift-ansible moduleAkram Ben Aissi2014-12-121-3/+12
| | | | | | | | | | - Update documentation to say that ssh configuration need to point to the private key file - Removing the -p argument when calling time .... because it is misintrepreted by ruby - Turning the cluster.sh to agnostic in its help/error message by replacing explicit reference to GCE by a a variable - Fixing a bug within the playbooks that incorrectly references the minions and master fact group. - Adding playbooks for AWS, which are almost of copy/paste for those of GCE - Added environment variable OO_PROVIDER to allow definition of the provider. Defaults is gce - TODO implement the terminate.yml cookbook
* short-term fix up for cluster.sh supported environment tagsAdam Miller2014-11-111-1/+1
|
* fixed cluster.sh to only run minion and master creation once, and to use -c ↵Thomas Wiest2014-10-301-15/+6
| | | | if there are multiple needed. Also added nicer output.
* Support latest origin v3 CLI optionsJhon Honce2014-10-231-4/+2
|
* consistenly use terminate in supported operationlxia ( Liang Xia )2014-10-091-1/+1
|
* Finish origin -> openshift renameJhon Honce2014-10-021-8/+10
|
* WIP Infra - Add playbooks for using openshift binaryJhon Honce2014-10-021-8/+15
| | | | * Fixed terminate so that it properly removes the attached OS disk.
* terminate playbookJhon Honce2014-09-291-13/+9
|
* Add cluster.shJhon Honce2014-09-251-0/+86