Updated list of upstream contributions in Blazar
[promise.git] / deprecated / source / forge.yaml
1 #
2 # Author: Peter K. Lee (peter@corenova.com)
3 #
4 # All rights reserved. This program and the accompanying materials
5 # are made available under the terms of the Apache License, Version 2.0
6 # which accompanies this distribution, and is available at
7 # http://www.apache.org/licenses/LICENSE-2.0
8 #
9
10 # YF 0.12.x forge manifest
11
12 compilers:
13   yang: yangforge/register
14   coffee: coffee-script/register
15
16 components:
17   nfvi:
18     - yangforge:common
19     - schema/access-control-models.yang
20     - schema/nfv-infrastructure.yang
21     - schema/nfv-mano.yang
22
23   # primary promise service
24   promise:
25     - nfvi
26     - schema/opnfv-promise.yang
27     - spec/promise.yaml
28
29   # base openstack composition
30   openstack:
31     - nfvi
32     - schema/openstack.yang
33     - schema/openstack-identity.yang
34     - schema/openstack-image.yang
35     - schema/openstack-compute.yang
36     - schema/openstack-storage.yang
37     - schema/openstack-network.yang
38     - spec/openstack.yaml
39
40   # openstack with promise augmentation
41   os-promise:
42     - promise
43     - openstack
44     - schema/openstack-promise.yang
45     - spec/openstack-promise.yaml
46
47   # test component for using with 'npm test'
48   test:
49     - os-promise
50     - schema/opnfv-functest.yang
51     - config/demo.json