Age | Commit message (Collapse) | Author | Files | Lines |
|
Issue-ID: CCSDK-1048
Change-Id: Ic177428fd9fb111919f4bfbd0978464a19ac75ab
Signed-off-by: Ganesh Chandrasekaran <ganesh.c@samsung.com>
|
|
Fix feature install for Ubuntu-base ODLSLI container
Change-Id: I1952bc6551c1451cb0bcfbe89385aa49fd84a10d
Issue-ID: CCSDK-489
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
|
|
|
|
Added missing defect to Casablanca mtce release contents.
Change-Id: Iffc4e616937fd06d0e5cb42323ec31f639ef2884
Issue-ID: CCSDK-1010
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
|
|
For backward compatibility, provide symlink /opt/onap/ccsdk ->
/opt/ansible-server in ansible server container.
Change-Id: I935ded656800c6a94b0326dcdd52caaaf0c7a71a
Issue-ID: CCSDK-1044
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
|
|
Issue-ID: INT-864
Change-Id: I9a108486f41bf53d93ee6a9bcd2012f7515c3287
Signed-off-by: sandovalfr <frank.sandoval@oamtechnologies.com>
|
|
Update docker-compose to use odlsli alpine image.
Change-Id: I449c366eb13b00c5477b706614a4224102b6150c
Issue-ID: CCSDK-862
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
|
|
Fix updates to features.cfg for Flourine.
Change-Id: Icb8d4dc2ed98ac71a8f0ef1c8fe68729091436c5
Issue-ID: CCSDK-489
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
|
|
Change-Id: I9f230afab027f4c2442c5af91a96bbddf691d78a
Issue-ID: INT-816
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
|
|
Debug ansible docker install issue by turning on verbose
logging.
Change-Id: I9b032f459c1d2a4f798417b53dfc9957d510e37a
Issue-ID: INT-816
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
|
|
|
|
|
|
Install saltstack-adapter jar file in ODL local maven repo.
Change-Id: Ic3132c01b33d11f38fde96df291256fafed79aca
Issue-ID: CCSDK-1014
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
|
|
Project "CIA" scope is to provide smaller and multi architecture docker
images.
This proposition aims to do that for ccsdk-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: I5c66f29ca40d9224aef3d230593735b8e0aa1f3b
Issue-ID: INT-816
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
|
|
1. change from ubuntu build to alpine build
2, follow the dir path for playbook - pls see JIRA
Change-Id: Iaa2f7e3c9fc66542b1bc0751826821276f773efa
Issue-ID: CCSDK-1009
Signed-off-by: Taka Cho <takamune.cho@att.com>
|
|
Documented bugs fixed in Casablanca maintenance release.
Change-Id: Iadef1c82eceb62c61077899575d4d92fe92dbea6
Issue-ID: CCSDK-1010
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
|
|
Update docker container for ODL Fluorine
Change-Id: Ia595d5afb30b2ad53de547e3b5f89fd480a76a28
Issue-ID: CCSDK-870
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
|
|
Change-Id: Ic037a8b2168a81c1d73868290f10fe043e9133f3
Signed-off-by: Munir Ahmad <munir.ahmad@bell.ca>
Issue-ID: CCSDK-923
|
|
Prepare for release of early ODL-Oxygen based CCSDK Dublin
Change-Id: I8f725533def2c2bec8e37af86ee2657d125a50e0
Issue-ID: CCSDK-870
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
|
|
Add base docker containers for OpenDaylight Fluorine SR1
Change-Id: I6f203352adae5d4d70628be62818d6f5f96f1457
Issue-ID: CCSDK-860
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
|
|
|
|
|
|
Add new alpine-based images for OpenDaylight Oxygen container.
Change-Id: I49eb198e39a4dd71736175876e2e1af0a85d5228
Issue-ID: CCSDK-841
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
|
|
Add missing columns modified_timestamp and md5sum
Change-Id: I1719323459eacd895a8ae4ddd75c3df2a5df5953
Issue-ID: CCSDK-828
Signed-off-by: Smokowski, Kevin (ks6305) <kevin.smokowski@att.com>
|
|
- Add Gaurav Agrawal as committer
- Add missing info sections
- Fix indentation to pass verify
Change-Id: I96e13aac1d865ae239874cceccea920a210cacd7
Issue-ID: CIMAN-134
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
|
|
Remove Ryan Goulding
Change-Id: I6bafe1c7a8ef205c3ae673992f20b328423f3d90
Issue-ID: CIMAN-134
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
|
|
Update release notes with review comments.
Change-Id: If0c2f4873b92aa361ab68c158165f893dc3f7aee
Issue-ID: CCSDK-654
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
|
|
|
|
|
|
|
|
|
|
Store .installed marker in persistent volume (/opt/opendaylight/current/daexim)
Change-Id: If9bad7fcd8a2412d1db7fb3bbb77d5f81f4b7377
Issue-ID: SDNC-518
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
(cherry picked from commit 9788155805ded9b76617e6c795c76b53f73426ec)
|
|
and also added option to view difference of json and xml since import
Change-Id: I4e2616f1880805bd74031020418ba2776616cbfa
Issue-ID: CCSDK-683
Signed-off-by: Sheshashailavas Chinthakayala <sc2914@att.com>
|
|
Update release notes with links to user stories and bugs for Casablanca
Change-Id: I6d94c0de07bd629faf51b6845bd05495b22fd661
Issue-ID: CCSDK-654
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
|
|
Change-Id: Ib0581cb404e50defcbfcfeb399eeddb6c91799f5
Signed-off-by: Stanislav Chlebec <stanislav.chlebec@pantheon.tech>
Issue-ID: AAF-582
|
|
This prevents from package desynchronization, leading to
half packages not installed.
Change-Id: I11ef8a8f18e5b041b8c0c3c66b0792dad8361e28
Issue-ID: SDNC-443
Signed-off-by: Julien Barbot <julien@barbot.org>
|
|
Roll version to initial Dublin snapshot
Change-Id: If2e121ea6a05e532db7e055de9f86adec11ef378
Issue-ID: CCSDK-617
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
|
|
Update to prepare for RC0 release build: remove -STAGING tag from
release version and use released parent poms.
Change-Id: I8737380807de0cb582d9a7a1fe99ca74b1c767b5
Issue-ID: CCSDK-617
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
|
|
Roll ccsdk/distribution to next snapshot version.
Change-Id: Ic5ba30c3abb0049dc125488f19e7622d2dce1ee1
Issue-ID: CCSDK-597
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
|
|
Remove -STAGING from release version and remove SNAPSHOT dependencies
Change-Id: I2d10dea846bcdccf999ac34026a8c8b8677af4f1
Issue-ID: CCSDK-597
Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
|
|
Install version 2.1 of javax.ws.rs-api package, needed by restapi-call-node
Change-Id: Ib68ba5a7aa5724695b0877bda7d149122b2a34b9
Issue-ID: CCSDK-567
Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
|
|
This reverts commit b23b39dbc67c7269c6c7cdbff5f9a529e0dffb75.
Change-Id: Idbab8aaed32dd0fa1858851a5d9aab6c6eab28f3
Issue-ID: CCSDK-567
Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
|
|
|
|
Change ansible inventory path to have ccsdl instead of sdnc in path
Change-Id: Iebd5a03b38aa92e01d1ec986661d49d461052a2d
Issue-ID: CCSDK-586
Signed-off-by: Agarwal, Ruchira(ra1926) <ra1926@att.com>
|
|
Changes includes:
- Added Restconf client to boot features list in DockerFile.
Change-Id: I9dadc1f9a1cb149d8cb6604d12210c86c6bb1dec
Issue-ID: CCSDK-567
Signed-off-by: Gaurav Agrawal <gaurav.agrawal@huawei.com>
|
|
|
|
|
|
Change-Id: I6eb0a5b2202ab7af324a01e453ae9e4510c3d64d
Issue-ID: CCSDK-505
Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
|
|
Add ansible-server to CCSDK (copied from sdnc)
Change-Id: I1a351ada1b31cb6623ec2ef850a9d85f856ba41c
Issue-ID: CCSDK-554
Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
|
|
Updated AAI version to v14 in aaiclient.properties.
Change-Id: I52faa1a381f5bfa6ac8ac6dcff56269757e2bfb3
Issue-ID: CCSDK-324
Signed-off-by: Gaurav Agrawal <gaurav.agrawal@huawei.com>
|