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
=== modified file 'bundles/lxd/source/default.yaml'
--- bundles/lxd/source/default.yaml 2016-03-29 17:18:18 +0000
+++ bundles/lxd/source/default.yaml 2016-04-05 14:42:59 +0000
@@ -90,6 +90,7 @@
90 block-device: /dev/vdb90 block-device: /dev/vdb
91 ephemeral-unmount: /mnt91 ephemeral-unmount: /mnt
92 storage-type: lvm92 storage-type: lvm
93 overwrite: "true"
93 relations:94 relations:
94 - [ keystone, mysql ]95 - [ keystone, mysql ]
95 - [ nova-cloud-controller, mysql ]96 - [ nova-cloud-controller, mysql ]
@@ -165,15 +166,33 @@
165 overrides:166 overrides:
166 openstack-origin: cloud:trusty-liberty167 openstack-origin: cloud:trusty-liberty
167 source: cloud:trusty-liberty168 source: cloud:trusty-liberty
168# mitaka169# master
169openstack-master-git:170openstack-master-git:
170 inherits: openstack-icehouse171 inherits: openstack-icehouse
171 services:172 services:
172 nova-compute:173 nova-compute:
173 options:174 options:
174 openstack-origin-git: include-file://nova-master.yaml175 openstack-origin-git: include-file://nova-master.yaml
176xenial-master:
177 inherits: openstack-master-git
178 series: xenial
179 services:
180 mysql:
181 branch: lp:charms/trusty/mysql
182xenial-master-proposed:
183 inherits: xenial-master
184 overrides:
185 source: proposed
186 openstack-origin: distro-proposed
187# mitaka
188openstack-mitaka-git:
189 inherits: openstack-icehouse
190 services:
191 nova-compute:
192 options:
193 openstack-origin-git: include-file://nova-mitaka.yaml
175xenial-mitaka:194xenial-mitaka:
176 inherits: openstack-master-git195 inherits: openstack-mitaka-git
177 series: xenial196 series: xenial
178 services:197 services:
179 mysql:198 mysql:
180199
=== modified file 'bundles/lxd/source/next.yaml'
--- bundles/lxd/source/next.yaml 2016-03-29 15:44:36 +0000
+++ bundles/lxd/source/next.yaml 2016-04-05 14:42:59 +0000
@@ -90,6 +90,7 @@
90 block-device: /dev/vdb90 block-device: /dev/vdb
91 ephemeral-unmount: /mnt91 ephemeral-unmount: /mnt
92 storage-type: lvm92 storage-type: lvm
93 overwrite: "true"
93 relations:94 relations:
94 - [ keystone, mysql ]95 - [ keystone, mysql ]
95 - [ nova-cloud-controller, mysql ]96 - [ nova-cloud-controller, mysql ]
@@ -165,20 +166,38 @@
165 overrides:166 overrides:
166 openstack-origin: cloud:trusty-liberty167 openstack-origin: cloud:trusty-liberty
167 source: cloud:trusty-liberty168 source: cloud:trusty-liberty
168# mitaka169# master
169openstack-master-git:170openstack-master-git:
170 inherits: openstack-icehouse171 inherits: openstack-icehouse
171 services:172 services:
172 nova-compute:173 nova-compute:
173 options:174 options:
174 openstack-origin-git: include-file://nova-master.yaml175 openstack-origin-git: include-file://nova-master.yaml
176xenial-master:
177 inherits: openstack-master-git
178 series: xenial
179 services:
180 mysql:
181 branch: lp:charms/trusty/mysql
182xenial-master-proposed:
183 inherits: xenial-master
184 overrides:
185 source: proposed
186 openstack-origin: distro-proposed
187# mitaka
188openstack-mitaka-git:
189 inherits: openstack-icehouse
190 services:
191 nova-compute:
192 options:
193 openstack-origin-git: include-file://nova-mitaka.yaml
175xenial-mitaka:194xenial-mitaka:
176 inherits: openstack-master-git195 inherits: openstack-master-git
177 series: xenial196 series: xenial
178 services:197 services:
179 mysql:198 mysql:
180 branch: lp:charms/trusty/mysql199 branch: lp:charms/trusty/mysql
181xenial-mitaka-proposed:200xenial-master-proposed:
182 inherits: xenial-mitaka201 inherits: xenial-mitaka
183 overrides:202 overrides:
184 source: proposed203 source: proposed
185204
=== added file 'bundles/lxd/source/nova-mitaka.yaml'
--- bundles/lxd/source/nova-mitaka.yaml 1970-01-01 00:00:00 +0000
+++ bundles/lxd/source/nova-mitaka.yaml 2016-04-05 14:42:59 +0000
@@ -0,0 +1,16 @@
1repositories:
2 - {name: requirements,
3 repository: 'git://github.com/zulcss/requirements',
4 branch: stable/mitaka}
5 - {name: pylxd,
6 repository: 'https://github.com/lxc/pylxd',
7 branch: master}
8 - {name: nova-compute-lxd,
9 repository: 'https://github.com/lxc/nova-lxd',
10 branch: master}
11 - {name: nova,
12 repository: 'git://github.com/openstack/nova',
13 branch: stable/mitaka}
14directory: /mnt/openstack-git
15http_proxy: http://squid.internal:3128
16https_proxy: http://squid.internal:3128

Subscribers

People subscribed via source and target branches

to status/vote changes: