summaryrefslogtreecommitdiffstats
path: root/deprecated/source/forge.yaml
diff options
context:
space:
mode:
authorGerald Kunzmann <kunzmann@docomolab-euro.com>2017-11-28 11:20:33 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-11-28 11:20:33 +0000
commita7a703420f552c0df396575e893a319cc0233ea8 (patch)
tree9b0cd1156180772ea4c90c1efabe8dbd08e9dc87 /deprecated/source/forge.yaml
parente081a200bc12b4c23d283b1d447dbaa4d73a1228 (diff)
parent3ce698ee20cca69104874d42e64300abe641a27c (diff)
Merge "Proposal to move Promise shim-layer code to a new deprecated folder"
Diffstat (limited to 'deprecated/source/forge.yaml')
-rw-r--r--deprecated/source/forge.yaml51
1 files changed, 51 insertions, 0 deletions
diff --git a/deprecated/source/forge.yaml b/deprecated/source/forge.yaml
new file mode 100644
index 0000000..d8d1f39
--- /dev/null
+++ b/deprecated/source/forge.yaml
@@ -0,0 +1,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