~openstack-charm-testers/openstack-charm-testing/openstack-monitoring

« back to all changes in this revision

Viewing changes to bundles/multi-hypervisor/default.yaml

  • Committer: Edward Hope-Morley
  • Date: 2016-12-05 15:01:45 UTC
  • mfrom: (220.1.37 openstack-charm-testing)
  • Revision ID: edward.hope-morley@canonical.com-20161205150145-5xs44qcs5ifqsnl5
rebase

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
openstack-services:
5
5
  services:
6
6
    mysql:
7
 
      branch: https://github.com/openstack/charm-percona-cluster;stable/16.04
 
7
      branch: https://github.com/openstack/charm-percona-cluster;stable/16.07
8
8
      constraints: mem=1G
9
9
      options:
10
10
        dataset-size: 50%
11
11
        max-connections: 20000
12
12
    rabbitmq-server:
13
 
      branch: https://github.com/openstack/charm-rabbitmq-server;stable/16.04
 
13
      branch: https://github.com/openstack/charm-rabbitmq-server;stable/16.07
14
14
      constraints: mem=1G
15
15
    ceph:
16
 
      branch: https://github.com/openstack/charm-ceph;stable/16.04
 
16
      branch: https://github.com/openstack/charm-ceph;stable/16.07
17
17
      num_units: 3
18
18
      constraints: mem=1G
19
19
      options:
24
24
        osd-reformat: "yes"
25
25
        ephemeral-unmount: /mnt
26
26
    keystone:
27
 
      branch: https://github.com/openstack/charm-keystone;stable/16.04
 
27
      branch: https://github.com/openstack/charm-keystone;stable/16.07
28
28
      constraints: mem=1G
29
29
      options:
30
30
        admin-password: openstack
31
31
        admin-token: ubuntutesting
32
32
    openstack-dashboard:
33
 
      branch: https://github.com/openstack/charm-openstack-dashboard;stable/16.04
 
33
      branch: https://github.com/openstack/charm-openstack-dashboard;stable/16.07
34
34
      constraints: mem=1G
35
35
    nova-compute-kvm:
36
 
      branch: https://github.com/openstack/charm-nova-compute;stable/16.04
 
36
      branch: https://github.com/openstack/charm-nova-compute;stable/16.07
37
37
      num_units: 3
38
38
      constraints: mem=4G
39
39
      options:
41
41
        enable-resize: True
42
42
        migration-auth-type: ssh
43
43
    nova-compute-lxd:
44
 
      branch: https://github.com/openstack/charm-nova-compute;stable/16.04
 
44
      branch: https://github.com/openstack/charm-nova-compute;stable/16.07
45
45
      num_units: 3
46
46
      constraints: mem=4G
47
47
      options:
48
48
        virt-type: lxd
49
49
    lxd:
50
 
      branch: lp:~openstack-charmers-next/charms/trusty/lxd/trunk
 
50
      branch: https://github.com/openstack/charm-lxd;stable/16.07
51
51
      options:
52
52
        block-devices: /dev/vdb
53
53
        ephemeral-unmount: /mnt
54
54
        storage-type: lvm
55
55
        overwrite: "true"
56
56
    nova-cloud-controller:
57
 
      branch: https://github.com/openstack/charm-nova-cloud-controller;stable/16.04
 
57
      branch: https://github.com/openstack/charm-nova-cloud-controller;stable/16.07
58
58
      constraints: mem=1G
59
59
      options:
60
60
        network-manager: Neutron
61
61
    neutron-gateway:
62
 
      branch: https://github.com/openstack/charm-neutron-gateway;stable/16.04
63
 
      constraints: mem=1G
 
62
      branch: https://github.com/openstack/charm-neutron-gateway;stable/16.07
 
63
      constraints: mem=2G
64
64
      options:
65
65
        instance-mtu: 1300
 
66
        bridge-mappings: physnet1:br-ex
66
67
    cinder:
67
 
      branch: https://github.com/openstack/charm-cinder;stable/16.04
 
68
      branch: https://github.com/openstack/charm-cinder;stable/16.07
68
69
      options:
69
70
        block-device: "None"
70
71
        glance-api-version: 2
