summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2017-09-01Add docker directory to binary zipfujinhua1-0/+8
Change-Id: Id2b49fa5e476ae424ced6c6c1465cfa167dbd019 Issue-Id: VFC-207 Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
2017-09-01Merge "Add docker image and build for NFVO/LCM"Fu Jinhua8-0/+639
2017-09-01Add lcm vnf instance operateying.yunlong1-0/+23
After operate ns instance,need update ns instance in aai, so add create、delete、query function. Change-Id: I83e9f9ee23342970bc77159f863338c0e19528c0 Issue-ID: VFC-205 Signed-off-by: ying.yunlong <ying.yunlong@zte.com.cn>
2017-08-31Add docker image and build for NFVO/LCMShashank Kumar Shankar8-0/+639
This patch adds the docker image and its build process for NFVO LCM. Change-Id: I9a4a273a0b0d54707a39967cbac20c971654bd2e Issue-Id: VFC-143 Signed-off-by: Shashank Kumar Shankar <shashank.kumar.shankar@intel.com>
2017-08-31Add lcm ns instance operateying.yunlong1-0/+29
After operate ns instance,need update ns instance in aai, so add create、delete、query function. Change-Id: Ie4b9bb7c811adbc7953beabb17aac01b61d9711b Issue-ID: VFC-202 Signed-off-by: ying.yunlong <ying.yunlong@zte.com.cn>
2017-08-31Update vfc lcm unit testsying.yunlong3-10/+7
Update vfc lcm heal and terminate unit tests. Change-Id: Id8a8789664b3e3cf607b9435d35dbd96dbe56ad6 Issue-ID: VFC-199 Signed-off-by: ying.yunlong <ying.yunlong@zte.com.cn>
2017-08-31Add sftp and ftp downloadying.yunlong3-0/+46
Implement download nsd or vnfd package by sftp or ftp. Change-Id: I5d45ae22a358a3ff1363bf3e0b23fa989e72841b Issue-ID: VFC-141 Signed-off-by: ying.yunlong <ying.yunlong@zte.com.cn>
2017-08-31Add license header for parser fileying.yunlong5-10/+53
Change-Id: Ied1fd9bc901ee8b0bad57badd02d4b1a3e67279e Issue-ID: VFC-197 Signed-off-by: ying.yunlong <ying.yunlong@zte.com.cn>
2017-08-31Refactor vfc-lcm tosca parser logicying.yunlong6-76/+5
Delete the abandoned file. Change-Id: I81008b4e0ef2afcb39326a8c1692ca078795893b Issue-ID: VFC-196 Signed-off-by: ying.yunlong <ying.yunlong@zte.com.cn>
2017-08-31Add parser convert vnfd volume_storageying.yunlong1-0/+20
After parse the vnfd package, add _get_all_volume_storage function to convert the volume_storage info. Change-Id: I9078bf773f88d6e0a5c8d26775ad720caae143ad Issue-ID: VFC-183 Signed-off-by: ying.yunlong <ying.yunlong@zte.com.cn>
2017-08-30Extend rest call param to support sdcfujinhua1-1/+5
Change-Id: I6b0f26e2d3c99e5fd51ed665ea74a22ebbbbd01f Issue-Id: VFC-195 Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
2017-08-30Extend rest call param to support aaifujinhua2-2/+12
Change-Id: Ib33154e78b8549bcf4c0bad1b3ab3167bec821c9 Issue-Id: VFC-191 Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
2017-08-30Add parser convert vnfd local_storageying.yunlong1-1/+19
After parse the vnfd package, add _get_all_local_storage function to convert the local_storage info. Change-Id: I56d617974e2fa710074ee254951f8fabf5224db1 Issue-ID: VFC-179 Signed-off-by: ying.yunlong <ying.yunlong@zte.com.cn>
2017-08-30Merge "Add parser convert vnfd all_flavour"Fu Jinhua1-1/+19
2017-08-30Add rest call to aaifujinhua2-3/+41
Change-Id: Ib55d457903d917e39a034575189a88b29c409aae Issue-Id: VFC-187 Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
2017-08-30Add parser convert vnfd all_flavourying.yunlong1-1/+19
After parse the vnfd package, add get_all_flavour function to convert the all_flavour info. Change-Id: I487b0ff54bf587871ece6db4cc3a69c2e4e1934b Issue-ID: VFC-188 Signed-off-by: ying.yunlong <ying.yunlong@zte.com.cn>
2017-08-29Add parser convert vnfd image_fileying.yunlong1-1/+17
After parse the vnfd package, add _get_all_image_file function to convert the image_file info. Change-Id: Ia6f934e49489da3dd7713402683c60cac29e2b75 Issue-ID: VFC-178 Signed-off-by: ying.yunlong <ying.yunlong@zte.com.cn>
2017-08-29Add parser convert vnfd vcenterying.yunlong1-1/+27
After parse the vnfd package, add _get_all_vcenter function to convert the vcenter info. Change-Id: I4533a97c3a81385ddc1c03bd184f5a41685fbbae Issue-ID: VFC-177 Signed-off-by: ying.yunlong <ying.yunlong@zte.com.cn>
2017-08-26Merge "Fix VFC swagger bug"maopeng zhang3-27/+116
2017-08-26Fix VFC swagger bugmaopengzhang3-27/+116
Add get job status swagger defintion; Change-Id: Iaa3405f5082c4727586f03836787c526cc9ddc3c Issue-ID: VFC-144 Signed-off-by: maopengzhang <zhang.maopeng1@zte.com.cn>
2017-08-26Add parser convert vnfd vcloudying.yunlong1-1/+22
After parse the vnfd package, add _get_all_vcloud function to convert the vcloud info. Change-Id: Ifeb6eb85b225b66543f3ef775ae0c23061ef9232 Issue-ID: VFC-176 Signed-off-by: ying.yunlong <ying.yunlong@zte.com.cn>
2017-08-26Merge "Add additional unit tests and asserts for NS Heal."Fu Jinhua4-30/+152
2017-08-26Merge "Resume test cases relative to redis"Fu Jinhua2-7/+5
2017-08-26Resume test cases relative to redisfujinhua2-7/+5
Node centos7-redis-4c-4g which supports redis is ready now, test cases relative to redis need be resumed. Change-Id: I658048cb420d5b49549279ecfb0a2de2757d1248 Issue-Id: VFC-175 Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
2017-08-25Add additional unit tests and asserts for NS Heal.Shashank Kumar Shankar4-30/+152
This patch adds additional unit tests and asserts for the Heal NS API. Change-Id: Iac21c6af5976be2169eec72118c0a9e596a19463 Issue-Id: VFC-118 Signed-off-by: Shashank Kumar Shankar <shashank.kumar.shankar@intel.com>
2017-08-25Merge "Extend ns instant with new parser support"Fu Jinhua1-10/+21
2017-08-25Extend ns instant with new parser supportfujinhua1-10/+21
Change-Id: I218cc2c353417620626813ce94bdf5f90f31bb7c Issue-Id: VFC-174 Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
2017-08-25Add acitviti workflow to ns instantfujinhua1-4/+20
Change-Id: Ia59914b8b95e3c1d30a26d8254bc083adb41c3e8 Issue-Id: VFC-173 Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
2017-08-25Merge "Add acitviti workflow to ns instant"Fu Jinhua1-4/+20
2017-08-25Add build-in workflow to ns instantfujinhua2-13/+34
Change-Id: I8be1e2ba2c09ec2a762beabe582f56b1174b9040 Issue-Id: VFC-172 Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
2017-08-25Merge "Add build-in workflow to ns instant"Fu Jinhua2-13/+34
2017-08-25Implement parse vnfd parseModel functionying.yunlong2-0/+32
In order to parse vnfd package, add parseModel function. Change-Id: I7217803e9a790d4dc50b282422a14dd81730b76f Issue-ID: VFC-168 Signed-off-by: ying.yunlong <ying.yunlong@zte.com.cn>
2017-08-25Merge "Add vnf,sfc stauts confirm logic"Fu Jinhua1-0/+27
2017-08-25Add vnf,sfc stauts confirm logicfujinhua1-0/+27
Change-Id: I904625f07e60341ccdd4777064fdbb4ea93db81d Issue-Id: VFC-132 Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
2017-08-25Add convert policies_scaling logicying.yunlong1-1/+26
After parse the nsd package, add _get_policies_scaling function to convert the policies_scaling info. Change-Id: I74a2c52f4392e520efada09491eafbcc00a2b0c2 Issue-ID: VFC-164 Signed-off-by: ying.yunlong <ying.yunlong@zte.com.cn>
2017-08-24swagger supports multifilemaopengzhang14-1503/+2276
Split the swagger into multi files to nslcm,vnflcm,etc. Change-Id: Ic9b645798316df9048528a84305af44855af7dd5 Issue-ID: VFC-145 Signed-off-by: maopengzhang <zhang.maopeng1@zte.com.cn>
2017-08-24Merge "Add post deal of build-in workflow"Fu Jinhua1-5/+13
2017-08-24Add post deal of build-in workflowfujinhua1-5/+13
Change-Id: I79f11ba1977b4a01b9414e9422948bf16d60be4f Issue-Id: VFC-132 Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
2017-08-24Add parser convert endpoint_exposedying.yunlong1-0/+28
After parse the nsd package, add get_all_endpoint_exposed function to convert the endpoint_exposed info. Change-Id: Iade54e7ac0226e94fee80914a2abd8de3abd0d05 Issue-ID: VFC-159 Signed-off-by: ying.yunlong <ying.yunlong@zte.com.cn>
2017-08-24Add create sfc of build-in workflowfujinhua1-5/+20
Change-Id: I7eacc97e3c0c157ba9e524825c7ebd54fe939417 Issue-Id: VFC-132 Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
2017-08-24Add parser convert vnffg and server-groupying.yunlong2-3/+38
After parse the nsd package, add _get_all_vnffg and get_all_server_group function to convert the fp info. Change-Id: I821f8c83af339238e94cadb921b3e1d8567d78c1 Issue-ID: VFC-151 Signed-off-by: ying.yunlong <ying.yunlong@zte.com.cn>
2017-08-23Add create vnf of build-in workflowfujinhua1-21/+109
Change-Id: Idd15d70ec322ee00f27d6e233ba81f18570ad9bf Issue-Id: VFC-132 Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
2017-08-23Merge "Fix VFC swagger bug"Fu Jinhua1-41/+1
2017-08-23Fix VFC swagger bugmaopengzhang1-41/+1
Remove the GET nspakage API and data defintion Change-Id: Icea87ff90c7bc1d5f26425ef02050af1f66e0d18 Issue-ID: VFC-144 Signed-off-by: maopengzhang <zhang.maopeng1@zte.com.cn>
2017-08-22Add create vl of build-in workflowfujinhua1-11/+47
Change-Id: I8edca20e06786f5badd1d4021b6e77a1803e9380 Issue-Id: VFC-132 Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
2017-08-22Add init code of build-in workflowfujinhua1-0/+81
Change-Id: I76149d29159dcbc5a1dbaf6e7f32437cf17aa387 Issue-Id: VFC-132 Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
2017-08-22Update openstack access to multicloud apifujinhua1-4/+1
Change-Id: I41bde093bdeb6e529e3cd623316cd46991adc622 Issue-Id: VFC-127 Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
2017-08-22Implement parser convert fp logicying.yunlong1-8/+41
After parse the nsd package, add _get_all_fp function to convert the fp info. Change-Id: Ia205b4c511206c971e1df34ef4e48703399d536d Issue-ID: VFC-124 Signed-off-by: ying.yunlong <ying.yunlong@zte.com.cn>
2017-08-21Add convert router logicying.yunlong1-2/+35
After parse the nsd package, add get_all_router function to convert the router info. Change-Id: I6be26d8b12fe41176c2d9148b68fc106636ae9bb Issue-ID: VFC-123 Signed-off-by: ying.yunlong <ying.yunlong@zte.com.cn>
2017-08-21Add deploy workflow when startupfujinhua4-0/+48
Change-Id: Idcae0c2e439de7238eaa5f4f6afde0a6b448d48c Issue-Id: VFC-122 Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>