doc.git
6 years agoUpdated git submodules
Saryu Shah [Thu, 12 Oct 2017 22:03:55 +0000 (22:03 +0000)]
Updated git submodules

Project: policy/engine master 3eddd58a9452d7272a3945a383408a090723adfe

Documentation updates

Added images to git and fixed typos
-------------------------------------------------------------

Change-Id: I5c461247530672bbee6b8c02647c81e43c5b328d
Issue-Id: POLICY-335
Signed-off-by: Saryu Shah <ss3917@att.com>
6 years agoUpdated git submodules
root [Thu, 12 Oct 2017 21:24:10 +0000 (17:24 -0400)]
Updated git submodules

Project: appc/deployment master fc531b1b44e24dee0ed4ec5bf148a3ca85c4cc04

Install wget in appc container for APPC-270

Installing wget inside the APPC docker container to support the fix in [APPC-270]

Change-Id: I6d2f636001ae1bf59a846b1a2c37898a36872f31
Signed-off-by: root <ha076r@att.com>
Issue-Id: [APPC-273]

6 years agoUpdated git submodules
Dan Timoney [Thu, 12 Oct 2017 21:30:02 +0000 (17:30 -0400)]
Updated git submodules

Project: sdnc/oam master 4a67582df824d4f0524a1d84250fb658d0784164

Preload TOSCA data

Preload TOSCA data so testing can proceed independent of SDC

Change-Id: I949f0bd099c1259ad94780a5bf0001efddcd7e66
Issue-ID: SDNC-77
Signed-off-by: Dan Timoney <dtimoney@att.com>
6 years agoUpdated git submodules
Patrick Brady [Thu, 12 Oct 2017 21:15:22 +0000 (14:15 -0700)]
Updated git submodules

Project: appc/deployment master 298a0781eb151cdf3bf38382a59b59bbad9c97b1

Change dmaap demo topic

The topic did not match what policy is
going to send.

Change-Id: I70dfb889864bf5b7f2bb951ebe2f4662582d4bb3
Signed-off-by: Patrick Brady <pb071s@att.com>
Issue-id: APPC-272

6 years agoUpdated git submodules
Christopher Lott (cl778h) [Thu, 12 Oct 2017 21:02:29 +0000 (17:02 -0400)]
Updated git submodules

Project: portal master 55bac427b18a6e37d6b09c4899b19b31cfa3d614

Switch SDK app to Mariadb connector.

Also drop properties for DBC app that is no longer deployed.

Issue: PORTAL-104
Change-Id: I5db42bf8342650caf20675bcef43fcf3e3af2dbb
Signed-off-by: Christopher Lott (cl778h) <clott@research.att.com>
6 years agoUpdated git submodules
Rob Daugherty [Thu, 12 Oct 2017 16:47:20 +0000 (12:47 -0400)]
Updated git submodules

Project: so master a10e358bb0d385b22cbd7b38b069401f61206359

Build support for Camunda EE Cockpit

The community edition Camunda Cockpit does not have the
capability to inspect a running or completed process.
This makes it useless for debugging purposes.

If a user has an enterprise license, it should be
possible to build SO using the enterprise version of
Camunda.

This commit modifies the SO poms so that the camunda
version may be specified on the maven command line, as
follows:

-Dcamunda.version=7.7.3-ee -Dcamunda.bpm.webapp.artifact=camunda-webapp-ee-jboss-standalone

A maven repository containing the enterprise artifacts
(in this case, 7.7.3-ee) would also need to be provided
at build time in the maven settings.xml configuration.

Issue: SO-216
Change-Id: Idff63ce70475299924333b37aa51f8d963adf568
Signed-off-by: Rob Daugherty <rd472p@att.com>
6 years agoUpdated git submodules
kishore [Thu, 12 Oct 2017 20:44:40 +0000 (15:44 -0500)]
Updated git submodules

Project: integration master b24e841ea42be27081bed6bf67ef3b3253d91fcd

Add updated setup.sh

Issue-ID:PORTAL-78
Change-Id: I4c5aa53896065365d4ad6ccd13e6e937894648e8
Signed-off-by: kishore <kk707x@att.com>
6 years agoUpdated git submodules
Tony Hansen [Thu, 12 Oct 2017 14:51:12 +0000 (14:51 +0000)]
Updated git submodules

Project: ccsdk/platform/plugins master 2db25ae8c4c844b968d3e93c02ad92aec0eb7689

add plugin rst files to docs directory

for i in dmaap dnsdesig pgaas sshkeyshare
do pandoc -f markdown -t rst -o docs/foo.rst foo/README.md
done

Change-Id: Icbde9093955ba2c65c8cf4dbf17e84f198205e13
Signed-off-by: Tony Hansen <tony@att.com>
Issue-ID: CCSDK-118

6 years agoUpdated git submodules
Gary Wu [Thu, 12 Oct 2017 20:20:53 +0000 (13:20 -0700)]
Updated git submodules

Project: integration master c794f93ad26784098f91473afee56c6e055dc69f

Refactor integration java jobs

Remove root level java job; replace with subproject
jobs instead.

Issue-ID: INT-273
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
Change-Id: Ic8c90a6f64f1ce8249d681181131ed11b2a71ec3

6 years agoUpdated git submodules
Dan Timoney [Thu, 12 Oct 2017 20:13:14 +0000 (16:13 -0400)]
Updated git submodules

Project: sdnc/oam master 067ab468d0f407d7dfc19a4bb013a61eaf082721

Changed aaiclient login/passwd

Changed AAI login/password to value provided for SDNC's use.

Change-Id: I725a71ccdf2e568f8b49bb75aba9cae1b4986981
Issue-ID: SDNC-80
Signed-off-by: Dan Timoney <dtimoney@att.com>
6 years agoUpdated git submodules
Dan Timoney [Thu, 12 Oct 2017 20:01:06 +0000 (16:01 -0400)]
Updated git submodules

Project: sdnc/northbound master dd3f74074787dfd14e8aec0b48883b780dd8ccba

Fixed vnfapi install issue

Fixed issues with vnfapi install:
 - Resolved issue installing vnftools by converting to blueprint
 - Resolved issue not finding RPC implementation of vnfapi by fixing
   dependency feature vnftools, and by converting vnfapi to blueprint.

The root cause in both cases was probably something wrong with the
provider configuration, but it was simpler (not to mention more
maintainable) to just convert from config to blueprint.

Change-Id: I7010a845687673c932457774f3103834d328ab84
Issue-ID: SDNC-119
Signed-off-by: Dan Timoney <dtimoney@att.com>
6 years agoUpdated git submodules
Victor Morales [Thu, 12 Oct 2017 17:56:35 +0000 (10:56 -0700)]
Updated git submodules

Project: integration master 51e61ce4085e2de224f869a6d9b67905482600fa

Update AAI repos list

This change includes the latest repos required for AAI module. It was
also updated the Unit tests as well.

