doc.git
6 years agoUpdated git submodules
Dan Timoney [Tue, 31 Oct 2017 20:36:11 +0000 (20:36 +0000)]
Updated git submodules

Project: sdnc/oam master 89707623c338599404210f36b2ed9a46a701ddb7

Merge "Fix underlay DG testing issue"

Fix underlay DG testing issue

After executing ActivateDCINetworkInstance, CreateNetworkInstance node is
executed as atomic block is not present, added new block
https://jira.onap.org/browse/SDNC-158

Issue-Id: SDNC-158
Change-Id: Ie6c13834237bc2f5aca3009d50ab9cd1236271a1
Signed-off-by: shashikanth.vh <shashikanth.vh@huawei.com>
6 years agoUpdated git submodules
Jorge Hernandez [Tue, 31 Oct 2017 20:18:33 +0000 (20:18 +0000)]
Updated git submodules

Project: policy/engine master deb35bccd7b0d360668f393fe5b45b735b7956b2

Merge "Fixed TOSCA parsing bugs"

Fixed TOSCA parsing bugs

Fixed TOSCA paring bugs and retuned error messages to front-end.

Issue-ID: POLICY-405
Change-Id: Idc6efd062360acbb4ceb143af8619b5f7def723a
Signed-off-by: guangxingwang <gw1218@att.com>
6 years agoUpdated git submodules
Gary Wu [Tue, 31 Oct 2017 20:08:14 +0000 (20:08 +0000)]
Updated git submodules

Project: integration master 2ce8ec9f752e6f6790bef9dd82a7118718146246

Merge "Update heat template env for DCAE changes"

Update heat template env for DCAE changes

Change-Id: Iccc39d7af91bdb56bdf015aaad01a2deb605b4aa
Issue-ID: INT-278
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
6 years agoUpdated git submodules
Victor Morales [Tue, 31 Oct 2017 18:05:28 +0000 (11:05 -0700)]
Updated git submodules

Project: integration master 21c9a10ca49916256e6ba38e90873e8add9dd917

Fix VVP info from README.md file

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

6 years agoUpdated git submodules
Patrick Brady [Tue, 31 Oct 2017 18:16:10 +0000 (11:16 -0700)]
Updated git submodules

Project: appc/deployment master e68f4b429f055331be0edb8b83d8fecd5065901f

Adding openstack domain property

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

6 years agoUpdated git submodules
Idan Amit [Tue, 31 Oct 2017 12:38:16 +0000 (14:38 +0200)]
Updated git submodules

Project: sdc master 98d5327f73ebdd618456eef744330b811c7b34dc

Configuration section to Read the Docs

Added explanation that was missing.

Change-Id: I9f25feecd74bf673d001b8b6268a97aab22160ad
Issue-Id: SDC-509
Signed-off-by: Idan Amit <ia096e@intl.att.com>
6 years agoUpdated git submodules
Gary Wu [Tue, 31 Oct 2017 15:10:50 +0000 (08:10 -0700)]
Updated git submodules

Project: integration master a5b2caeb0254707a5643500d02301c096a73dc0e

Update heat template env for DCAE changes

Change-Id: If0af67a0dcc57d8089d70b554d8a5ec26297712b
Issue-ID: INT-278
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
6 years agoUpdated git submodules
Patrick Brady [Mon, 30 Oct 2017 22:45:27 +0000 (15:45 -0700)]
Updated git submodules

Project: appc/deployment master 6865570e7a782da0b8b7cdadd4d98c769f31e2a6

Add flow controller properties

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

6 years agoUpdated git submodules
Patrick Brady [Mon, 30 Oct 2017 21:53:51 +0000 (14:53 -0700)]
Updated git submodules

Project: appc/deployment master 65ee86422e5604c21e60b4c4b43eeb36a43f26bd

Aai client not set to install

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

6 years agoUpdated git submodules
Mandeep Khinda [Tue, 31 Oct 2017 14:16:43 +0000 (14:16 +0000)]
Updated git submodules

Project: oom master 61468adee9e2c443c336536c29b216209a569478

Merge "Add option to disable specific deployments"

Add option to disable specific deployments

Add option to disable any deployment by using conditions in helm
templates. Each deployment will get helm parameter - boolean flag
allowing to disable it. The flags can be listed in the custom
values.yaml file that can be passed to the createAll script with
'-v' command line option.

Change-Id: I32b795de46c72915c2201c94c23f4e061971bb56
Issue-ID: OOM-380
Signed-off-by: yuryn <Yury.Novitsky@Amdocs.com>
6 years agoUpdated git submodules
fengyuanxing [Tue, 31 Oct 2017 08:06:40 +0000 (16:06 +0800)]
Updated git submodules

Project: vnfrqts/requirements master 6fa5d67073944cd9004c8f15e385fd35d35ae251

Modify items to be consistent with ONAP

Change-Id: Icf3ecbfaf6fd47b7f68974c517cd83a2bac09126
Issue-Id: VNFRQTS-116
Signed-off-by: fengyuanxing <feng.yuanxing@zte.com.cn>
6 years agoUpdated git submodules
shashikanth.vh [Tue, 31 Oct 2017 13:46:09 +0000 (19:16 +0530)]
Updated git submodules

Project: sdnc/oam master 4733411f591bb39f431b1135828b13d3f967e263

Fix underlay DG testing issue

Log record format is invalid, instead of using field1, field2,
field3... actual name is used in parameter. changed names to field in parameter
SDNC-157" target="_blank">https://jira.onap.org/browse/SDNC-157

Issue-Id: SDNC-157
Change-Id: Ibd9341e5f1bf48f8e08334bab86a53b31afb734a
Signed-off-by: shashikanth.vh <shashikanth.vh@huawei.com>
6 years agoUpdated git submodules
kishore [Tue, 31 Oct 2017 13:04:25 +0000 (08:04 -0500)]
Updated git submodules

Project: integration master 82eb79a54c41d3da65b075cb7b90899731db3ef4

updated setup.sh and test1.robot

Issue-ID:PORTAL-53
Change-Id: Ibd052bc5595f9c8b6a1a84719016e7f79bbe1700
Signed-off-by: kishore <kk707x@att.com>
6 years agoUpdated git submodules
Kanagaraj Manickam [Tue, 31 Oct 2017 13:33:29 +0000 (13:33 +0000)]
Updated git submodules

Project: cli master cfe46b16e90883f288cbeb1ba4006c0e1d41055b

Merge "Fix yaml generation"

Fix yaml generation

Fix yaml generation for missing space for multiline.

Change-Id: I62348cdef6032c96ba54aeedfb1b9f8675d9276c
Issue-ID: CLI-55
Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
6 years agoUpdated git submodules
Kanagaraj Manickam k00365106 [Tue, 31 Oct 2017 12:58:29 +0000 (18:28 +0530)]
Updated git submodules

Project: cli master ed712bd8434d3497b0f25134de6ef1b3e47d872e

Add license version into vsp-list

CLI-57

Change-Id: Ifbed9863d0527f6e22441f0840de912b05cd4252
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Add VSP to vf-model-list

