~canonical-is-sa/charms/trusty/elasticsearch/trunk

« back to all changes in this revision

Viewing changes to tasks/peer-relations.yml

  • Committer: Michael Nelson
  • Date: 2014-11-06 02:48:04 UTC
  • mfrom: (35.1.8 firewall_optional)
  • Revision ID: michael.nelson@canonical.com-20141106024804-uxduhm2huet147vi
[r=simondavy][bugs=1386664,1376396] Bug fix for firewall on ec2 and enable firewall to be configured off (as well as update of tests and charmhelpers).

Show diffs side-by-side

added added

removed removed

Lines of Context:
54
54
    - peer-relation-joined
55
55
  fail: msg="Unit failed to join cluster during peer-relation-joined"
56
56
  when: cluster_health.json.number_of_nodes == 1 and cluster_health_after_restart.json.number_of_nodes == 1
57