Merge lp:~bigdata-dev/charms/bundles/realtime-syslog-analytics/bundle into lp:~charmers/charms/bundles/realtime-syslog-analytics/bundle

Proposed by Kevin W Monroe
Status: Merged
Merged at revision: 8
Proposed branch: lp:~bigdata-dev/charms/bundles/realtime-syslog-analytics/bundle
Merge into: lp:~charmers/charms/bundles/realtime-syslog-analytics/bundle
Diff against target: 95 lines (+12/-17)
3 files modified
bundle.yaml (+9/-9)
tests/00-setup (+0/-8)
tests/tests.yaml (+3/-0)
To merge this branch: bzr merge lp:~bigdata-dev/charms/bundles/realtime-syslog-analytics/bundle
Reviewer Review Type Date Requested Status
Juju Big Data Development Pending
Review via email: mp+273752@code.launchpad.net

Description of the change

fixup tests

To post a comment you must log in.
10. By Cory Johns

Updated to latest charm revisions

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'bundle.yaml'
--- bundle.yaml 2015-10-02 19:58:46 +0000
+++ bundle.yaml 2015-10-07 21:32:01 +0000
@@ -1,32 +1,32 @@
1services:1services:
2 compute-slave:2 compute-slave:
3 charm: cs:trusty/apache-hadoop-compute-slave-83 charm: cs:trusty/apache-hadoop-compute-slave-9
4 num_units: 34 num_units: 3
5 annotations:5 annotations:
6 gui-x: "300"6 gui-x: "300"
7 gui-y: "200"7 gui-y: "200"
8 constraints: mem=3G8 constraints: mem=3G
9 flume-hdfs:9 flume-hdfs:
10 charm: cs:trusty/apache-flume-hdfs-310 charm: cs:trusty/apache-flume-hdfs-4
11 num_units: 111 num_units: 1
12 annotations:12 annotations:
13 gui-x: "1200"13 gui-x: "1200"
14 gui-y: "350"14 gui-y: "350"
15 flume-syslog:15 flume-syslog:
16 charm: cs:trusty/apache-flume-syslog-216 charm: cs:trusty/apache-flume-syslog-3
17 num_units: 117 num_units: 1
18 annotations:18 annotations:
19 gui-x: "1200"19 gui-x: "1200"
20 gui-y: "600"20 gui-y: "600"
21 hdfs-master:21 hdfs-master:
22 charm: cs:trusty/apache-hadoop-hdfs-master-822 charm: cs:trusty/apache-hadoop-hdfs-master-9
23 num_units: 123 num_units: 1
24 annotations:24 annotations:
25 gui-x: "600"25 gui-x: "600"
26 gui-y: "350"26 gui-y: "350"
27 constraints: mem=7G27 constraints: mem=7G
28 plugin:28 plugin:
29 charm: cs:trusty/apache-hadoop-plugin-729 charm: cs:trusty/apache-hadoop-plugin-8
30 annotations:30 annotations:
31 gui-x: "900"31 gui-x: "900"
32 gui-y: "200"32 gui-y: "200"
@@ -36,28 +36,28 @@
36 gui-x: "900"36 gui-x: "900"
37 gui-y: "600"37 gui-y: "600"
38 secondary-namenode:38 secondary-namenode:
39 charm: cs:trusty/apache-hadoop-hdfs-secondary-639 charm: cs:trusty/apache-hadoop-hdfs-secondary-7
40 num_units: 140 num_units: 1
41 annotations:41 annotations:
42 gui-x: "600"42 gui-x: "600"
43 gui-y: "600"43 gui-y: "600"
44 constraints: mem=7G44 constraints: mem=7G
45 spark:45 spark:
46 charm: cs:trusty/apache-spark-246 charm: cs:trusty/apache-spark-4
47 num_units: 147 num_units: 1
48 annotations:48 annotations:
49 gui-x: "1200"49 gui-x: "1200"
50 gui-y: "100"50 gui-y: "100"
51 constraints: mem=7G51 constraints: mem=7G
52 yarn-master:52 yarn-master:
53 charm: cs:trusty/apache-hadoop-yarn-master-653 charm: cs:trusty/apache-hadoop-yarn-master-7
54 num_units: 154 num_units: 1
55 annotations:55 annotations:
56 gui-x: "600"56 gui-x: "600"
57 gui-y: "100"57 gui-y: "100"
58 constraints: mem=7G58 constraints: mem=7G
59 zeppelin:59 zeppelin:
60 charm: cs:trusty/apache-zeppelin-460 charm: cs:trusty/apache-zeppelin-5
61 annotations:61 annotations:
62 gui-x: "1500"62 gui-x: "1500"
63 gui-y: "100"63 gui-y: "100"
6464
=== removed file 'tests/00-setup'
--- tests/00-setup 2015-10-02 19:02:34 +0000
+++ tests/00-setup 1970-01-01 00:00:00 +0000
@@ -1,8 +0,0 @@
1#!/bin/bash
2
3if ! python3 -c 'import amulet' &> /dev/null; then
4 echo Installing Amulet...
5 sudo add-apt-repository -y ppa:juju/stable
6 sudo apt-get update
7 sudo apt-get -y install amulet
8fi
90
=== added file 'tests/tests.yaml'
--- tests/tests.yaml 1970-01-01 00:00:00 +0000
+++ tests/tests.yaml 2015-10-07 21:32:01 +0000
@@ -0,0 +1,3 @@
1reset: false
2packages:
3 - amulet

Subscribers

People subscribed via source and target branches