aboutsummaryrefslogtreecommitdiff
path: root/bigtop-deploy/juju/hadoop-processing/bundle.yaml
diff options
context:
space:
mode:
authorKevin W Monroe <kevin.monroe@canonical.com>2016-10-27 20:10:13 +0000
committerKevin W Monroe <kevin.monroe@canonical.com>2016-12-04 20:03:18 -0600
commitbb705d768d56c857fca85f09325875b1a8c7cfbf (patch)
treea52d3641a34797c133995f63c31ae0d5224ae62b /bigtop-deploy/juju/hadoop-processing/bundle.yaml
parentd7ca7882d0cd547feffc176403e8d1cbb05e4346 (diff)
BIGTOP-2616: refresh juju hadoop-processing bundle (closes #167)
Signed-off-by: Kevin W Monroe <kevin.monroe@canonical.com>
Diffstat (limited to 'bigtop-deploy/juju/hadoop-processing/bundle.yaml')
-rw-r--r--bigtop-deploy/juju/hadoop-processing/bundle.yaml28
1 files changed, 13 insertions, 15 deletions
diff --git a/bigtop-deploy/juju/hadoop-processing/bundle.yaml b/bigtop-deploy/juju/hadoop-processing/bundle.yaml
index 36216c88..7893d8c2 100644
--- a/bigtop-deploy/juju/hadoop-processing/bundle.yaml
+++ b/bigtop-deploy/juju/hadoop-processing/bundle.yaml
@@ -1,6 +1,6 @@
services:
namenode:
- charm: "cs:xenial/hadoop-namenode-5"
+ charm: "cs:xenial/hadoop-namenode-6"
num_units: 1
annotations:
gui-x: "500"
@@ -8,7 +8,7 @@ services:
to:
- "0"
resourcemanager:
- charm: "cs:xenial/hadoop-resourcemanager-5"
+ charm: "cs:xenial/hadoop-resourcemanager-6"
num_units: 1
annotations:
gui-x: "500"
@@ -16,7 +16,7 @@ services:
to:
- "0"
slave:
- charm: "cs:xenial/hadoop-slave-5"
+ charm: "cs:xenial/hadoop-slave-6"
num_units: 3
annotations:
gui-x: "0"
@@ -26,7 +26,7 @@ services:
- "2"
- "3"
plugin:
- charm: "cs:xenial/hadoop-plugin-5"
+ charm: "cs:xenial/hadoop-plugin-6"
annotations:
gui-x: "1000"
gui-y: "400"
@@ -39,30 +39,28 @@ services:
to:
- "4"
ganglia:
- charm: "cs:trusty/ganglia-2"
+ charm: "cs:~bigdata-dev/xenial/ganglia-5"
num_units: 1
- series: trusty
annotations:
gui-x: "0"
gui-y: "800"
to:
- "5"
ganglia-node:
- charm: "cs:~bigdata-dev/xenial/ganglia-node-2"
+ charm: "cs:~bigdata-dev/xenial/ganglia-node-6"
annotations:
gui-x: "250"
gui-y: "400"
rsyslog:
- charm: "cs:trusty/rsyslog-10"
+ charm: "cs:~bigdata-dev/xenial/rsyslog-6"
num_units: 1
- series: trusty
annotations:
gui-x: "1000"
gui-y: "800"
to:
- "5"
rsyslog-forwarder-ha:
- charm: "cs:~bigdata-dev/xenial/rsyslog-forwarder-ha-2"
+ charm: "cs:~bigdata-dev/xenial/rsyslog-forwarder-ha-7"
annotations:
gui-x: "750"
gui-y: "400"
@@ -86,20 +84,20 @@ relations:
- ["rsyslog:aggregator", "rsyslog-forwarder-ha:syslog"]
machines:
"0":
- constraints: "mem=7G"
+ constraints: "mem=7G root-disk=32G"
series: "xenial"
"1":
- constraints: "mem=7G"
+ constraints: "mem=7G root-disk=32G"
series: "xenial"
"2":
- constraints: "mem=7G"
+ constraints: "mem=7G root-disk=32G"
series: "xenial"
"3":
- constraints: "mem=7G"
+ constraints: "mem=7G root-disk=32G"
series: "xenial"
"4":
constraints: "mem=3G"
series: "xenial"
"5":
constraints: "mem=3G"
- series: "trusty"
+ series: "xenial"