CLI-57

Change-Id: Id2d98e0f3c08e1ae478b2e2ada6889310d755683
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Add VSP to vf2module list

CLI-57

Change-Id: I0955ff8f6d7146e375eeaf5248db66344146207d
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Fix output samples format

CLI-57

Change-Id: I94497cdc09b9eb1f8a37949a76f94d67f49ba064
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
6 years agoUpdated git submodules
Kanagaraj Manickam [Tue, 31 Oct 2017 12:11:07 +0000 (12:11 +0000)]
Updated git submodules

Project: cli master 6d3a4e3530a8e17d46641c96ec8ef8e3e822dea2

Merge changes I5c68f53c,Ia7184ff4

* changes:
  Imlement command to show vf detail
  Implement command for vnf-list

Imlement command to show vf detail

Implement vf-show command.

Change-Id: I5c68f53c6ac45d9beb251ca81712b8d0d4610f66
Issue-ID: CLI-15
Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
Implement command for vnf-list

Implement command for vnf-list.

Change-Id: Ia7184ff4e352c4ae22816ce1f10ed200515b9de3
Issue-ID: CLI-15
Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
6 years agoUpdated git submodules
Kanagaraj Manickam [Tue, 31 Oct 2017 12:11:01 +0000 (12:11 +0000)]
Updated git submodules

Project: cli master 201b28a2fb00db5ed83aac5ed92c149ffc38867f

Merge "Implement command to list service instance"

Implement command to list service instance

Implement command to list service instance.

Issue-ID: CLI-15
Change-Id: I06ee64c43e7b12c75a2d0bbf97068d98de82518a
Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
6 years agoUpdated git submodules
Kanagaraj Manickam [Tue, 31 Oct 2017 12:10:10 +0000 (12:10 +0000)]
Updated git submodules

Project: cli master fdbe1212765e7ebc1693f8e7dd171c42d0388b9b

Merge changes I94f2bbf6,I176aeb0b

* changes:
  Fix command for vfmodule-create
  Create command for vnf-delete

Fix command for vfmodule-create

Fix command schema for vfmodule-create.

Issue-ID: CLI-15
Change-Id: I94f2bbf694adac3973d2cbbe2d55b68e451eb242
Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
Create command for vnf-delete

Implement command for vnf-delete.

Issue-ID: CLI-15
Change-Id: I176aeb0b8793ae7e2b0d39c0515307a11b2e22bb
Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
6 years agoUpdated git submodules
Kanagaraj Manickam [Tue, 31 Oct 2017 11:47:28 +0000 (11:47 +0000)]
Updated git submodules

Project: cli master 4a43f8d59d02ddc7adce651b6bbc36d6bac59e7f

Merge changes Ie6370110,I7e59c934,I9b36d092

* changes:
  Implement vnf-create command
  Fix yaml for service-delete
  Fix service-create command

Implement vnf-create command

Implement vnf-create command.

Change-Id: Ie6370110de0f704d69521d394d1f36b4c9e02f2f
Issue-ID: CLI-15
Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
Fix yaml for service-delete

Fix yaml for sevice-delete.

Change-Id: I7e59c93464ab52fa30f6f5225ea3145365d2357b
Issue-ID: CLI-15
Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
Fix service-create command

Fix service-create command arguments for SO.

Issue-ID: CLI-15
Change-Id: I9b36d092cfbaab1cf5de55a431613536c79fff5c
Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
6 years agoUpdated git submodules
Kanagaraj Manickam k00365106 [Tue, 31 Oct 2017 11:01:48 +0000 (16:31 +0530)]
Updated git submodules

Project: cli master cb950867e0fa7da66a44295720efa2bfa030f1ac

Fix onap doc generation to logs serial no

CLI-57

Change-Id: Ie56edf2c52778341a680e499587898a35623ac6f
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
6 years agoMerge "Resync modeling/toscaparser submodule reference"
Rich Bennett [Tue, 31 Oct 2017 11:20:54 +0000 (11:20 +0000)]
Merge "Resync modeling/toscaparser submodule reference"

6 years agoUpdated git submodules
Guangrong Fu [Tue, 31 Oct 2017 09:28:25 +0000 (17:28 +0800)]
Updated git submodules

Project: holmes/engine-management master f50d68bc58afc3a8f1174f289ddffade72b3d5aa

Update the Config Logic

Change-Id: Ia4d2e088191dac56e74aff060cab3cbba23d73bf
Issue-ID: HOLMES-81
Signed-off-by: Guangrong Fu <fu.guangrong@zte.com.cn>
6 years agoUpdated git submodules
Kanagaraj Manickam k00365106 [Tue, 31 Oct 2017 10:25:40 +0000 (15:55 +0530)]
Updated git submodules

Project: cli master d619f9e7837f8ee0cfc53854b74b1ff45a99619b

Remove invalid samples and moco

CLI-57

Change-Id: I29b172533103132dd61f8933a3ed4af7036d5f01
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Add support to list modules in VF

CLI-57

Change-Id: Ia65a642f66e5a56f7249146f1e96b6e82d6a0e18
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
List VF from SDC 1.1

CLI-57

Change-Id: I0f210c7bc3ba766f4532bda16bc3c97bdbf4101c
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
List VF in a given service

CLI-57

Change-Id: Iafef35de52c1827c1628343cd538eacd62e2b2f9
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Add support for listing service models

CLI-57

Change-Id: I6c402ab319d65d558f83c60c173c14b33d3034bd
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Support vsp package in 1.1

CLI-57

Change-Id: I52475b3e08d12cfa69f6af395e5995eb6a9b49e3
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
6 years agoUpdated git submodules
Seshu Kumar M [Tue, 31 Oct 2017 10:23:56 +0000 (10:23 +0000)]
Updated git submodules

Project: so master b26afdb43584672e5ddefa8d8a078185dca663d9

Merge "Fix Result Code Check Error"

Fix Result Code Check Error

Fix Result Code Check Error

Change-Id: I21f6a2c73e4846944e82c315aab380378b6c6be9
Issue-ID:SO-291
Signed-off-by: c00149107 <chenchuanyu@huawei.com>
6 years agoUpdated git submodules
Seshu Kumar M [Tue, 31 Oct 2017 10:22:20 +0000 (10:22 +0000)]
Updated git submodules

Project: so master 7ea6122f021a317b29237a83b6753797804f7c8a

Merge "second commit for the docker build issue"

second commit for the docker build issue

IssueId: SO-290

Change-Id: Ib097e14c7b06025a213e1cec1c2459fb59919c1a
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
6 years agoUpdated git submodules
HuabingZhao [Tue, 31 Oct 2017 10:04:30 +0000 (18:04 +0800)]
Updated git submodules

Project: msb/apigateway master de306a3575876fa56922bda8c20860f7341e87bd

Conver DNS to IP

Issue-Id: OOM-355
Change-Id: I75e9efffb82b5e4e27cc66d25ae49fbf304dda4b
Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
6 years agoUpdated git submodules
Determe, Sebastien (sd378r) [Tue, 31 Oct 2017 09:42:32 +0000 (10:42 +0100)]
Updated git submodules

Project: clamp master b1086a5abcfbbadaf361c7599f1067e280276676

Revert snapshot to release

Revert back snapshot version to release, due to problem with nexus lf

Change-Id: I78f674e7513c728eba1e5aba64cf539c518f357c
Issue-ID: CLAMP-54
Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
6 years agoUpdated git submodules
Determe, Sebastien (sd378r) [Mon, 30 Oct 2017 17:50:37 +0000 (18:50 +0100)]
Updated git submodules

Project: clamp master 434170f50621917a7fb2cbe7c7b01c4b29a8211e

Add encryption for passwords

Add encrypted password on all values specified in the properties files,
unit tests have been reworked.

Change-Id: I619ff67fe1025f69af733b776f055914f949f26a
Issue-ID: CLAMP-64
Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
6 years agoUpdated git submodules
Determe, Sebastien (sd378r) [Mon, 30 Oct 2017 17:49:26 +0000 (18:49 +0100)]
Updated git submodules

Project: clamp master 2e5ec6aaac811c9a0efd8f80eef39fd91a1ac9ea

More secure XSLT

Add security to XSLT class as reported by Fortify

Change-Id: I90af6ad54aaf45a3d743638466f29492ca04841b
Issue-ID: CLAMP-54
Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
6 years agoUpdated git submodules
Determe, Sebastien (sd378r) [Mon, 30 Oct 2017 17:48:35 +0000 (18:48 +0100)]
Updated git submodules

Project: clamp master 97eb9b662211d5002ce7553dff6bbba4e240f876

Fix the build

Fix temporary the build with snapshot version of policy
as release versions are not available anymore

Change-Id: I3cf8e3bf8a7becd01be188f9b9e2d531eecccfad
Issue-ID: CLAMP-54
Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
6 years agoUpdated git submodules
Determe, Sebastien (sd378r) [Mon, 30 Oct 2017 17:47:34 +0000 (18:47 +0100)]
Updated git submodules

Project: clamp master 9434371e811ba74364b4495120391524d5478283

Add new class for DAO

Add a new class to map differently the existing DB data and
check duplicates

Change-Id: I1eef75775a2d5a7bee82320171d04956b1e94412
Issue-ID: CLAMP-54
Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
6 years agoUpdated git submodules
Determe, Sebastien (sd378r) [Mon, 30 Oct 2017 17:43:27 +0000 (18:43 +0100)]
Updated git submodules

Project: clamp master b09c24d40e8e11d03a0c51e628b256c27fd1b0d8

Remove and change useless code

Remove and change useless code in UI designer part.

Change-Id: I3a0d4b98bb5dfff380c50edccc9ca073c263a04d
Issue-ID: CLAMP-54
Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
6 years agoUpdated git submodules
Determe, Sebastien (sd378r) [Mon, 30 Oct 2017 17:39:45 +0000 (18:39 +0100)]
Updated git submodules

Project: clamp master 9472232d02bc468bc2c66b622056dfd4fb90c78b

Remove useless methods

Thos methods were not used in code or by users.

Change-Id: I2134b6bcd198d63b3dd6326fe7e8f83ecfcbd589
Issue-ID: CLAMP-54
Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
6 years agoUpdated git submodules
Determe, Sebastien (sd378r) [Mon, 30 Oct 2017 17:38:41 +0000 (18:38 +0100)]
Updated git submodules

Project: clamp master da64454193928db08dc5f419cfa7766adcf49a2c

Fix logger of camunda filter

The filter did not have the right logger set

Change-Id: I1d890346d7b4e7d4567a21eb200a57c4325da291
Issue-ID: CLAMP-64
Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
6 years agoUpdated git submodules
Determe, Sebastien (sd378r) [Mon, 30 Oct 2017 17:25:54 +0000 (18:25 +0100)]
Updated git submodules

Project: clamp master 336b204429e32e093f156c573711a7e28d28d41a

New datasource class

New datasource class that can handle encrypted password

Change-Id: Ia5c4517b5cc1817f86e2fb07baa732d8b9003148
Issue-ID: CLAMP-64
Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
6 years agoUpdated git submodules
Determe, Sebastien (sd378r) [Mon, 30 Oct 2017 17:21:46 +0000 (18:21 +0100)]
Updated git submodules

Project: clamp master f0fdf8044bcfb29c87ec821705e8e8e38db50e87

Policy client fixes

Some fixes on policy, new exception, new params for BRMS.

Change-Id: Ia30bf68ec492c448249c1634f3790712a27631e4
Issue-ID: CLAMP-62
Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
6 years agoUpdated git submodules
Seshu Kumar M [Tue, 31 Oct 2017 08:29:13 +0000 (08:29 +0000)]
Updated git submodules

Project: so master 3591036682832525073677479a0fcb74797a5f51

Merge "Initial commit for the docker build issue"

Initial commit for the docker build issue

IssueId: SO-290

Change-Id: I3f5afe3c1109878564f62759fdbf1f88c9d00194
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
6 years agoUpdated git submodules
rui hu [Tue, 31 Oct 2017 07:44:44 +0000 (07:44 +0000)]
Updated git submodules

Project: oom master a6bd2ed7f0d00ee18d9616a20587ff8140cd60fe

Merge "Modify MSB installation document"

Modify MSB installation document

Issue-Id: OOM-313
Change-Id: I2902c75a6bfd520e2327ddba459a052994100d27
Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
6 years agoUpdated git submodules
fujinhua [Tue, 31 Oct 2017 07:18:54 +0000 (15:18 +0800)]
Updated git submodules

Project: vfc/nfvo/lcm master 44e598a1b220cb4b94c2ded67c797daa2e8cdb72

Fix management of database api

Change-Id: Ie7279dd48cd72ae5f0e41a61430f89c22c99e3fe
Issue-Id: VFC-571
Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
6 years agoResync modeling/toscaparser submodule reference 17/21417/1
Rich Bennett [Tue, 31 Oct 2017 05:46:14 +0000 (01:46 -0400)]
Resync modeling/toscaparser submodule reference

Change-Id: I5782b07ebcd9c72ebc78578f688a8f3accfee613
Issue-ID: DOC-43
Signed-off-by: Rich Bennett <rb2745@att.com>
6 years agoUpdated git submodules
Fu Jinhua [Tue, 31 Oct 2017 04:58:28 +0000 (04:58 +0000)]
Updated git submodules

Project: vfc/nfvo/lcm master f09b0711ede187303a60edb64f4a52476921c47f

Merge "Adding enumerations in API schema"

Adding enumerations in API schema

Change-Id: Ic33a1ff752870936102971d1abab184f84f9378c
Issue-Id: VFC-568
Signed-off-by: fujinhua <denes.nemeth@nokia.com>
6 years agoUpdated git submodules
Seshu Kumar M [Tue, 31 Oct 2017 04:33:05 +0000 (04:33 +0000)]
Updated git submodules

Project: so master 25737dbab870a3dd3c566530d3edf42b59daee49

Merge "Changed files ecomp-model to onap-model"

Changed files ecomp-model to onap-model

SDNC does not recognize ecomp-model-information
SDNC recognizes onap-model-information
The ecomp-model-information was changed to onap-model-information

Change-Id: I60c02ba6cb272703ad3bca17f71d5407d8a507d2
Issue-Id: SO-289
Signed-off-by: Shailendra Borale <sb8915@att.com>
6 years agoUpdated git submodules
Jim Hahn [Mon, 30 Oct 2017 19:58:19 +0000 (15:58 -0400)]
Updated git submodules

Project: so master 7754fb8e889bae843d7382b7dee4b2e21a4ef56c

Handle embedded "<" in SDNC responses

Modified the code to use an actual XML parser when decoding the SDNC
response-data element, instead of using the simple-minded
replace("&amp;", "&") approach.  The latter did not function correctly
when XML elements contained other xml-encoded data.

Change-Id: Ied6b8b19f307f728b8da1a2b410b9e239ec62ab6
Issue-Id: SO-115
Signed-off-by: Jim Hahn <jrh3@att.com>
6 years agoUpdated git submodules
Luji7 [Tue, 31 Oct 2017 01:34:15 +0000 (09:34 +0800)]
Updated git submodules

Project: usecase-ui master 6546c1297f764b71989e664ed41b0f12ffa40d1f

Fix issue serviceType is wrong.

Change-Id: Ib8902cf52d8eb12edb398fd49b4371f9aa43c074
Issue-id: USECASEUI-53
Signed-off-by: Luji7 <lu.ji3@zte.com.cn>
6 years agoUpdated git submodules
Gary Wu [Tue, 31 Oct 2017 01:18:17 +0000 (18:18 -0700)]
Updated git submodules

Project: integration master bf2de39935b11a9cdd07be7052fb3be5d4663db8

Update heat template for DCAE changes

Change-Id: I58482e8bf091ec747b912a71b8017833c61be302
Issue-ID: INT-278
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
6 years agoUpdated git submodules
shentao [Mon, 30 Oct 2017 09:59:37 +0000 (17:59 +0800)]
Updated git submodules

Project: usecase-ui master fdc95484da793f4bc66b36a2066ad3cebcb6246d

Fix Monitor bug

Change-Id: I7608578aa57feee97e0265b71ca97e285e2f89e0
Issue-Id: USECASEUI-50
Signed-off-by: shentao <shentao@chinamobile.com>
6 years agoUpdated git submodules
Patrick Brady [Mon, 30 Oct 2017 21:51:06 +0000 (14:51 -0700)]
Updated git submodules

Project: appc master 47472b9fccbd5821c95cb75151971cd3f61a79cc

Aai client is not installing

Wrong versions and name in features file.

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

6 years agoUpdated git submodules
Skip Wonnell [Mon, 30 Oct 2017 16:44:18 +0000 (11:44 -0500)]
Updated git submodules

Project: appc master 2db8ef5e6c440442ba7d3c16142ede201a33d11b

Update DGs for Carbon and remove comments

Update plugins for Carbon CCSDK
Format json
Remove license text comments since json files don't handle comments

Issue-ID: APPC-293
Change-Id: I6a227c804a424b0c3e49c3427391896ea1b06e15
Signed-off-by: Skip Wonnell <skip@att.com>
Add APPC OAM Guide

Added the APPC OAM Guide and updated the index.rst file accordingly

Issue-Id: APPC-298

Change-Id: I412d138bb4fd105c5ef4ea0f84c0d1442c9d7f44
Signed-off-by: Scott Seabolt <js9808@att.com>
6 years agoUpdated git submodules
Gary Wu [Mon, 30 Oct 2017 21:06:09 +0000 (14:06 -0700)]
Updated git submodules

Project: integration master 35ed5406fd12a20dc48a1ec010f22c96f05cbf24

Show Robot website URL for log directory

Change-Id: Id5ef356ae8678a121d83a5efbf991619f99cddde
Issue-ID: INT-278
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
6 years agoUpdated git submodules
Patrick Brady [Mon, 30 Oct 2017 19:00:38 +0000 (12:00 -0700)]
Updated git submodules

Project: appc/deployment master bd67a55485e0a151e4dae305165abab7e3ccf6cd

Updating dg-loader jar download

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

6 years agoUpdated git submodules
Jorge Hernandez [Mon, 30 Oct 2017 20:01:01 +0000 (20:01 +0000)]
Updated git submodules

Project: policy/engine master 7727ac7ce0b25e07dcdc1a29962356c6bf9c94d9

Merge "Fixed a bug on view and editor screens"

Fixed a bug on view and editor screens

Modified the code of view and editor functions

Issue-ID: POLICY-403
Change-Id: I54c7454fd6beabfec7a24227310efa44c7dd1ec6
Signed-off-by: guangxingwang <gw1218@att.com>
6 years agoUpdated git submodules
Tal Gitelman [Mon, 30 Oct 2017 18:18:11 +0000 (20:18 +0200)]
Updated git submodules

Project: sdc master 93c2e98ea8b851b0758c81762cb97b473d61d6cb

New normativeType Allotted Resource & Recepies

Change-Id: I0602cec92497bbf0b926996b88ccbe6b3f02bbef
Issue-ID:SDC-556
Signed-off-by: Tal Gitelman <tg851x@intl.att.com>
6 years agoUpdated git submodules
Tony Hansen [Mon, 30 Oct 2017 19:37:02 +0000 (19:37 +0000)]
Updated git submodules

Project: dcaegen2 master f7152476b4286335679763d57567971ac892ad08

Merge "fix tca steps for standalone"

fix tca steps for standalone

Issue-ID: DCAEGEN2-181
Change-Id: I044f2d2be47c1730534cc9b2ee5b1ab2d2c51e1d
Signed-off-by: Vijay <vv770d@att.com>
6 years agoUpdated git submodules
Tony Hansen [Mon, 30 Oct 2017 18:52:57 +0000 (18:52 +0000)]
Updated git submodules

Project: dcaegen2 master 09c6a769d52ae0da916e5ce9926d71a60e3de2ce

fix formatting of CW sections

http://onap.readthedocs.io/en/latest/submodules/dcaegen2.git/docs/sections/blueprints/PGaaS.html
has some sections that should be constant width
but are not showing up properly

Change-Id: Iaf457a2c59448e33bdb7d46500f331343315418d
Signed-off-by: Tony Hansen <tony@att.com>
Issue-ID: DCAEGEN2-184

6 years agoUpdated git submodules
Marcus Williams [Mon, 30 Oct 2017 19:23:47 +0000 (19:23 +0000)]
Updated git submodules

Project: sdnc/oam master b762951427de965aac2461d99017714f74b5fa15

Merge "GENERIC-RESOURCE-API template fixes"

GENERIC-RESOURCE-API template fixes

Add missing RESTAPI templates used by vcpe use case and fix error
in properties file

Change-Id: I008620438529244335eacbd704e355e2de80873d
Issue-ID: SDNC-151
Signed-off-by: Dan Timoney <dtimoney@att.com>
6 years agoUpdated git submodules
Dan Timoney [Mon, 30 Oct 2017 18:53:49 +0000 (14:53 -0400)]
Updated git submodules

Project: sdnc/northbound master 3bccabac70d77c10128f8441c9758fbf0b527f61

Fix typos in GENERIC-RESOURCE-API

Updated location of Yang-mapping properties file and fixed typo
in Yang model for GENERIC-RESOURCE-API.

Change-Id: I379274beefd5673cca5096ff3769b552e0475535
Issue-ID: SDNC-151
Signed-off-by: Dan Timoney <dtimoney@att.com>
6 years agoUpdated git submodules
shashikanth.vh [Mon, 30 Oct 2017 14:46:34 +0000 (20:16 +0530)]
Updated git submodules

Project: sdnc/oam master ab65c8a4bdaaa59a7bcf2b587839fc95f720f0ad

Fix Overlay DG testing issue

While getting record from AAI for l3-network, key used is
esr-thirdparty-sdnc.thirdparty-sdnc-id instead of l3-network.network-name
https://jira.onap.org/browse/SDNC-155

Issue-Id: SDNC-155
Change-Id: I47fcd19111f5fa4c32d464409c28b52599116e7c
Signed-off-by: shashikanth.vh <shashikanth.vh@huawei.com>
6 years agoUpdated git submodules
Gary Wu [Mon, 30 Oct 2017 18:52:40 +0000 (11:52 -0700)]
Updated git submodules

Project: integration master bd894605b23edf0ed796540bbc6fa80f33030005

Update .env file to match latest heat template

Change-Id: Ia16b1f2cc8c399f47bb20ae9f1df7e492fe9baf5
Issue-ID: INT-278
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
6 years agoUpdated git submodules
Gary Wu [Mon, 30 Oct 2017 18:09:27 +0000 (11:09 -0700)]
Updated git submodules

Project: integration master b84428e1c7e0ae6bfffdb72bdf532280d09fdc90

Set up password env substitution in deploy script

Change-Id: I65d83f4d0f8b4d205e8eda7a4c3188c14620aca5
Issue-ID: INT-278
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
6 years agoUpdated git submodules
Gary Wu [Mon, 30 Oct 2017 17:59:57 +0000 (10:59 -0700)]
Updated git submodules

Project: integration master af26d51227424e507b44ab002ee06bc9532525a0

Update env file for DCAE

Change-Id: I88c1ae56d2dd5337d929501b528da96ca04cfa4c
Issue-ID: INT-278
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
6 years agoUpdated git submodules
tang peng [Mon, 30 Oct 2017 15:05:32 +0000 (15:05 +0000)]
Updated git submodules

Project: holmes/rule-management master 4efe36bc026be99193cbe7696115f49167242abe

Merge "Change the logic of Service Registration"

Change the logic of Service Registration

Change-Id: I9714c94dad458f7cf0d00126934ae76dd2896716
Issue-ID: HOLMES-81
Signed-off-by: Guangrong Fu <fu.guangrong@zte.com.cn>
6 years agoUpdated git submodules
Michael Lando [Mon, 30 Oct 2017 14:47:06 +0000 (14:47 +0000)]
Updated git submodules

Project: sdc master 2ef9d4814d4f1dba2654a41459addc35c8356d26

Merge "Configuration section to Read the Docs"

Configuration section to Read the Docs

Added explanation that was missing.
Still a work in progress because some of the explanations are missing

Change-Id: I1e0e9f2f8e28514429fb3bc910c2479476bdc91d
Issue-Id: SDC-509
Signed-off-by: Idan Amit <ia096e@intl.att.com>
6 years agoUpdated git submodules
hp1256 [Fri, 27 Oct 2017 17:56:10 +0000 (10:56 -0700)]
Updated git submodules

Project: vnfrqts/requirements master f4c723d92d2c8e34b8a2d4f661e644330c031c4a

VNFRQTS -Requirements Rm Ansible&Chef srvr req

VNFRQTS -Requirements Removed the Ansible and Chef server requirements
for VNFs. Also removed the appendix D Ansible server spec

Change-Id: I6ec0eb07c3aa68033df37817877f1500e777599c
Issue-ID:VNFRQTS-127
Signed-off-by: hp1256 <hp1256@att.com>
6 years agoUpdated git submodules
Dan Timoney [Mon, 30 Oct 2017 14:10:45 +0000 (14:10 +0000)]
Updated git submodules

Project: ccsdk/sli/adaptors master 825e3e0df023078fd926218f4ba74fb26d766e6b

Merge "Support AAI adapter to store metadata on service"

Support AAI adapter to store metadata on service

Change-Id: I856d1bfb474eabd5836cd36bde52ce65089ec668
Issue-ID : CCSDK-127
Signed-off-by: shalmonw <shalmonwaidande@gmail.com>
6 years agoUpdated git submodules
fujinhua [Mon, 30 Oct 2017 12:46:14 +0000 (20:46 +0800)]
Updated git submodules

Project: vfc/nfvo/lcm master 5d1a7f241800c34e8361d573ddb5a9cfe3aa47c2

Fix vnf package get logic

Change-Id: Ice421da4c2dfc48257c8b584a5c1997207af02b5
Issue-Id: VFC-570
Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
6 years agoUpdated git submodules
Avi Gaffa [Mon, 30 Oct 2017 13:10:12 +0000 (13:10 +0000)]
Updated git submodules

Project: sdc master 200b1f81aef8faeb2493059091286ef6f7c31073

Merge "global types"

global types

Add property for fixed ips type

Issue - Id : SDC-549

Change-Id: I3e2df85f1cb6d2a3c9c8fe9841466d5ede656ab7
Signed-off-by: talio <tali.orenbach@amdocs.com>
6 years agoUpdated git submodules
denghui02 [Mon, 30 Oct 2017 09:56:31 +0000 (17:56 +0800)]
Updated git submodules

Project: modeling/modelspec master 97f2c40118f9f3ab5cda1086e3ee0cd9161f02d8

add SDC DM into ONAP Release 1 DATA MODEL

Issue-id:MODELING-31

Change-Id: I760dd13974b668982373be5e086fea5cb381f438
Signed-off-by: denghui02 <denghui12@huawei.com>
6 years agoMerge "Keep repolist in alphabetical order"
Rich Bennett [Mon, 30 Oct 2017 12:45:31 +0000 (12:45 +0000)]
Merge "Keep repolist in alphabetical order"

6 years agoUpdated git submodules
Rich Bennett [Fri, 27 Oct 2017 04:48:06 +0000 (00:48 -0400)]
Updated git submodules

Project: aai/aai-common master 86267e54fe9dcde26c3c21b2559f58527fca11c6

Minor edits to align with references

Aligned architecture and release-notes with references in doc aggregate sections

Change-Id: If42b08237897d01591a498d283b21a1ad8b5ae43
Issue-ID: DOC-143
Signed-off-by: Rich Bennett <rb2745@att.com>
6 years agoUpdated git submodules
Michael Lando [Mon, 30 Oct 2017 12:27:50 +0000 (12:27 +0000)]
Updated git submodules

