Merge lp:~zulcss/openstack-charm-testing/lxd-mitaka-stable into lp:openstack-charm-testing

Proposed by Chuck Short
Status: Merged
Merged at revision: 196
Proposed branch: lp:~zulcss/openstack-charm-testing/lxd-mitaka-stable
Merge into: lp:openstack-charm-testing
Diff against target: 121 lines (+58/-4)
3 files modified
bundles/lxd/source/default.yaml (+21/-2)
bundles/lxd/source/next.yaml (+21/-2)
bundles/lxd/source/nova-mitaka.yaml (+16/-0)
To merge this branch: bzr merge lp:~zulcss/openstack-charm-testing/lxd-mitaka-stable
Reviewer Review Type Date Requested Status
OpenStack Charm Testing Maintainers Pending
Review via email: mp+290998@code.launchpad.net

Description of the change

Add support for stable/mitaka

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'bundles/lxd/source/default.yaml'
2--- bundles/lxd/source/default.yaml 2016-03-29 17:18:18 +0000
3+++ bundles/lxd/source/default.yaml 2016-04-05 14:42:59 +0000
4@@ -90,6 +90,7 @@
5 block-device: /dev/vdb
6 ephemeral-unmount: /mnt
7 storage-type: lvm
8+ overwrite: "true"
9 relations:
10 - [ keystone, mysql ]
11 - [ nova-cloud-controller, mysql ]
12@@ -165,15 +166,33 @@
13 overrides:
14 openstack-origin: cloud:trusty-liberty
15 source: cloud:trusty-liberty
16-# mitaka
17+# master
18 openstack-master-git:
19 inherits: openstack-icehouse
20 services:
21 nova-compute:
22 options:
23 openstack-origin-git: include-file://nova-master.yaml
24+xenial-master:
25+ inherits: openstack-master-git
26+ series: xenial
27+ services:
28+ mysql:
29+ branch: lp:charms/trusty/mysql
30+xenial-master-proposed:
31+ inherits: xenial-master
32+ overrides:
33+ source: proposed
34+ openstack-origin: distro-proposed
35+# mitaka
36+openstack-mitaka-git:
37+ inherits: openstack-icehouse
38+ services:
39+ nova-compute:
40+ options:
41+ openstack-origin-git: include-file://nova-mitaka.yaml
42 xenial-mitaka:
43- inherits: openstack-master-git
44+ inherits: openstack-mitaka-git
45 series: xenial
46 services:
47 mysql:
48
49=== modified file 'bundles/lxd/source/next.yaml'
50--- bundles/lxd/source/next.yaml 2016-03-29 15:44:36 +0000
51+++ bundles/lxd/source/next.yaml 2016-04-05 14:42:59 +0000
52@@ -90,6 +90,7 @@
53 block-device: /dev/vdb
54 ephemeral-unmount: /mnt
55 storage-type: lvm
56+ overwrite: "true"
57 relations:
58 - [ keystone, mysql ]
59 - [ nova-cloud-controller, mysql ]
60@@ -165,20 +166,38 @@
61 overrides:
62 openstack-origin: cloud:trusty-liberty
63 source: cloud:trusty-liberty
64-# mitaka
65+# master
66 openstack-master-git:
67 inherits: openstack-icehouse
68 services:
69 nova-compute:
70 options:
71 openstack-origin-git: include-file://nova-master.yaml
72+xenial-master:
73+ inherits: openstack-master-git
74+ series: xenial
75+ services:
76+ mysql:
77+ branch: lp:charms/trusty/mysql
78+xenial-master-proposed:
79+ inherits: xenial-master
80+ overrides:
81+ source: proposed
82+ openstack-origin: distro-proposed
83+# mitaka
84+openstack-mitaka-git:
85+ inherits: openstack-icehouse
86+ services:
87+ nova-compute:
88+ options:
89+ openstack-origin-git: include-file://nova-mitaka.yaml
90 xenial-mitaka:
91 inherits: openstack-master-git
92 series: xenial
93 services:
94 mysql:
95 branch: lp:charms/trusty/mysql
96-xenial-mitaka-proposed:
97+xenial-master-proposed:
98 inherits: xenial-mitaka
99 overrides:
100 source: proposed
101
102=== added file 'bundles/lxd/source/nova-mitaka.yaml'
103--- bundles/lxd/source/nova-mitaka.yaml 1970-01-01 00:00:00 +0000
104+++ bundles/lxd/source/nova-mitaka.yaml 2016-04-05 14:42:59 +0000
105@@ -0,0 +1,16 @@
106+repositories:
107+ - {name: requirements,
108+ repository: 'git://github.com/zulcss/requirements',
109+ branch: stable/mitaka}
110+ - {name: pylxd,
111+ repository: 'https://github.com/lxc/pylxd',
112+ branch: master}
113+ - {name: nova-compute-lxd,
114+ repository: 'https://github.com/lxc/nova-lxd',
115+ branch: master}
116+ - {name: nova,
117+ repository: 'git://github.com/openstack/nova',
118+ branch: stable/mitaka}
119+directory: /mnt/openstack-git
120+http_proxy: http://squid.internal:3128
121+https_proxy: http://squid.internal:3128

Subscribers

People subscribed via source and target branches

to status/vote changes: