~plumgrid-team/charms/bundles/plumgrid-ons/single-controller

« back to all changes in this revision

Viewing changes to bundle.yaml

  • Committer: Julian Neytchev
  • Date: 2015-05-28 05:26:19 UTC
  • Revision ID: juliann@plumgrid.com-20150528052619-ofog38gwlwcsqw5i
Removed juju-gui

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
plumgrid-ons:
2
 
  series: 'trusty'
3
 
  relations:
4
 
  - - mysql
5
 
    - keystone
6
 
  - - nova-cloud-controller
7
 
    - mysql
8
 
  - - nova-cloud-controller
9
 
    - rabbitmq-server
10
 
  - - nova-cloud-controller
11
 
    - glance
12
 
  - - nova-cloud-controller
13
 
    - keystone
14
 
  - - nova-compute
15
 
    - nova-cloud-controller
16
 
  - - nova-compute
17
 
    - mysql
18
 
  - - nova-compute
19
 
    - rabbitmq-server
20
 
  - - nova-compute
21
 
    - glance
22
 
  - - glance
23
 
    - mysql
24
 
  - - glance
25
 
    - keystone
26
 
  - - glance
27
 
    - cinder
28
 
  - - mysql
29
 
    - cinder
30
 
  - - cinder
31
 
    - rabbitmq-server
32
 
  - - cinder
33
 
    - nova-cloud-controller
34
 
  - - cinder
35
 
    - keystone
36
 
  - - openstack-dashboard
37
 
    - keystone
38
 
  - - neutron-api
39
 
    - mysql
40
 
  - - neutron-api
41
 
    - keystone
42
 
  - - neutron-api
43
 
    - rabbitmq-server
44
 
  - - neutron-api
45
 
    - nova-cloud-controller
46
 
  - - neutron-api
47
 
    - neutron-api-plumgrid
48
 
  - - neutron-api-plumgrid
49
 
    - plumgrid-edge
50
 
  - - plumgrid-director
51
 
    - plumgrid-edge
52
 
  - - nova-compute
53
 
    - plumgrid-edge
54
 
  - - plumgrid-director
55
 
    - plumgrid-gateway
56
 
  services:
57
 
    mysql:
58
 
      charm: cs:trusty/mysql-26
59
 
      num_units: 1
60
 
      annotations:
61
 
        "gui-x": "-250"
62
 
        "gui-y": "250"
63
 
      to: 'lxc:plumgrid-director=0'
64
 
    rabbitmq-server:
65
 
      charm: cs:trusty/rabbitmq-server-33
66
 
      num_units: 1
67
 
      annotations:
68
 
        "gui-x": "-750"
69
 
        "gui-y": "250"
70
 
      to: 'lxc:plumgrid-director=0'
71
 
    keystone:
72
 
      charm: cs:trusty/keystone-28
73
 
      num_units: 1
74
 
      options:
75
 
        admin-password: plumgrid
76
 
        openstack-origin: cloud:trusty-kilo
77
 
      annotations:
78
 
        "gui-x": "0"
79
 
        "gui-y": "0"
80
 
      to: 'lxc:plumgrid-director=0'
81
 
    nova-cloud-controller:
82
 
      branch: lp:~openstack-charmers/charms/trusty/nova-cloud-controller/next
83
 
      num_units: 1
84
 
      options:
85
 
        console-access-protocol: novnc
86
 
        network-manager: Neutron
87
 
        openstack-origin: cloud:trusty-kilo
88
 
        quantum-security-groups: 'yes'
89
 
      annotations:
90
 
        "gui-x": "-500"
91
 
        "gui-y": "0"
92
 
      to: 'lxc:plumgrid-director=0'
93
 
    glance:
94
 
      charm: cs:trusty/glance-24
95
 
      num_units: 1
96
 
      options:
97
 
        openstack-origin: cloud:trusty-kilo
98
 
      annotations:
99
 
        "gui-x": "-250"
100
 
        "gui-y": "-250"
101
 
      to: 'lxc:plumgrid-director=0'
102
 
    openstack-dashboard:
103
 
      charm: cs:trusty/openstack-dashboard-16
104
 
      num_units: 1
105
 
      options:
106
 
        openstack-origin: cloud:trusty-kilo
107
 
      annotations:
108
 
        "gui-x": "0"
109
 
        "gui-y": "-500"
110
 
      to: 'lxc:plumgrid-director=0'
111
 
    cinder:
112
 
      charm: cs:trusty/cinder-26
113
 
      num_units: 1
114
 
      options:
115
 
        openstack-origin: cloud:trusty-kilo
116
 
      annotations:
117
 
        "gui-x": "250"
118
 
        "gui-y": "-250"
119
 
      to: 'lxc:plumgrid-director=0'
120
 
    neutron-api:
121
 
      branch: lp:~openstack-charmers/charms/trusty/neutron-api/next
122
 
      num_units: 1
123
 
      options:
124
 
        neutron-plugin: plumgrid
125
 
        neutron-security-groups: True
126
 
        openstack-origin: cloud:trusty-kilo
127
 
        plumgrid-password: plumgrid
128
 
        plumgrid-username: plumgrid
129
 
        plumgrid-virtual-ip: 192.168.100.250
130
 
      annotations:
131
 
        "gui-x": "500"
132
 
        "gui-y": "0"
133
 
      to: 'lxc:plumgrid-director=0'
134
 
    neutron-api-plumgrid:
135
 
      charm: cs:trusty/neutron-api-plumgrid
136
 
      options:
137
 
        enable-metadata: True
138
 
      annotations:
139
 
        "gui-x": "750"
140
 
        "gui-y": "250"
141
 
    plumgrid-director:
142
 
      charm: cs:trusty/plumgrid-director
143
 
      num_units: 1
144
 
      options:
145
 
        plumgrid-virtual-ip: 192.168.100.250
146
 
      annotations:
147
 
        "gui-x": "0"
148
 
        "gui-y": "500"
149
 
    nova-compute:
150
 
      branch: lp:~openstack-charmers/charms/trusty/nova-compute/next
151
 
      num_units: 1
152
 
      options:
153
 
        enable-live-migration: true
154
 
        enable-resize: true
155
 
        migration-auth-type: ssh
156
 
        openstack-origin: cloud:trusty-kilo
157
 
        manage-neutron-plugin-legacy-mode: False
158
 
      annotations:
159
 
        "gui-x": "250"
160
 
        "gui-y": "250"
161
 
      to: '0'
162
 
    plumgrid-edge:
163
 
      charm: cs:trusty/plumgrid-edge
164
 
      annotations:
165
 
        "gui-x": "500"
166
 
        "gui-y": "500"
167
 
    plumgrid-gateway:
168
 
      charm: cs:trusty/plumgrid-gateway
169
 
      num_units: 1
170
 
      annotations:
171
 
        "gui-x": "-500"
172
 
        "gui-y": "500"