diff options
author | Bertrand Souville <souville@docomolab-euro.com> | 2017-11-27 17:15:54 +0100 |
---|---|---|
committer | Bertrand Souville <souville@docomolab-euro.com> | 2017-11-27 17:15:54 +0100 |
commit | 3ce698ee20cca69104874d42e64300abe641a27c (patch) | |
tree | a5f1e419cdb65b0b1edb4bb06cf9480ada670cab /source/forge.yaml | |
parent | 48c252069be02fe2019633827c8a22cdcd201170 (diff) |
Proposal to move Promise shim-layer code to a new deprecated folder
Promise test cases have been disabled in Functest
Promise shim-layer has been marked as DEPRECATED in Euphrates
Change-Id: I98ecd9ae2b25c102f478fc3869f23e6c70d32d8d
Signed-off-by: Bertrand Souville <souville@docomolab-euro.com>
Diffstat (limited to 'source/forge.yaml')
-rw-r--r-- | source/forge.yaml | 51 |
1 files changed, 0 insertions, 51 deletions
diff --git a/source/forge.yaml b/source/forge.yaml deleted file mode 100644 index d8d1f39..0000000 --- a/source/forge.yaml +++ /dev/null @@ -1,51 +0,0 @@ -# -# 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 |