Age | Commit message (Collapse) | Author | Files | Lines |
|
* Update docs/submodules/ccsdk/distribution.git from branch 'master'
to f8d4769f3aa39c5dd2c22f97bb31dbc4f7a8dee7
- Add missing installer
Add missing installer for grpc client
Change-Id: I1e336c37f74b1213d2ad60d14a0dff7b7d931ed0
Issue-ID: CCSDK-1085
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
|
|
* Update docs/submodules/ccsdk/distribution.git from branch 'master'
to 68920855048f006e83040c63dcd1acc708c1caff
- Fix saltstack-server docker build
Fixed incorrect URL in yum install, which was causing docker build
to fail.
Change-Id: I9a646c578f894e01474283ebbf47a235ddd21d98
Issue-ID: CCSDK-1084
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
|
|
* Update docs/submodules/ccsdk/distribution.git from branch 'master'
to f4089a2309fecb01e6e3ef06e03991a6be02e2d9
- Merge "Changes in RestServer.py"
- Changes in RestServer.py
Ansible Inventory file includes all partial match entries for Nodelist
Change-Id: I27613a2402731750441938b2b269cb9fc6259825
Issue-ID: APPC-1288
Signed-off-by: Shubhada Ramkrishna Vaze <SV00449682@TechMahindra.com>
|
|
* Update docs/submodules/ccsdk/distribution.git from branch 'master'
to 268c4ba118679fa90b973ac49660d8f83eb9575b
- Fix docker tags
Updated docker tags to conform to ONAP standards
Change-Id: If461ee7ea99a1966e66a03a3a970d0acef835320
Issue-ID: CCSDK-1059
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
|
|
* Update docs/submodules/ccsdk/distribution.git from branch 'master'
to 8ba2cee45f88c64d096dbbb29e73741403f747d1
- Base for saltstack server
Issue-ID: CCSDK-1048
Change-Id: Ic177428fd9fb111919f4bfbd0978464a19ac75ab
Signed-off-by: Ganesh Chandrasekaran <ganesh.c@samsung.com>
|
|
* Update docs/submodules/ccsdk/distribution.git from branch 'master'
to 5af3a898f344f822167895a4e5954ee43fa1e2e1
- Fix odlsli ubuntu install
Fix feature install for Ubuntu-base ODLSLI container
Change-Id: I1952bc6551c1451cb0bcfbe89385aa49fd84a10d
Issue-ID: CCSDK-489
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
|
|
* Update docs/submodules/ccsdk/distribution.git from branch 'master'
to b141f3e2d60cbebdbb528aeef7ffb97eab6047dd
- Merge "Add missing MR to mtce release contents"
- Add missing MR to mtce release contents
Added missing defect to Casablanca mtce release contents.
Change-Id: Iffc4e616937fd06d0e5cb42323ec31f639ef2884
Issue-ID: CCSDK-1010
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
|
|
* Update docs/submodules/ccsdk/distribution.git from branch 'master'
to 15f406b8210d615f0191108805b0489d3aaa4a38
- Provide symlink to old ansible root
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>
|
|
* Update docs/submodules/ccsdk/distribution.git from branch 'master'
to 55b6a19742a02fdb854b66efac94fcb86b95378d
- INT-864 small, multi-arch image
Issue-ID: INT-864
Change-Id: I9a108486f41bf53d93ee6a9bcd2012f7515c3287
Signed-off-by: sandovalfr <frank.sandoval@oamtechnologies.com>
|
|
* Update docs/submodules/ccsdk/distribution.git from branch 'master'
to 163a290fce4ed29da2ba4d49657c0bb09429db6e
- Update odlsli image name
Update docker-compose to use odlsli alpine image.
Change-Id: I449c366eb13b00c5477b706614a4224102b6150c
Issue-ID: CCSDK-862
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
|
|
* Update docs/submodules/ccsdk/distribution.git from branch 'master'
to aa9d825d1d6be1b9bd9611b27607735f6ae1db88
- Fix Fluorine installation
Fix updates to features.cfg for Flourine.
Change-Id: Icb8d4dc2ed98ac71a8f0ef1c8fe68729091436c5
Issue-ID: CCSDK-489
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
|
|
* Update docs/submodules/ccsdk/distribution.git from branch 'master'
to a5a96e3da7da19815497a72be4610ab929d25441
- remove proxy conf in pom for ansible-server
Change-Id: I9f230afab027f4c2442c5af91a96bbddf691d78a
Issue-ID: INT-816
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
|
|
Project: ccsdk/distribution master f3129a229e7465d6995989710adf245848d7ce19
Debug ansible docker issue
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>
|
|
Project: ccsdk/distribution master 72d081256d30e5591a21298d117810062eadfd3d
Merge "reduce ccsdk-ansible-server image footprint"
reduce ccsdk-ansible-server image footprint
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>
|
|
Project: ccsdk/distribution master dbc7a4ded01499f590e48d565152d5dc06a2aa82
Merge "Install saltstack-adapter jar"
Install saltstack-adapter jar
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: ccsdk/distribution master dc4950ba68c4c6dadd530f7f808bbb4c9458571d
alpine build, implement to follow VNF anisble Req
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>
|
|
Project: ccsdk/distribution master dc379274e1cb70a2d7506641e4916f10f019e0fe
Update release notes for Casablance mtce
Documented bugs fixed in Casablanca maintenance release.
Change-Id: Iadef1c82eceb62c61077899575d4d92fe92dbea6
Issue-ID: CCSDK-1010
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
|
|
Project: ccsdk/platform/plugins master 4bdd986c840b025b7eee18be24254a6aabc6d2ca
Update Helm plugin type file artifact path
Change-Id: I61f0bef6f5bb9d65bf8fcfa1bdfd7cee7bba0acb
Issue-ID: CCSDK-1007
Signed-off-by: Hong Guan <hg4105@att.com>
|
|
Project: ccsdk/parent master aac160b9e21ca6fad9c67704720a6034f949668e
Fix CCSDK versions in springboot parents
Fixed CCSDK versions (0.4.1-SNAPSHOT) in springboot parent poms.
Change-Id: Iab71e46175bbc0b39e1903b1c4f202fc039dfc9f
Issue-ID: CCSDK-1001
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
|
|
Project: ccsdk/distribution master e7cfae5dc0eb888487c6988678bcc99b2dad04c1
Changes for Fluorine
Update docker container for ODL Fluorine
Change-Id: Ia595d5afb30b2ad53de547e3b5f89fd480a76a28
Issue-ID: CCSDK-870
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
|
|
Project: ccsdk/parent master 5c5d1f06910f7d31654526dab1bddf3d39307f5a
Only warn on snapshot dependencies
During development, daily release builds use snapshot dependencies.
So, enforcer rule needs to be relaxed (WARN level rather than ERROR).
Change-Id: Ifd7546c7f3914680a0cf06c0b037f74b82db891e
Issue-ID: CCSDK-945
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
|
|
Project: ccsdk/distribution master df56c579a469fbf81efd164b8b77bcef46618aaa
Enable the installation of TemplateNode feature
Change-Id: Ic037a8b2168a81c1d73868290f10fe043e9133f3
Signed-off-by: Munir Ahmad <munir.ahmad@bell.ca>
Issue-ID: CCSDK-923
|
|
Project: ccsdk/parent master c04206a0d20db82417ebe9ede37441c6d9681cd3
Break dependency loop
Removed import of CCSDK repo artifact BOMs from parent poms
to break a dependency loop. Including those meant that, when
rolling to a new release version, we'd have to touch parent twice:
first, with the 'old' version of CCDSK repos (since they're not built
yet), and then after they're built, we'd have to update parent
poms to import the rolled-version of the repo BOMs. And after
that, we'd need to re-merge all the repos, so that they are compiled
against the correct version of sli core.
Change-Id: Id10c29e3f321defb1b911de894cf045693ef90cc
Issue-ID: CCSDK-939
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
|
|
Project: ccsdk/distribution master ea65269f135a9196b0dfcc6195d6a9bd915f998c
Prepare for release build
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>
|
|
Project: ccsdk/parent master 79ddeb64d15861ad52d6f31d52fd7c61b9c2ade3
Update parent poms for Fluorine
Update parent poms for OpenDaylight Fluorine
Change-Id: If7f81edc9f65b0169fe25bbd4f4b8b52cd874250
Issue-ID: CCSDK-861
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
|
|
Project: ccsdk/parent master 14f04c1e708afbf6a05b81ed0f4f435593b1c62f
Roll snapshot parent pom back to snapshot versions
Roll parent poms back to using 0.4.0-SNAPSHOT to repair snapshot builds
Change-Id: Iea8554ad0276f4c08e40a17abbed3d7cd044a34a
Issue-ID: CCSDK-861
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
|
|
|
|
Project: ccsdk/parent master 0d2d7360df46a4baad1ef553a5248677c7a0d542
Prepare for release build
Create release build of CCSDK Dublin on ODL Oxygen prior
to merging Fluorine changes
Change-Id: I3fcac4a390712a30d2e51eda63a835a6bdf5055c
Issue-ID: CCSDK-861
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
|
|
Change-Id: I2ee4861128f4e976973c9769b66d730896446a55
Issue-ID: CCSDK-918
Signed-off-by: ezhil <ezhrajam@in.ibm.com>
|
|
Change-Id: I236036f08966fbcb9bd99b4316a2e126479b8952
Issue-ID: CCSDK-876
Signed-off-by: ezhil <ezhrajam@in.ibm.com>
|
|
Project: ccsdk/distribution master 9b0e1e45e155e91614c008ecfadc83dadb6706d9
Add base ODL Fluorine containers
Add base docker containers for OpenDaylight Fluorine SR1
Change-Id: I6f203352adae5d4d70628be62818d6f5f96f1457
Issue-ID: CCSDK-860
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
|
|
Project: ccsdk/parent master 38d2d6a121d00d49d989cabf7ec5844625ed4ffe
Update jackson version to 2.8.9
Update jackson version to 2.8.9 to resolve known security issue.
Change-Id: If76d3905595a984866b254885b9fc7b417676d31
Issue-ID: CCSDK-765
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
|
|
Project: ccsdk/parent master 3beea0e535215ac127e68af16ff78d9cffeafd11
Generate odlparent poms from template
Updated ccsdk/parent to use a common pom template to generate all
the odlparent poms, which should be identical except for their
parents.
Change-Id: I1cfcff7191ca95434e390d5cf35651c0ad40705d
Issue-ID: CCSDK-857
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
|
|
Project: ccsdk/parent master d5125039dd3176bc27dbf6f19dc12c793f66448a
Update springboot to 2.1.0.RELEASE
Update springboot version to 2.1.0.RELEASE to resolve security
vulnerability in dom4j version used in earlier releases.
Change-Id: I6beea39f43856e2ca7377694babcfe3210cddfa4
Issue-ID: SDNC-537
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
|
|
Project: ccsdk/platform/plugins master f429e8f161c95c35d7247f928482dba5491d3665
sync ONAP DMaaP-plugin with AT&T internal
Changes: security enhancement, support topic-name, more logs
Change-Id: I7649505847a49b32d56d6e891aebb2521b54a7bd
Issue-ID: CCSDK-794
Signed-off-by: xufeiliu <xl085b@att.com>
|
|
Project: ccsdk/distribution master 949fdb5146438b494c129a5fad5b3661c86a652a
Merge "update SVC_LOGIC table"
update SVC_LOGIC table
Add missing columns modified_timestamp and md5sum
Change-Id: I1719323459eacd895a8ae4ddd75c3df2a5df5953
Issue-ID: CCSDK-828
Signed-off-by: Smokowski, Kevin (ks6305) <kevin.smokowski@att.com>
|
|
Project: ccsdk/distribution master 826075afea216b7eac6ea39dd9f9edba4aaa7c04
Merge "Port ODL Oxygen to alpine"
Port ODL Oxygen to alpine
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>
|
|
Project: ccsdk/platform/blueprints master 0bb45f0d88abb94cadfcc462f31bc8c7453be204
Update INFO.yaml file
- Add Gaurav Agrawal as committer
- Add missing info sections
- Fix indentation to pass verify
Change-Id: I63e577032b654461c85a5dcd8b773b87b223bacd
Issue-ID: CIMAN-134
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
|
|
Project: ccsdk/platform/plugins master 2e93164490b3ad9cd85f63ad6619ec02947dd3a3
Update INFO.yaml file
- Add Gaurav Agrawal as committer
- Add missing info sections
- Fix indentation to pass verify
Change-Id: I6f25df5c631fba0dd1501046b247bc12b709c0de
Issue-ID: CIMAN-134
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
|
|
Project: ccsdk/distribution master 8e6b798779f445e0814823ff358e6d585e4502f6
Update INFO.yaml file
- 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>
|
|
Project: ccsdk/utils master 1e65a92a826ef75e03b33ffceb72d8357ec88cc4
Update INFO.yaml file
- Add Gaurav Agrawal as committer
- Add missing info sections
- Fix indentation to pass verify
Change-Id: Ifc31c7fb33cef83018801d6cd7950cb93f734d17
Issue-ID: CIMAN-134
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
|
|
Project: ccsdk/parent master d6c5b3c29cffb114894b9bd85cae71489a185e22
Update INFO.yaml file
- Add Gaurav Agrawal as committer
- Add missing info sections
- Fix indentation to pass verify
Change-Id: Ie2ef316df3eaf2db93999a0c31429d27bf924027
Issue-ID: CIMAN-134
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
|
|
Project: ccsdk/storage/esaas master 988a69e42e01727cd0aa9296457ea23693a2eb09
Update INFO.yaml file
- Add Gaurav Agrawal as committer
- Add missing info sections
- Fix indentation to pass verify
Change-Id: I39e2174845750b4b48bcbbce6236c778ecfc39a4
Issue-ID: CIMAN-134
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
|
|
Project: ccsdk/storage/esaas master 12b3d6828038645e35e53a9a95ab5e377aec3325
Update INFO.yaml file
Remove Ryan Goulding
Change-Id: I64092dfca94d33c98a68bc14a5103f2784c41da1
Issue-ID: CIMAN-134
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
|
|
Project: ccsdk/platform/blueprints master d1cce465cc3d281b8bd7f2c9fee067c5f7c36169
Update INFO.yaml file
Remove Ryan Goulding
Change-Id: Ia092409914fac76b17724a24332e489d2e7e3504
Issue-ID: CIMAN-134
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
|
|
Project: ccsdk/platform/plugins master 9745a3c068a8fe5e062ddae3904d3d25df6b2681
Update INFO.yaml file
Remove Ryan Goulding
Change-Id: I6839187da6b3c3d9c287f8eb7b15466f343074e6
Issue-ID: CIMAN-134
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
|
|
Project: ccsdk/distribution master 92b56035f5e56fc4bb035c44fd90415d55cfcd30
Update INFO.yaml file
Remove Ryan Goulding
Change-Id: I6bafe1c7a8ef205c3ae673992f20b328423f3d90
Issue-ID: CIMAN-134
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
|
|
Project: ccsdk/parent master 1502905c0e06850feb327fc0aad42ad8928fad2a
Update INFO.yaml file
Remove Ryan Goulding
Change-Id: Ib44f8494b6d4423712c7ba13671905528fc3b51a
Issue-ID: CIMAN-134
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
|
|
Project: ccsdk/utils master 8b09ff73b70851bcbc7b4b940fe81980cdf07e25
Update INFO.yaml file
Remove Ryan Goulding
Change-Id: Ie55303ea78ea9bea7cff5086e9f60221e39e48a7
Issue-ID: CIMAN-134
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
|
|
Project: ccsdk/platform/plugins master 2e7361cf94af3d57ae57610118a8a8975e022f74
Add a new 'status' workflow for Helm Plugin
Change-Id: I87aa50b5ab5524494f035b290323c697169f26b9
Issue-ID: CCSDK-788
Signed-off-by: Hong Guan <hg4105@att.com>
|