aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2018-11-29vfc adapter authentication bug fixYulian Han6-66/+183
update OperationStatus Based On ResourceStatus add Authorization header to get csar from db Change-Id: Idaa55084f5ecb0dd3636c232cebc14fa5f064414 Issue-ID: SO-1256 Signed-off-by: Yulian Han <elaine.hanyulian@huawei.com>
2018-11-29update OperationStatus Based On ResourceStatusYulian Han1-0/+62
Change-Id: Idaa55084f5ecb0dd3636c232cebc14fa5f064415 Issue-ID: SO-1256 Signed-off-by: Yulian Han <elaine.hanyulian@huawei.com>
2018-11-29vfc adapter authentication bug fixYulian Han5-151/+177
Change-Id: Idaa55084f5ecb0dd3636c232cebc14fa5f064414 Issue-ID: SO-1256 Signed-off-by: Yulian Han <elaine.hanyulian@huawei.com>
2018-11-29Update the known issuesseshukm1-2/+3
Issue-ID: SO-1259 Change-Id: I0d216c244784fbf558f35302e6b5e8540f6cb58b Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2018-11-29Merge "Add Docker info" into casablancaChuanyu Chen1-1/+13
2018-11-29Merge "Alignment correction" into casablancaChuanyu Chen1-17/+20
2018-11-29Add Docker infoseshukm1-1/+13
Issue-ID: SO-1259 Change-Id: Iec30c7f366427fbd05ca51f350992e958db93100 Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2018-11-29Alignment correctionseshukm1-17/+20
Issue-ID: SO-1259 Change-Id: I2d759f101fd04117a58cab9d82e44abf2adc62fc Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2018-11-29remove obsolete filesseshukm1-127/+0
Issue-ID: SO-1259 Change-Id: I95219fa110b191860c9e6013e79dc5de33ecf382 Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2018-11-29Merge "Correction of the links" into casablancaChuanyu Chen1-4/+4
2018-11-29Merge "Correction of the links" into casablancaChuanyu Chen1-12/+15
2018-11-29Correction of the linksseshukm1-4/+4
Issue-ID: SO-1259 Change-Id: Ie7b333bbb7b009e35456bbd2a48216f0f10c83e9 Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2018-11-29Update the release Notes in master branchseshukm1-0/+176
Issue-ID: SO-1259 Change-Id: Ia061d40fb21c8e572bd42b64d6edab6cf944877d Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2018-11-29Correction of the linksseshukm1-12/+15
Issue-ID: SO-1259 Change-Id: I0ac6d0ea371c62be119e49e830c3cbb865a9c239 Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2018-11-29Merge "Refactor the release notes" into casablancaChuanyu Chen1-1/+2
2018-11-29Refactor the release notesseshukm1-1/+2
Issue-ID: SO-1259 Change-Id: Ice9fc46f3d4a6bd416c93e8ac3ad51ee17330034 Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2018-11-28Add support for naming serviceBenjamin, Max (mb388a)16-1/+1165
Moved client and builder to namingservice package Renamed file to NamingRequestObjectBuilder and updated packages Updated namespaces for namingservice beans Removed unused test resource files Added endpoint and authentication information to yaml Added NamingMapperTest for mapper layer Added NamingMapper for mapping requests and responses Began adding NamingClient for assign and unassign requests Added maven dependency for namingmS client beans Describe NamingClientResponseValidator as a Bean Fix a JUnit for delete tasks for Naming Service. Change NamingClient to return a String with the result and throw an exception. Add delete/create tasks for NamingService interaction and related JUnits. ResponseValidator for NamingClient and Resources class to support Naming Service interactions. removed naming service dependency added serializable flag for naming service model gen Change-Id: I0d9efe4009207f3739a3b6515592e67cfeedf822 Issue-ID: SO-1260 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2018-11-28Merge "Use spring auto deployment"Rob Daugherty23-210/+106
2018-11-28Merge "Remove all usage of AlarmLogger"Rob Daugherty36-700/+180
2018-11-28Merge "use config value instead hard code of url" into casablancaSeshu Kumar M3-44/+152
2018-11-28Merge "Draft release notes" into casablancaByung-Woo Jun1-0/+38
2018-11-28Merge "Correct the http client auth issue" into casablancaByung-Woo Jun1-4/+17
2018-11-28Draft release notesseshukm1-0/+38
Issue-ID: SO-1259 Change-Id: I81adcdddd52ff28629b73a6d61c5d9ad00e38ceb Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2018-11-28Correct the http client auth issueseshukm1-4/+17
Issue-ID: SO-1257 Change-Id: Iac3cf2cf594b9b3224b5741d8589c7d3b9c5e205 Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2018-11-28Flow loses highlighted path on page reloadsshinuj19892-7/+8
Change-Id: I7806cdd1998c4451359b452eb5c9bf1e7059fc32 Issue-ID: SO-1245 Signed-off-by: shinuj1989 <shinu.john@ericsson.com>
2018-11-28Fix HttpClient change which broke multicloudEric Multanen1-2/+0
The lines added to HttpClient in https://gerrit.onap.org/r/#/c/72771/ broke the usage of HttpClient by the multicloud adapter. The 'content-type' line seems redundant - content type is specified in the HttpClient constructor. The 'Authorization' line (which broke multicloud usage) seems inappropriate here. The Authorization string shouldn't be hard coded into a generic client. There are other methods available for adding the authentication header. Change-Id: I19ac1a382778fe50bc7e98e1e9b9a4d84897b2a6 Issue-ID: SO-1257 Signed-off-by: Eric Multanen <eric.w.multanen@intel.com>
2018-11-27Use spring auto deploymentBenjamin, Max (mb388a)23-210/+106
remove processes.xml from application in favor of spring properties removed the last @EnableProcessApplication annotation removed remaining processes.xml from code modified JEL expression with explicit getVariable calls update application.yaml defaults for camunda deployment Update camunda configuration to run history clean up Change-Id: If9a5cf03a8cdc33c32eeb790656f925d2f0b6d7b Issue-ID: SO-1232 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2018-11-27Remove all usage of AlarmLoggerBenjamin, Max (mb388a)36-700/+180
Fix broken UT from removing alarm logger fixed compilation and merge issues Remove all usage of AlarmLogger Change-Id: Ic87abd51423274570bfca0ed976d9642a91a843d Issue-ID: SO-1229 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2018-11-27Merge "bug fixing"Rob Daugherty1-48/+147
2018-11-27Merge "remove unused parameter in methods"Rob Daugherty11-39/+27
2018-11-27Merge "Use new sdnc async subflow"Rob Daugherty6-52/+79
2018-11-27Merge "Add service role"Rob Daugherty5-4/+26
2018-11-27Merge "Add Keystone V3 Support"Rob Daugherty18-82/+453
2018-11-27Merge "Fix retrieval of resourceInputObj in delete e2e"Chuanyu Chen2-5/+5
2018-11-27use config value instead hard code of urlYulian Han3-44/+152
Change-Id: Idaa55084f5ecb0dd3636c232cebc14fa5f064412 Issue-ID: SO-1249 Signed-off-by: Yulian Han <elaine.hanyulian@huawei.com>
2018-11-27Merge "insert service progress into db if no record"Seshu Kumar M2-30/+8
2018-11-27Merge "Fix sdc-tosca version" into casablanca1.3.4Seshu Kumar M1-1/+1
2018-11-27Merge "update the release to 1.3.4" into casablancaChuanyu Chen1-1/+1
2018-11-27Fix sdc-tosca versionsubhash kumar singh1-1/+1
Fix sdc-tosca version. Change-Id: I8529162004b408238c260d48c560c799c5f41508 Issue-ID: SO-1252 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2018-11-27Merge "Fix model vnfresource bean annotation" into casablancaSeshu Kumar M2-1/+4
2018-11-27Fix model vnfresource bean annotationsubhash kumar singh2-1/+4
Fix model vnfresource bean annotation. Change-Id: If18ea766623ad087eae8ac9ea31258dacd192ff7 Issue-ID: SO-1252 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2018-11-27update the release to 1.3.4seshukm1-1/+1
Issue-ID: SO-1249 Change-Id: Ifbeb768b543cbdf4fdec2c4735b9c6a15ce72c90 Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2018-11-26Merge "Add ActivitiesBBs to building block detail" into casablancaRob Daugherty1-0/+13
2018-11-26Merge "Add aLaCarte variable to ExecuteActivity." into casablancaRob Daugherty1-0/+1
2018-11-26Do not validate certain BBsBenjamin, Max (mb388a)5-2/+53
changed resource type from CUSTOM to NO_VALIDATE when building block detail is CUSTOM skip validation Change-Id: Ie00fad1f96071703a35b96cc5fe83ce5dc2092bb Issue-ID: SO-1243 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2018-11-26Use new sdnc async subflowBenjamin, Max (mb388a)6-52/+79
changed assign vnf sdnc to use the async subflow Change-Id: I481fec57c9b5ab6a628fc3df52ad7f005aa63f4c Issue-ID: SO-1226 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2018-11-25Fix intgration issue for E2E servicesubhash kumar singh3-16/+12
Fix intgration issue for E2E service. Change-Id: I1b701f137ebc79addfb6914c7c68ac8c73f673d4 Issue-ID: SO-1252 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2018-11-24Add ActivitiesBBs to building block detailElena Kuleshov1-0/+13
Change-Id: I96524757c4efb93f5ff03f31a4cf8dcb5fa88025 Issue-ID: SO-1243 Signed-off-by: Kuleshov, Elena (ek1439) <evn@att.com>
2018-11-24Add aLaCarte variable to ExecuteActivity.Elena Kuleshov1-0/+1
Change-Id: I5dbc470a7ccc92847985681ea9fb39566fdb443f Issue-ID: SO-1243 Signed-off-by: Kuleshov, Elena (ek1439) <evn@att.com>
2018-11-25Merge "Fix retrieval for SDNC endpoint" into casablancaSeshu Kumar M2-4/+9