Merge lp:~bigdata-dev/charms/bundles/apache-hadoop-spark-zeppelin/trunk into lp:~charmers/charms/bundles/apache-hadoop-spark-zeppelin/bundle

Proposed by Cory Johns
Status: Merged
Merged at revision: 6
Proposed branch: lp:~bigdata-dev/charms/bundles/apache-hadoop-spark-zeppelin/trunk
Merge into: lp:~charmers/charms/bundles/apache-hadoop-spark-zeppelin/bundle
Diff against target: 179 lines (+119/-7)
3 files modified
bundle-dev.yaml (+56/-0)
bundle-local.yaml (+56/-0)
bundle.yaml (+7/-7)
To merge this branch: bzr merge lp:~bigdata-dev/charms/bundles/apache-hadoop-spark-zeppelin/trunk
Reviewer Review Type Date Requested Status
charmers Pending
Review via email: mp+271471@code.launchpad.net

Description of the change

Tag charm revisions in bundle.

Also, add -dev and -local bundles.

To post a comment you must log in.
Revision history for this message
amir sanjar (asanjar) wrote :

+1

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== added file 'bundle-dev.yaml'
2--- bundle-dev.yaml 1970-01-01 00:00:00 +0000
3+++ bundle-dev.yaml 2015-09-17 13:18:33 +0000
4@@ -0,0 +1,56 @@
5+services:
6+ compute-slave:
7+ charm: cs:~bigdata-dev/trusty/apache-hadoop-compute-slave
8+ num_units: 3
9+ annotations:
10+ gui-x: "300"
11+ gui-y: "200"
12+ constraints: mem=3G
13+ hdfs-master:
14+ charm: cs:~bigdata-dev/trusty/apache-hadoop-hdfs-master
15+ num_units: 1
16+ annotations:
17+ gui-x: "600"
18+ gui-y: "350"
19+ constraints: mem=7G
20+ plugin:
21+ charm: cs:~bigdata-dev/trusty/apache-hadoop-plugin
22+ annotations:
23+ gui-x: "900"
24+ gui-y: "200"
25+ secondary-namenode:
26+ charm: cs:~bigdata-dev/trusty/apache-hadoop-hdfs-secondary
27+ num_units: 1
28+ annotations:
29+ gui-x: "600"
30+ gui-y: "600"
31+ constraints: mem=7G
32+ spark:
33+ charm: cs:~bigdata-dev/trusty/apache-spark
34+ num_units: 1
35+ annotations:
36+ gui-x: "1200"
37+ gui-y: "200"
38+ constraints: mem=3G
39+ yarn-master:
40+ charm: cs:~bigdata-dev/trusty/apache-hadoop-yarn-master
41+ num_units: 1
42+ annotations:
43+ gui-x: "600"
44+ gui-y: "100"
45+ constraints: mem=7G
46+ zeppelin:
47+ charm: cs:~bigdata-dev/trusty/apache-zeppelin
48+ annotations:
49+ gui-x: "1200"
50+ gui-y: "450"
51+series: trusty
52+relations:
53+ - [yarn-master, hdfs-master]
54+ - [secondary-namenode, hdfs-master]
55+ - [compute-slave, yarn-master]
56+ - [compute-slave, hdfs-master]
57+ - [plugin, yarn-master]
58+ - [plugin, hdfs-master]
59+ - [spark, plugin]
60+ - [spark, zeppelin]
61
62=== added file 'bundle-local.yaml'
63--- bundle-local.yaml 1970-01-01 00:00:00 +0000
64+++ bundle-local.yaml 2015-09-17 13:18:33 +0000
65@@ -0,0 +1,56 @@
66+services:
67+ compute-slave:
68+ charm: trusty/apache-hadoop-compute-slave
69+ num_units: 3
70+ annotations:
71+ gui-x: "300"
72+ gui-y: "200"
73+ constraints: mem=3G
74+ hdfs-master:
75+ charm: trusty/apache-hadoop-hdfs-master
76+ num_units: 1
77+ annotations:
78+ gui-x: "600"
79+ gui-y: "350"
80+ constraints: mem=7G
81+ plugin:
82+ charm: trusty/apache-hadoop-plugin
83+ annotations:
84+ gui-x: "900"
85+ gui-y: "200"
86+ secondary-namenode:
87+ charm: trusty/apache-hadoop-hdfs-secondary
88+ num_units: 1
89+ annotations:
90+ gui-x: "600"
91+ gui-y: "600"
92+ constraints: mem=7G
93+ spark:
94+ charm: trusty/apache-spark
95+ num_units: 1
96+ annotations:
97+ gui-x: "1200"
98+ gui-y: "200"
99+ constraints: mem=3G
100+ yarn-master:
101+ charm: trusty/apache-hadoop-yarn-master
102+ num_units: 1
103+ annotations:
104+ gui-x: "600"
105+ gui-y: "100"
106+ constraints: mem=7G
107+ zeppelin:
108+ charm: trusty/apache-zeppelin
109+ annotations:
110+ gui-x: "1200"
111+ gui-y: "450"
112+series: trusty
113+relations:
114+ - [yarn-master, hdfs-master]
115+ - [secondary-namenode, hdfs-master]
116+ - [compute-slave, yarn-master]
117+ - [compute-slave, hdfs-master]
118+ - [plugin, yarn-master]
119+ - [plugin, hdfs-master]
120+ - [spark, plugin]
121+ - [spark, zeppelin]
122
123=== modified file 'bundle.yaml'
124--- bundle.yaml 2015-07-17 02:55:56 +0000
125+++ bundle.yaml 2015-09-17 13:18:33 +0000
126@@ -1,46 +1,46 @@
127 services:
128 compute-slave:
129- charm: cs:trusty/apache-hadoop-compute-slave
130+ charm: cs:trusty/apache-hadoop-compute-slave-8
131 num_units: 3
132 annotations:
133 gui-x: "300"
134 gui-y: "200"
135 constraints: mem=3G
136 hdfs-master:
137- charm: cs:trusty/apache-hadoop-hdfs-master
138+ charm: cs:trusty/apache-hadoop-hdfs-master-8
139 num_units: 1
140 annotations:
141 gui-x: "600"
142 gui-y: "350"
143 constraints: mem=7G
144 plugin:
145- charm: cs:trusty/apache-hadoop-plugin
146+ charm: cs:trusty/apache-hadoop-plugin-7
147 annotations:
148 gui-x: "900"
149 gui-y: "200"
150 secondary-namenode:
151- charm: cs:trusty/apache-hadoop-hdfs-secondary
152+ charm: cs:trusty/apache-hadoop-hdfs-secondary-6
153 num_units: 1
154 annotations:
155 gui-x: "600"
156 gui-y: "600"
157 constraints: mem=7G
158 spark:
159- charm: cs:trusty/apache-spark
160+ charm: cs:trusty/apache-spark-3
161 num_units: 1
162 annotations:
163 gui-x: "1200"
164 gui-y: "200"
165 constraints: mem=3G
166 yarn-master:
167- charm: cs:trusty/apache-hadoop-yarn-master
168+ charm: cs:trusty/apache-hadoop-yarn-master-6
169 num_units: 1
170 annotations:
171 gui-x: "600"
172 gui-y: "100"
173 constraints: mem=7G
174 zeppelin:
175- charm: cs:trusty/apache-zeppelin
176+ charm: cs:trusty/apache-zeppelin-3
177 annotations:
178 gui-x: "1200"
179 gui-y: "450"

Subscribers

People subscribed via source and target branches