summaryrefslogtreecommitdiffstats
path: root/docs/submodules
AgeCommit message (Collapse)AuthorFilesLines
2019-05-16Update git submodulesVijay Venkatesh Kumar1-0/+0
* Update docs/submodules/dcaegen2.git from branch 'master' to 3b9a50e63c746502008e309dbf7f1b7f93b13455 - Merge "Integration with Swagger" - Integration with Swagger Correct doc8 errors Add licence in RST Add API table Add swaggerv2doc when OK Issue-ID: DCAEGEN2-1049 Change-Id: I7478b1c34625ce03ee4f1278a04a408f6f73718e Signed-off-by: Eric Debeau <eric.debeau@orange.com>
2019-05-16Update git submodulesYang Xu1-0/+0
* Update docs/submodules/oom.git from branch 'master' to 6dfde179734173304c45fe9d6bcc407ad9fc0a1c - Merge "Update OOM to use release version" - Update OOM to use release version Issue-ID: OPTFRA-500 Change-Id: I7efe976b06ce68e7b136d026a0a2d27ff2a38301 Signed-off-by: Jerry Flood <jflood@att.com>
2019-05-16Update git submodulesYang Xu1-0/+0
* Update docs/submodules/oom.git from branch 'master' to 7ebac05eed9935ff8ea779965c780a91db5577b4 - Merge "delete .service.yaml.swp" - delete .service.yaml.swp delete the file .service.yaml.swp Issue-ID: MULTICLOUD-596 Change-Id: Id5b301626d762a96dfb2903eaa22b767e9fc30a4 Signed-off-by: Changjun Wang <310397125@qq.com>
2019-05-16Update git submodulesYang Xu1-0/+0
* Update docs/submodules/oom.git from branch 'master' to 9aeef26b828f5d9549da4237be7503d4a51c3312 - Merge "update to released images" - update to released images Change-Id: I59f7defc6fa594157cea940052521a4e5bdb96c5 Issue-ID: LOG-1050 Signed-off-by: Prudence Au <prudence.au@amdocs.com>
2019-05-16Update git submodulesBrian Freeman1-0/+0
* Update docs/submodules/oom.git from branch 'master' to 157966816809753684acf13542b690834039bd4d - Merge "Disable external ports and update versions" - Disable external ports and update versions Change-Id: I1d781ad6d0177d6a103986b10f39e36453516e9f Issue-ID: POLICY-1756 Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
2019-05-16Update git submodulesHerbert Eiselt1-0/+0
* Update docs/submodules/sdnc/oam.git from branch 'master' to af5850291ca51e7714aecefec50783778b4fb256 - SDNR Add sdnr feature to SDNC Add sdnr wt dependency to pom and Dockerfiles Change-Id: Id6338b57e62e7c543ebd0b94d9cba90172caeab5 Issue-ID: SDNC-741 Signed-off-by: Herbert Eiselt <herbert.eiselt@highstreet-technologies.com>
2019-05-16Update git submodulesGary Wu1-0/+0
* Update docs/submodules/integration.git from branch 'master' to 781a1243c4992373d47d6aa7b962f4b4a6de0b7e - Bump out-of-date staging images to release version Change-Id: Icd22aca66c6caa919dc9a7a441c4abf92efde5bb Issue-ID: INT-1055 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2019-05-16Update git submodulesDan Timoney1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to acbcd280dc9d04ed303ed994872a0f3ba6adbab3 - Merge "BlueprintWebClientService: added return status" - BlueprintWebClientService: added return status Issue-ID: CCSDK-1331 Change-Id: I8dab8ad4eaebf1863f11c4d38c52cf7f64b0a4d5 Signed-off-by: Oleg Mitsura <oleg.mitsura@amdocs.com>
2019-05-16Update git submodulesIttay Stern1-0/+0
* Update docs/submodules/vid.git from branch 'master' to 779c51de46cf55648036361bb33e0470b28756ca - Run npm install as a frontend-maven-plugin goal Without this, "prebuild" step is using local npm, instead of frontend-maven-plugin one: npm ERR! Linux 4.4.0-134-generic npm ERR! argv "/usr/bin/nodejs" "/usr/bin/npm" "install" npm ERR! node v4.2.6 npm ERR! npm v3.5.2 Issue-ID: VID-391 Change-Id: Ic9cd94898faaaf109b02d23640e652bd7e541753 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-05-16Update git submodulesHaibin Huang1-0/+0
* Update docs/submodules/integration.git from branch 'master' to 48dc6812243324d8ec45dece818fdfa2b996d094 - Add vnfm register for vfc Change-Id: I942c5740b30c7ca9fdd9af2c8cfa7f38af258cbf Issue-ID: INT-795 Signed-off-by: Haibin Huang <haibin.huang@intel.com>
2019-05-16Update git submodulesDan Timoney1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to 506d2649c48d3741b3b60b0f781e06f137af13ab - Merge "Fix: Enrichment fails for processor-db source" - Fix: Enrichment fails for processor-db source Change-Id: I7a426323dc22cb19a1c3eb77f7f4f30cf7da32e0 Issue-ID: CCSDK-1324 Signed-off-by: Steve Siani <alphonse.steve.siani.djissitchi@ibm.com>
2019-05-16Update git submodulesDan Timoney1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to 072fae6223e59c03f62cc3bee79bdc16e8ae1f92 - Merge "Bugfix: Blueprints Processor always return 200 OK" - Bugfix: Blueprints Processor always return 200 OK Currently the Blueprints Processor mS replies with a 200 OK HTTP status code even if an exception occurs in the server side while executing the request. Thus, the only way for a REST client to determine if the request was successful or not is by analysing the response and evaluate the content of the element status.code This bugfix modifies the HTTP status code of the response to match the one inside the response. Issue-ID: CCSDK-1327 Change-Id: I05a58cb3ab9359319172f2d8f1a665fdcdc1230b Signed-off-by: ottero <rodrigo.ottero@est.tech>
2019-05-16Update git submodulesDan Timoney1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to c0e0d75104151419f6918c21c0e457f5510c1594 - Merge "Resource dictionary- updated license text" - Resource dictionary- updated license text Added IBM modifications copyright Issue-ID: CCSDK-1289 Change-Id: Ib657fb80fbbd986e78c92cd83511168b55f984ed Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2019-05-16Update git submodulesDan Timoney1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to 007772eb14d8a6492ca05ab242ad702ddfeeb3b1 - Merge "Resource dictionary- updated license text" - Resource dictionary- updated license text Added IBM modifications copyright Issue-ID: CCSDK-1289 Change-Id: Ib31cdae8951e78c276c822f89812ca0bd7495784 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2019-05-16Update git submodulesDan Timoney1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to e6b212d9ed8521a4df6e78ed5cb2e67054d5d7a4 - Merge "Resource dictionary- updated license text" - Resource dictionary- updated license text Added IBM modifications copyright Issue-ID: CCSDK-1289 Change-Id: Iec1470ab0abbe8c5ca5846c4fd60d8368865edca Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2019-05-16Update git submodulesprathamesh morde1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to a132cf34b95abf0ba2455bba28926df9b72fd4a0 - Fixed I/O error and removed unwanted finally clause. Change-Id: Id1993a4983ca103ac28655b57481bb96aa89f1f1 Issue-ID:CCSDK-1318 Signed-off-by: prathamesh morde <prathamesh.morde@bell.ca>
2019-05-16Update git submodulesMatthieu Geerebaert1-0/+0
* Update docs/submodules/externalapi/nbi.git from branch 'master' to 8cf23e9111009f360df9215d45118f540ed3fde6 - Switch to next snapshot version Change-Id: I75fb0feec6490031a4e958331a8b829557e1662b Issue-ID: EXTAPI-244 Signed-off-by: MatthieuGeerebaert <matthieu.geerebaert@orange.com>
2019-05-16Update git submodulesguochuyicmri1-0/+0
* Update docs/submodules/usecase-ui.git from branch 'master' to 328b97e2e0be28a4cb70f3d9435755c2b9301ca0 - Service instance lifecycle management Change-Id: Id4a235f4f9f43d11823e5ac36d79ecd35f39dc8d Issue-ID: USECASEUI-218 Signed-off-by: guochuyicmri <guochuyi@chinamobile.com>
2019-05-16Update git submodulesTomáš Levora1-0/+0
* Update docs/submodules/oom/offline-installer.git from branch 'master' to 0b66903e11a12cbdaf8db9f03fa3da96c375a0af - Adding rke binary download Adding rke binary to download script to ensure it will be in place in the offline-installer package Issue-ID: OOM-1778 Change-Id: Ie3249511ab0e49a657608076c38f4d3b67e28f74 Signed-off-by: Tomáš Levora <t.levora@partner.samsung.com>
2019-05-16Update git submodulesTomáš Levora1-0/+0
* Update docs/submodules/oom/offline-installer.git from branch 'master' to 5950fd75a7e3be99f8d0ab7caac9a0bed267387e - Update kubectl and helm binaries kubectl and helm binaries need to be updated for proper usage with Dublin release kubectl: v1.13.5 helm: v2.12.3 Issue-ID: OOM-1858 Change-Id: I824362c8321317cbf0601ae2bd15ff39ef5c807e Signed-off-by: Tomáš Levora <t.levora@partner.samsung.com>
2019-05-16Update git submodulesTao Shen1-0/+0
* Update docs/submodules/usecase-ui.git from branch 'master' to e996bb7be766219b3490714094612be1dc44d335 - Merge "Package management interface development" - Package management interface development Change-Id: Ic77ca7d4c7fca3b165adce0ea4036e4054ef755e Issue-ID: USECASEUI-211 Signed-off-by: guochuyicmri <guochuyi@chinamobile.com>
2019-05-16Update git submodulesGao Weitao1-0/+0
* Update docs/submodules/vnfsdk/model.git from branch 'master' to bc72d112aa72968b21f8e7270e02510ff52d99a3 - Merge "Documentation update" - Documentation update Change-Id: I4cc65075581b28bd864a121d4067bde67472eef1 Issue-ID: VNFSDK-338 Signed-off-by: Zebek Bogumil <bogumil.zebek@nokia.com>
2019-05-16Update git submodulesJessica Wagantall1-0/+0
* Update docs/submodules/clamp.git from branch 'master' to 65709fe44fbe796ba3d301fd155e78be8c7c3b58 - Remove usage of maven staging plugin This plugin will be deprecated soon. We need to remove the usage of it and migrate to use gerrit-maven-stage jobs from global-jjb. After this change is merged, we need to: - merge https://gerrit.onap.org/r/#/c/77825/ - Verify this new job works as expected - Remove release-java-daily jobs Change-Id: I70197990e29b90090390e2493f6ac7a134bb8f37 Issue-ID: CIMAN-240 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2019-05-16Update git submodulesHui Deng1-0/+0
* Update docs/submodules/modeling/genericparser.git from branch 'master' to 0cd4e54ded5de005d5480d5b0d85535c1462b8eb - Merge "add genericparser doc" - add genericparser doc Change-Id: I49a981debe4d1c90903af278edde11eb4bc5b05e Issue-ID: MODELING-167 Signed-off-by: yangyan <yangyanyj@chinamobile.com>
2019-05-16Update git submodulesTimoney, Dan (dt5972)1-0/+0
* Update docs/submodules/sdnc/oam.git from branch 'master' to 6951dc59889a812cdeb7382b40ff858f0d999f01 - Add missing table Add missing table SERVICE_MODEL_TO_VF_MODEL_MAPPING needed by ueb-listener Change-Id: Iefe0c16ad9f0e9c641f3fb9354464ae920e78838 Issue-ID: SDNC-756 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-05-16Update git submodulesGuangrongFu1-0/+0
* Update docs/submodules/holmes/engine-management.git from branch 'master' to 08d518a52053b69b2325ae7b9b926520fddb9b9a - Updated the version of PG-Client Change-Id: I05c73ff96de17ca9580b6c5fe9ff9f8363041aab Issue-ID: HOLMES-226 Signed-off-by: GuangrongFu <fu.guangrong@zte.com.cn>
2019-05-16Update git submodulesGuangrongFu1-0/+0
* Update docs/submodules/holmes/rule-management.git from branch 'master' to 151a98c48ef05a0dadd694c08f38e3d0e91ef809 - Updated the version of PG-Client Change-Id: Id0e19382c105e6f48e81cc0907083ef274b31486 Issue-ID: HOLMES-226 Signed-off-by: GuangrongFu <fu.guangrong@zte.com.cn>
2019-05-16Update git submodulesguochuyicmri1-0/+0
* Update docs/submodules/usecase-ui.git from branch 'master' to 388e399dbf3fe5b5ea7be1530297e7c88117212f - Fix usecase-ui code merge failure Change-Id: Iee81af3982a9720c60f9bf191f8b84ced341a636 Issue-ID: USECASEUI-269 Signed-off-by: guochuyicmri <guochuyi@chinamobile.com>
2019-05-16Update git submodulesKevin Scaggs1-0/+0
* Update docs/submodules/modeling/modelspec.git from branch 'master' to f7226ae9143696a7959fcc02b5b1b36db38f3c13 - Updates to Vnf Stereotypes Updated stereotypes that were part of accepted ETSI 2.5.1 from Experimental to Preliminary Issue-ID: MODELING-104 Change-Id: I2b03a5918619f8344aa7bf7dd0ba1bfadd55b338 Change-Id: I2b03a5918619f8344aa7bf7dd0ba1bfadd55b338 Signed-off-by: Kevin Scaggs <ks0567@att.com>
2019-05-16Update git submodulesKevin Scaggs1-0/+0
* Update docs/submodules/modeling/modelspec.git from branch 'master' to d61466290d03e8a28035c5dc19361d6f2376af99 - Common Stereotype Updates Updated common network attributes that are part of ETSI 2.5.1 from experimental to preliminary Issue-ID: MODELING-104 Change-Id: Ibf645fecf95c47eab161af50a483af62963f5593 Signed-off-by: Kevin Scaggs <ks0567@att.com>
2019-05-16Update git submodulesBin Yang1-0/+0
* Update docs/submodules/multicloud/k8s.git from branch 'master' to c8d038951d41978bb00005e23081e6562c0ab754 - Merge "Move config to app and connect to instance" - Move config to app and connect to instance Move config instantiation to app and connect it to the instance to allow updates and so on. Issue-ID: MULTICLOUD-464 Change-Id: Ic994ef78a6e0d2db5e695e33b7b8a302c74c10da Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
2019-05-16Update git submodulesGuangrongFu1-0/+0
* Update docs/submodules/holmes/rule-management.git from branch 'master' to 8b9dd901560ecf330da22c782ff7376740f5012c - Fixed some vulnerability issues Change-Id: I962e3576ed9392f2b6a170e3cd760596826b0585 Issue-ID: HOLMES-225 Signed-off-by: GuangrongFu <fu.guangrong@zte.com.cn>
2019-05-16Update git submodulesTao Shen1-0/+0
* Update docs/submodules/usecase-ui.git from branch 'master' to 107bf78887f185d40078c75abd5f7dd72c70f86f - Merge "CCVPN Template parsing interface changes" - CCVPN Template parsing interface changes Change-Id: I3ea95928854c18943fbafb5c1dd515ec2e3ca57e Issue-ID: USECASEUI-220 Signed-off-by: guochuyicmri <guochuyi@chinamobile.com>
2019-05-16Update git submodulesTao Shen1-0/+0
* Update docs/submodules/usecase-ui.git from branch 'master' to 5d9a85c43a3a77688961352a8b127506c4d23b89 - Merge "Fix instance instantiation for e2e/NS" - Fix instance instantiation for e2e/NS Change-Id: Ib3813f16b208422492c6b8f4763d7b3660c735f6 Issue-ID: USECASEUI-255 Signed-off-by: guochuyicmri <guochuyi@chinamobile.com>
2019-05-16Update git submodulesGuangrongFu1-0/+0
* Update docs/submodules/holmes/engine-management.git from branch 'master' to 5e13a9ae6ec1d144841aa6868915386fa468cf1f - Fixed some vulnerability issues Change-Id: Ia7be117096e0856cb4761b8f28cdd6b1ed4ba672 Issue-ID: HOLMES-225 Signed-off-by: GuangrongFu <fu.guangrong@zte.com.cn>
2019-05-16Update git submodulesBin Yang1-0/+0
* Update docs/submodules/multicloud/framework.git from branch 'master' to 392cfda87216b14b1cb4c6f9307fb5d531e6d3e0 - Fix rst format issue Change-Id: Ia912bed69d2eb853166caba3b9973f943d2b7c54 Issue-ID: MULTICLOUD-283 Signed-off-by: Bin Yang <bin.yang@windriver.com>
2019-05-16Update git submodulesBin Yang1-0/+0
* Update docs/submodules/multicloud/k8s.git from branch 'master' to 458c676f883514c8eec57f23a88abc2e79fffa20 - Merge "Add find method in instance" - Add find method in instance Add a find method to get instances based on rbname, version and profile. If only rbname is provided, all instances based on that resource bundle are returned. If only rbname and version are provided, all instances based on that combination are returned. When all three parameters are provided, a single instance that matches them is returned. Issue-ID: MULTICLOUD-613 Change-Id: If63e844c77829211b807ce6cd7c11dad247751fc Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
2019-05-16Update git submodulesBin Yang1-0/+0
* Update docs/submodules/multicloud/k8s.git from branch 'master' to f8f12a81729b812c6b07b55e07013f94e10a5828 - Merge "Variable used before intialization" - Variable used before intialization Initialize variable before using Change-Id: Id908b27d6e17692de4ad3a60e84cd00b496133b9 Signed-off-by: Ritu Sood <ritu.sood@intel.com> Issue-ID: MULTICLOUD-304
2019-05-16Update git submodulesBin Yang1-0/+0
* Update docs/submodules/multicloud/k8s.git from branch 'master' to fe05f71354a64e761bcd4d8b2307d7ede8164302 - Merge "Change format of the network file" - Change format of the network file Format of network file is different between KUD and Plugin. Change the format to match the format in KUD Change-Id: I360741b23e91e60d790a50a7eeb213576b0508b3 Signed-off-by: Ritu Sood <ritu.sood@intel.com> Issue-ID: MULTICLOUD-304
2019-05-16Update git submodulesKiran Kamineni1-0/+0
* Update docs/submodules/multicloud/k8s.git from branch 'master' to 82cbd4cf2d85f4e1025e3477c92f706d61cf875a - Remove extra v1 from broker path Remove extra v1 from path as it is added in the MSB api anyway. Issue-ID: MULTICLOUD-630 Change-Id: Ib7adbf2315e0a3b1fe8170096d877df8f1b64683 Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
2019-05-15Update git submodulesJack Lucas1-0/+0
* Update docs/submodules/dcaegen2.git from branch 'master' to 4a72cd95b6759a13a2327ac65faaa9535d21620b - Update healthcheck doc for R4 Issue-ID: DCAEGEN2-1506 Change-Id: I241b19ca3ee6474afce9eeec28b4b989608f061b Signed-off-by: Jack Lucas <jflucas@research.att.com>
2019-05-15Update git submodulesSteve Smokowski1-0/+0
* Update docs/submodules/so.git from branch 'master' to 24ad9609469cb7325c629e1efcdeec494bfecd7c - Merge "refactor so-mon-ui code" - refactor so-mon-ui code Change-Id: I026496a4bfd5485484394409d09df52f7d59a9da Issue-ID: SO-1691 Signed-off-by: Andrei_Barcovschi <andrei.barcovschi@ericsson.com>
2019-05-15Update git submodulesPatrick Brady1-0/+0
* Update docs/submodules/appc/deployment.git from branch 'master' to 57eafffb6fcbcac82b021e8adcd80fcec58d8ae2 - Update cdt for nodejs backend Change cdt container to use a nodejs container so that the nodejs backend of cdt can run. Change-Id: I280bc02bee136bb1eda908f91e7efacfca8eb101 Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1600
2019-05-15Update git submodulesYang Xu1-0/+0
* Update docs/submodules/oom.git from branch 'master' to 8ae5acc7191b6394e208034dbf81ad6ca269030b - Merge "Disable NodePort for security concern" - Disable NodePort for security concern Expose only ClusterIP instead of NodePort Change-Id: Icd6a3b6e8f5cde319710b5541ada0260f544be01 Issue-ID: OJSI-151 OJSI-148 OJSI-71 OJSI-130 OJSI-153 OJSI-150 Signed-off-by: Bin Yang <bin.yang@windriver.com>
2019-05-15Update git submodulesstatta1-0/+0
* Update docs/submodules/oom.git from branch 'master' to f5bad9f90ef7485c881fbca7289e2ec08707ea48 - Update Docker Image Number to release version Issue-ID: PORTAL-557 Change-Id: I22fddb494512fb6fb0a70742d2abdf30e5dad1c8 Signed-off-by: statta <statta@research.att.com>
2019-05-15Update git submodulesSteve Smokowski1-0/+0
* Update docs/submodules/so.git from branch 'master' to ff8b9a8873dcfca47696c43e36795e9635590b7a - Merge "store openstack request status in requestdb" - store openstack request status in requestdb Openstack request status now stored in request db Change-Id: Ida8f4f613d406c2b834ab190e01d5aaf2f16dd3d Issue-ID: SO-1867 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2019-05-15Update git submodulesKalkere Ramesh, Sharan1-0/+0
* Update docs/submodules/so.git from branch 'master' to 6a4c6a980a5998c996e3ebecd340eb438bba5bc8 - mapped host routes into gbb l3 network object mapped host routes into gbb l3 network object Change-Id: Ie3ab4693f7584946b1e2020d43143412bec62631 Issue-ID: SO-1885 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2019-05-15Update git submodulesPamela Dragosh1-0/+0
* Update docs/submodules/policy/distribution.git from branch 'master' to b4563677f7c3cb0385cbedfcbfab7a76ef5abdf2 - Upgrade to release versions Released policy/engine 1.4.0 and apex engine 2.1.0 Issue-ID: POLICY-1630 Change-Id: Ib39c9daae5966791f88885485978c1b4b95738c5 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
2019-05-15Update git submodulesMatthieu Geerebaert1-0/+0
* Update docs/submodules/externalapi/nbi.git from branch 'master' to 082be1a805d268bb4ae01dc75a8e63da082504ac - Document Release note, vulnerabilty section, exposing only a non https API Add HTTP/HTTPS relative warning in Security Notes section Change-Id: I3fafdcd376fd58a9ad4fcf980cd74707e0799ebe Issue-ID: EXTAPI-238 Signed-off-by: MatthieuGeerebaert <matthieu.geerebaert@orange.com>
2019-05-15Update git submodulesMarco Platania1-0/+0
* Update docs/submodules/integration.git from branch 'master' to 56c1b328b0c982efa3bc42ba78656c062553be8e - Merge "Script to get docker timestamps from ONAP instance" - Script to get docker timestamps from ONAP instance Change-Id: I8270244ab16280517a22df3898990be547dbc49b Issue-ID: INT-1055 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>