~tcuthbert/mojo/mojo-specs-rt116682

« back to all changes in this revision

Viewing changes to charm-testing/cassandra/deploy

  • Committer: mergebot at canonical
  • Author(s): "Paul Gear"
  • Date: 2018-07-09 04:49:50 UTC
  • mfrom: (111.1.3 mojo-specs)
  • Revision ID: mergebot@juju-139df4-prod-is-toolbox-0.canonical.com-20180709044950-tsvlb1y0ulu9y8w3
Make nrpe options for post-xenial consistent

Reviewed-on: https://code.launchpad.net/~paulgear/mojo/mojo-specs/+merge/349109
Reviewed-by: Paul Collins <paul.collins@canonical.com>

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
            num_units: 3
7
7
        nrpe:
8
8
            charm: nrpe
9
 
            {% if series == "xenial" %}options:
10
 
                procs: '-w 200 -c 250'
11
 
                swap: '-w 90% -c 75% -n ok'{% endif %}
 
9
{%- if series != "trusty" %}
 
10
            options:
 
11
                procs: '-w 200 -c 250 -k'
 
12
                swap: '-w 90% -c 75% -n ok'
 
13
{%- endif %}
12
14
    relations:
13
15
       - ["cassandra", "nrpe:nrpe-external-master"]