Project: sdc master ff4b20bf1b5bec2a8b5d5e20ce3ff8a893edf9ff

Merge changes I4f924144,Ib40ec862

* changes:
  Nodes in service template fix(Revert)
  Nodes in service template fix

Nodes in service template fix(Revert)

Reverting previous commit
Fail to get correct labels of requirements of nodes in service
template fixed

Change-Id: I4f9241441498e37bc508660dfdba6817d9462e1a
Issue-ID: SDC-533
Signed-off-by: Tal Gitelman <tg851x@intl.att.com>
Nodes in service template fix

Fail to get correct labels of requirements of nodes in service template
fixed

Change-Id: Ib40ec8626b73f9f2179819df361525a2d05aa9b7
Issue-ID: SDC-533
Signed-off-by: Tal Gitelman <tg851x@intl.att.com>
6 years agoUpdated git submodules
fujinhua [Mon, 30 Oct 2017 12:08:35 +0000 (20:08 +0800)]
Updated git submodules

Project: vfc/nfvo/lcm master 2ef5ffb193f08b74849d5fef9a9574378555a2cb

Fix vnfd model format of create vnf

Change-Id: Ia1680025b3741465ee54b8e29273f073e9376e2e
Issue-Id: VFC-569
Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
6 years agoUpdated git submodules
fujinhua [Mon, 30 Oct 2017 09:16:53 +0000 (17:16 +0800)]
Updated git submodules

Project: vfc/nfvo/lcm master f21172e9ef728b19bd4322324872a4f39f94b7a9

Update install guide of vfc

Add port mapping in docker run command

Change-Id: I4c0f35a971a48d70578330a746b45dc44c5b7098
Issue-Id: VFC-567
Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
6 years agoUpdated git submodules
Kanagaraj Manickam k00365106 [Mon, 30 Oct 2017 09:02:01 +0000 (14:32 +0530)]
Updated git submodules

Project: cli master 28e63cc0fb7c6f5643c044c2b52b5610fa39d131

Add vlm-revert 1.1 command with smaple

CLI-57

Change-Id: I2cc49cbcbb7575edd81d2c1dd47d7d69cb9f2761
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
vlm-checkout 1.1 command with smaples

CLI-57

Change-Id: Ia24109341aa81fcbdf362230cdc59a2965fb3b73
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Add vlm-aggreement-create command 1.1

CLI-57

Change-Id: Ibaaa5284cb88b5defb1ddc9cadfb05604156724e
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Add vlm-list 1.1 with samples

CLI-57

Change-Id: I4ae1716d8f7fe05a4f23abc05ccd2cf454e79df6
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Add vlm-submit 1.1 command

CLI-57

Change-Id: I66017570d9420c5256877fa127d8cbc83c54c8ff
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Add vlm-checkin for 1.1

CLI-57

Change-Id: I9cf6adbabd4012355f0cb68808d4869848524f84
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Add vlm-feature-group-create 1.1 command samples

CLI-57

Change-Id: I05c2cde03334c93cc4f57b1645cfd8cff5885573
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Add vlm-entitlement-group-create command for 1.1

CLI-57

Change-Id: I15bd985b58b0956c398f0128659d0c1846649e29
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Add vlm-key-group-create command for 1.1

CLI-57

Change-Id: I59da0d0e52667b9723985cdda57cabddde4361fc
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Add vlm-create command for 1.1 with samples

CLI-57

Change-Id: I5a4475890db5b81fb15a32977f1ff1659c22a062
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
6 years agoUpdated git submodules
Sébastien Determe [Mon, 30 Oct 2017 10:29:31 +0000 (10:29 +0000)]
Updated git submodules

Project: clamp master eb19eea362d3ad4c10ec6ada9c9ddffc04ba765d

Merge "Fix the bad request issue for operational policy"

Fix the bad request issue for operational policy

Change-Id: Ie3275adf6ed549fe4a8488f84ca3ff5bd429069b
Signed-off-by: xg353y <xg353y@intl.att.com>
ISSUE-Id:CLAMP-62

6 years agoUpdated git submodules
Ofir Sonsino [Mon, 30 Oct 2017 09:25:19 +0000 (11:25 +0200)]
Updated git submodules

Project: vid master 1954d187dbc54e1ec789a19142a9dbafa70b7762

Update ReadTheDocs docs folder

Change-Id: I994250de6ae148832c71ab87ca2057642497bd12
Issue-ID: VID-71
Signed-off-by: Ofir Sonsino <os0695@att.com>
6 years agoUpdated git submodules
Michael Lando [Mon, 30 Oct 2017 09:04:47 +0000 (09:04 +0000)]
Updated git submodules

Project: sdc master 18eb9bba9880a36675bed5241c0ef66353f672a2

Merge "Fixing typos and removing notes"

Fixing typos and removing notes

Removed notes and fixed found typos in docs

Change-Id: I32526bf26285d244d1823cb6c6c44be1cf9226cf
Issue-Id: SDC-551
Signed-off-by: Idan Amit <ia096e@intl.att.com>
6 years agoUpdated git submodules
Michael Lando [Mon, 30 Oct 2017 09:04:21 +0000 (09:04 +0000)]
Updated git submodules

Project: sdc master d48dac9df22ce0242b88dca63c9c3044bddbdfa3

Merge "Configuration section to Read the Docs"

Configuration section to Read the Docs

Added the configuration section to read the docs.
Still need to add the full explanation to each of the properties

Change-Id: If9568d98d832f7201d82abe79827224aa5b011e4
Issue-Id: SDC-509
Signed-off-by: Idan Amit <ia096e@intl.att.com>
6 years agoUpdated git submodules
Michael Lando [Mon, 30 Oct 2017 08:17:48 +0000 (10:17 +0200)]
Updated git submodules

Project: sdc master 2c03a37611b117d679b914eba8a13a9d42e5f243

remove duplicate docker build

Change-Id: I546cfcf2ee47842b6ad998e0966748dd0bd52fed
Issue-Id: SDC-553
Signed-off-by: Michael Lando <ml636r@att.com>
6 years agoKeep repolist in alphabetical order 25/21225/1
Eric Debeau [Mon, 30 Oct 2017 08:06:01 +0000 (08:06 +0000)]
Keep repolist in alphabetical order

Change-Id: Ia5d03911a266fd5e1cf57f5606a26ba37fede6a4
ISSUE-ID: DOC-145
Signed-off-by: Eric Debeau <eric.debeau@orange.com>
6 years agoUpdated git submodules
Seshu Kumar M [Mon, 30 Oct 2017 07:22:39 +0000 (07:22 +0000)]
Updated git submodules

Project: so/libs master f6fbb894cda0703d2e671051f584cbae27d4011f

Merge "Replace type specification with operator ("<>")"

Merge "Replace type specification with operator "<>""

Replace type specification with operator "<>"

Issue-id: SO-224

