Age | Commit message (Collapse) | Author | Files | Lines |
|
Roll version to 1.4.0-SNAPSHOT for Casablanca development
Change-Id: I5d52858a86eee40136cf8ad5d2cac1d0a44885da
Issue-ID: SDNC-333
Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
Former-commit-id: 110b9d3f108e8f81f705ec4eeb2102f98f220d39
|
|
Update to use CCSDK version 0.2.4 (parent version 1.0.4)
Change-Id: Iee1448ffc04098675a62617d7e2a5a91bcd01bde
Issue-ID: CCSDK-291
Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
Former-commit-id: 552963ec2781609868587e7e743b2a7aa229044a
|
|
Update to next snapshot version
Change-Id: Ie678c0555e453719582bff2ee9c87a302db32084
Issue-ID: CCSDK-290
Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
Former-commit-id: d94f58745798e827f049043c597ec4f308545344
|
|
Update parent version to remove -SNAPSHOT (1.0.3)
Change-Id: I8ecaa886dffc62116e068f4cbeb0ed078175d958
Issue-ID: CCSDK-290
Signed-off-by: Stilwell, David (stilwelld) <stilwelld@att.com>
Former-commit-id: abdfa5a380a9c345d1e768c4bca9238fbf653290
|
|
Roll version for next release candidate
Change-Id: Ib64f000296a5cc3c58cc623cd5697a7a775f8304
Issue-ID: SDNC-294
Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
Former-commit-id: 650c908cb02f828ab7c69a2141fffe36e1cb62d0
|
|
Update docker tagging convention to use:
v0.17.0-SNAPSHOT-YYYYMMDDTHHMMSSZ (for dev images)
v0.17.0-STAGING-YYYYMMDDTHHMMSSZ (for staging images)
Change-Id: Id3394aa24af48b0abf116af98670b3c24e5f0a02
Issue-ID: CIMAN-132
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Former-commit-id: b664c2b6d17703347f674c2f05af73739cd8809f
|
|
Update sdnc-oam to create docker containers based on
ODL Nitrogen release.
Change-Id: If8df28c417a2dec69be6eee2fc4521541126085a
Issue-ID: SDNC-269
Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
Former-commit-id: 2822ea7882e20879b1556bf98cf28695f5052348
|
|
Use MariaDB JDBC controller instead of mysql to remove dependency
on GPL license.
Change-Id: I8986ddff7613fa093fe8d653364cdb6a66604e31
Issue-ID: SDNC-189
Signed-off-by: Dan Timoney <dtimoney@att.com>
Former-commit-id: 3e1e6367cde13246c60646645d405389df01a27a
|
|
Bump minor version in preparation for Amsterdam
branching.
Change-Id: I358cf1088dc4db14d0714bee880402bcbc88ff07
Issue-ID: CIMAN-120
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Former-commit-id: 05c024c1bdb89f2eeb812b69ec528666bb7cb743
|
|
Roll to next release version
Change-Id: I626a1636d188b14e493c5da4e7fcb74c2435c3f4
Issue-ID: SDNC-74
Signed-off-by: Dan Timoney <dtimoney@att.com>
Former-commit-id: c0eb3029f02d194efb49ecf2825beed244376d17
|
|
Update sdnc/oam to build from ccsdk. To get a clean build, it was necessary
to also change openecomp references to onap.
Change-Id: I90d939e77504cd58148889aff2a50f060e27f963
Issue-ID: SDNC-50
Signed-off-by: Dan Timoney <dtimoney@att.com>
Former-commit-id: e391e1e3ca8ea5385bb1f77ed7c4c83935451575
|
|
Roll oam to use version 1.1.2 of rootpom, to ensure latest version is being used
Change-Id: I4cbed1436cc2dfb77690a5aaa28477a1d3e957c3
Signed-off-by: Dan Timoney <dtimoney@att.com>
Former-commit-id: fe503b491dda155f20e3840ec14ea89788961187
|
|
onap jenkins use maven-assembly-plugin 2.2-beta-5. without fix, local build use
maven-assembly-plugin 2.4.1 and build fails as:
Assembly is incorrectly configured: null.
to fix local build issue:
1. update to maven-assembly-plugin 2.6
2. add AssemblyId configuration which is needed for assembly >= 2.2
Change-Id: I7b0b4ac61351704b4beab073dda5779d6b6e6152
Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
Former-commit-id: 6485eecefff83d76557aa8aaf33d273d5033d967
|
|
Roll to next snapshot version
Change-Id: Ia5f8bb92d5566cea07b98bbb7a63c9588ea975c8
Signed-off-by: Dan Timoney <dtimoney@att.com>
Former-commit-id: 5b0799ac9dbaf0022b0b668c7471f6e03df91b7a
|
|
Apply fixes to directed graphs and docker containers discovered during
local testing
Change-Id: Ie675ecea7aa5119fb0b3ee180997b3a420be3e1b
Signed-off-by: Dan Timoney <dtimoney@att.com>
Former-commit-id: 596540a90b7cd031151943062b8c259314acce93
|
|
ant reports build_pom_for_yang_compile as invalid
command on windows as ant plugin consider it as native
command. executable directive make it explicit.
Change-Id: I25d202eafeda6102cba38bd12e78a1d2a617e785
Signed-off-by: Kanagaraj Manickam <kanagaraj.manickam@huawei.com>
Former-commit-id: 7e56426b59afa7866cd28a04efc6e133907d625d
|
|
Starting in version 2.2, maven-assembly-plugin
requires an id tag in the assembly descriptor xmls.
This patch allows the project to be built in
environments that use newer versions of
maven-assembly-plugin.
For details, see:
https://issues.apache.org/jira/browse/MASSEMBLY-517
Change-Id: I95df31b2eb880eb6d2a466eafcc57206f9d3d516
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
Former-commit-id: 59263d726d0c6811c7608a0cbbbff18f74aa8c22
|
|
and added break node
Change-Id: I8d36b5d400a51a6ebc248b100f04284cf27abcad
Signed-off-by: Chinthakayala, Sheshashailavas <sc2914@att.com>
Former-commit-id: ae6804f3c5805f78198b26de88ceb6dfa9bb335b
|
|
Port to OpenDaylight Boron and sync updates since 16.10
Change-Id: I9f6febe0bd3d50c3d27c775e5a41806ee3d2e6cb
Signed-off-by: Dan Timoney <dtimoney@att.com>
Former-commit-id: c7fb7db31a50d5f0005251d41f497fbd4fb2ae4b
|