~mthaddon/mojo/charm-testing-squid

« back to all changes in this revision

Viewing changes to charm-testing/memcached/deploy

  • Committer: Tom Haddon
  • Date: 2018-03-20 17:59:01 UTC
  • mfrom: (87.1.1 memcached-charm-testing)
  • Revision ID: tom.haddon@canonical.com-20180320175901-lfa1hw2akbo1huob
[mthaddon,r=alejdg] Add initial charm-testing spec for memcached

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
memcached:
 
2
    series: {{series}}
 
3
    services:
 
4
        memcached:
 
5
            charm: memcached
 
6
            num_units: 3
 
7
        nrpe:
 
8
            charm: nrpe
 
9
            {% if series == "xenial" %}options:
 
10
                procs: '-w 200 -c 250'
 
11
                swap: '-w 90% -c 75% -n ok'{% endif %}
 
12
    relations:
 
13
        - ['memcached', 'nrpe']