Change-Id: I83d5904758ef700d0e450571d98f9511dc9eb28a
Signed-off-by: rama-huawei <rama.subba.reddy.s@huawei.com>
Merge "Replace type specification with operator ("<>")"

Merge "Added the "@Override" annotation"

Merge "Replace type specification with operator ("<>")"

Merge "Added the missing @Deprecated annotation"

Replace type specification with operator ("<>")

Issue-id: SO-224

Change-Id: Ie7ac4365aa763e732413848ccdcf8c27f8029eb9
Signed-off-by: rama-huawei <rama.subba.reddy.s@huawei.com>
Replace type specification with operator ("<>")

Issue-id: SO-227

Change-Id: I8d7dfee85cee23afeecac42aa8b89f40989b3706
Signed-off-by: rama-huawei <rama.subba.reddy.s@huawei.com>
Added the missing @Deprecated annotation

Issue-id: SO-235

Change-Id: Id3397a8efdecd94b57e761551ced94d6c6a49cb0
Signed-off-by: rama-huawei <rama.subba.reddy.s@huawei.com>
Replace type specification with operator ("<>")

Issue-id: SO-224

Change-Id: I933ddc5d30ab568d68d84ce165584108eb76877e
Signed-off-by: rama-huawei <rama.subba.reddy.s@huawei.com>
Added the "@Override" annotation

Issue-id: SO-224

Change-Id: Ia7802db1ba32a97340bca8d0c71714b988abb6e5
Signed-off-by: rama-huawei <rama.subba.reddy.s@huawei.com>
Replace the usage of System.out by a logger

Issue-id: SO-213

Change-Id: Ifd4cca77a0dfe72d876af605ad7ae6d967b5b056
Signed-off-by: rama-huawei <rama.subba.reddy.s@huawei.com>
6 years agoUpdated git submodules
Seshu Kumar M [Mon, 30 Oct 2017 06:59:06 +0000 (06:59 +0000)]
Updated git submodules

Project: so master 364e214921ec080cbc991a0863fe7bfdf8825ea3

Merge "Fix SNIRO configuration properties"

Fix SNIRO configuration properties

This is the definitive set:

"sniroAuth": "test:testpwd",
"sniroEndpoint": "http://sniro.api.simpledemo.openecomp.org:8080/sniro/api/v2/placement",
"sniroTimeout": "PT30M",
"serviceAgnosticSniroHost": "http://sniro.api.simpledemo.openecomp.org:8080",
"serviceAgnosticSniroEndpoint": "/sniro/api/v2/placement",

Issue: SO-274
Change-Id: I14da1d44703b3b6ba9f781c7e5269fceeec47d8c
Signed-off-by: Rob Daugherty <rd472p@att.com>
6 years agoUpdated git submodules
xinhuili [Mon, 30 Oct 2017 06:57:22 +0000 (06:57 +0000)]
Updated git submodules

Project: multicloud/framework master e53ea1c3b750ff36a7dc356ab3f745a81abfaf9a

Merge "Add heat curl commands"

Add heat curl commands

Change-Id: I20e8d95b1dd59553e1fe15bed5b324224207c175
Issue-Id: MULTICLOUD-4
Signed-off-by: liangke <lokyse@163.com>
6 years agoUpdated git submodules
Ethan Lynn [Mon, 30 Oct 2017 05:36:33 +0000 (13:36 +0800)]
Updated git submodules

Project: multicloud/framework master ec91103a59343be31f6cbcc2d12f58ce5e774e9f

Split Test Guide from Deployment Guide

Split the test part from deployment guide.

Change-Id: I22b9182d0c83a395b3bb07169af8a124c337f7cc
issue-id: MULTICLOUD-122
Signed-off-by: Ethan Lynn <ethanlynnl@vmware.com>
6 years agoUpdated git submodules
Kanagaraj Manickam k00365106 [Mon, 30 Oct 2017 06:10:22 +0000 (11:40 +0530)]
Updated git submodules

Project: cli master bb854b4b1ee71c9a3bbe20a587e3031c31a44730

Add vsp-revert command for 1.1

CLI-57

Change-Id: I2d84f589b88b990eb53b93c4166361ab0152eed5
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Add vsp-submit 1.1 command

CLI-57

Change-Id: I3817953a8a982fdb477f5f5b77ca3df4df959cb1
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Add command vsp-upload for 1.1

CLI-57

Change-Id: I818816685dbd67c68c19289f5f4f03e37b2b2e21
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Fix vsp-checkout command

CLI-57

Change-Id: I16b421508c25f0222a85876d862a38b913f11f40
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Add samples for vsp-checkin

CLI-57

Change-Id: Ia7f55d8c71f55e312da587a9cb7c6a4306bad6b1
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Add vsp-validate and samples

CLI-57

Change-Id: I82a70db1e1fa59acf534853b3bcd0872253a9120
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Add samples and command vsp-create for 1.1

CLI-57

Change-Id: I74ee2a8c305e3029c968e243c08ae09e4836f3de
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
6 years agoUpdated git submodules
liangke [Mon, 23 Oct 2017 08:24:37 +0000 (16:24 +0800)]
Updated git submodules

Project: multicloud/framework master abfed00c0697e1593d3c829b9da14faab25ac84f

 Update fake_cloud registry and keystone v2.0

Change-Id: I60df7777dfed0ff0fac46aff9df2146076a9335b
Issue-Id: MULTICLOUD-4
Signed-off-by: liangke <lokyse@163.com>
6 years agoUpdated git submodules
Seshu Kumar M [Mon, 30 Oct 2017 05:11:39 +0000 (05:11 +0000)]
Updated git submodules

Project: so master a9a0ee42f575103c22731d3a1bd7dc4c78c17639

Merge changes I17e37e7a,Ic34984ab,Ie7a82e78,I22ff6b3b,I71c16816, ...

* changes:
  fix for create svc instance of groovy
  testcases for delete svc instance groovy
  fix for incoming jsonreq in groovy test
  Add sendSyncError to groovy test
  add sendSyncResponse to groovy test
  Adding msoCompletionReq to groovy test
  fix for groovy test case
  add groovy test case for svc instance

fix for create svc instance of groovy

IssueId: SO-281

Change-Id: I17e37e7a3def1b36847be31b5854fb28fc446aa3
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
testcases for delete svc instance groovy

IssueId: SO-281

Change-Id: Ic34984ab0881219014946d1481a8dcf13548f2a9
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
fix for incoming jsonreq in groovy test

IssueId: SO-281

Change-Id: Ie7a82e78b5a3eca2bf751598a83a370dfe2e7f86
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
Add sendSyncError to groovy test

IssueId: SO-281

Change-Id: I22ff6b3bafc8d76a635ed4bd03e0088fbace5a1f
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
add sendSyncResponse to groovy test

IssueId: SO-281

Change-Id: I71c168162ce98be9592c50c35814c521fc325312
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
Adding msoCompletionReq to groovy test

IssueId: SO-281

Change-Id: I8da2d6c1a331f9052c8785d54ded38a0e1a8a8ca
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
fix for groovy test case

IssueId: SO-281

