summaryrefslogtreecommitdiffstats
path: root/docs/submodules/sdnc
AgeCommit message (Collapse)AuthorFilesLines
2018-11-21Updated git submodulesTimoney, Dan (dt5972)1-0/+0
Project: sdnc/oam casablanca 6e6e4bb734694050c78792cac9ea5bb4b2c6f209 Prepare for release Prepare sdnc/oam for final release (1.4.3), which will be based on version 1.4.2 of sdnc/northbound and 0.3.2 of CCSDK Change-Id: Id4eab494072990f81da311dad0d1187b7d06d4b5 Issue-ID: SDNC-531 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2018-11-21Updated git submodulesTimoney, Dan (dt5972)1-0/+0
Project: sdnc/oam casablanca 8ceda52ac082772abd0d8d11696c379430bb5edc Mapped status codes Mapped status code for failure to 201 and success to 400. Changed vnf-host-ip-address reference to host-ip-address. Fixed typo in sub-request-id parameter name. Change-Id: Ie1d0f4f794afd1521637cd0407142b3f7787a140 Issue-ID: SDNC-529 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2018-11-20Updated git submodulesDan Timoney1-0/+0
Project: sdnc/oam casablanca e4bdeff2fb0ef90801aafe4ee6b1ef497e0118bd Merge "Roll to next snapshot" into casablanca Roll to next snapshot Roll to snapshot 1.4.3-SNAPSHOT Change-Id: Id5c605e5c691df825e1944c6c300f38f5e190f15 Issue-ID: SDNC-521 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2018-11-19Updated git submodulesDan Timoney1-0/+0
Project: sdnc/oam casablanca cb2cd2d32292dbcd3f3798a3917b883ceab9955c Merge "ccvpn integration sdnc issue fix" into casablanca ccvpn integration sdnc issue fix Fixed couple of issues 1. SDWAN connectivity request was failing due to empty request body in tenant authorization put request. 2. Get token issue fixed for sotn DG's 3. SDWAN Allotted resource relationship with parent service instance ID is missing, added it. Change-Id: Ib6451c93e6a6b7886cd5614d064270ff9182030b Issue-ID: SDNC-527 Signed-off-by: shashikanth.vh <shashikanth.vh@huawei.com>
2018-11-19Updated git submodulesDan Timoney1-0/+0
Project: sdnc/oam casablanca c5a26a4f748d1f03f1a23046e7d94b9027b4321d Merge "removed vnf-id validation check in DG" into casablanca removed vnf-id validation check in DG 1.vnf-information.vnf-id validation check should not be mandatory in validate-vnf-input DG, its removed. 2. added execute node to read generic-resource-api-dg.properties in esr-thirdparty-sdnc-discovery DG. Change-Id: Iea920004cdd548e16b4223cf57008fc00dbb1cb2 Issue-ID: SDNC-523 Signed-off-by: shashikanth.vh <shashikanth.vh@huawei.com>
2018-11-19Updated git submodulesDan Timoney1-0/+0
Project: sdnc/oam casablanca 251c892632b06d37ab0349227854f3bf55a055fe Merge "Self serve fix for Casablanca" into casablanca Self serve fix for Casablanca Change-Id: I21cf12d27d9750ce81bc0f4a02949e0d1962b7a3 Issue-ID: CCSDK-728 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2018-11-19Updated git submodulesMarco Platania1-0/+0
Project: sdnc/oam casablanca 78183c728b37fe4eae974f879399b7ea99160f77 Replace vnf-host-ip-address with host-ip-address Change-Id: I0017318ae9e84c4bd603b8ae13cf026294bf6c5d Issue-ID: INT-696 Signed-off-by: Marco Platania <platania@research.att.com>
2018-11-15Updated git submodulesTimoney, Dan (dt5972)1-0/+0
Project: sdnc/oam casablanca 63fa3bb3d0293c5e171a98ac0c5aa775af1c3bc0 Update dependency versions Update versions of sdnc/northbound and ccsdk/distribution docker Change-Id: I9835e88b62be0c49b32105bb4685315311b897ca Issue-ID: SDNC-521 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2018-11-15Updated git submodulesTimoney, Dan (dt5972)1-0/+0
Project: sdnc/oam casablanca 542155af322d56b2e43e8e202acb2d4728793032 Prepare for release Prepare for RC2 release build Added restconf api login/password to lcm-dg.properties Change-Id: I38d15179cdd532c443d10c3a8c73321345226501 Issue-ID: SDNC-521 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2018-11-15Updated git submodulesMarco Platania1-0/+0
Project: sdnc/oam casablanca c636358959e0931e02db17c2aa3efa5b901accb1 Fix LCM parameters for scale out and healthcheck Change-Id: I0ba4889bca37da369b3f980c34bff6d01b7719e1 Issue-ID: INT-696 Signed-off-by: Marco Platania <platania@research.att.com>
2018-11-14Updated git submodulesTimoney, Dan (dt5972)1-0/+0
Project: sdnc/oam casablanca f6191ba4d1156410259897097485ddad2a15178f Store .installed marker in persistent volume Store .installed marker in persistent volume (/opt/opendaylight/current/daexim) Change-Id: I74a4364c81b0d78f2a825c634f0094458651d621 Issue-ID: SDNC-518 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2018-11-14Updated git submodulesDan Timoney1-0/+0
Project: sdnc/oam casablanca a16180d9ed958b3171f93ead7b15343070ba5790 Merge "Drop CDS tables only if they exist" into casablanca Drop CDS tables only if they exist During the initialization of SDNC, SDNC tries to install all the SQL dump provided. While processing the one for CDS, it was failing to execute the first statement as the table is not existent; hence was exiting that dump and processing with the next one. In order to make sure the process creates CDS tables, make the DROP statement work even if table doesn't exist. Change-Id: Ifa99b8e1a13ac3828828e8b2a9f9674556f84ced Issue-ID: CCSDK-682 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2018-11-11Updated git submodulesTimoney, Dan (dt5972)1-0/+0
Project: sdnc/oam casablanca 9839ced6873d01aa6a880c3f628e2bf2bc224f7b Set default cloud owner Set default cloud owner to CloudOwner in generic resource API properties file Change-Id: I515c884ac4e6572de66678d37d15d7df4903bd99 Issue-ID: SDNC-448 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2018-11-08Updated git submodulesAlexis de Talhouët1-0/+0
Project: sdnc/oam casablanca ba2208b174b46ee2e22cff737619219351fe69f3 Fix self serve DG - fix self-service-capability-param-resolution to self-self-capability-param-resolution Change-Id: I710564c4474396d198185b7d5610448099aca8a7 Issue-ID: SDNC-512 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com> Remove obsolete dgbuilder SDNC dgbuilder is no longer used - dgbuilder is now in CCSDK. Change-Id: I496e346ed3864779f36c00c354742f7d36447399 Issue-ID: SDNC-488 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com> Fix license issues Updated license to Apache 2.0 Change-Id: Ie0dfe019603eb5275450083e81aeec8adb34c6e0 Issue-ID: SDNC-489 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com> Merge "self-serve DG bugfixes" into casablanca self-serve DG bugfixes self-serve bug fixes after sync up with Canada Change-Id: I6c7bfb117da2ddf09a02fe1fcc69f30a9f612e6a Issue-ID: SDNC-509 Signed-off-by: Cheung, Pat <kc1472@att.com> LOG SQL dump files getting installed Change-Id: I4b7f0f3367772d742d16d6389af8d6666a4d58d1 Issue-ID: SDNC-51 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com> Update ueb timeout and fix tables Update timeout on UEB startup from 15 mins to 5 mins, and fixed table definition errors found during SDC testing. Change-Id: Ib4a8f48a02a3ef536c6d433deb3ad96f6ac3e4da Issue-ID: SDNC-472 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com> Merge "Remove mysql-connector dependency" into casablanca self-serve DG bug fixes Fixing various bug fixes for self serve logics Change-Id: I9127900df427483ac9bc93c51774d7b1f97ba1c5 Issue-ID: SDNC-509 Signed-off-by: Cheung, Pat <kc1472@att.com> Remove mysql-connector dependency Removed runtime mysql-connector dependency to resolve license issue. Mysql-connector cannot be distributed within ONAP since it is licensed under GPL. Change-Id: I302bbe8eaebf6189acd5ba4ee6fdecb172a7f306 Issue-ID: CCSDK-645 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com> Merge "Enable https support in ODL container" into casablanca Add missing DG to graph.versions Add vf-module-generate-heat-parameters DG to graph.versions file so that it is installed properly. Change-Id: I997a883d7d7d327a54a79870c0567f2baa5a0636 Issue-ID: SDNC-491 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com> Merge "Add missing Tosca resource tables" into casablanca Add missing Tosca resource tables Add new tables for Tosca data extraction Change-Id: I2c12000bff195dc08a450a2f7ee934cd5e0d672e Issue-ID: SDNC-490 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com> Add vf-module-generate-heat-parameters DG Add inadvertently omitted DG vf-module-generate-heat-parameters directed graph. Change-Id: Id112ce764d8c79c15d3aeb382824ba10ad387ead Issue-ID: SDNC-491 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com> Enable https support in ODL container Enable https support in ODL container Change-Id: I33d1ab8924923f7ecd770b5cc8c215e133e81a71 Issue-ID: SDNC-492 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com> Fix CCSDK docker version Update CCSDK docker versions used to build SDNC docker containers. Change-Id: I927eefc2fe24fec88039548123a253d14c73b9a7 Issue-ID: SDNC-486 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com> Roll to next Casablanca snapshot Roll to next Casablanca snapshot Change-Id: I45d042cdddcab926ad5478e417809cbb19d18701 Issue-ID: SDNC-480 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2018-10-31Updated git submodulesDavid Stilwell1-0/+0
Project: sdnc/oam master 4960a7a1637d559facd6f71886187692fce867a0 Merge "Add missing Tosca resource tables" Add missing Tosca resource tables Add new tables for Tosca data extraction Change-Id: I2c12000bff195dc08a450a2f7ee934cd5e0d672e Issue-ID: SDNC-490 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2018-10-31Updated git submodulesTimoney, Dan (dt5972)1-0/+0
Project: sdnc/oam master 4745dbcd8cdd3c35348c9c31a71d43e71130f565 Add vf-module-generate-heat-parameters DG Add inadvertently omitted DG vf-module-generate-heat-parameters directed graph. Change-Id: Id112ce764d8c79c15d3aeb382824ba10ad387ead Issue-ID: SDNC-491 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2018-10-29Updated git submodulesDan Timoney1-0/+0
Project: sdnc/oam master 9bb76070bc5dfde745a98cab9ec781b2fbc44297 Merge "link the term memoization" link the term memoization the term memoization is linked to the Wikipedia link to provide an explanation Change-Id: I23e2a1c83fc95572dc9d88e5a19845f3688ef62d Signed-off-by: Stanislav Chlebec <stanislav.chlebec@pantheon.tech> Issue-ID: AAF-582
2018-10-29Updated git submodulesDan Timoney1-0/+0
Project: sdnc/oam master 04cf920de30c68d7803c1daba7a0e02691673ba7 Merge "fix typos" fix typos Change-Id: I30f17b68e670daf19a1f6eab68444f59603a05c7 Signed-off-by: Stanislav Chlebec <stanislav.chlebec@pantheon.tech> Issue-ID: AAF-582
2018-10-29Updated git submodulesDan Timoney1-0/+0
Project: sdnc/oam master a42d0292b35ba1173a65b209524a275dcf5f1647 Merge "fix typos" fix typos Change-Id: I4328c97f52b35194b5f8fbc558562a251f66b598 Signed-off-by: Stanislav Chlebec <stanislav.chlebec@pantheon.tech> Issue-ID: AAF-582
2018-10-29Updated git submodulesDan Timoney1-0/+0
Project: sdnc/oam master bb96b5617d89cb1c3eb429fcedde6f980144ffd0 Merge "fix typos" fix typos Change-Id: I0dadfae136f3e2a330cd0e56e19e9f8c28eb6daf Signed-off-by: Stanislav Chlebec <stanislav.chlebec@pantheon.tech> Issue-ID: AAF-582
2018-10-29Updated git submodulesDan Timoney1-0/+0
Project: sdnc/oam master cf20b144fd3f50a252b0a209e900fc13359d56f0 Merge "Added some dependencies and plugin in SDNC-231" Added some dependencies and plugin in SDNC-231 Added dependencies and plugin in vnfconfigbackupservice pom and update path in index.jsp Change-Id: I5755762d6e22d072c7b2145b2dbf87254b8b26a0 Issue-ID: SDNC-483 Signed-off-by: soumendu <SA00498080@techmahindra.com>
2018-10-29Updated git submodulesDan Timoney1-0/+0
Project: sdnc/oam master c63275852c8246b1549f98d9c821b4322dbaef5d Merge "Epic-232:Modifying UI changes" Epic-232:Modifying UI changes the dist package dependency is removed Change-Id: I9829cdda53326720263f3164d4d0fe2871dcc808 Issue-ID: SDNC-473 Signed-off-by: DushyantSinghThakur <dt00503496@techmahindra.com>
2018-10-29Updated git submodulesDan Timoney1-0/+0
Project: sdnc/oam master 1b18e90e3504f125a261690ec4896c52e5e20b2c Merge "wan-connection bug fix for ccvpn" wan-connection bug fix for ccvpn Issue-ID: SDNC-354 Change-Id: I3f867b657b2f86f4c2ee0b49580d2cfad1bdd6d9 Signed-off-by: Zhuoyao Huang <10112215@zte.com.cn>
2018-10-25Updated git submodulesTimoney, Dan (dt5972)1-0/+0
Project: sdnc/oam master c261e3f719abcbea0762162dc9244f951296c6a1 Roll to initial Dublin snapshot Roll to initial Dublin snapshot Change-Id: Id36b1e41ae75a7c282a5db85b30abe3a7688aeb9 Issue-ID: SDNC-480 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com> Fix CCSDK docker version Update CCSDK docker versions used to build SDNC docker containers. Change-Id: I9497c788cc48b401f24aeb9018060c6c0d5b4a0b Issue-ID: SDNC-486 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2018-10-16Updated git submodulesDavid Stilwell1-0/+0
Project: sdnc/oam master ac74299d29fbe36988a8180bb775054dcc485935 Merge "Use released version of sdnc/northbound" Use released version of sdnc/northbound Update to use released version of sdnc/northbound. Also, uncommented SdncReports module, which had been temporarily commented out to try to work around a Jenkins issue. Change-Id: I74f70fc87c19b0388813e69ea293330fbfff39dc Issue-ID: SDNC-480 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2018-10-16Updated git submodulesDavid Stilwell1-0/+0
Project: sdnc/oam master 5d17812a5c83c55b628cf3b089b9a4c289606af9 Merge "Prepare for release build" Prepare for release build Prepare sdnc/oam for release build by removing -STAGING tag and using released version of parent poms. Change-Id: I3de986702da21a91a6613a386c5491481bdb21b6 Issue-ID: SDNC-480 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2018-10-16Updated git submodulesDan Timoney1-0/+0
Project: sdnc/oam master 82ba3ce5c73fcc239b413ae0e5a2a49e99989852 Merge "Multiple self-serve fixes" Multiple self-serve fixes fix ss-generate-name to not set SUCCESS status randomly. fix vf-module ss dg to populate correctly the order-status data. add support for vnf level assignemnet for ss netbox fix parsing resolved ip to remove prefix info (/32) Change-Id: I1f0b5c2046dddddee1f0fa674b440d604871aa9b Issue-ID: SDNC-444 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2018-10-16Updated git submodulesYaoguang Wang1-0/+0
Project: sdnc/oam master 2e7ccff033ddf54574ab3f740bf274b1472b2347 Fix sudo permission of remote normal users Change-Id: Ia593cfa706b0088306ea3d8d18117c3d9b2343c9 Issue-ID: CCSDK-464 Signed-off-by: Yaoguang Wang <sunshine.wang@huawei.com>
2018-10-09Updated git submodulesTimoney, Dan (dt5972)1-0/+0
Project: sdnc/oam master 0385cb952ffd952e22c1c0301dfd4ff75e7c48b6 Add preload info to GR-API properties Add preload info to generic-resource-api DG properties file Change-Id: I05bf081aada23cb833522ec03b827c61f593bb53 Issue-ID: SDNC-449 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2018-10-09Updated git submodulesDan Timoney1-0/+0
Project: sdnc/oam master 5db3fb421de30e4668d6325434c6aed690031a47 Merge "Fix ss-netbox-dg" Fix ss-netbox-dg Change-Id: I7702c3720115772c3d463f5d53625a0d3d2c2124 Issue-ID: SDNC-444 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2018-10-05Updated git submodulesDan Timoney1-0/+0
Project: sdnc/oam master bcd15f720cd72bc40fe023d44ed915c4c6368172 Merge "Add silentFailure on loop for ss-generate-name" Add silentFailure on loop for ss-generate-name Change-Id: I377e984e1549fb55d78ee3739d51ad492e327382 Issue-ID: SDNC-444 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2018-10-05Updated git submodulesDan Timoney1-0/+0
Project: sdnc/oam master d5835139ba6302b7bed1685b76dfd168d8af6945 Merge "Fix ss-netbox-assign flow" Fix ss-netbox-assign flow Change-Id: Ic0693f6c893d1fe51e22d1c61d390497285b3d7d Issue-ID: SDNC-444 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2018-10-05Updated git submodulesDan Timoney1-0/+0
Project: sdnc/oam master 07bc20284996d59ba581afe3ff9b6306cd5ea579 Merge "Fix for a foreign key constraint fails" Fix for a foreign key constraint fails https://stackoverflow.com/a/17828127 Change-Id: I38fb90fd1d6583a259a441f4f67f762724aff5ec Issue-ID: CCSDK-357 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2018-10-05Updated git submodulesDan Timoney1-0/+0
Project: sdnc/oam master e49071b226750e7a154de40e87f738fbc1c17e76 Merge "Fix ss-generate-name DG" Fix ss-generate-name DG Change-Id: I3f0b7aa030cee282e0a07a836cd29adeee3b2077 Issue-ID: CCSDK-604 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2018-10-05Updated git submodulesDan Timoney1-0/+0
Project: sdnc/oam master c88a8e65f0478fd1983ec523e5eaff1d69aa2cb1 Merge "Add missing network naming gen info" Add missing network naming gen info Change-Id: I102f274a4bc2dc0ce1d380d59f3f036852e87908 Issue-ID: CCSDK-604 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2018-10-05Updated git submodulesDan Timoney1-0/+0
Project: sdnc/oam master 716c00a9d2248385ebc620ead3104681b788d9f0 Merge "Refactored SOTN and SDWAN DG" Refactored SOTN and SDWAN DG Refactored SOTN and SDWAN DG to seperate sub directories for better maintainability. Change-Id: I49c57d20fc8fcb7de65d3634bceb691d0b7f80fd Issue-ID: SDNC-350 Signed-off-by: Gaurav Agrawal <gaurav.agrawal@huawei.com>
2018-10-05Updated git submodulesDan Timoney1-0/+0
Project: sdnc/oam master 977f1fcf7be64e65b056e9f1c6b354f22b5506c0 Merge "Allow sub directories for graphs" Allow sub directories for graphs Allow grouping of related grpah and templates in a sub directory. This will ease out maintainability as the number of graphs and templates are growing in numbers. Change-Id: If5f69520e5b62be1adcc9d795df68a0c97b6183f Issue-ID: SDNC-350 Signed-off-by: Gaurav Agrawal <gaurav.agrawal@huawei.com>
2018-10-05Updated git submodulesDan Timoney1-0/+0
Project: sdnc/oam master afd2af123ff00f4c92c3b5461c88cb560fc1773f Merge "Allow YANG sub directories" Allow YANG sub directories Allow grouping of related YANG in a sub directory. This will ease out the maintainability and enable compiling of speific YANG for a feature. Change-Id: Ic07fdd16c73e8dddd0eca2d0d100d96c42e7e696 Issue-ID: SDNC-350 Signed-off-by: Gaurav Agrawal <gaurav.agrawal@huawei.com>
2018-10-05Updated git submodulesAlexis de Talhouët1-0/+0
Project: sdnc/oam master 5672f468c22693bc515ce377e84b36678550c5c6 Add missing bblueprint processor props Change-Id: Id1fa706ce6c222a23e0fa2d3cfd50c643c722463 Issue-ID: CCSDK-596 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2018-10-05Updated git submodulesAlexis de Talhouët1-0/+0
Project: sdnc/oam master db13f4ddbd4a66ab9d66b1820279514137543eff Roll to next snapshot version Roll to next snapshot version to 1.4.1-SNAPSHOT Change-Id: I4f5b1513a36894efd26b93f3f0954fafc112cc3f Issue-ID: SDNC-471 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2018-10-04Updated git submodulesDan Timoney1-0/+0
Project: sdnc/oam master 5473275e2ccf6ed96c0eb1c3e2473b6a8bc1ebb6 Merge "self-serve dg patch" self-serve dg patch inclues new self-serve forking logic, added silentFailure to for loops, not to set cap name to INPUT for generate-name Change-Id: Idd3deb016533dc70611d60dd289f4c4bc40d3136 Issue-ID: CCSDK-604 Signed-off-by: Cheung, Pat <kc1472@att.com>
2018-10-04Updated git submodulesDan Timoney1-0/+0
Project: sdnc/oam master 1a37d961010e838295bc6981d6607a96e768021f Merge "integration test issues fix for sdwan and sotn" integration test issues fix for sdwan and sotn Modified sdwan attachment DG to add allotted resource using service instance id instead to parent service Added get token nodes for create and deactivate DGs wantport modified for error handling Change-Id: I50e3fc824f915c3f8db55e33050ec4aca4d6ee58 Issue-ID: SDNC-357 Signed-off-by: shashikanth.vh <shashikanth.vh@huawei.com>
2018-10-04Updated git submodulesDan Timoney1-0/+0
Project: sdnc/oam master 2b3b4a626929aac57c8da20ff7980bb16e37b73b Merge "Refactor code and fix some ui issues" Refactor code and fix some ui issues Refactor code for SDNC-256 user story and fix some ui allignment issues Change-Id: I99811da092afc967d49ee7214c333d84ed458725 Issue-ID: SDNC-465 Signed-off-by: Soumendu Sekhar Acharya <SA00498080@techmahindra.com>
2018-10-04Updated git submodulesDan Timoney1-0/+0
Project: sdnc/oam master 34ee95f51fe023fd50beba540c36e4bcc0024d6c Merge "fix update zte topology resource to aai code" fix update zte topology resource to aai code Issue-ID: SDNC-354 Change-Id: Ief575669916e62b3270207d415984f7225f9d2e3 Signed-off-by: Wsx25289 <10200860@zte.com.cn>
2018-10-04Updated git submodulesDan Timoney1-0/+0
Project: sdnc/oam master 5f89860d63f4dd79d5f2b97c6581358c03679aaa Merge "Ansible playbook for vFW TD" Ansible playbook for vFW TD Ansible playbook for Traffic Distribution LCM action for modified vFW use case. Modified use case requires heat template that creates two instances of vFW and two vSinks Change-Id: I99353c786b820ba842e6323b6473188a2c9f29d1 Issue-ID: CCSDK-449 Signed-off-by: Lukasz Rajewski <lukasz.rajewski@orange.com>
2018-10-04Updated git submoduleswsx252891-0/+0
Project: sdnc/oam master 1aa2dbad460030e67acf85b56de86226d432b250 json body for get zte topology resource Issue-ID: SDNC-354 Change-Id: I63e89d46269e7104fb7a778f06376cc4669f5df6 Signed-off-by: Wsx25289 <10200860@zte.com.cn>
2018-10-04Updated git submodulesDan Timoney1-0/+0
Project: sdnc/oam master fbe0c6a35ec007621e52e1bedb278e5e718f3862 Merge "Fixed JAVA keystore file name" Fixed JAVA keystore file name Changed DGs to use truststore.onap.client.jks instead of truststore.openecomp.client.jks Change-Id: Ida659e801d300124bec42d6d38ad51b4c86fcf7f Issue-ID: SDNC-350 Signed-off-by: Gaurav Agrawal <gaurav.agrawal@huawei.com>
2018-10-04Updated git submodulesTimoney, Dan (dt5972)1-0/+0
Project: sdnc/oam master 55b6a8402cafb11c7320b88185f580991c8e2c89 Roll to next snapshot version Roll to next snapshot version Change-Id: If6bd5bc61225f7695b28b73dcb7f2ff4ecba5552 Issue-ID: SDNC-471 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2018-10-02Updated git submodulesTimoney, Dan (dt5972)1-0/+0
Project: sdnc/oam master 88b2989675975d9f1f19a604a29824fe2ee9c528 Work around build issue Temporarily remove SdncReports module from compile, since it is currently causing Jenkins build to fail. Will restore after release build is done. Change-Id: I16add6c3d5b742b3f03c2755fd1a2f0537c32a85 Issue-ID: SDNC-471 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2018-10-01Updated git submodulesTimoney, Dan (dt5972)1-0/+0
Project: sdnc/oam master 5b960a3d90ead9a4731ae8125738d54fec5314ed Prepare for release Update sdnc/oam to prepare for release build Change-Id: I63597b9c9e02a677acbefe07d87f66e74ec3735a Issue-ID: SDNC-471 Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>