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