summaryrefslogtreecommitdiffstats
path: root/roles
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | | | Dump some logsScott Dodson2017-07-181-0/+11
| | | | | | | | | | |
| * | | | | | | | | | daemon_reload on node and ovs startScott Dodson2017-07-181-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | At least in my smoke testing of a containerized install i had to manually reload systemd
| * | | | | | | | | | Ensure proper fact evaluationScott Dodson2017-07-182-2/+2
| | | | | | | | | | |
| * | | | | | | | | | Wrap additional service changes in retriesScott Dodson2017-07-186-6/+30
| | | | | | | | | | |
| * | | | | | | | | | Wrap docker stop in retriesScott Dodson2017-07-181-1/+7
| | | | | | | | | | |
| * | | | | | | | | | Add retries to node restart handlersScott Dodson2017-07-182-3/+17
| | | | | | | | | | |
| * | | | | | | | | | Test docker restart with retries 3 delay 30Steve Milner2017-07-186-2/+18
| |/ / / / / / / / /
* | | | | | | | | | Merge pull request #4669 from kwoodson/storageclassOpenShift Bot2017-07-1810-16/+2240
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | Merged by openshift-bot
| * | | | | | | | | Fixed spacing and lint errors.Kenny Woodson2017-07-173-6/+8
| | | | | | | | | |
| * | | | | | | | | Fixed tests and added sleep for update.Kenny Woodson2017-07-143-2/+4
| | | | | | | | | |
| * | | | | | | | | Fixing needs_update comparison. Added a small pause for race conditions. ↵Kenny Woodson2017-07-144-18/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed doc. Fix kind to storageclass
| * | | | | | | | | Adding storageclass support to lib_openshift.Kenny Woodson2017-07-1410-16/+2216
| | | | | | | | | |
* | | | | | | | | | Merge pull request #4758 from ↵Rodolfo Carvalho2017-07-184-85/+114
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | rhcarvalho/bz1465882-package_version-ovs2.7-on-ocp3.6 Allow Open vSwitch 2.7 on OpenShift 3.5 and 3.6
| * | | | | | | | | | Allow OVS 2.7 in latest OpenShift releasesRodolfo Carvalho2017-07-172-32/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change the package_version check to tolerate either Open vSwitch 2.6 or 2.7. Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1465882 This commit removes a unit test that adds no coverage and tests data instead of logic. This coupling makes every change to supported versions require the same changes to the tests.
| * | | | | | | | | | Make aos_version module handle multiple versionsRodolfo Carvalho2017-07-172-24/+93
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some packages are supported at more than one major.minor version at the same time. Support is added keeping backward compatibility: the 'version' key can be either a string (single version) or a list of versions.
| * | | | | | | | | | Split positive and negative unit testsRodolfo Carvalho2017-07-171-50/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Split positive and negative tests into their own functions. This means less lines of code, clearer purpose, easier to understand what each test does or doesn't and to add new test cases.
* | | | | | | | | | | Merge pull request #4762 from tbielawa/bz1470165_bz1468424OpenShift Bot2017-07-181-32/+69
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Merged by openshift-bot
| * | | | | | | | | | | Other playbooks maybe expecting this to be at least an empty string. I think ↵Tim Bielawa2017-07-171-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | they default it to an empty list if its not found.
| * | | | | | | | | | | Fix NO_PROXY environment variable settingTim Bielawa2017-07-171-32/+68
| |/ / / / / / / / / /
* | | | | | | | | | | Merge pull request #4772 from ewolinetz/fix_additive_clusterroleScott Dodson2017-07-172-2/+20
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Updating to use oc replace and conditionally update edit and admin roles
| * | | | | | | | | | | Updating to compare sets instead of sorted listsewolinetz2017-07-171-4/+4
| | | | | | | | | | | |
| * | | | | | | | | | | Adding ability to create podpreset for service-catalog-controller for bz1471881ewolinetz2017-07-171-0/+6
| | | | | | | | | | | |
| * | | | | | | | | | | Updating to use oc replace and conditionally update edit and admin rolesewolinetz2017-07-171-2/+14
| |/ / / / / / / / / /
* | | | | | | | | | | Merge pull request #4594 from kwoodson/encryptionOpenShift Bot2017-07-171-1/+4
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | Merged by openshift-bot
| * | | | | | | | | | Merge branch 'master' into encryptionKenny Woodson2017-07-05373-2277/+35359
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Changing the passing of data for sc creation.Kenny Woodson2017-06-302-11/+9
| | | | | | | | | | | |
| * | | | | | | | | | | Fixed variable name.Kenny Woodson2017-06-292-2/+3
| | | | | | | | | | | |
| * | | | | | | | | | | Adding disk encryption to storageclasses and to openshift registryKenny Woodson2017-06-294-8/+19
| | | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #4765 from ewolinetz/service_catalog_console_rolesScott Dodson2017-07-142-0/+60
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / |/| | | | | | | | | | | Adding in permissions to edit and admin cluster roles
| * | | | | | | | | | | Adding in permissions to edit and admin cluster rolesewolinetz2017-07-142-0/+60
| | |_|/ / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge pull request #4540 from ↵Scott Dodson2017-07-141-0/+2
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | giuseppe/openvswitch-syscontainer-specify-docker-service-name openvswitch, syscontainer: specify the Docker service name
| * | | | | | | | | | openvswitch, syscontainer: specify the Docker service nameGiuseppe Scrivano2017-06-221-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
* | | | | | | | | | | Merge pull request #4756 from ewolinetz/bz1469368Scott Dodson2017-07-131-0/+5
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | making kube-service-catalog project network global when using redhat/…
| * | | | | | | | | | | making kube-service-catalog project network global when using ↵ewolinetz2017-07-131-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | redhat/openshift-ovs-multitenant plugin
* | | | | | | | | | | | set KillMode to process in node service fileJan Chaloupka2017-07-132-0/+2
|/ / / / / / / / / / /
* | | | | | | | | | | Merge pull request #4743 from ewolinetz/bz1469986Scott Dodson2017-07-122-0/+11
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Created js file for enabling tech preview for console, updated master…
| * | | | | | | | | | | Created js file for enabling tech preview for console, updated master-config ↵ewolinetz2017-07-122-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | for pod presets and console tech preview
* | | | | | | | | | | | Merge pull request #4720 from jarrpa/glusterfs-fixes-fourScott Dodson2017-07-1210-2/+106
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | | GlusterFS Fixes 4
| * | | | | | | | | | | GlusterFS: Fix SSH-based heketi configurationJose A. Rivera2017-07-0810-2/+106
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
* | | | | | | | | | | | add scheduled pods checkjuanvallejo2017-07-112-2/+32
| | | | | | | | | | | |
* | | | | | | | | | | | Only store failures that were not ignored.Rodolfo Carvalho2017-07-111-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In the past, health checks were implemented with ignore_errors: True in the playbook level, requiring us to store all failures, ignored or not, so that we could report on all failed checks. Now checks are run from a single action plugin entry point, without ignoring errors (all errors are aggregated via the action plugin). Since the integration of the openshift_health_checker role with the install playbook, failure summaries are part of the output of a lot more calls to ansible-playbook. We shall report only failures that caused the execution to stop, as ignored failures in the summary only serve to confuse users.
* | | | | | | | | | | | Add overlay to supported Docker storage driversRodolfo Carvalho2017-07-112-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1467809 As a next step, we can refine under which conditions the overlay driver is supported.
* | | | | | | | | | | | openshift_checks: fix execute_module paramsLuke Meyer2017-07-114-4/+4
| |_|_|_|_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix where execute_module was being passed task_vars in place of tmp param. Most modules don't seem to use either and so this doesn't fail; but under some conditions (perhaps different per version of ansible?) it tried to treat the dict as a string and came back with a python stack trace.
* | | | | | | | | | | Adding create permissions for serviceclasses.servicecatalog.k8s.io to ↵ewolinetz2017-07-111-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | service-catalog-controller role
* | | | | | | | | | | Merge pull request #4730 from ozdanborne/patch-gencertsScott Dodson2017-07-112-26/+18
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fix calico when certs are auto-generated
| * | | | | | | | | | | Fix calico when certs are auto-generatedDan Osborne2017-07-102-26/+18
| | | | | | | | | | | |
* | | | | | | | | | | | updating fetch tasks to be flat pathsewolinetz2017-07-101-0/+2
| | | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #4624 from ↵Jan Chaloupka2017-07-081-0/+1
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ingvagabund/increase-timeout-when-waiting-for-master-and-nodes increase implicit 300s default timeout to explicit 600s
| * | | | | | | | | | | increase implicit 300s default timeout to explicit 600sJan Chaloupka2017-06-281-0/+1
| | | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #4714 from sdodson/image-stream-syncOpenShift Bot2017-07-08100-1/+63835
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Merged by openshift-bot