From 38002e9da169aca46e0ae0928799b67626b5149a Mon Sep 17 00:00:00 2001 From: Kevin W Monroe Date: Thu, 8 Jun 2017 05:19:25 +0000 Subject: BIGTOP-2827: juju bundle refresh (june 2017) Closes #241 --- bigtop-deploy/juju/hadoop-hbase/bundle.yaml | 12 ++++++------ bigtop-deploy/juju/hadoop-kafka/bundle.yaml | 12 ++++++------ bigtop-deploy/juju/hadoop-processing/bundle.yaml | 8 ++++---- bigtop-deploy/juju/hadoop-spark/bundle.yaml | 10 +++++----- bigtop-deploy/juju/spark-processing/bundle.yaml | 4 ++-- 5 files changed, 23 insertions(+), 23 deletions(-) diff --git a/bigtop-deploy/juju/hadoop-hbase/bundle.yaml b/bigtop-deploy/juju/hadoop-hbase/bundle.yaml index ef447585..b51712a5 100644 --- a/bigtop-deploy/juju/hadoop-hbase/bundle.yaml +++ b/bigtop-deploy/juju/hadoop-hbase/bundle.yaml @@ -1,6 +1,6 @@ services: namenode: - charm: "cs:xenial/hadoop-namenode-19" + charm: "cs:xenial/hadoop-namenode-24" constraints: "mem=7G root-disk=32G" num_units: 1 annotations: @@ -9,7 +9,7 @@ services: to: - "0" resourcemanager: - charm: "cs:xenial/hadoop-resourcemanager-21" + charm: "cs:xenial/hadoop-resourcemanager-26" constraints: "mem=7G root-disk=32G" num_units: 1 annotations: @@ -18,7 +18,7 @@ services: to: - "0" slave: - charm: "cs:xenial/hadoop-slave-20" + charm: "cs:xenial/hadoop-slave-25" constraints: "mem=7G root-disk=32G" num_units: 3 annotations: @@ -29,7 +29,7 @@ services: - "2" - "3" plugin: - charm: "cs:xenial/hadoop-plugin-19" + charm: "cs:xenial/hadoop-plugin-24" annotations: gui-x: "1000" gui-y: "400" @@ -43,7 +43,7 @@ services: to: - "4" hbase: - charm: "cs:xenial/hbase-20" + charm: "cs:xenial/hbase-25" constraints: "mem=7G root-disk=32G" num_units: 3 annotations: @@ -54,7 +54,7 @@ services: - "2" - "3" zookeeper: - charm: "cs:xenial/zookeeper-25" + charm: "cs:xenial/zookeeper-30" constraints: "mem=3G root-disk=32G" num_units: 3 annotations: diff --git a/bigtop-deploy/juju/hadoop-kafka/bundle.yaml b/bigtop-deploy/juju/hadoop-kafka/bundle.yaml index a68e2c57..832d50d1 100644 --- a/bigtop-deploy/juju/hadoop-kafka/bundle.yaml +++ b/bigtop-deploy/juju/hadoop-kafka/bundle.yaml @@ -1,6 +1,6 @@ services: namenode: - charm: "cs:xenial/hadoop-namenode-19" + charm: "cs:xenial/hadoop-namenode-24" constraints: "mem=7G root-disk=32G" num_units: 1 annotations: @@ -9,7 +9,7 @@ services: to: - "0" resourcemanager: - charm: "cs:xenial/hadoop-resourcemanager-21" + charm: "cs:xenial/hadoop-resourcemanager-26" constraints: "mem=7G root-disk=32G" num_units: 1 annotations: @@ -18,7 +18,7 @@ services: to: - "0" slave: - charm: "cs:xenial/hadoop-slave-20" + charm: "cs:xenial/hadoop-slave-25" constraints: "mem=7G root-disk=32G" num_units: 3 annotations: @@ -29,7 +29,7 @@ services: - "2" - "3" plugin: - charm: "cs:xenial/hadoop-plugin-19" + charm: "cs:xenial/hadoop-plugin-24" annotations: gui-x: "1000" gui-y: "400" @@ -52,7 +52,7 @@ services: to: - "4" zookeeper: - charm: "cs:xenial/zookeeper-25" + charm: "cs:xenial/zookeeper-30" constraints: "mem=3G root-disk=32G" num_units: 3 annotations: @@ -63,7 +63,7 @@ services: - "6" - "7" kafka: - charm: "cs:xenial/kafka-21" + charm: "cs:xenial/kafka-27" constraints: "mem=3G" num_units: 1 annotations: diff --git a/bigtop-deploy/juju/hadoop-processing/bundle.yaml b/bigtop-deploy/juju/hadoop-processing/bundle.yaml index 54bce717..fbd973d7 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-19" + charm: "cs:xenial/hadoop-namenode-24" constraints: "mem=7G root-disk=32G" num_units: 1 annotations: @@ -9,7 +9,7 @@ services: to: - "0" resourcemanager: - charm: "cs:xenial/hadoop-resourcemanager-21" + charm: "cs:xenial/hadoop-resourcemanager-26" constraints: "mem=7G root-disk=32G" num_units: 1 annotations: @@ -18,7 +18,7 @@ services: to: - "0" slave: - charm: "cs:xenial/hadoop-slave-20" + charm: "cs:xenial/hadoop-slave-25" constraints: "mem=7G root-disk=32G" num_units: 3 annotations: @@ -29,7 +29,7 @@ services: - "2" - "3" plugin: - charm: "cs:xenial/hadoop-plugin-19" + charm: "cs:xenial/hadoop-plugin-24" annotations: gui-x: "1000" gui-y: "400" diff --git a/bigtop-deploy/juju/hadoop-spark/bundle.yaml b/bigtop-deploy/juju/hadoop-spark/bundle.yaml index 8b5d5a99..d26b6aef 100644 --- a/bigtop-deploy/juju/hadoop-spark/bundle.yaml +++ b/bigtop-deploy/juju/hadoop-spark/bundle.yaml @@ -5,7 +5,7 @@ description: > data with Spark. It will run on 5 machines in your cloud. services: namenode: - charm: "cs:xenial/hadoop-namenode-19" + charm: "cs:xenial/hadoop-namenode-24" constraints: "mem=7G root-disk=32G" num_units: 1 annotations: @@ -14,7 +14,7 @@ services: to: - "0" resourcemanager: - charm: "cs:xenial/hadoop-resourcemanager-21" + charm: "cs:xenial/hadoop-resourcemanager-26" constraints: "mem=7G root-disk=32G" num_units: 1 annotations: @@ -23,7 +23,7 @@ services: to: - "0" slave: - charm: "cs:xenial/hadoop-slave-20" + charm: "cs:xenial/hadoop-slave-25" constraints: "mem=7G root-disk=32G" num_units: 3 annotations: @@ -34,7 +34,7 @@ services: - "2" - "3" plugin: - charm: "cs:xenial/hadoop-plugin-19" + charm: "cs:xenial/hadoop-plugin-24" annotations: gui-x: "1000" gui-y: "400" @@ -48,7 +48,7 @@ services: to: - "4" spark: - charm: "cs:xenial/spark-41" + charm: "cs:xenial/spark-49" constraints: "mem=7G root-disk=32G" num_units: 1 options: diff --git a/bigtop-deploy/juju/spark-processing/bundle.yaml b/bigtop-deploy/juju/spark-processing/bundle.yaml index 8433dc0a..c2ba92ae 100644 --- a/bigtop-deploy/juju/spark-processing/bundle.yaml +++ b/bigtop-deploy/juju/spark-processing/bundle.yaml @@ -1,6 +1,6 @@ services: spark: - charm: "cs:xenial/spark-41" + charm: "cs:xenial/spark-49" constraints: "mem=7G root-disk=32G" num_units: 2 options: @@ -13,7 +13,7 @@ services: - "0" - "1" zookeeper: - charm: "cs:xenial/zookeeper-25" + charm: "cs:xenial/zookeeper-30" constraints: "mem=3G root-disk=32G" num_units: 3 annotations: -- cgit v1.2.3