Change-Id: I4b57e5a3c1116b8d8b9fa9d0e2d19c5f64645055
Signed-off-by: Victor Morales <victor.morales@intel.com>
Issue-Id: INT-274

6 years agoUpdated git submodules
Dan Timoney [Thu, 12 Oct 2017 20:06:52 +0000 (20:06 +0000)]
Updated git submodules

Project: sdnc/oam master dd55921060ac2d91e5bae1915c8e876e35af26b8

Merge "Update underlay DGs for VoLTE use case"

Update underlay DGs for VoLTE use case

*query 'pnf' from AAI using pe1_id
*get esr-thirdparty-sdnc.thirdparty-sdnc-id from pnf.relationship-data
*query 'esr-thirdparty-sdnc' from AAI using thirdparty-sdnc-id

Change-Id: Ic80c29f306e17d5c5401f723ee86f3641f833778
Issue-Id: SDNC-111
Signed-off-by: Ramu N <ramu.n@huawei.com>
6 years agoUpdated git submodules
hp1256 [Thu, 12 Oct 2017 18:51:16 +0000 (11:51 -0700)]
Updated git submodules

Project: vnfrqts/requirements master 351e1f2a3a33d9348776cd8e1e45eb90e0276992

VNFRQTS -Requirements fixed outline

VNFRQTS -Requirements fixed outline for chapter 5

Change-Id: I8ec38a4e87137e92c5dfe464bf28714323035972
Issue-ID:VNFRQTS-111
Signed-off-by: hp1256 <hp1256@att.com>
6 years agoUpdated git submodules
Christopher Lott (cl778h) [Thu, 12 Oct 2017 17:03:57 +0000 (13:03 -0400)]
Updated git submodules

Project: portal master ab1c5867bd8e93d095a571e9337f0979a4ddd924

Repair Portal user-role assignment

Issue: PORTAL-125
Change-Id: Ib8006c301d059d954b681a11a955924843548c6b
Signed-off-by: Christopher Lott (cl778h) <clott@research.att.com>
6 years agoUpdated git submodules
hp1256 [Thu, 12 Oct 2017 15:52:24 +0000 (08:52 -0700)]
Updated git submodules

Project: vnfrqts/requirements master 65e7bdd5b102103ed427b9e6bedd2d53695c5c60

VNFRQTS -Requirements add VF-C link

VNFRQTS -Requirements Added link to VF-C project to Chapter 7

Change-Id: I3ed76db19ea81f229ddafdae1edf58f98787fcb3
Issue-ID:VNFRQTS-89
Signed-off-by: hp1256 <hp1256@att.com>
6 years agoUpdated git submodules
hp1256 [Thu, 12 Oct 2017 17:19:07 +0000 (10:19 -0700)]
Updated git submodules

Project: vnfrqts/guidelines master 615346eea4e84adba82da057bb3fe59386539969

VNFRQTS -Guidelines fix copyrigt license

VNFRQTS -Guidelines fixed copyright license in the open ecomp seed documents

Change-Id: Ie1e6478ce803af9988e429f159974f5b4e467acc
Issue-ID:VNFRQTS-112
Signed-off-by: hp1256 <hp1256@att.com>
6 years agoUpdated git submodules
James Forsyth [Thu, 12 Oct 2017 16:28:27 +0000 (16:28 +0000)]
Updated git submodules

Project: aai/sparky-be master 25dea2d3021dd0b1e54a93dea5b296781abe828f

Merge "Add unit test cases."

Add unit test cases.

Add unit test cases.

Issue-ID: AAI-429

Change-Id: I3efdaf3b5f477442c691b6095681f34c4e35b53c
Signed-off-by: Aditya Gajulapalli <ag282f@att.com>
6 years agoUpdated git submodules
Christopher Lott (cl778h) [Wed, 11 Oct 2017 20:50:40 +0000 (16:50 -0400)]
Updated git submodules

Project: portal master 792b5d463eb37917926a5af64d46a0441b63eadf

Remove GreenSock code in b2b library

Issue: PORTAL-127
Change-Id: Ie126b390f83cdf448da75d8684c0bf50e061f739
Signed-off-by: Christopher Lott (cl778h) <clott@research.att.com>
6 years agoUpdated git submodules
Steven Blimkie [Thu, 12 Oct 2017 15:08:25 +0000 (15:08 +0000)]
Updated git submodules

Project: aai/data-router master 7af00564f04e1b8f441536fce5bdf31d59fe722c

Merge "Renaming openecomp to onap"

Renaming openecomp to onap

Issue-ID: AAI-208
Change-Id: Ib5dc63c9b2f4c580caec21414c2fafae904adca9
Signed-off-by: Arul.Nambi <arul.nambi@amdocs.com>
6 years agoUpdated git submodules
subhash kumar singh [Thu, 12 Oct 2017 14:47:09 +0000 (14:47 +0000)]
Updated git submodules

Project: cli master fdf9058ba5daeeb551b19190d41cf97635c018d7

Fix exception logs from log4j at buildtime

Fix exception logs from log4j at buildtime.
Fix logger filename.

Issue-ID: CLI-51
Change-Id: Ia284bf2566792e1a381936382cab940c6d0182ac
Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
6 years agoUpdated git submodules
Dan Timoney [Thu, 12 Oct 2017 15:03:55 +0000 (15:03 +0000)]
Updated git submodules

Project: ccsdk/sli/northbound master 69f04bc857aeefea9142b0a194f3f769897fbbcf

Merge "Add readthedocs documentation for sli/northbound"

Add readthedocs documentation for sli/northbound

Add readthedocs documentation for sli/northbound.

Change-Id: I8ca9d7e839408094ab3754500d71fe7463f0b0e4
Issue-ID: CCSDK-107
Signed-off-by: Dan Timoney <dtimoney@att.com>
6 years agoUpdated git submodules
Dan Timoney [Thu, 12 Oct 2017 13:18:24 +0000 (09:18 -0400)]
Updated git submodules

Project: sdnc/oam master c79ea358129eac458c0515a9ba252f5989c45b4e

Add readthedocs for sdnc/oam

Add readthedocs sections for sdnc/oam.

Change-Id: I54b725947ef67b494388e919daccc08a7be7dc9b
Issue-ID: SDNC-72
Signed-off-by: Dan Timoney <dtimoney@att.com>
6 years agoUpdated git submodules
Dan Timoney [Thu, 12 Oct 2017 13:11:52 +0000 (09:11 -0400)]
Updated git submodules

Project: sdnc/northbound master 93a3119b6922b16ad7b3f41e16427c99b5eac371

Add readthedocs for sdnc/northbound

Add readthedocs documentation for sdnc/northbound.

Change-Id: Iad6b19f8194564807ac5e2b9772a554ab14c2cad
Issue-ID: SDNC-72
Signed-off-by: Dan Timoney <dtimoney@att.com>
6 years agoUpdated git submodules
Seshu Kumar M [Thu, 12 Oct 2017 14:46:56 +0000 (14:46 +0000)]
Updated git submodules

Project: so master 8a392234b5f57d2bdd528ec183741466042de4d2

Merge "Iterate over "entrySet" instead of "keySet""

Iterate over "entrySet" instead of "keySet"

Issue-id: SO-214

Change-Id: Ic402b02a82bd613b0753db1530dd76ce59c3ad08
Signed-off-by: rama-huawei <rama.subba.reddy.s@huawei.com>
6 years agoUpdated git submodules
Seshu Kumar M [Thu, 12 Oct 2017 14:43:53 +0000 (14:43 +0000)]
Updated git submodules

Project: so master 0a5a51c189c98c8ae294465cad69ce28a4886b00

Merge "Iterate over entrySet instead of keySet"

Iterate over entrySet instead of keySet

Issue-id: SO-214

Change-Id: I7035fb50a0025f0da72eacfe9cee706799202cf7
Signed-off-by: rama-huawei <rama.subba.reddy.s@huawei.com>
6 years agoUpdated git submodules
rama-huawei [Thu, 12 Oct 2017 12:42:07 +0000 (18:12 +0530)]
Updated git submodules

Project: so master f8c86acabc5fde7fbe1d11213379febeeb8f94c9

Replace usage of System.out by a logger

Issue-Id: SO-213

Change-Id: Ia4bed73b2ef46fd195d7e3ffdfcaf140c38ab6fa
Signed-off-by: rama-huawei <rama.subba.reddy.s@huawei.com>
6 years agoUpdated git submodules
Ramya Balaji [Wed, 11 Oct 2017 19:55:05 +0000 (15:55 -0400)]
Updated git submodules

Project: appc master 4474157591ff25982d11b9b90178f2b68d05eedf

Changes to capability check processing

Code changes to ensure processing continues if
capability artifact is not available

Issue-ID:APPC-269
Change-Id: I27663622e56f54f721d40705d842ab30a173519d
Signed-off-by: Ramya Balaji <rb111y@att.com>
6 years agoUpdated git submodules
Ramya Balaji [Thu, 12 Oct 2017 02:38:03 +0000 (22:38 -0400)]
Updated git submodules

Project: appc master fe7018177079b02ca9a05d76b29a5697284d823b

Artifact Handler code fixes

Code corrections in Artifact Handler to use vnf type to store capability artifact,
process download dg reference even if it is not sent in reference file,
to not generate capability artifact if reference file is at vnfc level

Issue-ID: APPC-271
Change-Id: If7e436576f9c64c3933ea681355e710ebf82c497
Signed-off-by: Ramya Balaji <rb111y@att.com>
6 years agoUpdated git submodules
Patrick Brady [Thu, 12 Oct 2017 04:27:27 +0000 (21:27 -0700)]
Updated git submodules

Project: appc master 043892a735d5f0cfc762f49d6bea09c8abb671d1

Correcting iaas property names

The skiphypervisorcheck property was misspelled.

Change-Id: I7aa4d01ed079d33e23b7c8be36bb6e7f24aa4bd6
Signed-off-by: Patrick Brady <pb071s@att.com>
Issue-id: APPC-268

6 years agoUpdated git submodules
Arul.Nambi [Wed, 11 Oct 2017 22:19:37 +0000 (18:19 -0400)]
Updated git submodules

Project: aai/sparky-be master e1a380a1311471e972a7196c50c25ed1ef7c25e1

Increase junit coverage

Issue-ID: AAI-429
Change-Id: Idd0f52e6b74a2689824dc671d37fe25ccf3e781c
Signed-off-by: Arul.Nambi <arul.nambi@amdocs.com>
6 years agoUpdated git submodules
surya-huawei [Thu, 12 Oct 2017 06:18:42 +0000 (11:48 +0530)]
Updated git submodules

Project: ccsdk/sli/core master e940e23cd0b574f8239cdd24fc3b1e590326361e

Add @Override annotation

*This is improve readability of source code

Issue-Id: CCSDK-117
Change-Id: I4bb73a6e4b440ae861045c7548a7e985d1fbf02c
Signed-off-by: surya-huawei <a.u.surya@huawei.com>
6 years agoUpdated git submodules
surya-huawei [Thu, 12 Oct 2017 06:47:55 +0000 (12:17 +0530)]
Updated git submodules

Project: ccsdk/sli/northbound master 806de96eefaaf8ad6685a2c24b7dea03eb629ba2

Remove IOException in method declaration

*This is done because IOException cannot be thrown
from the method and is hence superflous

Issue-Id: CCSDK-117
Change-Id: I0712cfbf610f815e76ed33b0039ecb5e3cc7bbbe
Signed-off-by: surya-huawei <a.u.surya@huawei.com>
6 years agoUpdated git submodules
surya-huawei [Thu, 12 Oct 2017 08:10:39 +0000 (13:40 +0530)]
Updated git submodules

Project: ccsdk/sli/plugins master 3cc6cc194791d9eedfe87fd671ee0db3e8e72897

Remove null check

*Move string literal to the left side of comparison
Null check is performed by String.equalsIgnorecase hence removed

Issue-Id: CCSDK-117
Change-Id: I48c8815f9f20a1c6e86c8b4af8966c9945d5b0c7
Signed-off-by: surya-huawei <a.u.surya@huawei.com>
6 years agoUpdated git submodules
surya-huawei [Thu, 12 Oct 2017 05:12:37 +0000 (10:42 +0530)]
Updated git submodules

Project: ccsdk/sli/adaptors master 9c72587e6a8303bf93586823907165ce9913a19f

Remove toString called on String object

*Removed toString on a string object
This is a redundant construction and saves keystrokes
*Replace type specification in constructor with diamond operator
This is to reduce verbosity of generics code

Issue-Id: CCSDK-117
Change-Id: I5669450e8b5364eb9b01831b26a77596adf6c21a
Signed-off-by: surya-huawei <a.u.surya@huawei.com>
6 years agoUpdated git submodules
surya-huawei [Thu, 12 Oct 2017 08:56:36 +0000 (14:26 +0530)]
Updated git submodules

Project: sdnc/northbound master 6bfed112851ac9d7d30fe942183a633ec9718d46

Use try-with-resource to close filestream

*Using try-with-resource here makes sure that the resource is
automatically closed and increases code readability

Issue-Id: CCSDK-117
Change-Id: Ie923e4540d5be90324104593a1d5fcb1bd501f5c
Signed-off-by: surya-huawei <a.u.surya@huawei.com>
6 years agoUpdated git submodules
Luji7 [Thu, 12 Oct 2017 10:27:16 +0000 (18:27 +0800)]
Updated git submodules

Project: usecase-ui master 30d5cfc7bd4108c23896d449206ab271d16edba2

Fix create dialog open failed.

Change-Id: I85fa9396ef3ccd6b9a3e9601f188721ba39da8c8
Issue-id: USECASEUI-36
Signed-off-by: Luji7 <lu.ji3@zte.com.cn>
6 years agoUpdated git submodules
Guangrong Fu [Thu, 12 Oct 2017 10:41:13 +0000 (18:41 +0800)]
Updated git submodules

Project: holmes/rule-management master 077bf54381023f73426eecac4c2347ca2b5acd7e

Enable specifying the Host IP using Script

Change-Id: I6283b610738d36fc6ea6fbccbbfca04cf5446194
Issue-ID: HOLMES-73
Signed-off-by: Guangrong Fu <fu.guangrong@zte.com.cn>
6 years agoUpdated git submodules
Guangrong Fu [Thu, 12 Oct 2017 10:42:24 +0000 (18:42 +0800)]
Updated git submodules

Project: holmes/engine-management master 65b6a8067489e0ca77ae89d2f1f2e5e42b795257

Enable specifying the Host IP using Script

Change-Id: Ia0c1901551828aafc844e2dd3fb1bc16a84605b6
Issue-ID: HOLMES-73
Signed-off-by: Guangrong Fu <fu.guangrong@zte.com.cn>
6 years agoUpdated git submodules
Lianhao Lu [Thu, 12 Oct 2017 03:08:34 +0000 (11:08 +0800)]
Updated git submodules

Project: vnfsdk/model master 020ed5cb7f2d4efedfcc48bbbdf892043adbfec1

Keep the pkgtools documentation up-to-date

1. Add the new parameters for pkgtools CLI.

2. Add a new method of installation of pkgtools CLI.

3. Add git-review configuartion files and correct files' mode.

Issue-ID: VNFSDK-102

Change-Id: I7e45d9936efb369153e46849e9227516dd2d3639
Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
6 years agoUpdated git submodules
Seshu Kumar M [Thu, 12 Oct 2017 09:56:04 +0000 (09:56 +0000)]
Updated git submodules

Project: so master 1dd7ae2e894dfa7e1fa634fdbfe5be2b4ef38287

Merge "Set context for VFC Create api"

Set context for VFC Create api

Set context for VFC Create api

Change-Id: I33363c15eaa7dc0aa17921792968814970a58df0
Issue-ID:SO-212
Signed-off-by: c00149107 <chenchuanyu@huawei.com>
6 years agoUpdated git submodules
Eddy Hautot [Thu, 12 Oct 2017 09:44:41 +0000 (09:44 +0000)]
Updated git submodules

Project: clamp master 3d2759d4aea35d6d1891fe36b136ccd12a05b422

Merge "Update the TCA blueprint format"

Update the TCA blueprint format

Change-Id: Ib5b6fe1b46a509bea6c40ebc8ec9058990e5f64d
Signed-off-by: xg353y <xg353y@intl.att.com>
Issue-ID: CLAMP-59

6 years agoUpdated git submodules
Ethan Lynn [Thu, 12 Oct 2017 09:18:08 +0000 (17:18 +0800)]
Updated git submodules

Project: multicloud/framework master 4d52f6ef8fc8a5ad1af673e5bd6582e1e5afada1

Tag staging docker image

tag docker image as 1.0.0-STAGING

Change-Id: Iaa89cef7805bb879165eea13e08177bec1ce529b
issue-id: MULTICLOUD-112
Signed-off-by: Ethan Lynn <ethanlynnl@vmware.com>
6 years agoUpdated git submodules
Li Zi [Thu, 12 Oct 2017 09:22:19 +0000 (09:22 +0000)]
Updated git submodules

Project: aai/esr-gui master 2c3965859fcd35ce0f61e6ea2296acda2884df63

Merge "Add a function to add esr-gui to webapp."

Add a function to add esr-gui to webapp.

Change-Id: I2f43a9b3e246cc47873c56d053d0f99bcf4f6d23
Issue-ID: AAI-431
Signed-off-by: lizi <li.zi30@zte.com.cn>
6 years agoUpdated git submodules
HuabingZhao [Thu, 12 Oct 2017 08:55:10 +0000 (16:55 +0800)]
Updated git submodules

Project: sdc/sdc-workflow-designer master f847273d57e15026aaa311d4145a3dedbe00c785

Copy workflow designer to tomcat

Issue-Id: SDC-452
Change-Id: I4dcd275b9beb42f3d66b152e45579d6c6f9b6e39
Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
6 years agoUpdated git submodules
Guangrong Fu [Thu, 12 Oct 2017 08:44:12 +0000 (16:44 +0800)]
Updated git submodules

Project: holmes/engine-management master a8f1131fb60608e0ba687a1ec6ce256f38c07d2d

Enable specifying the Host IP using Script

Change-Id: I5e2564d3c23c5bb0b30bad2b0cdede9c83694956
Issue-ID: HOLMES-73
Signed-off-by: Guangrong Fu <fu.guangrong@zte.com.cn>
6 years agoUpdated git submodules
Guangrong Fu [Thu, 12 Oct 2017 08:40:12 +0000 (16:40 +0800)]
Updated git submodules

Project: holmes/rule-management master 4ceea4cc47587be029567617366c56c5f52d9914

Enable specifying the Host IP using Script

Change-Id: I4188d5d1158d40dfa256308faefe48cb2e1a42d6
Issue-ID: HOLMES-73
Signed-off-by: Guangrong Fu <fu.guangrong@zte.com.cn>
6 years agoUpdated git submodules
HuabingZhao [Thu, 12 Oct 2017 07:53:52 +0000 (15:53 +0800)]
Updated git submodules

Project: sdc/sdc-workflow-designer master 2dc2aadc88421dfa952e026e6339520fa9523b94

Copy workflow designer UI to tomcat

Issue-Id: SDC-452
Change-Id: Id03e447849d1f1fb4239405865aa669f96a7822d
Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
6 years agoUpdated git submodules
Christophe Closset [Thu, 12 Oct 2017 07:43:01 +0000 (07:43 +0000)]
Updated git submodules

Project: clamp master 988cf497fa276db67016fe804776005114c1b04c

Merge "Inverted patch commited"

Inverted patch commited

The previous patch on this file has been commited
with a not up to date codebase and previously made
changes were overwritten.

Change-Id: I0731a4a228e8bbdff46c09dee757d076eebcc799
Issue-ID: CLAMP-54
Signed-off-by: Anaël Closson <ac2550@intl.att.com>
6 years agoUpdated git submodules
tang peng [Thu, 12 Oct 2017 07:35:19 +0000 (07:35 +0000)]
Updated git submodules

Project: holmes/rule-management master f067dcfc723d4494d84311528b2370196d3691a6

Merge "Improve the API Descriptions"

Improve the API Descriptions

