~lazypower/charms/bundles/oscondemo/bundle

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
osconhadoop: 
  services: 
    "hadoop-slavecluster": 
      charm: "cs:trusty/hadoop-14"
      num_units: 3
      annotations: 
        "gui-x": "795.1608957803636"
        "gui-y": "749.9986888750404"
    "hadoop-master": 
      charm: "cs:trusty/hadoop-14"
      num_units: 1
      annotations: 
        "gui-x": "1273.4723978923976"
        "gui-y": "751.0885818896138"
    mysql: 
      charm: "cs:trusty/mysql-1"
      num_units: 1
      options: 
        "binlog-format": ROW
      annotations: 
        "gui-x": "803.2158742391675"
        "gui-y": "99.07819166155457"
    elasticsearch: 
      charm: "cs:trusty/elasticsearch-2"
      num_units: 1
      annotations: 
        "gui-x": "1273.85578103427"
        "gui-y": "440.64687147112477"
    "hive-server": 
      charm: "cs:trusty/hive2-1"
      num_units: 1
      annotations: 
        "gui-x": "801.1061543536961"
        "gui-y": "440.68495640133244"
  relations: 
    - - "hadoop-master:namenode"
      - "hadoop-slavecluster:datanode"
    - - "hadoop-master:resourcemanager"
      - "hadoop-slavecluster:nodemanager"
    - - "hive-server:db"
      - "mysql:db"
    - - "hive-server:namenode"
      - "hadoop-master:namenode"
    - - "hive-server:resourcemanager"
      - "hadoop-master:resourcemanager"
    - - "elasticsearch:client"
      - "hive-server:elk"
    - - "elasticsearch:client"
      - "hadoop-master:elasticsearch"
  series: trusty