Change-Id: I3cdd5d56d375944dc11011e6399a6e12a8f4ff43
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
add groovy test case for svc instance

IssueId: SO-281

Change-Id: I3c1b17e8e82c333f0a493845135fadee51ddf4e0
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
6 years agoUpdated git submodules
Michael O'Brien [Fri, 27 Oct 2017 19:00:27 +0000 (15:00 -0400)]
Updated git submodules

Project: logging-analytics master 73db07b2e6e9149d84a9916adc6aa9fff8877a7f

push logging guidelines 1.1 from wiki v19

Issue-ID: LOG-75

Change-Id: I364ded0355ff3a150ae30a17e9865a1a25a0e3ce
Signed-off-by: Michael O'Brien <frank.obrien@amdocs.com>
6 years agoUpdated git submodules
Yuli Shlosberg [Sun, 29 Oct 2017 08:20:33 +0000 (10:20 +0200)]
Updated git submodules

Project: integration master cb5dca2aa106df5ed106a02465c30883ae9003fb

fix nightly setup script

Change-Id: I0543a822735c984a232de695cb3251ce9dfc8ac1
Issue-Id: SDC-521
Signed-off-by: Yuli Shlosberg <ys9693@att.com>
6 years agoUpdated git submodules
HuabingZhao [Mon, 30 Oct 2017 01:59:16 +0000 (01:59 +0000)]
Updated git submodules

Project: msb/apigateway master 3c947638b2231ba8af1e3a7e43966adb6020a133

Merge "Update lombok to get a preferable license"

Update lombok to get a preferable license

Issue-Id: MSB-93
Change-Id: I23f06736a4a46d15e86eede9efd6aaaa6dee7eec
Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
6 years agoUpdated git submodules
HuabingZhao [Mon, 30 Oct 2017 01:46:23 +0000 (09:46 +0800)]
Updated git submodules

Project: msb/discovery master 6c2333a71c1e94f1d565473afd71adcdb54a2d1b

Update lombok to get a preferable license

Issue-Id: MSB-93
Change-Id: I8cd2d8f3f46eb55238c6b40b7249031af7e8791e
Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
6 years agoUpdated git submodules
Tal Gitelman [Sun, 29 Oct 2017 18:54:56 +0000 (20:54 +0200)]
Updated git submodules

Project: sdc master fbd0822042a8d025d0c45d22bd2e7e5ff4f1303e

SDC distribution failure fix

Change-Id: I508c5458afc00e57a8de517f96ec64077d660477
Issue-ID: SDC-533
Signed-off-by: Tal Gitelman <tg851x@intl.att.com>
6 years agoUpdated git submodules
Ofir Sonsino [Sun, 29 Oct 2017 15:11:07 +0000 (17:11 +0200)]
Updated git submodules

Project: vid master 60ceaa46786a736e215388c6cf354f53d0930f77

Update ReadTheDocs docs folder

Change-Id: Ia8f1a44ae5cfa488af76e3fcf3560e9efd707f8e
Issue-ID: VID-71
Signed-off-by: Ofir Sonsino <os0695@att.com>
6 years agoUpdated git submodules
Idan Amit [Thu, 26 Oct 2017 13:56:53 +0000 (16:56 +0300)]
Updated git submodules

Project: sdc master bc51da2e2c262648993b80d27f0872bbbc4ef983

Added authentication for docker in pom

Added the docker credentials in the pom.xml file instead of in the settings.xml

Change-Id: I3902d89624bdb98d6565c88d0ce1ed6bf05f96fb
Issue-Id: SDC-524
Signed-off-by: Idan Amit <ia096e@intl.att.com>
6 years agoUpdated git submodules
Gary Wu [Sun, 29 Oct 2017 05:31:23 +0000 (05:31 +0000)]
Updated git submodules

Project: integration master d948fb209159ef9def00161d45d353b181373412

Merge "Sniro Emulator - Fix SO CallBack URL"

Sniro Emulator - Fix SO CallBack URL

Modify SNIRO emulator to use the callback URL included in the request

Change-Id: Ida9cf0099c984a0c0ca19bd5850164640b649827
JIRA-ID: INT-311
Signed-off-by: Geora Barsky <georab@amdocs.com>
6 years agoUpdated git submodules
Guangrong Fu [Sun, 29 Oct 2017 03:38:28 +0000 (11:38 +0800)]
Updated git submodules

Project: holmes/engine-management master 954440d0acc132151df7f828e2c63606f2ba9cdf

Add the CL Name to the Cache when Starting Up

Change-Id: I6a21707cf0475fa42aaf416088663c9f99af5a71
Issue-ID: HOLMES-82
Signed-off-by: Guangrong Fu <fu.guangrong@zte.com.cn>
6 years agoUpdated git submodules
Rich Bennett [Fri, 27 Oct 2017 05:29:35 +0000 (01:29 -0400)]
Updated git submodules

Project: holmes/rule-management master 71fd36dd8c6a0563a0e0ede9cc47ec4b2fec5597

Convert to single file release notes template

Transfer content and remove multi file template
Add .gitreview file

Change-Id: I3e42c4b51c0a396dea26eddd0460d11acb6db60e
Issue-ID: DOC-143
Signed-off-by: Rich Bennett <rb2745@att.com>
6 years agoUpdated git submodules
fujinhua [Sun, 29 Oct 2017 01:59:26 +0000 (09:59 +0800)]
Updated git submodules

Project: vfc/nfvo/lcm master 4a02d9fbfe52c2f0e7c49892c85ff58af89511d9

Update download url of vfc dockerfile

Change download url from snapshots to staging

Change-Id: Ib1a6e1332e6b142948c0d1dfdd97888a6d586997
Issue-Id: VFC-563
Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
6 years agoMerge "Add the doc directory for tosca parsers"
Rich Bennett [Sat, 28 Oct 2017 18:14:05 +0000 (18:14 +0000)]
Merge "Add the doc directory for tosca parsers"

6 years agoUpdated git submodules
Kanagaraj Manickam k00365106 [Fri, 27 Oct 2017 13:40:30 +0000 (19:10 +0530)]
Updated git submodules

Project: cli master 60ad596d8150ae73171ddb8d1c395130f94104b2

Fix vsp-show commands with proper url

CLI-57

Change-Id: I33482d9b3483a904e08ceef98deb1c5f25818e6c
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Fix vsp-list command with additional attrs

CLI-57

Change-Id: I6cd0f79370d4e9c16ab3bbbedeff1a7c2ebc4f4d
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
6 years agoUpdated git submodules
Chuanyu Chen [Sat, 28 Oct 2017 08:25:27 +0000 (08:25 +0000)]
Updated git submodules

Project: so master 9502c1827ddfc4807befa873ee117cc3cf8681e2

Merge "Add Vfc Adapter Log Config"

Add Vfc Adapter Log Config

Add Vfc Adapter Log Config and update the log

Change-Id: I5c6898cbec1c880f7c0dfa337c76ad465fae6461
Issue-ID:SO-283
Signed-off-by: c00149107 <chenchuanyu@huawei.com>