summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2019-02-28DG bugfixCheung, Pat (kc1472)8-2688/+4918
fix vnf and vf-module unassign to clear MD-SAL Change-Id: If4b9797fa3f206f299bc37fcfb1d68d7bd59241f Issue-ID: SDNC-676 Signed-off-by: Cheung, Pat (kc1472) <kc1472@att.com> Former-commit-id: f491b4ef34c30f811e6a082c27fa1cb8c210acf3
2019-02-20Add entrypoint for ansible serverTimoney, Dan (dt5972)1-0/+1
Add back entrypoint for ansible server in docker-compose.yml Change-Id: Ic1dae78c44167f466239056cf4419147b7473c90 Issue-ID: SDNC-639 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com> Former-commit-id: 6f7e3c9ab88e25efc815cc40b55699f97060957a
2019-02-14Fix docker tagsTimoney, Dan (dt5972)6-309/+288
Fix docker image tags to conform to ONAP standards Change-Id: Id85ab45a3b5a99f215f42177640ed03ab39004bc Issue-ID: SDNC-645 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com> Former-commit-id: 5eadcba086124f49b7cdcc53db4b4622dc2ebd93
2019-02-12Initialize ipv4 address poolTimoney, Dan (dt5972)1-0/+3
Update db installation script to initialize ipv4 address pool for VGW use case. Change-Id: I29553f0ef7c0d3f4a12240c8741341ce75f68432 Issue-ID: SDNC-324 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com> Former-commit-id: 83bf86e406f5d22d1c4ab5cb94651d50ea82e25a
2019-02-08Fix Fluorine installationTimoney, Dan (dt5972)1-1/+1
Fluorine feature installation omitted adding SDNC features to featuresBoot Change-Id: I848dfe730e1dd1048c565ffc5b39ae7e601ae950 Issue-ID: SDNC-552 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com> Former-commit-id: b211d7296c9cd2edaca9da9d17f3a42655c6cc93
2019-02-08Fix ansible startupTimoney, Dan (dt5972)1-1/+0
Ansible server does not start up in CSIT test due to incorrect entrypoint in docker-compose.yml (no longer needed due to changes submitted by CIA team) Change-Id: Ib643b41128ed9f043f009053e9405c6e3f6d880c Issue-ID: SDNC-552 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com> Former-commit-id: f98a53aa8d2b35f164d1bb4d12d79c616433c9f5
2019-02-07Update SDNC installation for FluorineTimoney, Dan (dt5972)1-7/+4
Update installation for Fluorine release Change-Id: If51a571e0229d5b8f70ac0d1d21a58f2ed7b36a1 Issue-ID: SDNC-552 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com> Former-commit-id: 4e9584e47fb94f327450e9dcfbcc6f1eda78e844
2019-02-05Merge "INT-814 & 819 small, multi-cpu image"Dan Timoney2-5/+5
Former-commit-id: c7c3656f582d4bb6720b10b70bbb3986986d8e67
2019-02-05Merge "reduce sdnc-ansible-server image footprint"Dan Timoney20-57/+13
Former-commit-id: fb338f54998e023140f3fdd2c0d07e57f7e1f879
2019-02-01INT-814 & 819 small, multi-cpu imagesandovalfr2-5/+5
Issue-ID: INT-814 Change-Id: I2a5b8373ec6bee98c542ce3b69efbdfece914ae2 Signed-off-by: sandovalfr <frank.sandoval@oamtechnologies.com> Former-commit-id: 2fc97b9b51f3f67a86689161cb84594b6b9b879e
2019-01-30INT-813 818, small multi-CPU imagessandovalfr2-3/+4
Issue-ID: INT-813 Change-Id: Icc64c9563463c901277e9e0253d00c059fc1041d Signed-off-by: sandovalfr <frank.sandoval@oamtechnologies.com> Former-commit-id: 96aa089f6dd9da04f241c0d1077ffb2095a101fb
2019-01-30reduce sdnc-ansible-server image footprintSylvain Desbureaux20-57/+13
Project "CIA" scope is to provide smaller and multi architecture docker images. This proposition aims to do that for sdnc-ansible-server. The current size of this proposal is 139mb compared to the 618Mb image proposed before (and before actual ansible installation). Principles used are the following: 1. a "basic" `docker build .` should provide a working image; 2. use the smallest (and multi arch) base image possibe; 3. install necessary stuff only; 4. leverage python best practices for installation; 5. remove installation stuff occuring at run level and move them to build level. * Dockerfile is now at the root part; * ansible configuration file `ansible.cfg` is created and put in `configuration` folder; * ansible configuration file `ansible.cfg` is pushed during the build part with a reproductible process; * `python` files are on `ansible-server" folder so copying during build works out of the box; * yml files are put directly on `ansible-server/Playbooks` so copying during build works out the box; * Dockerfile base image is now alpine:3.8; * `timeout` executable being now from busybox, change in the command-line call has been made (`--signal` is now `-s` and `-t` is set before setting the timeout value). * Only install python and python-pip as alpine package and remove build dependencies package after use. * put all python requirements in `requirements.txt` package and launch pip installation command with this file. * call directly python main script (`RestServer.py`) as entrypoint and do the python installation stuff at build time. - [x] change pom.xml so building parts works - [ ] consider changing destination folder (`/opt/ansible-server/`) to the ancient one (`/opt/onap/ccsdk/`) if this is problematic Change-Id: I6295d7c2d1ed631e1842350581234686d704c1bf Issue-ID: INT-816 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Former-commit-id: 4fe3b43a0d30a15ceed58c695d2a72c5382fded6
2019-01-28INT-812 and 817, small, multi-arch imagessandovalfr2-5/+18
Issue-ID: INT-817 Change-Id: I282356169901d7d5f4ad162695cb76bd10138eeb Signed-off-by: sandovalfr <frank.sandoval@oamtechnologies.com> Former-commit-id: 0df7aa33a5ffba852632737b171f8406ec3d97f2
2019-01-28Update release notes for mtce releaseTimoney, Dan (dt5972)1-0/+33
Document bugs fixed in Casablanca maintenance release of SDNC. Change-Id: I91c5dccd14ce0ee2f4bcc9d7d2425c1e1f56fbe8 Issue-ID: SDNC-617 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com> Former-commit-id: 948f0d518187992c1aea01b5f560ba386b27e4a6
2019-01-18Updates for FluorineTimoney, Dan (dt5972)26-79/+69
Updated to create Fluorine-based artifacts Change-Id: Ib450be62cc016c1b5e6da2ebfb4fa3d9851e9a41 Issue-ID: SDNC-552 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com> Former-commit-id: 95f86710cfec2e6267bc97280ab6cfad4cf44866
2019-01-15Fix sdnc/northbound versionTimoney, Dan (dt5972)1-1/+1
Fixed sdnc/northbound version used in SDNC docker container - should be 1.5.0-SNAPSHOT instead of 1.4.1 (which is Casablanca release) Change-Id: Ie7368ccfcfd0126521e2de53df2bcb97bd0aff80 Issue-ID: SDNC-590 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com> Former-commit-id: 81ba5bdeb91be01f047e458c1d0aae1489b9823e
2018-12-17Upgrade zjsonpatch version to 0.4.6Timoney, Dan (dt5972)1-1/+1
Upgrade zjsonpatch to version 0.4.6, which no longer depends on guava (older version depended on a version of guava with a known critical security vulnerability). Change-Id: I011da29ea84b2556d4eee24363290e694b8eb3db Issue-ID: SDNC-536 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com> (cherry picked from commit a0baeb38dffc8f4d3e3dc8437532a157a970f49e [formerly e41d97601dcd3306701630094b52f2b88d81de53]) Former-commit-id: 9dacde5aa21c1c4cb7e5973da84336e8275d6dfb
2018-12-05Add INFO.yaml fileJessica Wagantall1-0/+52
Add INFO.yaml to list: - Project description - Properties - PTL information - Meeting information - Committer information Change-Id: Ieaac95704f6911d7a32f9892ad5b6554a5162ae5 Issue-ID: CIMAN-134 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org> Former-commit-id: 822efbd722d4c30167f754b1e0b2e3c73f0c8a6a
2018-12-02fix topology discovery bug for ccvpnwsx2528910-3012/+3098
Issue-ID: SDNC-354 Change-Id: I3c3d0a464af933da449f009690085d778bbb4614 Signed-off-by: Wsx25289 <10200860@zte.com.cn> Former-commit-id: f795758fd327fad2a9ed7ac411cfd10a3d5922a0
2018-11-30Merge "Notification Sub-DG with Restconf discovery node"Dan Timoney4-536/+873
Former-commit-id: 5e86f460701a5ec2099ceaa2be3760b84b706f0c
2018-11-30Merge "Updating RestApi to RestconfApi"Dan Timoney2-3078/+3125
Former-commit-id: 7ad4dc9a7401802ca8c2c037296781c5001be445
2018-11-30Merge "CCVPN closed loop issue fix"Dan Timoney2-1992/+2400
Former-commit-id: d020224ad94888ca6b66a71854ac0a92f038d562
2018-11-30Updating RestApi to RestconfApijanani b2-3078/+3125
Changing SOTN DG to use RestconfApiCallNode instead of RestApiCallNode Issue-ID: SDNC-474 Change-Id: I3c37a622a1fbf547b7f5bc65592aac4ee8c51d81 Signed-off-by: janani b <janani.b@huawei.com> Former-commit-id: 40cf8fa7974b7493c55c38d7ec7c455ebf7497be
2018-11-29Add SDNC Casablanca release notesTimoney, Dan (dt5972)1-7/+52
Add release notes for SDNC Casablanca release. Change-Id: Idd58561e307864e761410c9ef105ae819b235300 Issue-ID: SDNC-539 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com> Former-commit-id: 7cba4b06c9a965deeac78ad23b1a42fd7e714bd9
2018-11-29CCVPN closed loop issue fixprakash.e2-1992/+2400
SOTN Reoptimization DGs call added in network-topology-operation DG to support policy. Change-Id: I1879be989e3cbb732932455c0ab2f6d3c8387c0a Issue-ID: SDNC-540 Signed-off-by: Prakash.E <prakash.e@huawei.com> Former-commit-id: 9665f620896c93b86fcd3cfd9b6ea5626c88489c
2018-11-28Merge "Self serve fix "Dan Timoney6-921/+2081
Former-commit-id: 392a1f2f8bc0977ae9522d5bbc8e9ed16dc30ae1
2018-11-28Merge "Fix JSON template for DMaaP messages"Dan Timoney1-1/+1
Former-commit-id: 0c5ffc32c06532b733c7aef775b3516afd885306
2018-11-28Merge "SDN-C standalone installation casablanca"Dan Timoney1-45/+118
Former-commit-id: 06559290e67b72e540cff5ba55013aad90713ee4
2018-11-28Merge "update oof hostname in the url"Dan Timoney1-1/+1
Former-commit-id: 6aa6c18f570f880dc1709dce997d1dde57ac47fc
2018-11-28Merge "ccvpn integration sdnc issue fix"Dan Timoney10-7431/+7648
Former-commit-id: 541c261114b11ae58c04375c2da965aa2d2ac580
2018-11-28Self serve fix Alexis de Talhouët6-924/+2084
Change-Id: I21cf12d27d9750ce81bc0f4a02949e0d1962b7a3 Issue-ID: CCSDK-728 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com> Former-commit-id: 129c2e6723e5f097d51e847d561b97ac7479dbbf
2018-11-26Notification Sub-DG with Restconf discovery nodejanani b4-536/+873
Data change is appended with Restconf discovery node which will call the sotn-notification sub-DG Issue-ID: SDNC-474 Change-Id: I43e2f6a67f6bd53ac9a0c7969fb776ee1539249f Signed-off-by: janani b <janani.b@huawei.com> Former-commit-id: d2e67dc26ec1a76d11433caa682f7ca5dafccbd7
2018-11-23Fix JSON template for DMaaP messagesMarco Platania1-1/+1
- Change "input" to "output" Change-Id: Ie6fd59a0ecb3721b84a1f063b76f409b790055c7 Issue-ID: SDNC-534 Signed-off-by: Marco Platania <platania@research.att.com> Former-commit-id: 55ec19fbcec3adbf16451ac0c5fb2dc2b45e56b9
2018-11-23update oof hostname in the urlshashikanth.vh1-1/+1
oof return unknown host for the hostname http://oof.api.simpledemo.onap.org:8698/api/oof/v1/route host name is modified to oof-osdf, so url should be as below http://oof-osdf:8698/api/oof/v1/route Change-Id: I326d6653988ccf565987ddc817f7161658fe29ec Issue-ID: SDNC-532 Signed-off-by: shashikanth.vh <shashikanth.vh@huawei.com> Former-commit-id: 93c83e00073198558abdbf663bdbcc968dafe885
2018-11-22SDN-C standalone installation casablancaMohamed Waly1-45/+118
Issue-ID: DOC-348 Change-Id: I55d5259d9540e35fe80b0a8a0b4c4c0cc81fa606 Signed-off-by: Mohamed Waly <mohamed.waly@orange.com> Former-commit-id: dcf8515fae4c2c2b69ce9a4131fbd4788cc42e1a
2018-11-19Merge "removed vnf-id validation check in DG"Dan Timoney4-201/+864
Former-commit-id: a2736d119810fc5475585cc4b4586da470f26b2f
2018-11-19Merge "Replace vnf-host-ip-address with host-ip-address"Dan Timoney4-8/+8
Former-commit-id: e44525a3b720a2460e5db39eee96a0dda5819a9d
2018-11-19Merge "Fix self serve DG"Dan Timoney11-389/+3507
Former-commit-id: dc3a1324cdcbf8cad24c8084990ebbbb2f3b86b8
2018-11-19Merge "Drop CDS tables only if they exist"Dan Timoney1-4/+4
Former-commit-id: d2508a2bfb2bdbe891528d24e98663d39ab6d35c
2018-11-19Merge "Add gw-vfmodule-update node"Dan Timoney2-2/+6519
Former-commit-id: 323e67e113998731879035c05e664d26456d0f83
2018-11-19ccvpn integration sdnc issue fixshashikanth.vh10-7431/+7648
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> Former-commit-id: 1b16252e07e358568342480d4604f50f226860b5
2018-11-18removed vnf-id validation check in DGshashikanth.vh4-201/+864
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> Former-commit-id: 4f1d05b32513c4bbca760233948541cfb983cfb3
2018-11-16Replace vnf-host-ip-address with host-ip-addressMarco Platania4-8/+8
Change-Id: I0017318ae9e84c4bd603b8ae13cf026294bf6c5d Issue-ID: INT-696 Signed-off-by: Marco Platania <platania@research.att.com> Former-commit-id: cd9e16c51daf4af1e74a6d89ee4d240f61b5b7f2
2018-11-15Merge "wan-connection bug fix for ccvpn integration test"Dan Timoney2-639/+1100
Former-commit-id: 2608b727fbaa26beacd94530aadc5170f580e837
2018-11-14Store .installed marker in persistent volumeTimoney, Dan (dt5972)1-2/+8
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> (cherry picked from commit a80381735f02625baa177faf4af99301a8858e4d [formerly f6191ba4d1156410259897097485ddad2a15178f]) Former-commit-id: 9b50f9c6f8c60e00e1571baaa0d100f589fc96cc
2018-11-12Fix self serve DGAlexis de Talhouët11-389/+3507
- fix self-service-capability-param-resolution to self-self-capability-param-resolution Change-Id: Icd9a3be6bcef923fec3199982892911a4b81b346 Issue-ID: SDNC-512 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com> Former-commit-id: d48a45e43d88dcbebda612c2b33e6c10ed10d1cc
2018-11-12Drop CDS tables only if they existAlexis de Talhouët1-4/+4
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> Former-commit-id: d9dbcdbe0cb870b558ef0415e5c33fef01413128
2018-11-11Add gw-vfmodule-update nodeBrian Freeman2-2/+6519
Issue-ID: SDNC-511 Change-Id: I89533fb46e5c4f52b5898ff75b30e773d8a7e064 Signed-off-by: Brian Freeman <bf1936@att.com> Former-commit-id: 4b276a0d6f5c9546584ba917613316a6dea82138
2018-11-09Set default cloud ownerTimoney, Dan (dt5972)1-0/+3
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> Former-commit-id: 7f6ff3ab6ea70fcf33714036abf0b4147fc574c1
2018-11-09wan-connection bug fix for ccvpn integration testZhuoyao Huang2-639/+1100
Issue-ID: SDNC-354 Change-Id: I0337c77a073b21888c31d25d305f55feb14768ae Signed-off-by: Zhuoyao Huang <10112215@zte.com.cn> Former-commit-id: 3a149df679e4cb13ca0f045d254b250fffdddab7