Change-Id: Ifb95afa6b2dda9461a9d0a68bc123e934c318abb
Issue-ID: HOLMES-68
Signed-off-by: Guangrong Fu <fu.guangrong@zte.com.cn>
6 years agoUpdated git submodules
Seshu Kumar M [Thu, 12 Oct 2017 05:35:08 +0000 (05:35 +0000)]
Updated git submodules

Project: so master 6fda60ab1b44f70348e8f9142b8d6ad5f9dd6a1d

Merge "Add junit test coverage and fix bugs in VCPE"

Add junit test coverage and fix bugs in VCPE

Added additional junit tests for VCPE and fixed bugs that were found while
testing.

Change-Id: Icb6a0c936a16b775ff553c11cb07a4348bd9ebfc
Issue-ID: SO-210
Signed-off-by: Jim Hahn <jrh3@att.com>
6 years agoUpdated git submodules
c00149107 [Thu, 12 Oct 2017 02:38:49 +0000 (10:38 +0800)]
Updated git submodules

Project: so master 9cebc7162dcb995f5cb47006a1d315abbc2abb73

Add global Customer Info for VFC

Add global Customer Info for VFC NS Create

Change-Id: I38fbd8c8bdc854b0f93ae2302d09f2725d83b67a
Issue-ID:SO-211
Signed-off-by: c00149107 <chenchuanyu@huawei.com>
6 years agoUpdated git submodules
Lusheng Ji [Thu, 12 Oct 2017 02:47:00 +0000 (02:47 +0000)]
Updated git submodules

Project: dcaegen2 master 6553a13f948ffbf48c3bf5ec723372df137a085c

Add more docs

Issue-Id: DCAEGEN2-128
Change-Id: Ieda6d44d0e98bf1a29922ef95e605e7a08104111
Signed-off-by: Lusheng Ji <lji@research.att.com>
6 years agoUpdated git submodules
yunlong ying [Thu, 12 Oct 2017 02:31:33 +0000 (02:31 +0000)]
Updated git submodules

Project: integration master 1679be9e3560192c7894a747b913776ebd34412e

Merge "Update emsdriver csit test"

Update emsdriver csit test

Issue-ID: VFC-345
Change-Id: I1ea161eb0bd53e6079932046783a5cd9f5bcc22f
Signed-off-by: yangyan <yangyanyj@chinamobile.com>
6 years agoUpdated git submodules
yunlong ying [Thu, 12 Oct 2017 02:23:55 +0000 (02:23 +0000)]
Updated git submodules

Project: integration master ad602ca149cd1ac0ce59fb84466ffa30350a6fc1

Merge "Fix the Errors in the Robot Script"

Fix the Errors in the Robot Script

Change-Id: I5b1aca42aef3a8892e2adaf555849417a60c6f11
Issue-ID: HOLMES-59
Signed-off-by: Guangrong Fu <fu.guangrong@zte.com.cn>
6 years agoUpdated git submodules
yunlong ying [Thu, 12 Oct 2017 02:23:14 +0000 (02:23 +0000)]
Updated git submodules

Project: integration master 31a4f35cfc7011f7f863d27ed8eecaf2786731ca

Merge "Add log for csit fail issue"

Add log for csit fail issue

Change-Id: Ibfc71a5b748a4ec8c98dd2ce8be940a848792081
Issue-ID: VFC-505
Signed-off-by: ying.yunlong <ying.yunlong@zte.com.cn>
6 years agoUpdated git submodules
Kanagaraj Manickam k00365106 [Wed, 11 Oct 2017 09:00:04 +0000 (14:30 +0530)]
Updated git submodules

Project: cli master 245d2e92c401457b0b667aa6d2dd262fa6d1b045

Add logging doc

CLI-40

Change-Id: Ib5f3a2ee4b0f94e0472b30532c4541b48e9b111e
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
6 years agoUpdated git submodules
Kanagaraj Manickam k00365106 [Wed, 11 Oct 2017 08:59:27 +0000 (14:29 +0530)]
Updated git submodules

Project: cli master aeeafd46c74c776ccd4427387a39da0f32c4f539

Add architecture doc

CLI-40

Change-Id: Ie2aeca50a2a3124668e877a0971a601db1956747
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
6 years agoUpdated git submodules
Kanagaraj Manickam [Thu, 12 Oct 2017 02:03:14 +0000 (02:03 +0000)]
Updated git submodules

Project: cli master d5048edb7d209fc11283f4666af0ab3c5d460bdc

Merge "Add developer guide"

Add developer guide

CLI-40

Change-Id: I30cc798070ee6422d1dd9cb7ed339c987734b67a
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
6 years agoUpdated git submodules
Kanagaraj Manickam [Thu, 12 Oct 2017 02:03:10 +0000 (02:03 +0000)]
Updated git submodules

Project: cli master 255d1373266095994baf320326f1ba08022977ee

Merge "Add installation guide"

Add installation guide

CLI-40

Change-Id: Id383a2bb652525c481c01d6da8512de70fda5b19
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
6 years agoUpdated git submodules
yunlong ying [Thu, 12 Oct 2017 01:34:45 +0000 (01:34 +0000)]
Updated git submodules

Project: integration master a01c62b179a40c45f8673a6a6f02f1e5f307d543

Merge "Fix vfc-vnflcm csit fail issue"

Fix vfc-vnflcm csit fail issue

Remove the fail csit tests temporarily

Change-Id: I886356821116625e5cb0fe9971f675a4f18fe053
Issue-ID: VFC-505
Signed-off-by: ying.yunlong <ying.yunlong@zte.com.cn>
6 years agoUpdated git submodules
yunlong ying [Thu, 12 Oct 2017 01:34:38 +0000 (01:34 +0000)]
Updated git submodules

Project: integration master 024c410c39b1b25167f8063797dea6d207f5aa56

Merge "Fix the Errors Caused by the Change of Codes"

Fix the Errors Caused by the Change of Codes

Change-Id: I40a264eb78a9907518a3e162b0f337416b7c05ec
Issue-ID: HOLMES-59
Signed-off-by: Guangrong Fu <fu.guangrong@zte.com.cn>
6 years agoUpdated git submodules
yangyan [Thu, 12 Oct 2017 01:12:06 +0000 (09:12 +0800)]
Updated git submodules

Project: integration master d19fae706f03f5a005bda3479cbd2f4b93c4ee2e

Update emsdriver csit test

Issue-ID: VFC-345
Change-Id: I03c589af9a9c543c5882a57c45aafe8bbe95fd76
Signed-off-by: yangyan <yangyanyj@chinamobile.com>
6 years agoUpdated git submodules
yangyan [Thu, 12 Oct 2017 01:01:17 +0000 (09:01 +0800)]
Updated git submodules

Project: vfc/nfvo/lcm master afa8f1e5bfd6f7627889b5b8cfb36cf2033fb5a0

Update the vfc installation doc

Issue-ID: VFC-526
Change-Id: I4c41c620559477c4f1e543abe92d93e101877cf6
Signed-off-by: yangyan <yangyanyj@chinamobile.com>
6 years agoUpdated git submodules
lizi [Wed, 11 Oct 2017 10:38:46 +0000 (18:38 +0800)]
Updated git submodules