71
72
      constraints: mem=1G
72
73
    cinder-ceph:
73
 
      branch: https://github.com/openstack/charm-cinder-ceph;stable/16.04
 
74
      branch: https://github.com/openstack/charm-cinder-ceph;stable/16.07
74
75
    glance:
75
 
      branch: https://github.com/openstack/charm-glance;stable/16.04
 
76
      branch: https://github.com/openstack/charm-glance;stable/16.07
76
77
      constraints: mem=1G
77
78
    swift-proxy:
78
 
      branch: https://github.com/openstack/charm-swift-proxy;stable/16.04
 
79
      branch: https://github.com/openstack/charm-swift-proxy;stable/16.07
79
80
      constraints: mem=1G
80
81
      options:
81
82
        zone-assignment: manual
82
83
        replicas: 3
83
84
        swift-hash: fdfef9d4-8b06-11e2-8ac0-531c923c8fae
84
85
    swift-storage-z1:
85
 
      branch: https://github.com/openstack/charm-swift-storage;stable/16.04
 
86
      branch: https://github.com/openstack/charm-swift-storage;stable/16.07
86
87
      constraints: mem=1G
87
88
      options:
88
89
        zone: 1
89
90
        block-device: vdb
90
91
        overwrite: "true"
91
92
    swift-storage-z2:
92
 
      branch: https://github.com/openstack/charm-swift-storage;stable/16.04
 
93
      branch: https://github.com/openstack/charm-swift-storage;stable/16.07
93
94
      constraints: mem=1G
94
95
      options:
95
96
        zone: 2
96
97
        block-device: vdb
97
98
        overwrite: "true"
98
99
    swift-storage-z3:
99
 
      branch: https://github.com/openstack/charm-swift-storage;stable/16.04
 
100
      branch: https://github.com/openstack/charm-swift-storage;stable/16.07
100
101
      constraints: mem=1G
101
102
      options:
102
103
        zone: 3
103
104
        block-device: vdb
104
105
        overwrite: "true"
105
106
    ceilometer:
106
 
      branch: https://github.com/openstack/charm-ceilometer;stable/16.04
 
107
      branch: https://github.com/openstack/charm-ceilometer;stable/16.07
107
108
      constraints: mem=1G
108
109
    ceilometer-agent:
109
 
      branch: https://github.com/openstack/charm-ceilometer-agent;stable/16.04
 
110
      branch: https://github.com/openstack/charm-ceilometer-agent;stable/16.07
110
111
    heat:
111
 
      branch: https://github.com/openstack/charm-heat;stable/16.04
 
112
      branch: https://github.com/openstack/charm-heat;stable/16.07
112
113
    mongodb:
113
114
      branch: lp:charms/trusty/mongodb
114
115
      constraints: mem=1G
115
116
    neutron-api:
116
 
      branch: https://github.com/openstack/charm-neutron-api;stable/16.04
 
117
      branch: https://github.com/openstack/charm-neutron-api;stable/16.07
117
118
      constraints: mem=1G
118
119
      options:
119
120
        neutron-security-groups: True
 
121
        flat-network-providers: physnet1
120
122
    neutron-openvswitch:
121
 
      branch: https://github.com/openstack/charm-neutron-openvswitch;stable/16.04
 
123
      branch: https://github.com/openstack/charm-neutron-openvswitch;stable/16.07
122
124
  relations:
123
125
    - [ keystone, mysql ]
124
126
    - [ nova-cloud-controller, mysql ]
188
190
  overrides:
189
191
    openstack-origin: ppa:ubuntu-cloud-archive/liberty-staging
190
192
    source: ppa:ubuntu-cloud-archive/liberty-staging
191
 
wily-liberty:
192
 
  inherits: openstack-services
193
 
  series: wily
194
 
  services:
195
 
    mysql:
196
 
      branch: lp:charms/trusty/mysql
197
 
wily-liberty-proposed:
198
 
  inherits: wily-liberty
199
 
  overrides:
200
 
    source: proposed
201
 
    openstack-origin: distro-proposed
202
193
# mitaka
203
194
trusty-mitaka:
204
195
  inherits: openstack-services