~openstack-charm-testers/+junk/cinder-backup

« back to all changes in this revision

Viewing changes to bundles/ppc64/rendered/powerkvm-two-unit-dense-next-xenial-mitaka.yaml

  • Committer: Edward Hope-Morley
  • Date: 2016-11-25 09:32:24 UTC
  • mfrom: (172.1.83 openstack-charm-testing)
  • Revision ID: edward.hope-morley@canonical.com-20161125093224-dncneu9cljwslqyl
rebase

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
- - neutron-gateway
 
24
  - nova-cloud-controller
 
25
- - openstack-dashboard
 
26
  - keystone
 
27
- - neutron-gateway:amqp
 
28
  - rabbitmq-server
 
29
- - neutron-api
 
30
  - mysql
 
31
- - neutron-api
 
32
  - rabbitmq-server
 
33
- - neutron-api
 
34
  - nova-cloud-controller
 
35
- - neutron-api
 
36
  - keystone
 
37
- - neutron-api
 
38
  - neutron-gateway
 
39
- - neutron-api
 
40
  - nova-compute-power
 
41
series: xenial
 
42
services:
 
43
  glance:
 
44
    charm: cs:~openstack-charmers-next/trusty/glance
 
45
    to:
 
46
    - lxc:0
 
47
  keystone:
 
48
    charm: cs:~openstack-charmers-next/trusty/keystone
 
49
    options:
 
50
      admin-password: openstack
 
51
      admin-token: ubuntutesting
 
52
    to:
 
53
    - lxc:0
 
54
  mysql:
 
55
    charm: cs:~openstack-charmers-next/trusty/percona-cluster
 
56
    options:
 
57
      dataset-size: 15%
 
58
      max-connections: 20000
 
59
    to:
 
60
    - lxc:0
 
61
  neutron-api:
 
62
    charm: cs:~openstack-charmers-next/trusty/neutron-api
 
63
    constraints: mem=1G
 
64
    options:
 
65
      flat-network-providers: physnet1
 
66
      neutron-security-groups: true
 
67
    to:
 
68
    - lxc:0
 
69
  neutron-gateway:
 
70
    branch: lp:~james-page/charms/trusty/neutron-gateway/vlan-flat-support
 
71
    constraints: arch=amd64
 
72
    options:
 
73
      bridge-mappings: physnet1:br-ex
 
74
      instance-mtu: 1300
 
75
  nova-cloud-controller:
 
76
    charm: cs:~openstack-charmers-next/trusty/nova-cloud-controller
 
77
    options:
 
78
      network-manager: Neutron
 
79
    to:
 
80
    - lxc:0
 
81
  nova-compute-power:
 
82
    branch: lp:~james-page/charms/trusty/nova-compute-power/redux
 
83
    options:
 
84
      power-hosts: 10.245.168.3
 
85
      power-key: id_rsa
 
86
      power-repo: file:///tmp/openstack-iso/openstack
 
87
      power-user: shared
 
88
    to:
 
89
    - lxc:0
 
90
  openstack-dashboard:
 
91
    charm: cs:~openstack-charmers-next/trusty/openstack-dashboard
 
92
    constraints: mem=1G
 
93
    to:
 
94
    - lxc:0
 
95
  rabbitmq-server:
 
96
    charm: cs:~openstack-charmers-next/trusty/rabbitmq-server
 
97
    to:
 
98
    - lxc:0