Project: aai/esr-server master c5a10a8f2cf3742976fd22314ede9a7351631977

Change the api link from wiki to swagger.json

Change-Id: Icd1b9fc292015a0e6ca058bd80a6235b008c33c9
Issue-ID: AAI-427
Signed-off-by: lizi <li.zi30@zte.com.cn>
6 years agoUpdated git submodules
Gary Wu [Wed, 11 Oct 2017 23:40:34 +0000 (23:40 +0000)]
Updated git submodules

Project: integration master ef8e4d4ff53903760cfe97a313223d4caa9635c3

Merge "Policy CSIT Files"

Policy CSIT Files

Issue-Id: POLICY-77
Change-Id: I1a0ee0bc1626d70c7a2be77a166cfa0e2e2e2c64
Signed-off-by: RAJU <cr770w@att.com>
6 years agoUpdated git submodules
kishore [Wed, 11 Oct 2017 19:51:31 +0000 (14:51 -0500)]
Updated git submodules

Project: integration master 92d70d60528f966f624489e25377005e87e5f4e4

Add updated test files

Issue-ID:PORTAL-53
Change-Id: I0c9e37fe48fc3635baebb7ef116247f752ef7a07
Signed-off-by: kishore <kk707x@att.com>
6 years agoUpdated git submodules
Saryu Shah [Wed, 11 Oct 2017 21:47:23 +0000 (21:47 +0000)]
Updated git submodules

Project: policy/engine master 5c408036d67b76939f7fe9c87773d05f0809f577

Updated api documentation

Moved image to docs area
-------------------------------------------------------------

Change-Id: I9618e3e2c5ddcd3cde5afa889e6360fe5511bb1e
Issue-Id: POLICY-243
Signed-off-by: Saryu Shah <ss3917@att.com>
6 years agoUpdated git submodules
Saryu Shah [Wed, 11 Oct 2017 20:12:38 +0000 (20:12 +0000)]
Updated git submodules

Project: policy/engine master b6209af5af182c2bcc5da3a71c1aa5b6216fef9b

Policy Installation documentation

Updates to the installation documentation
-------------------------------------------------------------

Change-Id: Ib4ac5962bccbfe2f7f3f73b822e165ae798754a5
Issue-Id: POLICY-241
Signed-off-by: Saryu Shah <ss3917@att.com>
6 years agoUpdated git submodules
Hector Anapan [Tue, 10 Oct 2017 11:27:03 +0000 (07:27 -0400)]
Updated git submodules

Project: appc/deployment master 288bdf740a60db96dd62a018b4e7c644779614e4

Fix ODL Carbon Bouncy Castle Issue

This fix will use the appropriate version and JARs of the bouncy castle feature that should fix the netconf error going on during VF Netconf/Restconf mounting process in APPC.

Change-Id: Iafb8cd1e434e5a08d0d98d5f8106efa95e03aa83
Signed-off-by: Hector Anapan <ha076r@att.com>
Issue-Id: [APPC-270]

6 years agoUpdated git submodules
Patrick Brady [Wed, 11 Oct 2017 20:44:52 +0000 (13:44 -0700)]
Updated git submodules

Project: ccsdk/parent master e6252f539f8c7ab82f16a68462d7eba13ae10dfe

Changing repository names

Changing the repository name ecomp-snapshot and
ecomp-release to ecomp-snapshots and ecomp-releases. I
belieive that the correct version has the 's' at the end. This
matches oparent and other projects' pom files. I could be wrong
in which case you can abandon this.

Change-Id: I71118d90b9b826e58833cd97589d26c26db15046
Signed-off-by: Patrick Brady <pb071s@att.com>
Issue-id: CCSDK-116

6 years agoUpdated git submodules
Steven Wright [Wed, 11 Oct 2017 21:37:03 +0000 (21:37 +0000)]
Updated git submodules

Project: vnfrqts/requirements master fd7e180acfbd5180e5725024bfa23e2d9caf2963

Merge "VNFRQTS -Requirements Update Heat contnet"

VNFRQTS -Requirements Update Heat contnet

VNFRQTS -Requirements Updated 4.d and 5.b with current Heat seed
document

Change-Id: I54a75dc08e60f0a764342ca251f449ab9e2fa508
Issue-ID:VNFRQTS-113
Signed-off-by: hp1256 <hp1256@att.com>
6 years agoUpdated git submodules
Steven Wright [Wed, 11 Oct 2017 21:36:28 +0000 (21:36 +0000)]
Updated git submodules

Project: vnfrqts/requirements master b0e8e26fd6811b76c858f108a826ef07772ecfe5

Merge "VNFRQTS -Requirements Fixed outline defects"

VNFRQTS -Requirements Fixed outline defects

VNFRQTS -Requirements fixed the outline defects

Change-Id: Ibf03b20f19121a662f8f2d99b29cec1ed3e61e22
Issue-ID:VNFRQTS-111
Signed-off-by: hp1256 <hp1256@att.com>
6 years agoUpdated git submodules
Christopher Lott (cl778h) [Wed, 11 Oct 2017 18:45:00 +0000 (14:45 -0400)]
Updated git submodules

Project: portal master c83b7cb5a63e280bc4ca81b9fe20917a7029ef39

Drop DMaaP BC web GUI from Portal deployment

DMaaP BC is not in Amsterdam release; no need for its GUI.

Issue: PORTAL-126
Change-Id: I156e729ace41962fb9d3941deb2478357ea4616a
Signed-off-by: Christopher Lott (cl778h) <clott@research.att.com>
6 years agoUpdated git submodules
Patrick Brady [Wed, 11 Oct 2017 16:50:17 +0000 (09:50 -0700)]
Updated git submodules

Project: integration master 89254c108ed6a4a0a1e5866ed83f192d29836cb6

APPC updated robot scripts

Change-Id: I992ba4db502b6da86fe8d54214265c3b045dc982
Signed-off-by: Patrick Brady <pb071s@att.com>
Signed-off-by: NGUYEN <pn8984@att.com>
Issue-id: APPC-113

6 years agoUpdated git submodules
Steven Wright [Wed, 11 Oct 2017 19:01:15 +0000 (19:01 +0000)]
Updated git submodules

Project: vnfrqts/requirements master 8b9e1577b212992be79cfa66012629996fc46511

Merge "VNFRQTS -Requirements Remove trademark from Ch7"

VNFRQTS -Requirements Remove trademark from Ch7

VNFRQTS -Requirements removed att trademark from chapter 7

Change-Id: I66abb3bb6f13e10751a327eb0fe44420f81e8607
Issue-ID:VNFRQTS-56
Signed-off-by: hp1256 <hp1256@att.com>
6 years agoUpdated git submodules
Steven Wright [Wed, 11 Oct 2017 19:00:42 +0000 (19:00 +0000)]
Updated git submodules

