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

« back to all changes in this revision

Viewing changes to Makefile

  • 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:
10
10
 
11
11
test:
12
12
        @echo Starting unit tests...
13
 
        @PYTHONPATH=./hooks $(PYTHON) /usr/bin/nosetests3 --nologcapture unit_tests
 
13
        @PYTHONPATH=./hooks $(PYTHON) unit_tests/test_hooks.py
14
14
 
15
15
deploy:
16
16
        @echo Deploying local elasticsearch charm
17
17
        @juju deploy --num-units=2 --repository=../.. local:trusty/elasticsearch
18
18
 
 
19
health:
 
20
        juju ssh elasticsearch/0 "curl http://localhost:9200/_cluster/health?pretty=true"
19
21
 
20
22
# The following targets are used for charm maintenance only.
21
23
bin/charm_helpers_sync.py: