Age | Commit message (Collapse) | Author | Files | Lines |
|
Update sdnc ODL container to run as non-root user 'odl'
Change-Id: If23e061fe861eca9155874fe2462b20ca7219382
Issue-ID: SDNC-668
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
Former-commit-id: 6f2311e494d2fa1ff8635134bf5325a3ced4881e
|
|
corrected syntax error on user admin page preventing the update button from working.
Change-Id: If5cecca946977706751fae64b7fc8f76100f7825
Issue-ID: SDNC-661
Signed-off-by: Rotundo, Alfred (ar3165) <ar3165@att.com>
Former-commit-id: c36cf1285931ec813b9514b6ee60ac6aa6c80c27
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
Former-commit-id: c7c3656f582d4bb6720b10b70bbb3986986d8e67
|
|
Former-commit-id: fb338f54998e023140f3fdd2c0d07e57f7e1f879
|
|
Issue-ID: INT-814
Change-Id: I2a5b8373ec6bee98c542ce3b69efbdfece914ae2
Signed-off-by: sandovalfr <frank.sandoval@oamtechnologies.com>
Former-commit-id: 2fc97b9b51f3f67a86689161cb84594b6b9b879e
|
|
Issue-ID: INT-813
Change-Id: Icc64c9563463c901277e9e0253d00c059fc1041d
Signed-off-by: sandovalfr <frank.sandoval@oamtechnologies.com>
Former-commit-id: 96aa089f6dd9da04f241c0d1077ffb2095a101fb
|
|
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
|
|
Issue-ID: INT-817
Change-Id: I282356169901d7d5f4ad162695cb76bd10138eeb
Signed-off-by: sandovalfr <frank.sandoval@oamtechnologies.com>
Former-commit-id: 0df7aa33a5ffba852632737b171f8406ec3d97f2
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
Issue-ID: SDNC-354
Change-Id: I3c3d0a464af933da449f009690085d778bbb4614
Signed-off-by: Wsx25289 <10200860@zte.com.cn>
Former-commit-id: f795758fd327fad2a9ed7ac411cfd10a3d5922a0
|
|
Former-commit-id: 5e86f460701a5ec2099ceaa2be3760b84b706f0c
|
|
Former-commit-id: 7ad4dc9a7401802ca8c2c037296781c5001be445
|
|
Former-commit-id: d020224ad94888ca6b66a71854ac0a92f038d562
|
|
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
|
|
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
|
|
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
|
|
Former-commit-id: 392a1f2f8bc0977ae9522d5bbc8e9ed16dc30ae1
|
|
Former-commit-id: 0c5ffc32c06532b733c7aef775b3516afd885306
|
|
Former-commit-id: 06559290e67b72e540cff5ba55013aad90713ee4
|
|
Former-commit-id: 6aa6c18f570f880dc1709dce997d1dde57ac47fc
|
|
Former-commit-id: 541c261114b11ae58c04375c2da965aa2d2ac580
|
|
Change-Id: I21cf12d27d9750ce81bc0f4a02949e0d1962b7a3
Issue-ID: CCSDK-728
Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
Former-commit-id: 129c2e6723e5f097d51e847d561b97ac7479dbbf
|
|
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
|
|
- Change "input" to "output"
Change-Id: Ie6fd59a0ecb3721b84a1f063b76f409b790055c7
Issue-ID: SDNC-534
Signed-off-by: Marco Platania <platania@research.att.com>
Former-commit-id: 55ec19fbcec3adbf16451ac0c5fb2dc2b45e56b9
|
|
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
|
|
Issue-ID: DOC-348
Change-Id: I55d5259d9540e35fe80b0a8a0b4c4c0cc81fa606
Signed-off-by: Mohamed Waly <mohamed.waly@orange.com>
Former-commit-id: dcf8515fae4c2c2b69ce9a4131fbd4788cc42e1a
|
|
Former-commit-id: a2736d119810fc5475585cc4b4586da470f26b2f
|
|
Former-commit-id: e44525a3b720a2460e5db39eee96a0dda5819a9d
|
|
Former-commit-id: dc3a1324cdcbf8cad24c8084990ebbbb2f3b86b8
|
|
Former-commit-id: d2508a2bfb2bdbe891528d24e98663d39ab6d35c
|
|
Former-commit-id: 323e67e113998731879035c05e664d26456d0f83
|
|
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
|
|
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
|
|
Change-Id: I0017318ae9e84c4bd603b8ae13cf026294bf6c5d
Issue-ID: INT-696
Signed-off-by: Marco Platania <platania@research.att.com>
Former-commit-id: cd9e16c51daf4af1e74a6d89ee4d240f61b5b7f2
|
|
Former-commit-id: 2608b727fbaa26beacd94530aadc5170f580e837
|
|
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
|
|
- 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
|
|
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
|
|
Issue-ID: SDNC-511
Change-Id: I89533fb46e5c4f52b5898ff75b30e773d8a7e064
Signed-off-by: Brian Freeman <bf1936@att.com>
Former-commit-id: 4b276a0d6f5c9546584ba917613316a6dea82138
|
|
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
|