diff options
author | Deven <dp023n@att.com> | 2020-02-27 14:33:33 -0500 |
---|---|---|
committer | Deven Panchal <dp023n@att.com> | 2020-02-28 17:32:31 +0000 |
commit | 7666d2a36849f88e917d87abec2e177dac500191 (patch) | |
tree | 93c5788b20ff964ae38747932badcfb557aa4d16 /mod/runtimeapi/runtime-web/data | |
parent | 77f2732015a0ab038bf6be6afaf924b827f44835 (diff) |
Modify Runtime for new bpgen dependency
Modify Runtime core and web components to build with the new bpgen dependency
Issue-ID: DCAEGEN2-2091
Change-Id: Id9dac8f4cc24a39dac2dac8dce7a84b54c1e1229
Signed-off-by: Deven <dp023n@att.com>
Diffstat (limited to 'mod/runtimeapi/runtime-web/data')
-rw-r--r-- | mod/runtimeapi/runtime-web/data/imports/onapDublinImports.yaml | 2 | ||||
-rw-r--r-- | mod/runtimeapi/runtime-web/data/imports/onapImports.yaml | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/mod/runtimeapi/runtime-web/data/imports/onapDublinImports.yaml b/mod/runtimeapi/runtime-web/data/imports/onapDublinImports.yaml deleted file mode 100644 index 9b9a203..0000000 --- a/mod/runtimeapi/runtime-web/data/imports/onapDublinImports.yaml +++ /dev/null @@ -1,2 +0,0 @@ -imports: ['http://www.getcloudify.org/spec/cloudify/3.4/types.yaml', 'https://nexus.onap.org/service/local/repositories/raw/content/org.onap.dcaegen2.platform.plugins/R4/k8splugin/1.4.5/k8splugin_types.yaml', - 'https://nexus.onap.org/service/local/repositories/raw/content/org.onap.dcaegen2.platform.plugins/R4/dcaepolicyplugin/2.3.0/dcaepolicyplugin_types.yaml'] diff --git a/mod/runtimeapi/runtime-web/data/imports/onapImports.yaml b/mod/runtimeapi/runtime-web/data/imports/onapImports.yaml new file mode 100644 index 0000000..1e642ff --- /dev/null +++ b/mod/runtimeapi/runtime-web/data/imports/onapImports.yaml @@ -0,0 +1 @@ +imports: ['https://www.getcloudify.org/spec/cloudify/4.5.5/types.yaml','https://nexus.onap.org/service/local/repositories/raw/content/org.onap.dcaegen2.platform.plugins/R6/k8splugin/1.7.2/k8splugin_types.yaml','https://nexus.onap.org/service/local/repositories/raw/content/org.onap.dcaegen2.platform.plugins/R6/dcaepolicyplugin/2.4.0/dcaepolicyplugin_types.yaml','https://nexus.onap.org/service/local/repositories/raw/content/org.onap.ccsdk.platform.plugins/type_files/pgaas/1.1.0/pgaas_types.yaml','https://nexus.onap.org/service/local/repositories/raw/content/org.onap.dcaegen2.platform.plugins/R6/clamppolicyplugin/1.1.0/clamppolicyplugin_types.yaml','https://nexus.onap.org/content/repositories/raw/org.onap.ccsdk.platform.plugins/type_files/dmaap/dmaap.yaml']
\ No newline at end of file |