Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #3313 from tbielawa/fix_expiry_playbook_paths | Tim Bielawa | 2017-02-13 | 7 | -89/+45 |
|\ | | | | | Make the cert expiry playbooks runnable | ||||
| * | Include rpm/git paths in expiry README. | Tim Bielawa | 2017-02-10 | 1 | -21/+44 |
| | | |||||
| * | Make the cert expiry playbooks runnable | Tim Bielawa | 2017-02-09 | 6 | -68/+1 |
| | | |||||
* | | Merge pull request #3234 from rhcarvalho/check-module | Scott Dodson | 2017-02-13 | 21 | -206/+424 |
|\ \ | | | | | | | 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 | 5 | -1/+34 |
| | | | | | | | | | | | | 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 | 20 | -166/+330 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | 1 | -8/+11 |
|\ \ \ \ | | | | | | | | | | | WIP: oc secrets now done via oc_secret module | ||||
| * | | | | oc secrets now done via oc_secret module | Steve Milner | 2017-02-10 | 2 | -8/+12 |
| |/ / / | |||||
* | | | | Merge pull request #3307 from ingvagabund/oc_serviceaccount_secret | Jan Chaloupka | 2017-02-11 | 3 | -20/+13 |
|\ \ \ \ | | | | | | | | | | | 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 | 3 | -20/+13 |
| | |_|/ | |/| | | |||||
* | | | | 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) | ||||
* | | | | | Provisioning of nfs share and PV for logging ops | Erez Freiberger | 2017-02-11 | 3 | -0/+21 |
| | | | | | |||||
* | | | | | 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 #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 #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> | ||||
* | | | | | | bug 1420425. Allow setting of public facing certs for kibana in ↵ | Jeff Cantrill | 2017-02-10 | 3 | -1/+39 |
| | | | | | | | | | | | | | | | | | | | | | | | | openshift_logging role | ||||
* | | | | | | Merge pull request #3319 from richm/logging-cluster-size-int | Scott Dodson | 2017-02-10 | 4 | -14/+14 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | make sure cluster_size is an int for arith. ops | ||||
| * | | | | | | make sure cluster_size is an int for arith. ops | Rich Megginson | 2017-02-09 | 4 | -14/+14 |
| | |_|_|_|/ | |/| | | | | |||||
* | | | | | | Merge pull request #3109 from giuseppe/system-containers | Giuseppe Scrivano | 2017-02-10 | 15 | -38/+260 |
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | System containers | ||||
| * | | | | | node: refactor Docker container tasks in a block | Giuseppe Scrivano | 2017-02-10 | 1 | -25/+25 |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com> | ||||
| * | | | | | etcd: use as system container | Giuseppe Scrivano | 2017-02-10 | 6 | -7/+89 |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com> | ||||
| * | | | | | system-containers: implement idempotent update | Giuseppe Scrivano | 2017-02-10 | 3 | -7/+58 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upstream version has "atomic containers update ..." but the RHEL version is still using "atomic update --container" so stick with this for now. Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com> | ||||
| * | | | | | atomic-openshift: install as a system container | Giuseppe Scrivano | 2017-02-10 | 10 | -8/+97 |
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use use_system_containers=true in the inventory file alternatively you can select each component as: use_openvswitch_system_container=true use_node_system_container=true use_master_system_container=true system_images_registry holds the registry from where to fetch system containers. Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com> | ||||
* | | | | | Merge pull request #3293 from jcantrill/bz_1420204_use_journal_fix | Scott Dodson | 2017-02-10 | 2 | -4/+4 |
|\ \ \ \ \ | | | | | | | | | | | | | fix bug 1420204. Default openshift_logging_use_journal to empty so fl… | ||||
| * | | | | | fix bug 1420204. Default openshift_logging_use_journal to empty so fluentd ↵ | Jeff Cantrill | 2017-02-10 | 2 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | detects and is consistent with deployer | ||||
* | | | | | | Merge pull request #3327 from ingvagabund/fix-ruamel-yaml | Scott Dodson | 2017-02-10 | 1 | -8/+1 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | use the correct name for the ruamel-yaml python module | ||||
| * | | | | | | use the correct name for the ruamel-yaml python module | Jan Chaloupka | 2017-02-10 | 1 | -8/+1 |
| | |_|/ / / | |/| | | | | |||||
* | | | | | | Merge pull request #3297 from jcantrill/bz_1419962_cassandra_pwd_failure | Scott Dodson | 2017-02-10 | 9 | -70/+53 |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | bug 1419962. fix openshift_metrics pwd issue after reinstall where ca… | ||||
| * | | | | | bug 1419962. fix openshift_metrics pwd issue after reinstall where cassandra ↵ | Jeff Cantrill | 2017-02-09 | 9 | -70/+53 |
| | |/ / / | |/| | | | | | | | | | | | | | has incorrect pwd exception | ||||
* | | | | | Merge pull request #3320 from jcantrill/bz_1420538_metrics_supplemental_groups | Scott Dodson | 2017-02-10 | 2 | -0/+4 |
|\ \ \ \ \ | | | | | | | | | | | | | bug 1420538. Allow users to set supplementalGroup for Cassandra | ||||
| * | | | | | bug 1420538. Allow users to set supplementalGroup for Cassandra | Jeff Cantrill | 2017-02-09 | 2 | -0/+4 |
| | | | | | | |||||
* | | | | | | Merge pull request #3281 from ewolinetz/revert_3257 | Scott Dodson | 2017-02-10 | 6 | -19/+21 |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | Reverting commit 3257 and renaming master_url to openshift_logging_ma… |