aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2019-09-20add exceptionelaltohewei-cmss1-10/+11
Issue-ID: VFC-1504 Signed-off-by: hewei-cmss <hewei@cmss.chinamobile.com> Change-Id: I4cdf42a4de60021cf8283f6691cc2e2361048965
2019-09-03Update project version of catalog to 1.3.5yangyan3-3/+3
Change-Id: I9eff45392ab7b84e07e8e82bf03794f305050e23 Issue-ID: VFC-1507 Signed-off-by: yangyan <yangyanyj@chinamobile.com>
2019-08-20Add logout msb process before registering msbhongyuzhao2-1/+8
Change-Id: I19fbfb6a439ad654be2facb3e684b87ac6cd0f57 Issue-ID: VFC-1431 Signed-off-by: hongyuzhao <zhao.hongyu@zte.com.cn>
2019-08-14Update catalog version to 1.3.4yangyan1-0/+5
Change-Id: I0e2017f8f69813bf94b8316615df52a8cff6a1e4 Issue-ID: VFC-1487 Signed-off-by: yangyan <yangyanyj@chinamobile.com>
2019-08-05fix the bug for the package version of ruamel.yamlhongyuzhao1-1/+1
Change-Id: I911c202499764ffe3309d9ecfbcf4b4a95a14fe1 Issue-ID: VFC-1465 Signed-off-by: hongyuzhao <zhao.hongyu@zte.com.cn>
2019-08-02Fix the error of drf-yasgyangyan1-1/+2
Change-Id: I47da4fe60c7e8f145b14f06d76d3fcda45a23d90 Issue-ID: VFC-1465 Signed-off-by: yangyan <yangyanyj@chinamobile.com>
2019-07-25Align VFC-catalog MSB RegisterOlivia.Zhan1-0/+4
Issue-ID: VFC-1449 Signed-off-by: Olivia.Zhan <zhan.jie1@zte.com.cn> Change-Id: I0a3f6c39e767d37a71e3bb44308f3bb4a0361a10
2019-07-22update the logic to distribute service from sdc.dyh3-41/+86
1.Call /sdc/v1/catalog/{assetType}/{uuid}/metadata to get service metadata by given uuid. 2.Check if related resources exist before download CSAR package. Change-Id: Ic6a5f8ebba201e000a7caeff62b32cc32e576eb1 Issue-ID: VFC-1461 Signed-off-by: dyh <dengyuanhong@chinamobile.com>
2019-07-20Merge "Change layer_protocol array to string"Fu Jinhua1-1/+1
2019-07-19Change layer_protocol array to stringHaibin Huang1-1/+1
Issue-ID: VFC-1460 Change-Id: Idc98da9a18deaf43281551ed0b0e399ef8209ef3 Signed-off-by: Haibin Huang <haibin.huang@intel.com>
2019-07-19Optimize test casesOlivia.Zhan3-10/+10
Issue-ID: VFC-1429 Signed-off-by: Olivia.Zhan <zhan.jie1@zte.com.cn> Change-Id: I64429140f20e8db7140d3160d22299569696b339
2019-07-18Fix get error requirementsHaibin Huang1-9/+6
Issue-ID: VFC-1448 Signed-off-by: Haibin Huang <haibin.huang@intel.com> Change-Id: I574b75c4e40a3aae7a79e3d1e9804aecbe994a22
2019-07-18Fix drf_yasg importing issueOlivia.Zhan1-1/+1
ImportError: Could not import 'drf_yasg.generators.OpenAPISchemaGenerator' for API setting 'DEFAULT_GENERATOR_CLASS'. ModuleNotFoundError: No module named 'packaging'. Issue-ID: VFC-1429 Signed-off-by: Olivia.Zhan <zhan.jie1@zte.com.cn> Change-Id: I304c4752581a4161da7f686cba75a0ab877cbb47
2019-07-16Fix restcall authorization issueOlivia.Zhan1-1/+2
Issue-ID: VFC-1429 Signed-off-by: Olivia.Zhan <zhan.jie1@zte.com.cn> Change-Id: I5bc181eb35b49b7f6886c46237583350a1320830
2019-07-16Fix vnfd "source_data_base64" not encoded as expect issueOlivia.Zhan2-8/+14
Issue-ID: VFC-1429 Signed-off-by: Olivia.Zhan <zhan.jie1@zte.com.cn> Change-Id: I0c8ea626c88cfa7e9e9c339197fb70deba1b8d35
2019-07-16resolve python2->python3 issuesmaopengzhang1-1/+1
from . import connection Change-Id: Ib010cbd042630e3030f5c64686b5daf3c89f282b Issue-ID: VFC-1429 Signed-off-by: maopengzhang <zhang.maopeng1@zte.com.cn>
2019-07-15Update django versionOlivia.Zhan1-1/+1
Issue-ID: VFC-1429 Signed-off-by: Olivia.Zhan <zhan.jie1@zte.com.cn> Change-Id: Ia83efcbba7167079c1106e2933c7b54de82418b2
2019-07-12Update python2 to python3 for catalogOlivia.Zhan41-338/+517
Issue-ID: VFC-1429 Signed-off-by: Olivia.Zhan <zhan.jie1@zte.com.cn> Change-Id: I9b7bd50c0a750c046643e4a8df46e12165eaa4c1
2019-07-06Update catalog version from 1.3.3 to 1.3.4fujinhua3-3/+3
Change-Id: Idc1d987926d0cad725ceb7a8a7b99fd344956785 Issue-ID: VFC-1429 Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
2019-07-05Decouple response data from serializersOlivia.Zhan3-14/+14
Issue-ID: VFC-1429 Signed-off-by: Olivia.Zhan <zhan.jie1@zte.com.cn> Change-Id: I74ae9196051124c584e471149a5629cda89c35de
2019-06-27Convert sibling imports to relative importsOlivia.Zhan9-16/+16
Issue-ID: VFC-1429 Signed-off-by: Olivia.Zhan <zhan.jie1@zte.com.cn> Change-Id: I762509b330b629838e504252a83db96c46e91262
2019-06-17avoid substitution_mappings key errorhewei-cmss1-1/+1
properties may be not in substitution_mappings. Issue-ID: VFC-1422 Change-Id: I624c1d3e6be51d0d9ce8c3963920f97f0b679256 Signed-off-by: hewei-cmss <hewei@cmss.chinamobile.com>
2019-06-15update to latest oparentyangyan1-1/+1
Change-Id: I193785f5063a10edbb2ce8a3e8e33c389d7e1c04 Issue-ID: VFC-1419 Signed-off-by: yangyan <yangyanyj@chinamobile.com>
2019-06-12delete invalid judgehewei-cmss1-5/+4
Delete invalid judge of pnfd_id. Issue-ID: VFC-1416 Change-Id: I80051eee2eb689f5947b53dcce076852eb6fe408 Signed-off-by: hewei-cmss <hewei@cmss.chinamobile.com>
2019-06-04Add tosca parser logmaopengzhang2-0/+9
Add tosca parser log configuration Change-Id: I85958e7b29d80630ae0a39ed925336d581dbca45 Issue-ID: VFC-1414 Signed-off-by: maopengzhang <zhang.maopeng1@zte.com.cn>
2019-06-03update catalog version to 1.3.3dublinyangyan3-3/+3
Change-Id: I33b9580378bd3a37f43524d13147465c74abe704 Issue-ID: VFC-1410 Signed-off-by: yangyan <yangyanyj@chinamobile.com>
2019-05-30change the way to start django1.3.2tianxing2-8/+8
Change-Id: Ic117d718155faf6e6b098efd9c83b8eb6aced2a7 Issue-ID: VFC-1408 Signed-off-by: tianxing <15210838572@139.com>
2019-05-28Update httplib2 versionmaopengzhang1-1/+1
Update httplib2 version Change-Id: I9b70b264e8cd08bc9c21b5bf6bf2869c8e42c78a Issue-ID: VFC-1401 Signed-off-by: maopengzhang <zhang.maopeng1@zte.com.cn>
2019-05-28remove paramiko and cryptographymaopengzhang2-14/+14
Fro security reason, paramiko and cryptography should be removed Change-Id: I3f5351649109292b27640f3e1eb432d1ba4d10be Issue-ID: VFC-1400 Signed-off-by: maopengzhang <zhang.maopeng1@zte.com.cn>
2019-05-27Add --enable-threads to uwsgifujinhua1-2/+2
Change-Id: Iadbcbda705c42d4dcc3e553aab052c364be60ff6 Issue-ID: VFC-1397 Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
2019-05-24fix version to 1.3.2yangyan1-1/+1
Change-Id: Ibe7c9d22ac4bdd67c90d3f2c85d03e61358420bf Issue-ID: VFC-1394 Signed-off-by: yangyan <yangyanyj@chinamobile.com>
2019-05-24update version to 1.3.2yangyan3-3/+3
Change-Id: I666e276a60f221ac207f97901ce79e3893e9d0e5 Issue-ID: VFC-1394 Signed-off-by: yangyan <yangyanyj@chinamobile.com>
2019-05-20fix version to 1.3.11.3.1yangyan3-3/+3
Change-Id: I71d594a1c95b38dbef40adcd601e999c59c8558d Issue-ID: VFC-1388 Signed-off-by: yangyan <yangyanyj@chinamobile.com>
2019-05-14fix bug of docker filetianxing3-4/+4
Change-Id: I3e573344a68c728870c91be2051bcb41a2910c85 Issue-ID: VFC-1386 Signed-off-by: tianxing <15210838572@139.com>
2019-05-14modify docker filetianxing3-4/+4
Change-Id: I15837953569f35747dabaec3e1202059af5ed398 Issue-ID: VFC-1386 Signed-off-by: tianxing <15210838572@139.com>
2019-05-14fix bug of docker fileyangyan1-1/+1
Change-Id: I93fa070ffee87704b06d0f2521cb22e6ba4c77d7 Issue-ID: VFC-1386 Signed-off-by: yangyan <yangyanyj@chinamobile.com>
2019-05-10Add ARG and PKG_VERSION to Dockerfileyangyan3-1/+6
Change-Id: I99747948a8e1b1f8d6912976bd9c491a92b72714 Issue-ID: VFC-1383 Signed-off-by: yangyan <yangyanyj@chinamobile.com>
2019-05-10Merge "Support derived node type for substitution mapping"maopeng zhang3-30/+71
2019-05-09Support derived node type for substitution mappingHaibin Huang3-30/+71
Change-Id: I4ea9aaeea429a0036c02df707e34282b57f99713 Issue-ID: VFC-1241 Signed-off-by: Haibin Huang <haibin.huang@intel.com>
2019-05-09Fix run and stop sh for catalogfujinhua2-9/+2
Change-Id: Iaacd3767c62c4e5df04beac1c672655015983e68 Issue-ID: VFC-1306 Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
2019-05-08Merge "Fix fieldName"Fu Jinhua5-8/+8
2019-05-07Fix fieldNamehewei-cmss5-8/+8
Fix descriptor_verison to descriptor_version Issue-ID: VFC-1378 Change-Id: Ib68ddba98dab839b56ffb9eabe7df059d514ad55 Signed-off-by: heweiS<hewei@cmss.chinamobile.com>
2019-05-07modify fetch vnf pkg aritfactshewei-cmss1-1/+4
Close file and add exception Issue-ID: VFC-1377 Change-Id: I0f60bb6a268069fd5db4367cd0b45bc7b116eeb2 Signed-off-by: hewei-cmss <hewei@cmss.chinamobile.com>
2019-05-07fix docker-entrypoint.sh file of catalogyangyan1-0/+1
Change-Id: I8925438c3b2d4a0eb9327236f7ccd6fa1edd75b5 Issue-ID: VFC-1375 Signed-off-by: yangyan <yangyanyj@chinamobile.com>
2019-05-07Merge "Fix bug for catalog stop sh"yunlong ying1-1/+1
2019-05-07Fix bug for catalog stop shfujinhua1-1/+1
Change-Id: Ie5feaad95f3e6f6505b41e892c183684854bb4da Issue-ID: VFC-1306 Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
2019-04-30modify pnf descriptorhewei-cmss2-11/+7
Fix "" to {} when can not get dict key, and refactor code Issue-ID: VFC-1370 Change-Id: I10c533c8adf5f2c4b75e883bdbde64d771d48ab2 Signed-off-by: hewei-cmss <hewei@cmss.chinamobile.com>
2019-04-29Merge "GVNFM aligns with SOL001 v2.5.1"maopeng zhang3-22/+57
2019-04-29GVNFM aligns with SOL001 v2.5.1Haibin Huang3-22/+57
Change-Id: Ie4d0cc18259af58cf7dda16a526de9dae9deffb0 Issue-ID: VFC-1241 Signed-off-by: Haibin Huang <haibin.huang@intel.com>
2019-04-29Merge "modify file range"1.3.0Fu Jinhua2-3/+19