Merge lp:~bigdata-dev/charms/bundles/apache-core-batch-processing/trunk into lp:~charmers/charms/bundles/apache-core-batch-processing/bundle

Proposed by Kevin W Monroe
Status: Merged
Merged at revision: 20
Proposed branch: lp:~bigdata-dev/charms/bundles/apache-core-batch-processing/trunk
Merge into: lp:~charmers/charms/bundles/apache-core-batch-processing/bundle
Diff against target: 80 lines (+10/-24)
3 files modified
bundle.yaml (+6/-6)
tests/00-setup (+0/-18)
tests/tests.yaml (+4/-0)
To merge this branch: bzr merge lp:~bigdata-dev/charms/bundles/apache-core-batch-processing/trunk
Reviewer Review Type Date Requested Status
Kevin W Monroe Approve
Review via email: mp+273751@code.launchpad.net

Description of the change

fixup tests

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

Bumped charm revisions

Revision history for this message
Kevin W Monroe (kwmonroe) wrote :

LGTM, +1

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'bundle.yaml'
2--- bundle.yaml 2015-09-16 20:23:30 +0000
3+++ bundle.yaml 2015-10-07 21:00:53 +0000
4@@ -1,38 +1,38 @@
5 services:
6 client:
7- charm: cs:trusty/apache-hadoop-client-5
8+ charm: cs:trusty/apache-hadoop-client-6
9 num_units: 1
10 annotations:
11 gui-x: "1300"
12 gui-y: "200"
13 compute-slave:
14- charm: cs:trusty/apache-hadoop-compute-slave-8
15+ charm: cs:trusty/apache-hadoop-compute-slave-9
16 num_units: 3
17 annotations:
18 gui-x: "250"
19 gui-y: "200"
20 constraints: mem=3G
21 hdfs-master:
22- charm: cs:trusty/apache-hadoop-hdfs-master-8
23+ charm: cs:trusty/apache-hadoop-hdfs-master-9
24 num_units: 1
25 annotations:
26 gui-x: "600"
27 gui-y: "350"
28 constraints: mem=7G
29 plugin:
30- charm: cs:trusty/apache-hadoop-plugin-7
31+ charm: cs:trusty/apache-hadoop-plugin-8
32 annotations:
33 gui-x: "950"
34 gui-y: "200"
35 secondary-namenode:
36- charm: cs:trusty/apache-hadoop-hdfs-secondary-6
37+ charm: cs:trusty/apache-hadoop-hdfs-secondary-7
38 num_units: 1
39 annotations:
40 gui-x: "600"
41 gui-y: "600"
42 constraints: mem=7G
43 yarn-master:
44- charm: cs:trusty/apache-hadoop-yarn-master-6
45+ charm: cs:trusty/apache-hadoop-yarn-master-7
46 num_units: 1
47 annotations:
48 gui-x: "600"
49
50=== removed file 'tests/00-setup'
51--- tests/00-setup 2015-10-02 20:28:04 +0000
52+++ tests/00-setup 1970-01-01 00:00:00 +0000
53@@ -1,18 +0,0 @@
54-#!/bin/bash
55-
56-to_install=''
57-
58-if ! dpkg -s amulet &> /dev/null; then
59- sudo add-apt-repository -y ppa:juju/stable
60- sudo apt-get update
61- to_install="$to_install amulet"
62-fi
63-
64-if ! dpkg -s python3-yaml &> /dev/null; then
65- to_install="$to_install python3-yaml"
66-fi
67-
68-if [[ -n "$to_install" ]]; then
69- echo Installing $to_install...
70- sudo apt-get install -y $to_install
71-fi
72
73=== added file 'tests/tests.yaml'
74--- tests/tests.yaml 1970-01-01 00:00:00 +0000
75+++ tests/tests.yaml 2015-10-07 21:00:53 +0000
76@@ -0,0 +1,4 @@
77+reset: false
78+packages:
79+ - amulet
80+ - python3-yaml

Subscribers

People subscribed via source and target branches