summaryrefslogtreecommitdiffstats
path: root/roles
Commit message (Collapse)AuthorAgeFilesLines
* Add AWS cloud provider support.Andrew Butcher2016-03-2916-71/+223
|
* The systemd unit for atomic-openshift-master wasn't not being createdBrenton Leanhardt2016-03-291-6/+16
|
* Use openshift.master.ha instead of duplicating the logicBrenton Leanhardt2016-03-292-7/+7
|
* Workaround for authenticated registriesBrenton Leanhardt2016-03-291-0/+21
| | | | | | | | | | Currently there's no good way to install from a registry that requires authentication. This applies both to RPM and containerized installs: https://bugzilla.redhat.com/show_bug.cgi?id=1316341 The workaround is to 'docker login' as root and then have ansible pull the images to the image cache.
* First pass at systemd unit refactorBrenton Leanhardt2016-03-296-96/+104
|
* Merge pull request #1671 from sjenning/systemd-unit-fixesBrenton Leanhardt2016-03-296-6/+6
|\ | | | | make docker service want ose containerized services
| * make docker service want ose containerized servicesSeth Jennings2016-03-286-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There are points where the docker service is restarted during the install. Sometimes the services that are PartOf docker.service do not get restarted when docker is restarted. https://bugzilla.redhat.com/show_bug.cgi?id=1318948 Systemd documentation recommends using "wants" as the perferred means of creating startup linkages between units. This patch makes the ose services wanted by the docker service rather than multi-user.target. This creates a downward link from the docker service to the ose containerized services.
* | fix the key name for the dynamic item of avalablezhizhang2016-03-291-2/+2
| |
* | Merge pull request #1665 from sdodson/bz1320335Brenton Leanhardt2016-03-2836-218/+422
|\ \ | | | | | | Sync latest db-templates and qucikstart-templates
| * | Sync latest db-templates and qucikstart-templatesScott Dodson2016-03-2436-218/+422
| | |
* | | Merge pull request #1638 from JayKayy/loggingBrenton Leanhardt2016-03-287-0/+197
|\ \ \ | |_|/ |/| | Adding openshift_efk role
| * | added admin binary varibale usage as well as specifying kubeconfig copy to ↵John Kwiatkoski2016-03-252-33/+29
| | | | | | | | | | | | be used
| * | Tested of refactored codeJohn Kwiatkoski2016-03-236-75/+60
| | |
| * | revised and restructured logging roleJohn Kwiatkoski2016-03-228-113/+135
| | |
| * | Adding openshift_efk roleJohn Kwiatkoski2016-03-183-0/+194
| | |
* | | Fixed error message to add valid yamlKenny Woodson2016-03-281-1/+1
| | |
* | | Merge pull request #1649 from BlueShells/pv_workZhiMing Zhang2016-03-281-0/+35
|\ \ \ | | | | | | | | add dynamic pv count
| * | | fix some typoZhiming Zhang2016-03-221-1/+1
| | | |
| * | | add the total and available space itemZhiming Zhang2016-03-221-0/+12
| | | |
| * | | add dynamic pv countZhiming Zhang2016-03-221-0/+23
| | | |
* | | | Merge pull request #1664 from kwoodson/api_dcKenny Woodson2016-03-243-68/+490
|\ \ \ \ | | | | | | | | | | Deployment config module
| * | | | Adding deployment config and refactored.Kenny Woodson2016-03-243-68/+490
| | | | |
* | | | | Merge pull request #1575 from enoodle/manageiq_sa_to_have_image_puller_roleBrenton Leanhardt2016-03-242-1/+20
|\ \ \ \ \ | |/ / / / |/| | | | ManageIQ SA: Adding image-puller role
| * | | | ManageIQ SA: Adding image-puller roleErez Freiberger2016-03-242-1/+20
| |/ / /
* | | | Merge pull request #1642 from wshearn/fix_serviceaccountsBrenton Leanhardt2016-03-231-1/+2
|\ \ \ \ | | | | | | | | | | Add namespace flag to oc create
| * | | | Fix indentionWesley Hearn2016-03-221-2/+2
| | | | |
| * | | | Fix line breakWesley Hearn2016-03-221-2/+2
| | | | |
| * | | | Add namespace flag to oc createWesley Hearn2016-03-211-1/+2
| |/ / /
* | | | Merge pull request #1651 from kwoodson/libcliKenny Woodson2016-03-232-199/+563
|\ \ \ \ | |_|_|/ |/| | | Latest updates to lib api.
| * | | Latest cli updates from generated filesKenny Woodson2016-03-232-199/+563
| | | |
* | | | Merge pull request #1648 from sdodson/bz1313210Brenton Leanhardt2016-03-231-1/+1
|\ \ \ \ | |/ / / |/| | | Add /dev to node containers
| * | | Add /dev to node containersScott Dodson2016-03-221-1/+1
| |/ /
* / / Support setting local storage perFSGroup quota in node config.Devan Goodwin2016-03-223-0/+5
|/ / | | | | | | | | Adds a new inventory var "openshift_node_local_quota_per_fsgroup", which will set the perFSGroup quota node-config.yaml.
* / Yaml editor first attemptKenny Woodson2016-03-181-0/+220
|/
* Merge pull request #1614 from detiber/bz1317755Brenton Leanhardt2016-03-175-8/+19
|\ | | | | Bug 1317755 - Set insecure-registry for internal registry by default
| * Bug 1317755 - Set insecure-registry for internal registry by defaultJason DeTiberus2016-03-175-8/+19
| |
* | Merge pull request #1628 from abutcher/deployment-typeKenny Woodson2016-03-161-1/+2
|\ \ | | | | | | Add default deployment_type to openshift_facts.
| * | Fall back to deployment_type in openshift_facts.Andrew Butcher2016-03-161-1/+2
| | |
* | | Merge pull request #1629 from kwoodson/docker_fixKenny Woodson2016-03-161-4/+4
|\ \ \ | | | | | | | | Fix for docker role when variables are undefined.
| * | | Fixing undefined variable checkKenny Woodson2016-03-161-4/+4
| | | |
* | | | Merge pull request #1624 from sdodson/bz1317975Brenton Leanhardt2016-03-164-4/+4
|\ \ \ \ | | | | | | | | | | Load environment files in containerized installs
| * | | | Load environment files in containerized installsScott Dodson2016-03-164-4/+4
| |/ / /
* | | | Merge pull request #1620 from BlueShells/BuildappMonitorKenny Woodson2016-03-162-51/+51
|\ \ \ \ | |/ / / |/| | | change type to value_type
| * | | change type to value_typezhizhang2016-03-162-51/+51
| | | |
* | | | Merge pull request #1617 from BlueShells/BuildappMonitorKenny Woodson2016-03-161-2/+2
|\| | | | | | | | | | | change time from int to float
| * | | change time from int to floatzhizhang2016-03-161-2/+2
| | | |
* | | | Merge pull request #1606 from BlueShells/BuildappMonitorKenny Woodson2016-03-161-0/+33
|\| | | | |/ / |/| | Buildapp monitor
| * | change the check time from 1 hour to 2 hourzhizhang2016-03-161-2/+2
| | |
| * | add item of time cost a app build and app createzhizhang2016-02-291-0/+12
| | |
| * | add trigger for app creation with build processzhizhang2016-02-251-0/+15
| | |