Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #3338 from sdodson/issue3303 | Scott Dodson | 2017-02-13 | 1 | -0/+1 |
|\ | | | | | Add libselinux-python dependency for localhost | ||||
| * | Add libselinux-python dependency for localhost | Scott Dodson | 2017-02-10 | 1 | -0/+1 |
| | | | | | | | | Fixes #3303 | ||||
* | | Merge pull request #3299 from kwoodson/oc_env | Scott Dodson | 2017-02-13 | 7 | -0/+2582 |
|\ \ | | | | | | | Adding oc_env to lib_openshift. | ||||
| * | | Fixing docs, linting, and comments. | Kenny Woodson | 2017-02-10 | 3 | -14/+24 |
| | | | |||||
| * | | Pleasing the linting bot. | Kenny Woodson | 2017-02-08 | 5 | -66/+7 |
| | | | |||||
| * | | Adding integration tests. | Kenny Woodson | 2017-02-08 | 4 | -257/+411 |
| | | | |||||
| * | | Adding oc_env to lib_openshift. | Kenny Woodson | 2017-02-08 | 6 | -0/+2477 |
| | | | |||||
* | | | Merge pull request #3295 from ashcrow/oc-scale-module | Scott Dodson | 2017-02-13 | 2 | -104/+0 |
|\ \ \ | | | | | | | | | Remove deprecated s3_registry playbook | ||||
| * | | | Removed adhoc s3_registry | Steve Milner | 2017-02-13 | 2 | -104/+0 |
| | | | | | | | | | | | | | | | | s3 items are now supported directly in the openshift_hosted role. | ||||
* | | | | Merge pull request #3333 from dgoodwin/restart-hosts-fix | Scott Dodson | 2017-02-13 | 1 | -2/+14 |
|\ \ \ \ | | | | | | | | | | | More fixes for reboot/wait for hosts. | ||||
| * | | | | More fixes for reboot/wait for hosts. | Devan Goodwin | 2017-02-10 | 1 | -2/+14 |
| | | | | | |||||
* | | | | | Merge pull request #3313 from tbielawa/fix_expiry_playbook_paths | Tim Bielawa | 2017-02-13 | 8 | -24/+46 |
|\ \ \ \ \ | | | | | | | | | | | | | Make the cert expiry playbooks runnable | ||||
| * | | | | | Include rpm/git paths in expiry README. | Tim Bielawa | 2017-02-10 | 2 | -24/+44 |
| | | | | | | |||||
| * | | | | | Make the cert expiry playbooks runnable | Tim Bielawa | 2017-02-09 | 7 | -0/+2 |
| | | | | | | |||||
* | | | | | | Merge pull request #3234 from rhcarvalho/check-module | Scott Dodson | 2017-02-13 | 22 | -235/+434 |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | Replace multi-role checks with action-plugin-based checks | ||||
| * | | | | | Do not hard code package names | Rodolfo Carvalho | 2017-02-10 | 2 | -14/+17 |
| | | | | | | |||||
| * | | | | | Refactor code to access values from task_vars | Rodolfo Carvalho | 2017-02-10 | 4 | -17/+25 |
| | | | | | | |||||
| * | | | | | Document how to create new checks | Rodolfo Carvalho | 2017-02-10 | 2 | -0/+36 |
| | | | | | | |||||
| * | | | | | Introduce tag notation for checks | Rodolfo Carvalho | 2017-02-10 | 6 | -4/+35 |
| | | | | | | | | | | | | | | | | | | | | | | | | This allows us to refer to a group of checks using a single handle. | ||||
| * | | | | | Replace multi-role checks with action plugin | Rodolfo Carvalho | 2017-02-10 | 21 | -195/+342 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This approach should make it easier to add new checks without having to write lots of YAML and doing things against Ansible (e.g. ignore_errors). A single action plugin determines what checks to run per each host, including arguments to the check. A check is implemented as a class with a run method, with the same signature as an action plugin and module, and is normally backed by a regular Ansible module. Each check is implemented as a separate Python file. This allows whoever adds a new check to focus solely in a single Python module, and potentially an Ansible module within library/ too. All checks are automatically loaded, and only active checks that are requested by the playbook get executed. | ||||
| * | | | | | Reword module documentation | Rodolfo Carvalho | 2017-02-10 | 1 | -6/+5 |
| | | | | | | |||||
| * | | | | | Separate import groups with a blank line | Rodolfo Carvalho | 2017-02-10 | 2 | -0/+3 |
| | | | | | | |||||
| * | | | | | Remove commented-out debugging code | Rodolfo Carvalho | 2017-02-10 | 2 | -28/+0 |
| | | | | | | |||||
* | | | | | | Merge pull request #3321 from ashcrow/oc-serviceaccount-module | Jan Chaloupka | 2017-02-11 | 9 | -69/+43 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | WIP: oc serviceaccount now done via oc_serviceaccount module | ||||
| * | | | | | | oc serviceaccount now done via oc_serviceaccount module | Steve Milner | 2017-02-10 | 9 | -69/+43 |
| | | | | | | | |||||
* | | | | | | | Merge pull request #3300 from ashcrow/oc-secret-module | Jan Chaloupka | 2017-02-11 | 3 | -19/+32 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | WIP: oc secrets now done via oc_secret module | ||||
| * | | | | | | | oc secrets now done via oc_secret module | Steve Milner | 2017-02-10 | 4 | -19/+33 |
| |/ / / / / / | |||||
* | | | | | | | Merge pull request #3307 from ingvagabund/oc_serviceaccount_secret | Jan Chaloupka | 2017-02-11 | 4 | -25/+21 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Replace service account secrets handling with oc_serviceaccount_secret module | ||||
| * | | | | | | | Replace service account secrets handling with oc_serviceaccount_secret module | Jan Chaloupka | 2017-02-10 | 4 | -25/+21 |
| | |_|/ / / / | |/| | | | | | |||||
* | | | | | | | Merge pull request #3288 from simaishi/trigger_auto_true | Scott Dodson | 2017-02-10 | 2 | -6/+6 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | CFME: Set image change triggers to auto=true for OCP 3.4 | ||||
| * | | | | | | | Set image change triggers to auto=true for OCP 3.4 - for v1.5 | Satoe Imaishi | 2017-02-08 | 1 | -3/+3 |
| | | | | | | | | |||||
| * | | | | | | | Set image change triggers to auto=true for OCP 3.4 | Satoe Imaishi | 2017-02-08 | 1 | -3/+3 |
| | |_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | (https://github.com/ManageIQ/manageiq-pods/pull/88) | ||||
* | | | | | | | Merge pull request #3311 from enoodle/logging_ops_nfs_and_pv_provisioning | Scott Dodson | 2017-02-10 | 4 | -2/+23 |
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | | Provisioning of nfs share and PV for logging ops | ||||
| * | | | | | | Provisioning of nfs share and PV for logging ops | Erez Freiberger | 2017-02-11 | 4 | -2/+23 |
|/ / / / / / | |||||
* | | | | | | Merge pull request #3309 from jcantrill/bz_1420229_metrics_fail_on_upgrade | Scott Dodson | 2017-02-10 | 1 | -0/+14 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Bz 1420229 metrics fail on upgrade | ||||
| * | | | | | | bug 1420229. Bounce metrics components to recognize changes on updates or ↵ | Jeff Cantrill | 2017-02-10 | 1 | -0/+14 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | upgrades | ||||
* | | | | | | | Merge pull request #3287 from giuseppe/scheduler-config-file | Scott Dodson | 2017-02-10 | 2 | -0/+6 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | latest: use same priorities and predicates used by the last version | ||||
| * | | | | | | | fixup! master: latest use same predicates as last version | Giuseppe Scrivano | 2017-02-08 | 1 | -1/+4 |
| | | | | | | | | |||||
| * | | | | | | | fixup! master: latest use same priorities as last version | Giuseppe Scrivano | 2017-02-08 | 1 | -1/+4 |
| | | | | | | | | |||||
| * | | | | | | | master: latest use same predicates as last version | Giuseppe Scrivano | 2017-02-08 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com> | ||||
| * | | | | | | | master: latest use same priorities as last version | Giuseppe Scrivano | 2017-02-08 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com> | ||||
* | | | | | | | | Merge pull request #3330 from jcantrill/bz_1399523_default_ops_prefix | Scott Dodson | 2017-02-10 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | bug 1399523. Ops pvc should have different prefix from non-ops for op… | ||||
| * | | | | | | | | bug 1399523. Ops pvc should have different prefix from non-ops for ↵ | Jeff Cantrill | 2017-02-10 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | openshift_logging | ||||
* | | | | | | | | | Merge pull request #3337 from jcantrill/fix_defaults_os_logging | Scott Dodson | 2017-02-10 | 1 | -6/+6 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | fix openshift_logging where defaults filter needs quoting | ||||
| * | | | | | | | | | fix openshift_logging where defaults filter needs quoting | Jeff Cantrill | 2017-02-10 | 1 | -6/+6 |
| | |_|/ / / / / / | |/| | | | | | | | |||||
* | | | | | | | | | Merge pull request #3331 from abutcher/embedded-etcd-client-cert | Scott Dodson | 2017-02-10 | 1 | -0/+8 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Bug 1420667: Ensure etcd client certs are regenerated with embedded etcd. | ||||
| * | | | | | | | | | Ensure etcd client certs are regenerated with embedded etcd. | Andrew Butcher | 2017-02-10 | 1 | -0/+8 |
| | |/ / / / / / / | |/| | | | | | | | |||||
* | | | | | | | | | Merge pull request #3305 from giuseppe/conntrack-tools | Scott Dodson | 2017-02-10 | 1 | -0/+6 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | node: ensure conntrack-tools is installed | ||||
| * | | | | | | | | | node: ensure conntrack-tools is installed | Giuseppe Scrivano | 2017-02-09 | 1 | -0/+6 |
| | |_|_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1420182 Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com> | ||||
* | | | | | | | | | Merge pull request #3329 from rhcarvalho/python-workflow | Rodolfo Carvalho | 2017-02-10 | 2 | -1/+20 |
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | | | Python workflow |