~freyes/openstack-charm-testing/lp1713807

« back to all changes in this revision

Viewing changes to bundles/ppc64/rendered/powerkvm-three-unit-method1-next-xenial-mitaka.yaml

[1chb1n, r=corey.bryant] Remove outdated render files and update tools for openstack client

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Do not edit this file by hand.  Changes may be lost as it was rendered from another bundle.
2
 
relations:
3
 
- - nova-compute-power:amqp
4
 
  - rabbitmq-server:amqp
5
 
- - neutron-gateway:amqp
6
 
  - rabbitmq-server:amqp
7
 
- - keystone:shared-db
8
 
  - mysql:shared-db
9
 
- - nova-cloud-controller:identity-service
10
 
  - keystone:identity-service
11
 
- - glance:identity-service
12
 
  - keystone:identity-service
13
 
- - neutron-api:identity-service
14
 
  - keystone:identity-service
15
 
- - neutron-openvswitch:neutron-plugin-api
16
 
  - neutron-api:neutron-plugin-api
17
 
- - neutron-api:shared-db
18
 
  - mysql:shared-db
19
 
- - neutron-api:amqp
20
 
  - rabbitmq-server:amqp
21
 
- - neutron-gateway:neutron-plugin-api
22
 
  - neutron-api:neutron-plugin-api
23
 
- - glance:shared-db
24
 
  - mysql:shared-db
25
 
- - glance:amqp
26
 
  - rabbitmq-server:amqp
27
 
- - nova-cloud-controller:image-service
28
 
  - glance:image-service
29
 
- - nova-compute-power:image-service
30
 
  - glance:image-service
31
 
- - nova-cloud-controller:cloud-compute
32
 
  - nova-compute-power:cloud-compute
33
 
- - nova-cloud-controller:amqp
34
 
  - rabbitmq-server:amqp
35
 
- - nova-cloud-controller:quantum-network-service
36
 
  - neutron-gateway:quantum-network-service
37
 
- - nova-compute-power:neutron-plugin
38
 
  - neutron-openvswitch:neutron-plugin
39
 
- - neutron-openvswitch:amqp
40
 
  - rabbitmq-server:amqp
41
 
- - openstack-dashboard:identity-service
42
 
  - keystone:identity-service
43
 
- - nova-cloud-controller:shared-db
44
 
  - mysql:shared-db
45
 
- - nova-cloud-controller:neutron-api
46
 
  - neutron-api:neutron-api
47
 
- - cinder:image-service
48
 
  - glance:image-service
49
 
- - cinder:amqp
50
 
  - rabbitmq-server:amqp
51
 
- - cinder:identity-service
52
 
  - keystone:identity-service
53
 
- - cinder:cinder-volume-service
54
 
  - nova-cloud-controller:cinder-volume-service
55
 
- - cinder:shared-db
56
 
  - mysql:shared-db
57
 
- - ntp:juju-info
58
 
  - nova-compute-power:juju-info
59
 
- - ntp:juju-info
60
 
  - neutron-gateway:juju-info
61
 
series: xenial
62
 
services:
63
 
  cinder:
64
 
    annotations:
65
 
      gui-x: '750'
66
 
      gui-y: '0'
67
 
    charm: cs:~openstack-charmers-next/trusty/cinder
68
 
    num_units: 1
69
 
    options:
70
 
      block-device: /dev/sdb /dev/vdb
71
 
      glance-api-version: 2
72
 
    to:
73
 
    - lxc:0
74
 
  glance:
75
 
    annotations:
76
 
      gui-x: '250'
77
 
      gui-y: '0'
78
 
    charm: cs:~openstack-charmers-next/trusty/glance
79
 
    num_units: 1
80
 
    to:
81
 
    - lxc:nova-compute-power=0
82
 
  juju-gui:
83
 
    annotations:
84
 
      gui-x: '500'
85
 
      gui-y: '1000'
86
 
    charm: cs:trusty/juju-gui
87
 
    num_units: 1
88
 
    to:
89
 
    - lxc:0
90
 
  keystone:
91
 
    annotations:
92
 
      gui-x: '500'
93
 
      gui-y: '0'
94
 
    charm: cs:~openstack-charmers-next/trusty/keystone
95
 
    num_units: 1
96
 
    options:
97
 
      admin-password: openstack
98
 
    to:
99
 
    - lxc:nova-compute-power=0
100
 
  mysql:
101
 
    annotations:
102
 
      gui-x: '0'
103
 
      gui-y: '250'
104
 
    charm: cs:~openstack-charmers-next/trusty/percona-cluster
105
 
    num_units: 1
106
 
    options:
107
 
      max-connections: 20000
108
 
    to:
109
 
    - lxc:0
110
 
  neutron-api:
111
 
    annotations:
112
 
      gui-x: '500'
113
 
      gui-y: '500'
114
 
    charm: cs:~openstack-charmers-next/trusty/neutron-api
115
 
    num_units: 1
116
 
    options:
117
 
      flat-network-providers: physnet1
118
 
      neutron-security-groups: true
119
 
    to:
120
 
    - lxc:nova-compute-power=0
121
 
  neutron-gateway:
122
 
    annotations:
123
 
      gui-x: '0'
124
 
      gui-y: '0'
125
 
    charm: cs:~openstack-charmers-next/trusty/neutron-gateway
126
 
    num_units: 1
127
 
    options:
128
 
      bridge-mappings: physnet1:br-ex
129
 
      instance-mtu: 1300
130
 
    to:
131
 
    - '0'
132
 
  neutron-openvswitch:
133
 
    annotations:
134
 
      gui-x: '250'
135
 
      gui-y: '500'
136
 
    charm: cs:~openstack-charmers-next/trusty/neutron-openvswitch
137
 
    num_units: 0
138
 
  nova-cloud-controller:
139
 
    annotations:
140
 
      gui-x: '0'
141
 
      gui-y: '500'
142
 
    charm: cs:~openstack-charmers-next/trusty/nova-cloud-controller
143
 
    num_units: 1
144
 
    options:
145
 
      network-manager: Neutron
146
 
    to:
147
 
    - lxc:nova-compute-power=0
148
 
  nova-compute-power:
149
 
    annotations:
150
 
      gui-x: '250'
151
 
      gui-y: '250'
152
 
    charm: cs:~openstack-charmers-next/trusty/nova-compute
153
 
    constraints: arch=amd64 mem=8G
154
 
    num_units: 1
155
 
    options:
156
 
      enable-live-migration: true
157
 
      enable-resize: true
158
 
      migration-auth-type: ssh
159
 
  ntp:
160
 
    annotations:
161
 
      gui-x: '1000'
162
 
      gui-y: '0'
163
 
    charm: cs:trusty/ntp-6
164
 
    num_units: 0
165
 
  openstack-dashboard:
166
 
    annotations:
167
 
      gui-x: '500'
168
 
      gui-y: '-250'
169
 
    charm: cs:~openstack-charmers-next/trusty/openstack-dashboard
170
 
    num_units: 1
171
 
    to:
172
 
    - lxc:0
173
 
  rabbitmq-server:
174
 
    annotations:
175
 
      gui-x: '500'
176
 
      gui-y: '250'
177
 
    charm: cs:~openstack-charmers-next/trusty/rabbitmq-server
178
 
    num_units: 1
179
 
    to:
180
 
    - lxc:0