summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-02-13Merge pull request #3333 from dgoodwin/restart-hosts-fixScott Dodson
More fixes for reboot/wait for hosts.
2017-02-13Merge pull request #3313 from tbielawa/fix_expiry_playbook_pathsTim Bielawa
Make the cert expiry playbooks runnable
2017-02-13Merge pull request #3234 from rhcarvalho/check-moduleScott Dodson
Replace multi-role checks with action-plugin-based checks
2017-02-11Merge pull request #3321 from ashcrow/oc-serviceaccount-moduleJan Chaloupka
WIP: oc serviceaccount now done via oc_serviceaccount module
2017-02-11Merge pull request #3300 from ashcrow/oc-secret-moduleJan Chaloupka
WIP: oc secrets now done via oc_secret module
2017-02-11Merge pull request #3307 from ingvagabund/oc_serviceaccount_secretJan Chaloupka
Replace service account secrets handling with oc_serviceaccount_secret module
2017-02-10Merge pull request #3288 from simaishi/trigger_auto_trueScott Dodson
CFME: Set image change triggers to auto=true for OCP 3.4
2017-02-10Merge pull request #3311 from enoodle/logging_ops_nfs_and_pv_provisioningScott Dodson
Provisioning of nfs share and PV for logging ops
2017-02-11Provisioning of nfs share and PV for logging opsErez Freiberger
2017-02-10Merge pull request #3309 from jcantrill/bz_1420229_metrics_fail_on_upgradeScott Dodson
Bz 1420229 metrics fail on upgrade
2017-02-10oc secrets now done via oc_secret moduleSteve Milner
2017-02-10More fixes for reboot/wait for hosts.Devan Goodwin
2017-02-10Merge pull request #3287 from giuseppe/scheduler-config-fileScott Dodson
latest: use same priorities and predicates used by the last version
2017-02-10Merge pull request #3330 from jcantrill/bz_1399523_default_ops_prefixScott Dodson
bug 1399523. Ops pvc should have different prefix from non-ops for op…
2017-02-10Merge pull request #3337 from jcantrill/fix_defaults_os_loggingScott Dodson
fix openshift_logging where defaults filter needs quoting
2017-02-10fix openshift_logging where defaults filter needs quotingJeff Cantrill
2017-02-10Merge pull request #3331 from abutcher/embedded-etcd-client-certScott Dodson
Bug 1420667: Ensure etcd client certs are regenerated with embedded etcd.
2017-02-10Merge pull request #3305 from giuseppe/conntrack-toolsScott Dodson
node: ensure conntrack-tools is installed
2017-02-10Do not hard code package namesRodolfo Carvalho
2017-02-10Refactor code to access values from task_varsRodolfo Carvalho
2017-02-10Merge pull request #3329 from rhcarvalho/python-workflowRodolfo Carvalho
Python workflow
2017-02-10oc serviceaccount now done via oc_serviceaccount moduleSteve Milner
2017-02-10bug 1420229. Bounce metrics components to recognize changes on updates or ↵Jeff Cantrill
upgrades
2017-02-10Merge pull request #3318 from jcantrill/bz_1420425_external_log_certsScott Dodson
bug 1420425. Allow setting of public facing certs for kibana in opens…
2017-02-10Ensure etcd client certs are regenerated with embedded etcd.Andrew Butcher
2017-02-10bug 1420425. Allow setting of public facing certs for kibana in ↵Jeff Cantrill
openshift_logging role
2017-02-10bug 1399523. Ops pvc should have different prefix from non-ops for ↵Jeff Cantrill
openshift_logging
2017-02-10Merge pull request #3319 from richm/logging-cluster-size-intScott Dodson
make sure cluster_size is an int for arith. ops
2017-02-10Include rpm/git paths in expiry README.Tim Bielawa
2017-02-10Merge pull request #3109 from giuseppe/system-containersGiuseppe Scrivano
System containers
2017-02-10Merge pull request #3328 from mwoodson/openshift_ansible_specScott Dodson
Removing the /usr/bin/ansible-playbook dependency in in the spec file
2017-02-10Merge pull request #3293 from jcantrill/bz_1420204_use_journal_fixScott Dodson
fix bug 1420204. Default openshift_logging_use_journal to empty so fl…
2017-02-10fix bug 1420204. Default openshift_logging_use_journal to empty so fluentd ↵Jeff Cantrill
detects and is consistent with deployer
2017-02-10Let pylint use as many CPUs as availableRodolfo Carvalho
2017-02-10Add note about extraneous virtualenvsRodolfo Carvalho
2017-02-10Merge pull request #3327 from ingvagabund/fix-ruamel-yamlScott Dodson
use the correct name for the ruamel-yaml python module
2017-02-10Merge pull request #3297 from jcantrill/bz_1419962_cassandra_pwd_failureScott Dodson
bug 1419962. fix openshift_metrics pwd issue after reinstall where ca…
2017-02-10Merge pull request #3320 from jcantrill/bz_1420538_metrics_supplemental_groupsScott Dodson
bug 1420538. Allow users to set supplementalGroup for Cassandra
2017-02-10Merge pull request #3281 from ewolinetz/revert_3257Scott Dodson
Reverting commit 3257 and renaming master_url to openshift_logging_ma…
2017-02-10Document how to create new checksRodolfo Carvalho
2017-02-10Introduce tag notation for checksRodolfo Carvalho
This allows us to refer to a group of checks using a single handle.
2017-02-10Replace multi-role checks with action pluginRodolfo Carvalho
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.
2017-02-10Removing the /usr/bin/ansible-playbook dependency in in the spec fileMatt Woodson
2017-02-10use the correct name for the ruamel-yaml python moduleJan Chaloupka
2017-02-10Reword module documentationRodolfo Carvalho
2017-02-10Separate import groups with a blank lineRodolfo Carvalho
2017-02-10Remove commented-out debugging codeRodolfo Carvalho
2017-02-10Replace service account secrets handling with oc_serviceaccount_secret moduleJan Chaloupka
2017-02-10node: refactor Docker container tasks in a blockGiuseppe Scrivano
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
2017-02-10etcd: use as system containerGiuseppe Scrivano
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>