Merge lp:~zulcss/openstack-charm-testing/nova-lxd-dfs into lp:openstack-charm-testing

Proposed by Chuck Short
Status: Merged
Merged at revision: 180
Proposed branch: lp:~zulcss/openstack-charm-testing/nova-lxd-dfs
Merge into: lp:openstack-charm-testing
Diff against target: 606 lines (+527/-0)
16 files modified
bundles/lxd/glance-kilo.yaml (+10/-0)
bundles/lxd/glance-liberty.yaml (+10/-0)
bundles/lxd/glance-master.yaml (+10/-0)
bundles/lxd/horizon-kilo.yaml (+10/-0)
bundles/lxd/horizon-liberty.yaml (+10/-0)
bundles/lxd/horizon-master.yaml (+10/-0)
bundles/lxd/keystone-kilo.yaml (+10/-0)
bundles/lxd/keystone-liberty.yaml (+10/-0)
bundles/lxd/keystone-master.yaml (+10/-0)
bundles/lxd/lxd.yaml (+333/-0)
bundles/lxd/neutron-kilo.yaml (+19/-0)
bundles/lxd/neutron-liberty.yaml (+19/-0)
bundles/lxd/neutron-master.yaml (+19/-0)
bundles/lxd/nova-kilo.yaml (+13/-0)
bundles/lxd/nova-liberty.yaml (+13/-0)
bundles/lxd/nova-master.yaml (+21/-0)
To merge this branch: bzr merge lp:~zulcss/openstack-charm-testing/nova-lxd-dfs
Reviewer Review Type Date Requested Status
OpenStack Charm Testing Maintainers Pending
Review via email: mp+286687@code.launchpad.net

Description of the change

