diff options
Diffstat (limited to 'catalog-be/src/main/resources/scripts/setup.py')
-rw-r--r-- | catalog-be/src/main/resources/scripts/setup.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/catalog-be/src/main/resources/scripts/setup.py b/catalog-be/src/main/resources/scripts/setup.py index da2cad2da3..e536e9360f 100644 --- a/catalog-be/src/main/resources/scripts/setup.py +++ b/catalog-be/src/main/resources/scripts/setup.py @@ -25,6 +25,9 @@ setup( "sdcimportnormative=sdcBePy.tosca.imports.runNormativeType:run_import_normative", "sdcimportheat=sdcBePy.tosca.imports.runNormativeType:run_import_heat", "sdcimportnfv=sdcBePy.tosca.imports.runNormativeType:run_import_nfv", + "sdcimportnfv271=sdcBePy.tosca.imports.runNormativeType:run_import_nfv_2_7_1", + "sdcimportnfv331=sdcBePy.tosca.imports.runNormativeType:run_import_nfv_3_3_1", + "sdcimportnfv411=sdcBePy.tosca.imports.runNormativeType:run_import_nfv_4_1_1", "sdcimportonap=sdcBePy.tosca.imports.runNormativeType:run_import_onap", "sdcimportsol=sdcBePy.tosca.imports.runNormativeType:run_import_sol", "sdcimportannotation=sdcBePy.tosca.imports.runNormativeType:run_import_annotation", |