Project: vnfrqts/requirements master fa7b9303d97fa2802c5c7048e10ece36f2b0507a

Merge "VNFRQTS -Requirements Update Ch7 for DCAE link"

VNFRQTS -Requirements Update Ch7 for DCAE link

VNFRQTS -Requirements Updated chapter 7 to add link to the DCAE project
doucmentation

Change-Id: Iea100c6ffea4ff45b574a093a3d97083624bc9bb
Issue-ID:VNFRQTS-90
Signed-off-by: hp1256 <hp1256@att.com>
6 years agoUpdated git submodules
hp1256 [Wed, 11 Oct 2017 17:01:36 +0000 (10:01 -0700)]
Updated git submodules

Project: vnfrqts/requirements master ed566bad78d7e9c4dc17fd14bbc920fe6d0bc465

VNFRQTS -Requirements Update Ch7 for APPC link

VNFRQTS -Requirements Updated chapter 7 to add link to the APPC project
doucmentation

Change-Id: Ia9105095a5c8f77d6a1360734856ded9e853738f
Issue-ID:VNFRQTS-88
Signed-off-by: hp1256 <hp1256@att.com>
6 years agoUpdated git submodules
Christopher Lott (cl778h) [Wed, 11 Oct 2017 15:42:04 +0000 (11:42 -0400)]
Updated git submodules

Project: portal master ec4eb9c7b9bed3bd5cc01ea127632d637b738cbc

Increase DB timeout; rename props dir

1. Revise docker compose:
a) Use version 2.1, up from 2.0
b) Increase apps database startup timeout from 3 to 5 minutes
2. Rename the properties directory to drop the env-specific name "rackspace"
3. Use MariaDB JDBC connection URL for DBC app.
4. Show AAI-UI and CLI apps by default on application home screen

Issue: PORTAL-20, PORTAL-95, PORTAL-117
Change-Id: I3a96d2e3142a7c2229f5b67525d79fa5e602084b
Signed-off-by: Christopher Lott (cl778h) <clott@research.att.com>
6 years agoUpdated git submodules
rn509j [Wed, 11 Oct 2017 17:05:39 +0000 (13:05 -0400)]
Updated git submodules

Project: aaf/authz master 7b5adf32e2ff118e07b47d740215137f90dd460f

modified AAF-API-Documentation file

AAF-84
Signed-off-by: rn509j <rn509j@att.com>
Change-Id: I257fc3e2dcd25640d358bf991e0bff4cc0310348

6 years agoUpdated git submodules
RY303T [Wed, 11 Oct 2017 06:16:18 +0000 (02:16 -0400)]
Updated git submodules

Project: appc master 8d8251478f7242d3898b7c2760ddfc230bd94c7e

Add support for OpenStack V3 Identity Service

replaced ServiceCatalog with a factory to select correct version
ServiceCatalogV2 contains code previously found in ServiceCatalog
add ServiceCatalogV3 implementation of V3 connector

Issue-ID: APPC-259
Change-Id: Iba7d98cfc9e50914b8063be0b35494a9d0fea793
Signed-off-by: RY303T <RY303T@att.com>
6 years agoUpdated git submodules
Dan Timoney [Wed, 11 Oct 2017 15:58:11 +0000 (11:58 -0400)]
Updated git submodules

Project: ccsdk/sli/plugins master e83bb3719c410e1f3d5b9d1fa345672dec9f7f43

Add readthedocs sections for sli/plugins

Add readthedocs sections for sli/plugins

Change-Id: Ic5292d16f9fd4f07cadba775aac80d6fea10e647
Issue-ID: CCSDK-107
Signed-off-by: Dan Timoney <dtimoney@att.com>
6 years agoUpdated git submodules
Dan Timoney [Wed, 11 Oct 2017 15:51:09 +0000 (11:51 -0400)]
Updated git submodules

Project: ccsdk/sli/adaptors master 69afaf3212efcdbf90ed365a1b64e8f87765390b

Add readthedocs skeleton files to sli/adaptors

Add readthedocs sections to sli/adaptors

Change-Id: I129db2b2b553165f18e69cfffd056b89d5c09f36
Issue-ID: CCSDK-107
Signed-off-by: Dan Timoney <dtimoney@att.com>
6 years agoUpdated git submodules
Scott Seabolt [Wed, 11 Oct 2017 15:26:54 +0000 (11:26 -0400)]
Updated git submodules

Project: appc/deployment master ca3445af7adda5f6d19a91f0724915417fc05263

Update Generic_Restart DG XML

Updated the Generic_Restart DG XML to reflect CCSDK

Issue-Id: APPC-267
Change-Id: I895d3e0ee5e767fb1672b158774dd5ecb0cfbf3f
Signed-off-by: Scott Seabolt <js9808@att.com>
6 years agoUpdated git submodules
Dan Timoney [Wed, 11 Oct 2017 15:01:38 +0000 (11:01 -0400)]
Updated git submodules

Project: ccsdk/sli/core master 312f6a301ae62f121482df6cbf969d41a76ca131

Add readthedocs info to sli/core

Add additional information to sli/core readthedocs documentation.

Change-Id: I9fe5e6185061ed6a05f373b6667f686e11d5f0aa
Issue-ID: CCSDK-107
Signed-off-by: Dan Timoney <dtimoney@att.com>
6 years agoUpdated git submodules
Jorge Hernandez [Wed, 11 Oct 2017 15:12:57 +0000 (15:12 +0000)]
Updated git submodules

Project: policy/engine master b1df040d3ac6920256c3a5f51de3897454b0c269

Merge "Added Policy GUI Cosmetic Fixes"

Added Policy GUI Cosmetic Fixes

Fixed the Refresh cache issue.
Fixed the Popup modal css issue.
Fixed the cosmetic issues.

Issue-Id: POLICY-310
Change-Id: Ib41713a6f9a6573667d7b4ae6836e411dc32c854
Signed-off-by: rb7147 <rb7147@att.com>
6 years agoUpdated git submodules
Dan Timoney [Wed, 11 Oct 2017 15:12:44 +0000 (15:12 +0000)]
Updated git submodules

Project: sdnc/oam master 18154037f6256b94ab1c9634e2ae9834a5a58f1c

Merge "Fix for overlay DGs."

Fix for overlay DGs.

Changes includes:
1) use `` for expressions.
2) fix loading issue.

Change-Id: Iff71b5be7e606b3bc343cf9d5f9e81eba0e51e06
Issue-Id: SDNC-113
Signed-off-by: Gaurav Agrawal <gaurav.agrawal@huawei.com>
6 years agoUpdated git submodules
ramu.n [Wed, 11 Oct 2017 09:29:44 +0000 (14:59 +0530)]
Updated git submodules

Project: sdnc/oam master 04580d7eb6c59fdd613a8fea1d161e0ed7a46a1e

