summaryrefslogtreecommitdiffstats
path: root/roles
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | |
| * | add key of openshift.master.app.build.createzhizhang2016-02-241-0/+6
| | |
* | | Merge pull request #1613 from sdodson/bz1317734Brenton Leanhardt2016-03-161-1/+5
|\ \ \ | | | | | | | | Only mask etcd service for containerized installls when it's installed
| * | | Only mask etcd service for containerized installls when it's installedScott Dodson2016-03-151-1/+5
| | |/ | |/|
* / | Provide cacert when performing health checksAndrew Butcher2016-03-153-3/+6
|/ /
* | Merge pull request #1604 from enoodle/nfs_yum_to_pkg_managerBrenton Leanhardt2016-03-151-3/+1
|\ \ | | | | | | nfs: replace yum with dnf
| * | nfs: replace yum with dnfErez Freiberger2016-03-151-3/+1
| | |
* | | Merge pull request #1603 from detiber/move_common_common_factsBrenton Leanhardt2016-03-157-15/+11
|\ \ \ | |/ / |/| | Move common common facts to openshift_facts
| * | Move common common facts to openshift_factsJason DeTiberus2016-03-157-15/+11
| | | | | | | | | | | | | | | | | | | | | - Prevents roles that need common facts from needing to require openshift_common, which pulls in the openshift binary. - Add dependency on openshift_facts to os_firewall, since it uses openshift.common facts
* | | Merge pull request #1600 from sdodson/docker182Brenton Leanhardt2016-03-151-1/+25
|\ \ \ | | | | | | | | OSE/Origin < 3.2/1.2 should not get Docker 1.9
| * | | OSE/Origin < 3.2/1.2 should not get Docker 1.9Scott Dodson2016-03-141-1/+25
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | RHEL and Centos docker-1.9 RPMs will have a Conflicts for origin and atomic-openshift < 3.2. If we left yum to its own devices we'd get a mess when trying to install once these packages land in the repos. So avoid installing docker-1.9 on Origin/OSE < 1.2/3.2. See: https://bugzilla.redhat.com/show_bug.cgi?id=1304038 Fedora doesn't keep old packages in repos so we just get the latest there. Docker 1.10 should be fine if and when it becomes available.
* / / perform oc client config tasks only once when ansible_ssh_user is rootJason DeTiberus2016-03-151-9/+6
|/ /
* | Merge pull request #1594 from kwoodson/lib_openshift_apiKenny Woodson2016-03-141-0/+379
|\ \ | | | | | | First attempt at openshift api secrets module
| * | Ansible module to manage secrets for openshift apiKenny Woodson2016-03-141-0/+379
| | |
* | | Merge pull request #883 from lebauce/openstack-integrationBrenton Leanhardt2016-03-146-1/+68
|\ \ \ | | | | | | | | Add support for Openstack integration
| * | | Add support for Openstack integrationSylvain Baubeau2016-03-146-1/+68
| | | |
* | | | Merge pull request #1550 from detiber/docker_refactorBrenton Leanhardt2016-03-1423-137/+242
|\ \ \ \ | | | | | | | | | | Docker role refactor
| * | | | improve ordering of systemd unitsJason DeTiberus2016-03-1411-23/+34
| | | | |
| * | | | Docker role refactorJason DeTiberus2016-03-1412-114/+208
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - refactors the docker role to push generic config into docker role and wrap openshift specific variables into an openshift_docker role and it's dependent openshift_docker_facts role - adds support for setting --confirm-def-push flag (Resolves https://github.com/openshift/openshift-ansible/issues/1014) - moves docker related facts from common/node roles to a new docker role - renames cli_docker_* role varialbes to openshift_docker-* (maintaining backward compatibility) - update role dependencies to pull in openshift_docker conditionally based on is_containerized - remove playbooks/common/openshift-docker since the docker role is now conditionally included
* | | | | Merge pull request #1451 from sdodson/is-syncBrenton Leanhardt2016-03-1441-683/+1764
|\ \ \ \ \ | |/ / / / |/| | | | Sync with latest image stream and templates
| * | | | Sync latest to v1.2Scott Dodson2016-03-1418-363/+484
| | | | |
| * | | | Sync with latest image stream and templatesScott Dodson2016-03-1422-319/+1279
| | | | |
| * | | | Allow origin version to be passed in as an argumentScott Dodson2016-03-141-1/+1
| | | | | | | | | | | | | | | | | | | | so we can continue syncing v1.1 content
* | | | | Merge pull request #1596 from abutcher/containerized-boolsBrenton Leanhardt2016-03-147-11/+20
|\ \ \ \ \ | |/ / / / |/| | | | Ensure is_containerized is cast as bool in templates and facts.
| * | | | Ensure is_containerized is cast as bool.Andrew Butcher2016-03-147-8/+8
| | | | |