aboutsummaryrefslogtreecommitdiffstats
path: root/charms/trusty/kafka/dist.yaml
diff options
context:
space:
mode:
authorStuart Mackie <wsmackie@juniper.net>2017-03-23 06:19:54 -0700
committerStuart Mackie <wsmackie@juniper.net>2017-03-23 06:19:54 -0700
commit88df88a19674ccc0017836941b8ee32eaadf19fb (patch)
treef930c90f75846ec8d8e33cf27325ff8fafc85d5c /charms/trusty/kafka/dist.yaml
parent9f50a40437477432a21b326b15c343ca6b8fe516 (diff)
Deleted charms with wrong license. Will source them differently in future.
Change-Id: I0fc99ea03c6b6ca4701e63793cb2be60e56c7588 Signed-off-by: Stuart Mackie <wsmackie@juniper.net>
Diffstat (limited to 'charms/trusty/kafka/dist.yaml')
-rw-r--r--charms/trusty/kafka/dist.yaml30
1 files changed, 0 insertions, 30 deletions
diff --git a/charms/trusty/kafka/dist.yaml b/charms/trusty/kafka/dist.yaml
deleted file mode 100644
index e8f1a37..0000000
--- a/charms/trusty/kafka/dist.yaml
+++ /dev/null
@@ -1,30 +0,0 @@
-# This file contains values that are likely to change per distribution.
-# The aim is to make it easier to update / extend the charms with
-# minimal changes to the shared code in the jujubigdata library.
-vendor: 'apache'
-packages:
- - 'openjdk-7-jdk'
-groups:
- - 'hadoop'
-users:
- kafka:
- groups: ['hadoop']
-dirs:
- kafka:
- path: '/usr/lib/kafka'
- kafka_conf:
- path: '/etc/kafka/conf'
- kafka_app_logs:
- path: '/var/log/kafka'
- owner: 'kafka'
- kafka_data_logs:
- path: '/var/lib/kafka'
- owner: 'kafka'
-ports:
- # Ports that need to be exposed, overridden, or manually specified.
- # Only expose ports serving a UI or external API (i.e., namenode and
- # resourcemanager). Communication among units within the cluster does
- # not need ports to be explicitly opened.
- kafka:
- port: 9092
- exposed_on: 'kafka'