~freyes/openstack-charm-testing/lp1713807

« back to all changes in this revision

Viewing changes to bundles/ppc64/rendered/powerkvm-fullstack-next-trusty-liberty.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
 
- - keystone
4
 
  - mysql
5
 
- - nova-cloud-controller
6
 
  - mysql
7
 
- - nova-cloud-controller
8
 
  - rabbitmq-server
9
 
- - nova-cloud-controller
10
 
  - glance
11
 
- - nova-cloud-controller
12
 
  - keystone
13
 
- - nova-compute-power
14
 
  - nova-cloud-controller
15
 
- - nova-compute-power
16
 
  - rabbitmq-server:amqp
17
 
- - nova-compute-power
18
 
  - glance
19
 
- - glance
20
 
  - mysql
21
 
- - glance
22
 
  - keystone
23
 
- - glance
24
 
  - ceph
25
 
- - neutron-gateway
26
 
  - nova-cloud-controller
27
 
- - openstack-dashboard
28
 
  - keystone
29
 
- - swift-proxy
30
 
  - keystone
31
 
- - swift-proxy
32
 
  - swift-storage-z1
33
 
- - swift-proxy
34
 
  - swift-storage-z2
35
 
- - swift-proxy
36
 
  - swift-storage-z3
37
 
- - neutron-gateway:amqp
38
 
  - rabbitmq-server
39
 
- - neutron-api
40
 
  - mysql
41
 
- - neutron-api
42
 
  - rabbitmq-server
43
 
- - neutron-api
44
 
  - nova-cloud-controller
45
 
- - neutron-api
46
 
  - keystone
47
 
- - neutron-api
48
 
  - neutron-gateway
49
 
- - neutron-api
50
 
  - nova-compute-power
51
 
series: trusty
52
 
services:
53
 
  ceph:
54
 
    charm: cs:~openstack-charmers-next/trusty/ceph
55
 
    constraints: mem=1G arch=amd64
56
 
    num_units: 3
57
 
    options:
58
 
      ephemeral-unmount: /mnt
59
 
      fsid: 6547bd3e-1397-11e2-82e5-53567c8d32dc
60
 
      monitor-count: 3
61
 
      monitor-secret: AQCXrnZQwI7KGBAAiPofmKEXKxu5bUzoYLVkbQ==
62
 
      osd-devices: /dev/sdb /dev/vdb
63
 
      osd-reformat: 'yes'
64
 
      source: cloud:trusty-liberty
65
 
  glance:
66
 
    charm: cs:~openstack-charmers-next/trusty/glance
67
 
    options:
68
 
      openstack-origin: cloud:trusty-liberty
69
 
    to:
70
 
    - lxc:0
71
 
  keystone:
72
 
    charm: cs:~openstack-charmers-next/trusty/keystone
73
 
    options:
74
 
      admin-password: openstack
75
 
      admin-token: ubuntutesting
76
 
      openstack-origin: cloud:trusty-liberty
77
 
    to:
78
 
    - lxc:0
79
 
  mysql:
80
 
    charm: cs:~openstack-charmers-next/trusty/percona-cluster
81
 
    options:
82
 
      dataset-size: 15%
83
 
      max-connections: 20000
84
 
      source: cloud:trusty-liberty
85
 
    to:
86
 
    - lxc:0
87
 
  neutron-api:
88
 
    charm: cs:~openstack-charmers-next/trusty/neutron-api
89
 
    constraints: mem=1G
90
 
    options:
91
 
      flat-network-providers: physnet1
92
 
      neutron-security-groups: true
93
 
      openstack-origin: cloud:trusty-liberty
94
 
    to:
95
 
    - lxc:0
96
 
  neutron-gateway:
97
 
    charm: cs:~openstack-charmers-next/trusty/neutron-gateway
98
 
    constraints: arch=amd64
99
 
    options:
100
 
      bridge-mappings: physnet1:br-ex
101
 
      instance-mtu: 1300
102
 
      openstack-origin: cloud:trusty-liberty
103
 
    to:
104
 
    - '0'
105
 
  nova-cloud-controller:
106
 
    charm: cs:~openstack-charmers-next/trusty/nova-cloud-controller
107
 
    options:
108
 
      network-manager: Neutron
109
 
      openstack-origin: cloud:trusty-liberty
110
 
    to:
111
 
    - lxc:0
112
 
  nova-compute-power:
113
 
    branch: lp:~ibm-charms/charms/trusty/nova-compute-power/trunk
114
 
    options:
115
 
      power-hosts: 10.245.168.3
116
 
      power-key: id_dsa
117
 
      power-repo: file:///tmp/openstack-iso/openstack
118
 
      power-user: shared
119
 
    to:
120
 
    - lxc:0
121
 
  openstack-dashboard:
122
 
    charm: cs:~openstack-charmers-next/trusty/openstack-dashboard
123
 
    constraints: mem=1G
124
 
    options:
125
 
      openstack-origin: cloud:trusty-liberty
126
 
    to:
127
 
    - lxc:0
128
 
  rabbitmq-server:
129
 
    charm: cs:~openstack-charmers-next/trusty/rabbitmq-server
130
 
    options:
131
 
      source: cloud:trusty-liberty
132
 
    to:
133
 
    - lxc:0
134
 
  swift-proxy:
135
 
    charm: cs:~openstack-charmers-next/trusty/swift-proxy
136
 
    constraints: mem=1G arch=amd64
137
 
    options:
138
 
      openstack-origin: cloud:trusty-liberty
139
 
      replicas: 3
140
 
      swift-hash: fdfef9d4-8b06-11e2-8ac0-531c923c8fae
141
 
      zone-assignment: manual
142
 
    to:
143
 
    - lxc:0
144
 
  swift-storage-z1:
145
 
    charm: cs:~openstack-charmers-next/trusty/swift-storage
146
 
    constraints: mem=1G arch=amd64
147
 
    options:
148
 
      block-device: /dev/sdb /dev/vdb
149
 
      overwrite: 'true'
150
 
      zone: 1
151
 
  swift-storage-z2:
152
 
    charm: cs:~openstack-charmers-next/trusty/swift-storage
153
 
    constraints: mem=1G arch=amd64
154
 
    options:
155
 
      block-device: /dev/sdb /dev/vdb
156
 
      overwrite: 'true'
157
 
      zone: 2
158
 
  swift-storage-z3:
159
 
    charm: cs:~openstack-charmers-next/trusty/swift-storage
160
 
    constraints: mem=1G arch=amd64
161
 
    options:
162
 
      block-device: /dev/sdb /dev/vdb
163
 
      overwrite: 'true'
164
 
      zone: 3