nova-lxd deploy from source fixes.

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=== added file 'bundles/lxd/glance-kilo.yaml'
2--- bundles/lxd/glance-kilo.yaml 1970-01-01 00:00:00 +0000
3+++ bundles/lxd/glance-kilo.yaml 2016-02-19 16:56:07 +0000
4@@ -0,0 +1,10 @@
5+repositories:
6+ - {name: requirements,
7+ repository: 'git://github.com/openstack/requirements',
8+ branch: stable/kilo}
9+ - {name: glance,
10+ repository: 'git://github.com/openstack/glance',
11+ branch: stable/kilo}
12+directory: /mnt/openstack-git
13+http_proxy: http://squid.internal:3128
14+https_proxy: http://squid.internal:3128
15
16=== added file 'bundles/lxd/glance-liberty.yaml'
17--- bundles/lxd/glance-liberty.yaml 1970-01-01 00:00:00 +0000
18+++ bundles/lxd/glance-liberty.yaml 2016-02-19 16:56:07 +0000
19@@ -0,0 +1,10 @@
20+repositories:
21+ - {name: requirements,
22+ repository: 'git://github.com/openstack/requirements',
23+ branch: stable/liberty}
24+ - {name: glance,
25+ repository: 'git://github.com/openstack/glance',
26+ branch: stable/liberty}
27+directory: /mnt/openstack-git
28+http_proxy: http://squid.internal:3128
29+https_proxy: http://squid.internal:3128
30
31=== added file 'bundles/lxd/glance-master.yaml'
32--- bundles/lxd/glance-master.yaml 1970-01-01 00:00:00 +0000
33+++ bundles/lxd/glance-master.yaml 2016-02-19 16:56:07 +0000
34@@ -0,0 +1,10 @@
35+repositories:
36+ - {name: requirements,
37+ repository: 'git://github.com/zulcss/requirements',
38+ branch: master}
39+ - {name: glance,
40+ repository: 'git://github.com/openstack/glance',
41+ branch: 12.0.0.0b2}
42+directory: /mnt/openstack-git
43+http_proxy: http://squid.internal:3128
44+https_proxy: http://squid.internal:3128
45
46=== added file 'bundles/lxd/horizon-kilo.yaml'
47--- bundles/lxd/horizon-kilo.yaml 1970-01-01 00:00:00 +0000
48+++ bundles/lxd/horizon-kilo.yaml 2016-02-19 16:56:07 +0000
49@@ -0,0 +1,10 @@
50+repositories:
51+ - {name: requirements,
52+ repository: 'git://github.com/openstack/requirements',
53+ branch: stable/kilo}
54+ - {name: horizon,
55+ repository: 'git://github.com/openstack/horizon',
56+ branch: stable/kilo}
57+directory: /mnt/openstack-git
58+http_proxy: http://squid.internal:3128
59+https_proxy: http://squid.internal:3128
60
61=== added file 'bundles/lxd/horizon-liberty.yaml'
62--- bundles/lxd/horizon-liberty.yaml 1970-01-01 00:00:00 +0000
63+++ bundles/lxd/horizon-liberty.yaml 2016-02-19 16:56:07 +0000
64@@ -0,0 +1,10 @@
65+repositories:
66+ - {name: requirements,
67+ repository: 'git://github.com/openstack/requirements',
68+ branch: stable/liberty}
69+ - {name: horizon,
70+ repository: 'git://github.com/openstack/horizon',
71+ branch: stable/liberty}
72+directory: /mnt/openstack-git
73+http_proxy: http://squid.internal:3128
74+https_proxy: http://squid.internal:3128
75
76=== added file 'bundles/lxd/horizon-master.yaml'
77--- bundles/lxd/horizon-master.yaml 1970-01-01 00:00:00 +0000
78+++ bundles/lxd/horizon-master.yaml 2016-02-19 16:56:07 +0000
79@@ -0,0 +1,10 @@
80+repositories:
81+ - {name: requirements,
82+ repository: 'git://github.com/zulcss/requirements',
83+ branch: master}
84+ - {name: horizon,
85+ repository: 'git://github.com/openstack/horizon',
86+ branch: 9.0.0.0b2}
87+directory: /mnt/openstack-git
88+http_proxy: http://squid.internal:3128
89+https_proxy: http://squid.internal:3128
90
91=== added file 'bundles/lxd/keystone-kilo.yaml'
92--- bundles/lxd/keystone-kilo.yaml 1970-01-01 00:00:00 +0000
93+++ bundles/lxd/keystone-kilo.yaml 2016-02-19 16:56:07 +0000
94@@ -0,0 +1,10 @@
95+repositories:
96+ - {name: requirements,
97+ repository: 'git://github.com/openstack/requirements',
98+ branch: stable/kilo}
99+ - {name: keystone,
100+ repository: 'git://github.com/openstack/keystone',
101+ branch: stable/kilo}
102+directory: /mnt/openstack-git
103+http_proxy: http://squid.internal:3128
104+https_proxy: http://squid.internal:3128
105
106=== added file 'bundles/lxd/keystone-liberty.yaml'
107--- bundles/lxd/keystone-liberty.yaml 1970-01-01 00:00:00 +0000
108+++ bundles/lxd/keystone-liberty.yaml 2016-02-19 16:56:07 +0000
109@@ -0,0 +1,10 @@
110+repositories:
111+ - {name: requirements,
112+ repository: 'git://github.com/openstack/requirements',
113+ branch: stable/liberty}
114+ - {name: keystone,
115+ repository: 'git://github.com/openstack/keystone',
116+ branch: stable/liberty}
117+directory: /mnt/openstack-git
118+http_proxy: http://squid.internal:3128
119+https_proxy: http://squid.internal:3128
120
121=== added file 'bundles/lxd/keystone-master.yaml'
122--- bundles/lxd/keystone-master.yaml 1970-01-01 00:00:00 +0000
123+++ bundles/lxd/keystone-master.yaml 2016-02-19 16:56:07 +0000
124@@ -0,0 +1,10 @@
125+repositories:
126+ - {name: requirements,
127+ repository: 'git://github.com/zulcss/requirements',
128+ branch: master}
129+ - {name: keystone,
130+ repository: 'git://github.com/openstack/keystone',
131+ branch: 9.0.0.0b2}
132+directory: /mnt/openstack-git
133+http_proxy: http://squid.internal:3128
134+https_proxy: http://squid.internal:3128
135
136=== added file 'bundles/lxd/lxd.yaml'
137--- bundles/lxd/lxd.yaml 1970-01-01 00:00:00 +0000
138+++ bundles/lxd/lxd.yaml 2016-02-19 16:56:07 +0000
139@@ -0,0 +1,333 @@
140+# vim: set ts=2 et:
141+# deployer bundle for development ('next') charms
142+# UOSCI relies on this for OS-on-OS deployment testing
143+openstack-services:
144+ services:
145+ mysql:
146+ branch: lp:~openstack-charmers/charms/trusty/percona-cluster/next
147+ constraints: mem=4G
148+ options:
149+ dataset-size: 50%
150+ max-connections: 20000
151+# root-password: changeme
152+# sst-password: changeme
153+ rabbitmq-server:
154+ branch: lp:~openstack-charmers/charms/trusty/rabbitmq-server/next
155+ constraints: mem=1G
156+ keystone:
157+ branch: lp:~openstack-charmers/charms/trusty/keystone/next
158+ constraints: mem=1G
159+ options:
160+ admin-password: openstack
161+ admin-token: ubuntutesting
162+ openstack-dashboard:
163+ branch: lp:~openstack-charmers/charms/trusty/openstack-dashboard/next
164+ constraints: mem=1G
165+ nova-compute:
166+ branch: lp:~openstack-charmers/charms/trusty/nova-compute/next
167+ num_units: 1
168+ constraints: mem=4G
169+ options:
170+ enable-live-migration: True
171+ enable-resize: True
172+ migration-auth-type: ssh
173+ virt-type: lxd
174+ nova-cloud-controller:
175+ branch: lp:~openstack-charmers/charms/trusty/nova-cloud-controller/next
176+ constraints: mem=1G
177+ options:
178+ network-manager: Neutron
179+ quantum-security-groups: "yes"
180+ neutron-gateway:
181+ branch: lp:~openstack-charmers/charms/trusty/neutron-gateway/next
182+ constraints: mem=1G
183+ options:
184+ instance-mtu: 1300
185+ glance:
186+ branch: lp:~openstack-charmers/charms/trusty/glance/next
187+ constraints: mem=1G
188+ lxd:
189+ branch: lp:~zulcss/charms/trusty/lxd/lxd-2.0
190+ options:
191+ block-device: /mnt/disk.img|20G
192+ storage-type: btrfs
193+ lxd-origin: ppa:ubuntu-lxc/lxd-git-master
194+ relations:
195+ - [ keystone, mysql ]
196+ - [ nova-cloud-controller, mysql ]
197+ - [ nova-cloud-controller, rabbitmq-server ]
198+ - [ nova-cloud-controller, glance ]
199+ - [ nova-cloud-controller, keystone ]
200+ - [ nova-compute, nova-cloud-controller ]
201+ - [ nova-compute, mysql ]
202+ - [ nova-compute, lxd ]
203+ - - nova-compute
204+ - rabbitmq-server:amqp
205+ - [ nova-compute, glance ]
206+ - [ glance, mysql ]
207+ - [ glance, keystone ]
208+ - [ neutron-gateway, mysql ]
209+ - [ neutron-gateway, nova-cloud-controller ]
210+ - [ openstack-dashboard, keystone ]
211+openstack-singlerabbit:
212+ inherits: openstack-services
213+ relations:
214+ - [ "neutron-gateway:amqp", rabbitmq-server ]
215+openstack-icehouse:
216+ inherits: openstack-singlerabbit
217+ services:
218+ neutron-api:
219+ branch: lp:~openstack-charmers/charms/trusty/neutron-api/next
220+ constraints: mem=1G
221+ options:
222+ neutron-security-groups: True
223+ neutron-openvswitch:
224+ branch: lp:~openstack-charmers/charms/trusty/neutron-openvswitch/next
225+ relations:
226+ - [ neutron-api, mysql ]
227+ - [ neutron-api, rabbitmq-server ]
228+ - [ neutron-api, nova-cloud-controller ]
229+ - [ neutron-api, neutron-openvswitch ]
230+ - [ neutron-api, keystone ]
231+ - [ neutron-api, neutron-gateway ]
232+ - [ neutron-openvswitch, nova-compute ]
233+ - [ neutron-openvswitch, rabbitmq-server ]
234+openstack-icehouse-msg-split:
235+ inherits: openstack-services
236+ services:
237+ neutron-api:
238+ branch: lp:~openstack-charmers/charms/trusty/neutron-api/next
239+ constraints: mem=1G
240+ options:
241+ neutron-security-groups: True
242+ neutron-openvswitch:
243+ branch: lp:~openstack-charmers/charms/trusty/neutron-openvswitch/next
244+ rabbitmq-server-neutron:
245+ branch: lp:charms/trusty/rabbitmq-server
246+ constraints: mem=1G
247+ relations:
248+ - [ neutron-api, mysql ]
249+ - [ neutron-api, rabbitmq-server-neutron ]
250+ - [ neutron-api, nova-cloud-controller ]
251+ - [ neutron-api, neutron-openvswitch ]
252+ - [ neutron-api, keystone ]
253+ - [ neutron-api, neutron-gateway ]
254+ - [ neutron-openvswitch, nova-compute ]
255+ - [ neutron-openvswitch, rabbitmq-server-neutron ]
256+ - [ "neutron-gateway:amqp-nova", rabbitmq-server ]
257+ - [ "neutron-gateway:amqp", rabbitmq-server-neutron ]
258+# icehouse
259+openstack-icehouse-git:
260+ inherits: openstack-icehouse
261+ services:
262+ keystone:
263+ options:
264+ openstack-origin-git: include-file://keystone-icehouse.yaml
265+ glance:
266+ options:
267+ openstack-origin-git: include-file://glance-icehouse.yaml
268+ neutron-api:
269+ options:
270+ openstack-origin-git: include-file://neutron-icehouse.yaml
271+ neutron-gateway:
272+ options:
273+ openstack-origin-git: include-file://neutron-icehouse.yaml
274+ neutron-openvswitch:
275+ options:
276+ openstack-origin-git: include-file://neutron-icehouse.yaml
277+ openstack-dashboard:
278+ options:
279+ openstack-origin-git: include-file://horizon-icehouse.yaml
280+ nova-compute:
281+ options:
282+ openstack-origin-git: include-file://nova-icehouse.yaml
283+ nova-cloud-controller:
284+ options:
285+ openstack-origin-git: include-file://nova-icehouse.yaml
286+precise-icehouse:
287+ inherits: openstack-icehouse-git
288+ series: precise
289+ services:
290+ mysql:
291+ branch: lp:charms/trusty/mysql
292+ overrides:
293+ openstack-origin: cloud:precise-icehouse
294+ source: cloud:precise-icehouse
295+trusty-icehouse:
296+ inherits: openstack-icehouse-git
297+ series: trusty
298+# juno
299+openstack-juno-git:
300+ inherits: openstack-icehouse
301+ services:
302+ keystone:
303+ options:
304+ openstack-origin-git: include-file://keystone-juno.yaml
305+ glance:
306+ options:
307+ openstack-origin-git: include-file://glance-juno.yaml
308+ neutron-api:
309+ options:
310+ openstack-origin-git: include-file://neutron-juno.yaml
311+ neutron-gateway:
312+ options:
313+ openstack-origin-git: include-file://neutron-juno.yaml
314+ neutron-openvswitch:
315+ options:
316+ openstack-origin-git: include-file://neutron-juno.yaml
317+ openstack-dashboard:
318+ options:
319+ openstack-origin-git: include-file://horizon-juno.yaml
320+ nova-compute:
321+ options:
322+ openstack-origin-git: include-file://nova-juno.yaml
323+ nova-cloud-controller:
324+ options:
325+ openstack-origin-git: include-file://nova-juno.yaml
326+trusty-juno:
327+ inherits: openstack-juno-git
328+ series: trusty
329+ overrides:
330+ openstack-origin: cloud:trusty-juno
331+ source: cloud:trusty-juno
332+utopic-juno:
333+ inherits: openstack-juno-git
334+ series: utopic
335+# kilo
336+openstack-kilo-git:
337+ inherits: openstack-icehouse
338+ services:
339+ keystone:
340+ options:
341+ openstack-origin-git: include-file://keystone-kilo.yaml
342+ glance:
343+ options:
344+ openstack-origin-git: include-file://glance-kilo.yaml
345+ neutron-api:
346+ options:
347+ openstack-origin-git: include-file://neutron-kilo.yaml
348+ neutron-gateway:
349+ options:
350+ openstack-origin-git: include-file://neutron-kilo.yaml
351+ neutron-openvswitch:
352+ options:
353+ openstack-origin-git: include-file://neutron-kilo.yaml
354+ openstack-dashboard:
355+ options:
356+ openstack-origin-git: include-file://horizon-kilo.yaml
357+ nova-compute:
358+ options:
359+ openstack-origin-git: include-file://nova-kilo.yaml
360+ nova-cloud-controller:
361+ options:
362+ openstack-origin-git: include-file://nova-kilo.yaml
363+trusty-kilo:
364+ inherits: openstack-kilo-git
365+ series: trusty
366+ overrides:
367+ openstack-origin: cloud:trusty-kilo
368+ source: cloud:trusty-kilo
369+trusty-kilo-proposed:
370+ inherits: openstack-kilo-git
371+ series: trusty
372+ overrides:
373+ openstack-origin: cloud:trusty-kilo/proposed
374+ source: cloud:trusty-kilo/proposed
375+vivid-kilo:
376+ inherits: openstack-kilo-git
377+ series: vivid
378+ services:
379+ mysql:
380+ branch: lp:charms/trusty/mysql
381+# liberty
382+openstack-liberty-git:
383+ inherits: openstack-icehouse
384+ services:
385+ keystone:
386+ options:
387+ openstack-origin-git: include-file://keystone-liberty.yaml
388+ glance:
389+ options:
390+ openstack-origin-git: include-file://glance-liberty.yaml
391+ neutron-api:
392+ options:
393+ openstack-origin-git: include-file://neutron-liberty.yaml
394+ neutron-gateway:
395+ options:
396+ openstack-origin-git: include-file://neutron-liberty.yaml
397+ neutron-openvswitch:
398+ options:
399+ openstack-origin-git: include-file://neutron-liberty.yaml
400+ openstack-dashboard:
401+ options:
402+ openstack-origin-git: include-file://horizon-liberty.yaml
403+ nova-compute:
404+ options:
405+ openstack-origin-git: include-file://nova-liberty.yaml
406+ nova-cloud-controller:
407+ options:
408+ openstack-origin-git: include-file://nova-liberty.yaml
409+trusty-liberty:
410+ inherits: openstack-liberty-git
411+ series: trusty
412+ overrides:
413+ openstack-origin: cloud:trusty-liberty
414+ source: cloud:trusty-liberty
415+trusty-liberty-proposed:
416+ inherits: openstack-liberty-git
417+ series: trusty
418+ overrides:
419+ openstack-origin: cloud:trusty-liberty/proposed
420+ source: cloud:trusty-liberty/proposed
421+wily-liberty:
422+ inherits: openstack-liberty-git
423+ series: wily
424+ services:
425+ mysql:
426+ branch: lp:charms/trusty/mysql
427+# master
428+openstack-master-git:
429+ inherits: openstack-icehouse
430+ services:
431+ keystone:
432+ options:
433+ openstack-origin-git: include-file://keystone-master.yaml
434+ glance:
435+ options:
436+ openstack-origin-git: include-file://glance-master.yaml
437+ neutron-api:
438+ options:
439+ openstack-origin-git: include-file://neutron-master.yaml
440+ neutron-gateway:
441+ options:
442+ openstack-origin-git: include-file://neutron-master.yaml
443+ neutron-openvswitch:
444+ options:
445+ openstack-origin-git: include-file://neutron-master.yaml
446+ openstack-dashboard:
447+ options:
448+ openstack-origin-git: include-file://horizon-master.yaml
449+ nova-compute:
450+ options:
451+ openstack-origin-git: include-file://nova-master.yaml
452+ nova-cloud-controller:
453+ options:
454+ openstack-origin-git: include-file://nova-master.yaml
455+trusty-master:
456+ inherits: openstack-master-git
457+ series: trusty
458+ overrides:
459+ openstack-origin: cloud:trusty-mitaka
460+ source: cloud:trusty-mitaka
461+trusty-master-proposed:
462+ inherits: openstack-master-git
463+ series: trusty
464+ overrides:
465+ openstack-origin: cloud:trusty-mitaka/proposed
466+ source: cloud:trusty-mitaka/proposed
467+xenial-master:
468+ inherits: openstack-master-git
469+ series: xenial
470+ services:
471+ mysql:
472+ branch: lp:charms/trusty/mysql
473
474=== added file 'bundles/lxd/neutron-kilo.yaml'
475--- bundles/lxd/neutron-kilo.yaml 1970-01-01 00:00:00 +0000
476+++ bundles/lxd/neutron-kilo.yaml 2016-02-19 16:56:07 +0000
477@@ -0,0 +1,19 @@
478+repositories:
479+ - {name: requirements,
480+ repository: 'git://github.com/openstack/requirements',
481+ branch: stable/kilo}
482+ - {name: neutron-fwaas,
483+ repository: 'git://github.com/openstack/neutron-fwaas',
484+ branch: stable/kilo}
485+ - {name: neutron-lbaas,
486+ repository: 'git://github.com/openstack/neutron-lbaas',
487+ branch: stable/kilo}
488+ - {name: neutron-vpnaas,
489+ repository: 'git://github.com/openstack/neutron-vpnaas',
490+ branch: stable/kilo}
491+ - {name: neutron,
492+ repository: 'git://github.com/openstack/neutron',
493+ branch: stable/kilo}
494+directory: /mnt/openstack-git
495+http_proxy: http://squid.internal:3128
496+https_proxy: http://squid.internal:3128
497
498=== added file 'bundles/lxd/neutron-liberty.yaml'
499--- bundles/lxd/neutron-liberty.yaml 1970-01-01 00:00:00 +0000
500+++ bundles/lxd/neutron-liberty.yaml 2016-02-19 16:56:07 +0000
501@@ -0,0 +1,19 @@
502+repositories:
503+ - {name: requirements,
504+ repository: 'git://github.com/openstack/requirements',
505+ branch: stable/liberty}
506+ - {name: neutron-fwaas,
507+ repository: 'git://github.com/openstack/neutron-fwaas',
508+ branch: stable/liberty}
509+ - {name: neutron-lbaas,
510+ repository: 'git://github.com/openstack/neutron-lbaas',
511+ branch: stable/liberty}
512+ - {name: neutron-vpnaas,
513+ repository: 'git://github.com/openstack/neutron-vpnaas',
514+ branch: stable/liberty}
515+ - {name: neutron,
516+ repository: 'git://github.com/openstack/neutron',
517+ branch: stable/liberty}
518+directory: /mnt/openstack-git
519+http_proxy: http://squid.internal:3128
520+https_proxy: http://squid.internal:3128
521
522=== added file 'bundles/lxd/neutron-master.yaml'
523--- bundles/lxd/neutron-master.yaml 1970-01-01 00:00:00 +0000
524+++ bundles/lxd/neutron-master.yaml 2016-02-19 16:56:07 +0000
525@@ -0,0 +1,19 @@
526+repositories:
527+ - {name: requirements,
528+ repository: 'git://github.com/zulcss/requirements',
529+ branch: master}
530+ - {name: neutron-fwaas,
531+ repository: 'git://github.com/openstack/neutron-fwaas',
532+ branch: 8.0.0.0b2}
533+ - {name: neutron-lbaas,
534+ repository: 'git://github.com/openstack/neutron-lbaas',
535+ branch: 8.0.0.0b2}
536+ - {name: neutron-vpnaas,
537+ repository: 'git://github.com/openstack/neutron-vpnaas',
538+ branch: 8.0.0.0b2}
539+ - {name: neutron,
540+ repository: 'git://github.com/openstack/neutron',
541+ branch: 8.0.0.0b2}
542+directory: /mnt/openstack-git
543+http_proxy: http://squid.internal:3128
544+https_proxy: http://squid.internal:3128
545
546=== added file 'bundles/lxd/nova-kilo.yaml'
547--- bundles/lxd/nova-kilo.yaml 1970-01-01 00:00:00 +0000
548+++ bundles/lxd/nova-kilo.yaml 2016-02-19 16:56:07 +0000
549@@ -0,0 +1,13 @@
550+repositories:
551+ - {name: requirements,
552+ repository: 'git://github.com/openstack/requirements',
553+ branch: stable/kilo}
554+ - {name: neutron,
555+ repository: 'git://github.com/openstack/neutron',
556+ branch: stable/kilo}
557+ - {name: nova,
558+ repository: 'git://github.com/openstack/nova',
559+ branch: stable/kilo}
560+directory: /mnt/openstack-git
561+http_proxy: http://squid.internal:3128
562+https_proxy: http://squid.internal:3128
563
564=== added file 'bundles/lxd/nova-liberty.yaml'
565--- bundles/lxd/nova-liberty.yaml 1970-01-01 00:00:00 +0000
566+++ bundles/lxd/nova-liberty.yaml 2016-02-19 16:56:07 +0000
567@@ -0,0 +1,13 @@
568+repositories:
569+ - {name: requirements,
570+ repository: 'git://github.com/openstack/requirements',
571+ branch: stable/liberty}
572+ - {name: neutron,
573+ repository: 'git://github.com/openstack/neutron',
574+ branch: stable/liberty}
575+ - {name: nova,
576+ repository: 'git://github.com/openstack/nova',
577+ branch: stable/liberty}
578+directory: /mnt/openstack-git
579+http_proxy: http://squid.internal:3128
580+https_proxy: http://squid.internal:3128
581
582=== added file 'bundles/lxd/nova-master.yaml'
583--- bundles/lxd/nova-master.yaml 1970-01-01 00:00:00 +0000
584+++ bundles/lxd/nova-master.yaml 2016-02-19 16:56:07 +0000
585@@ -0,0 +1,21 @@
586+# Update this file to point to master when Xenial
587+# is available
588+repositories:
589+ - {name: requirements,
590+ repository: 'git://github.com/zulcss/requirements',
591+ branch: master}
592+ - {name: neutron,
593+ repository: 'git://github.com/openstack/neutron',
594+ branch: 8.0.0.0b2}
595+ - {name: nova-lxd,
596+ repository: 'git://github.com/lxc/nova-lxd',
597+ branch: master}
598+ - {name: pylxd,
599+ repository: 'git://github.com/lxc/pylxd',
600+ branch: master}
601+ - {name: nova,
602+ repository: 'git://github.com/openstack/nova',
603+ branch: 13.0.0.0b2}
604+directory: /mnt/openstack-git
605+http_proxy: http://squid.internal:3128
606+https_proxy: http://squid.internal:3128

Subscribers

People subscribed via source and target branches

to status/vote changes: