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

« back to all changes in this revision

Viewing changes to bundles/sparse/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
base-services:
5
5
  services:
6
6
    rabbitmq-server:
7
 
      branch: https://github.com/openstack/charm-rabbitmq-server;stable/16.04
 
7
      branch: https://github.com/openstack/charm-rabbitmq-server;stable/16.07
8
8
      constraints: mem=1G
9
9
    ceph:
10
 
      branch: https://github.com/openstack/charm-ceph;stable/16.04
 
10
      branch: https://github.com/openstack/charm-ceph;stable/16.07
11
11
      num_units: 3
12
12
      constraints: mem=1G
13
13
      options:
18
18
        osd-reformat: "yes"
19
19
        ephemeral-unmount: /mnt
20
20
    keystone:
21
 
      branch: https://github.com/openstack/charm-keystone;stable/16.04
 
21
      branch: https://github.com/openstack/charm-keystone;stable/16.07
22
22
      constraints: mem=1G
23
23
      options:
24
24
        admin-password: openstack
25
25
        admin-token: ubuntutesting
26
26
    openstack-dashboard:
27
 
      branch: https://github.com/openstack/charm-openstack-dashboard;stable/16.04
 
27
      branch: https://github.com/openstack/charm-openstack-dashboard;stable/16.07
28
28
      constraints: mem=1G
29
29
    nova-compute:
30
 
      branch: https://github.com/openstack/charm-nova-compute;stable/16.04
 
30
      branch: https://github.com/openstack/charm-nova-compute;stable/16.07
31
31
      num_units: 3
32
32
      constraints: mem=4G
33
33
      options:
35
35
        enable-resize: True
36
36
        migration-auth-type: ssh
37
37
    nova-cloud-controller:
38
 
      branch: https://github.com/openstack/charm-nova-cloud-controller;stable/16.04
 
38
      branch: https://github.com/openstack/charm-nova-cloud-controller;stable/16.07
39
39
      constraints: mem=1G
40
40
      options:
41
41
        network-manager: Neutron
42
42
    neutron-gateway:
43
 
      branch: https://github.com/openstack/charm-neutron-gateway;stable/16.04
44
 
      constraints: mem=1G
 
43
      branch: https://github.com/openstack/charm-neutron-gateway;stable/16.07
 
44
      constraints: mem=4G
45
45
      options:
46
46
        instance-mtu: 1300
 
47
        bridge-mappings: physnet1:br-ex
47
48
    neutron-api:
48
 
      branch: https://github.com/openstack/charm-neutron-api;stable/16.04
 
49
      branch: https://github.com/openstack/charm-neutron-api;stable/16.07
49
50
      constraints: mem=1G
50
51
      options:
51
52
        neutron-security-groups: True
 
53
        flat-network-providers: physnet1
52
54
    neutron-openvswitch:
53
 
      branch: https://github.com/openstack/charm-neutron-openvswitch;stable/16.04
 
55
      branch: https://github.com/openstack/charm-neutron-openvswitch;stable/16.07
54
56
    cinder:
55
 
      branch: https://github.com/openstack/charm-cinder;stable/16.04
 
57
      branch: https://github.com/openstack/charm-cinder;stable/16.07
56
58
      options:
57
59
        block-device: "None"
58
60
        glance-api-version: 2
59
61
      constraints: mem=1G
60
62
    cinder-ceph:
61
 
      branch: https://github.com/openstack/charm-cinder-ceph;stable/16.04
 
63
      branch: https://github.com/openstack/charm-cinder-ceph;stable/16.07
62
64
    glance:
63
 
      branch: https://github.com/openstack/charm-glance;stable/16.04
 
65
      branch: https://github.com/openstack/charm-glance;stable/16.07
64
66
      constraints: mem=1G
65
67
    swift-proxy:
66
 
      branch: https://github.com/openstack/charm-swift-proxy;stable/16.04
 
68
      branch: https://github.com/openstack/charm-swift-proxy;stable/16.07
67
69
      constraints: mem=1G
68
70
      options:
69
71
        zone-assignment: manual
70
72
        replicas: 3
71
73
        swift-hash: fdfef9d4-8b06-11e2-8ac0-531c923c8fae
72
74
    swift-storage-z1:
73
 
      branch: https://github.com/openstack/charm-swift-storage;stable/16.04
 
75
      branch: https://github.com/openstack/charm-swift-storage;stable/16.07
74
76
      constraints: mem=1G
75
77
      options:
76
78
        zone: 1
77
79
        block-device: vdb
78
80
        overwrite: "true"
79
81
    swift-storage-z2:
80
 
      branch: https://github.com/openstack/charm-swift-storage;stable/16.04
 
82
      branch: https://github.com/openstack/charm-swift-storage;stable/16.07
81
83
      constraints: mem=1G
82
84
      options:
83
85
        zone: 2
84
86
        block-device: vdb
85
87
        overwrite: "true"
86
88
    swift-storage-z3:
87
 
      branch: https://github.com/openstack/charm-swift-storage;stable/16.04
 
89
      branch: https://github.com/openstack/charm-swift-storage;stable/16.07
88
90
      constraints: mem=1G
89
91
      options:
90
92
        zone: 3
91
93
        block-device: vdb
92
94
        overwrite: "true"
93
95
    ceilometer:
94
 
      branch: https://github.com/openstack/charm-ceilometer;stable/16.04
 
96
      branch: https://github.com/openstack/charm-ceilometer;stable/16.07
95
97
      constraints: mem=1G
96
98
    ceilometer-agent:
97
 
      branch: https://github.com/openstack/charm-ceilometer-agent;stable/16.04
 
99
      branch: https://github.com/openstack/charm-ceilometer-agent;stable/16.07
98
100
    heat:
99
 
      branch: https://github.com/openstack/charm-heat;stable/16.04
 
101
      branch: https://github.com/openstack/charm-heat;stable/16.07
100
102
    mongodb:
101
103
      branch: lp:charms/trusty/mongodb
102
104
      constraints: mem=1G
160
162
  inherits: base-services
161
163
  services:
162
164
    mysql:
163
 
      branch: https://github.com/openstack/charm-percona-cluster;stable/16.04
 
165
      branch: https://github.com/openstack/charm-percona-cluster;stable/16.07
164
166
      constraints: mem=4G
165
167
      options:
166
168
        dataset-size: 50%
237
239
  overrides:
238
240
    openstack-origin: ppa:ubuntu-cloud-archive/liberty-staging
239
241
    source: ppa:ubuntu-cloud-archive/liberty-staging
 
242
# liberty
240
243
wily-liberty:
241
244
  inherits: openstack-services
242
245
  series: wily