Fix underlay DG loading errors

*Remove duplicate parameter names
*Update 'error-message' parameter value

Change-Id: Ia68fc3d0b5c850aec4776adc83e725fef52c52a3
Issue-Id: SDNC-117
Signed-off-by: Ramu N <ramu.n@huawei.com>
6 years agoUpdated git submodules
ramu.n [Wed, 11 Oct 2017 09:05:39 +0000 (14:35 +0530)]
Updated git submodules

Project: ccsdk/sli/plugins master 2f8f9b58913ad1aa11838680857a1148a8b72bb3

Update underlay JSON template for VoLTE use case

Fix closing braces in l3smvpntemplate.json file

Change-Id: I1c891d46591f184a9cc89ca3d15b3046932ab05f
Issue-Id: SDNC-108
Signed-off-by: Ramu N <ramu.n@huawei.com>
6 years agoUpdated git submodules
Pamela Dragosh [Wed, 11 Oct 2017 14:54:34 +0000 (14:54 +0000)]
Updated git submodules

Project: policy/engine master fd3a34f0c11246b135ad6d54a727cab071a0b1d6

Merge "Updates to policy documentation"

Updates to policy documentation

Updated release notes, installation and policygui documentation
---------------------------------------------------------------

Change-Id: I667ba9ea71b001f5bb35ae86cbcde6063edef308
Issue-Id: POLICY-242
Signed-off-by: Saryu Shah <ss3917@att.com>
6 years agoUpdated git submodules
Arul.Nambi [Tue, 10 Oct 2017 21:05:00 +0000 (17:05 -0400)]
Updated git submodules

Project: aai/sparky-be master 57ebc748b30fc61ea3bee40abf0fd8b41b785088

Increase junit coverage

Issue-ID: AAI-429
Change-Id: I8e9c8a7a04fa2433e888a48dd09c5424e9986e07
Signed-off-by: Arul.Nambi <arul.nambi@amdocs.com>
6 years agoUpdated git submodules
maopengzhang [Wed, 11 Oct 2017 10:41:33 +0000 (18:41 +0800)]
Updated git submodules

Project: vfc/nfvo/lcm master 5fde98c7b2cf8242156ff2f7ef98fe11f88baf6d

Add global-customer-id and service-type parameter

Add global-customer-id and service-type parameter in the NSLCM

Change-Id: I2b12e9c9bc0f94b7d09d62afcc1e71f243dad327
Issue-ID: VFC-35
Signed-off-by: maopengzhang <zhang.maopeng1@zte.com.cn>
6 years agoUpdated git submodules
Seshu-Kumar-M [Wed, 11 Oct 2017 12:39:35 +0000 (20:39 +0800)]
Updated git submodules

Project: so master f86960874497f005079c9e595b5e9e2eb0a815d1

Imp Modules refactored for the readthedocs

Signed-off-by: Seshu-Kumar-M <seshu.kumar.m@huawei.com>
IssueId: SO-209
Change-Id: Ie1b553863f824497fbe7381f66bc1581310702af

6 years agoUpdated git submodules
James Forsyth [Wed, 11 Oct 2017 13:25:56 +0000 (13:25 +0000)]
Updated git submodules

Project: aai/aai-common master 6719a3252ea7c8957f18ee9f335c425a5ce3b57b

Merge "Update shema for VFC"

Update shema for VFC

Update AAI schema for VFC changes.

Change-Id: I3adc80861ffe4690f493b770d3f902652b55bfd4
Issue-ID: VFC-181
Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
6 years agoUpdated git submodules
Anaël Closson [Mon, 9 Oct 2017 12:52:24 +0000 (14:52 +0200)]
Updated git submodules

Project: oom master 40cdf49a6888326a1af68530203847662fcfe398

Containers not starting fails on RBAC enabled k8s

When running the OOM scripts on a RBAC enabled kubernetes,
readiness probes failed to check dependencies status as they
don't have the needed access rights.

Note for the reviewer :
 The fix has been tested on a rancher installation (k8s 1.8)
 and on a kubeadm installation (k8s 1.8), but not a previous
 versions of k8s. There might be issues with the command when
 used on pre RBAC (<1.6) versions of k8s. This should be tested
 with such version if early backward compatibility should be a
 concern.

Change-Id: I7a915fc08927cd0fc0d5ea70a75f44c1380de926
Issue-ID: OOM-349
Signed-off-by: Anaël Closson <ac2550@intl.att.com>
6 years agoUpdated git submodules
Seshu Kumar M [Wed, 11 Oct 2017 12:56:44 +0000 (12:56 +0000)]
Updated git submodules

Project: so master ad6fc43208ddfacea150d51e4ec2b28d48fe5f0d

Merge "Correct E2E svc to update RequestDb"

Correct E2E svc to update RequestDb

IssueId: SO-205

Change-Id: Ib5f634c13c09c9f5df04d3973dd6c95684520d0b
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
6 years agoUpdated git submodules
Idan Amit [Wed, 11 Oct 2017 10:54:30 +0000 (13:54 +0300)]
Updated git submodules

Project: sdc master c4c4e2869573534bbf8154ff4b5aad3a87126c33

Merged PLAN type changes into master

Merged changes regarding the PLAN artifact type from master branch into release-.1.1.0 branch

Change-Id: If53f06d734ca7ba791e4c578504c890c16755ddf
Issue-Id: SDC-420
Signed-off-by: Idan Amit <ia096e@intl.att.com>
6 years agoUpdated git submodules
martial [Wed, 11 Oct 2017 11:49:07 +0000 (13:49 +0200)]
Updated git submodules

Project: clamp master 993331539bbe8d2e2190c9dd7caf277872246236

Documentation update

Change-Id: I74f093304ebfc5f0c77bd880eefd6cfc63c654f7
Signed-off-by: martial <gn422w@intl.att.com>
Issue-ID: CLAMP-16

6 years agoUpdated git submodules
Ethan Lynn [Wed, 11 Oct 2017 10:33:11 +0000 (18:33 +0800)]
Updated git submodules

Project: multicloud/framework master 3239e70d35b4bcf5ed9f5fe0c34caf4a78063395

Use 0.1.1 oparent for staging

Change oparent version to 0.1.1

Change-Id: I33166e6cea98e3a1c8b8ee52ef9718665539177d
issue-id: MULTICLOUD-112
Signed-off-by: Ethan Lynn <ethanlynnl@vmware.com>
6 years agoUpdated git submodules
lizi [Wed, 11 Oct 2017 10:34:42 +0000 (18:34 +0800)]
Updated git submodules

Project: aai/esr-server master d62f39bb2ee31d0e5c9fd0f26934223d9c2a6539

Add swagger.json to main/resources.

Change-Id: Idbe8b45d713017a0dd487037e504238f7a58efcc
Issue-ID: AAI-430
Signed-off-by: lizi <li.zi30@zte.com.cn>