~james-page/charms/bundles/seamicro-openstack/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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
envExport:
  services:
    ganglia:
      charm: cs:trusty/ganglia
      to: 0
    ganglia-node:
      charm: cs:trusty/ganglia-node
    mysql:
      charm: cs:trusty/mysql
      options:
        dataset-size: 70%
        tuning-level: fast
        max-connections: 5000
    rabbitmq-server:
      charm: cs:trusty/rabbitmq-server
    ceph:
      charm: cs:trusty/ceph
      num_units: 3
      options:
        monitor-count: 3
        fsid: 6547bd3e-1397-11e2-82e5-53567c8d32dc
        monitor-secret: AQCXrnZQwI7KGBAAiPofmKEXKxu5bUzoYLVkbQ==
        osd-devices: /srv/osd1
    keystone:
      charm: cs:trusty/keystone
      options:
        admin-password: openstack
        admin-token: ubuntutesting
    openstack-dashboard:
      charm: cs:trusty/openstack-dashboard
    nova-compute-b1:
      charm: cs:trusty/nova-compute
      num_units: 52
      constraints: tags=benchmark-1
    nova-compute-b2:
      charm: cs:trusty/nova-compute
      num_units: 64
      constraints: tags=benchmark-2
    nova-compute-b3:
      charm: cs:trusty/nova-compute
      num_units: 64
      constraints: tags=benchmark-3
    nova-compute-b4:
      charm: cs:trusty/nova-compute
      num_units: 64
      constraints: tags=benchmark-4
    nova-compute-b5:
      charm: cs:trusty/nova-compute
      num_units: 64
      constraints: tags=benchmark-5
    nova-compute-b6:
      charm: cs:trusty/nova-compute
      num_units: 64
      constraints: tags=benchmark-6
    nova-compute-b7:
      charm: cs:trusty/nova-compute
      num_units: 64
      constraints: tags=benchmark-7
    nova-compute-b8:
      charm: cs:trusty/nova-compute
      num_units: 64
      constraints: tags=benchmark-8
    nova-compute-b9:
      charm: cs:trusty/nova-compute
      num_units: 64
      constraints: tags=benchmark-9
    nova-cloud-controller:
      charm: cs:trusty/nova-cloud-controller
      options:
        network-manager: FlatDHCPManager
        worker-multiplier: 10
      num_units: 3
    glance:
      charm: cs:trusty/glance
  relations:
    - [ keystone, mysql ]
    - [ nova-cloud-controller, mysql ]
    - [ nova-cloud-controller, rabbitmq-server ]
    - [ nova-cloud-controller, glance ]
    - [ nova-cloud-controller, keystone ]
    - [ nova-compute-b1, nova-cloud-controller ]
    - - nova-compute-b1
      - rabbitmq-server:amqp
    - [ nova-compute-b1, glance ]
    - [ nova-compute-b1, ceph ]
    - [ nova-compute-b2, nova-cloud-controller ]
    - - nova-compute-b2
      - rabbitmq-server:amqp
    - [ nova-compute-b2, glance ]
    - [ nova-compute-b2, ceph ]
    - [ nova-compute-b3, nova-cloud-controller ]
    - - nova-compute-b3
      - rabbitmq-server:amqp
    - [ nova-compute-b3, glance ]
    - [ nova-compute-b3, ceph ]
    - [ nova-compute-b4, nova-cloud-controller ]
    - - nova-compute-b4
      - rabbitmq-server:amqp
    - [ nova-compute-b4, glance ]
    - [ nova-compute-b4, ceph ]
    - [ nova-compute-b5, nova-cloud-controller ]
    - - nova-compute-b5
      - rabbitmq-server:amqp
    - [ nova-compute-b5, glance ]
    - [ nova-compute-b5, ceph ]
    - [ nova-compute-b6, nova-cloud-controller ]
    - - nova-compute-b6
      - rabbitmq-server:amqp
    - [ nova-compute-b6, glance ]
    - [ nova-compute-b6, ceph ]
    - [ nova-compute-b7, nova-cloud-controller ]
    - - nova-compute-b7
      - rabbitmq-server:amqp
    - [ nova-compute-b7, glance ]
    - [ nova-compute-b7, ceph ]
    - [ nova-compute-b8, nova-cloud-controller ]
    - - nova-compute-b8
      - rabbitmq-server:amqp
    - [ nova-compute-b8, glance ]
    - [ nova-compute-b8, ceph ]
    - [ nova-compute-b9, nova-cloud-controller ]
    - - nova-compute-b9
      - rabbitmq-server:amqp
    - [ nova-compute-b9, glance ]
    - [ nova-compute-b9, ceph ]
    - [ glance, mysql ]
    - [ glance, keystone ]
    - [ glance, ceph ]
    - [ glance, rabbitmq-server ]
    - [ openstack-dashboard, keystone ]
    - [ "ganglia:master", "ganglia-node:node" ]
    - [ ganglia-node, nova-compute-b1 ]
    - [ ganglia-node, nova-compute-b2 ]
    - [ ganglia-node, nova-compute-b3 ]
    - [ ganglia-node, nova-compute-b4 ]
    - [ ganglia-node, nova-compute-b5 ]
    - [ ganglia-node, nova-compute-b6 ]
    - [ ganglia-node, nova-compute-b7 ]
    - [ ganglia-node, nova-compute-b8 ]
    - [ ganglia-node, nova-compute-b9 ]
    - [ ganglia-node, nova-cloud-controller ]
    - [ ganglia-node, mysql ]
    - [ ganglia-node, rabbitmq-server ]
    - [ ganglia-node, glance ]
    - [ ganglia-node, keystone ]
    - [ ganglia-node, ceph ]