summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2019-12-18Update git submodulesTaka Cho1-0/+0
* Update docs/submodules/appc/deployment.git from branch 'master' to 207bfb1944831973a665fdb26227a0290f57120f - update db for new LCMs update VNF_DG_MAPPING and PROCESS_FLOW_REFERENCE tables Issue-ID: APPC-1778 Change-Id: If85e63a2206d0bd86df57119b54f2386bcbb1e99 Signed-off-by: Taka Cho <takamune.cho@att.com>
2019-12-18Update git submodulesTaka Cho1-0/+0
* Update docs/submodules/appc.git from branch 'master' to 3cb99d8d6d8b74cedb7b5da917d48166762a0d84 - update document for new LCMs update document for new LCMs Issue-ID: APPC-1778 Change-Id: I98ebaffe91f6ae162b0eab66bd6fded47039ce45 Signed-off-by: Taka Cho <takamune.cho@att.com>
2019-12-18Update git submodulesaosull011-0/+0
* Update docs/submodules/externalapi/nbi.git from branch 'master' to f4bcabffd0e4caae0f1f8834c0d9b5082c18837e - Update service catalog swagger as per suggested guidelines. Issue-ID: EXTAPI-374 Signed-off-by: aosull01 <adrian.osullivan@huawei.com> Change-Id: I9633cf2dab7f312e67b022937f55da7f7b03071f
2019-12-18Update git submodulesmrichomme1-0/+0
* Update docs/submodules/integration.git from branch 'master' to 908a25779b2a00835c18f89d09230ab72a82ea7b - Fix Marcin and Bartek ID Issue-ID: INT-1386 Signed-off-by: mrichomme <morgan.richomme@orange.com> Change-Id: I4592471dfa0c430159501de42295d3d86a95f4c2 Signed-off-by: mrichomme <morgan.richomme@orange.com>
2019-12-18Update git submodulesaribeiro1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to f13ad6348df59f8883c9a3f86a7ef81ee4cb089c - Revert "Add Option to proxy to plugins" This reverts commit ee4c4d72 Issue-ID: SDC-2648 Change-Id: I1f6cba80d3fb803530573c75f2fc54ca207e768a Signed-off-by: aribeiro <anderson.ribeiro@est.tech>
2019-12-18Update git submodulesIttay Stern1-0/+0
* Update docs/submodules/vid.git from branch 'master' to 50f08102564af0938a66071af6c1d1fbf6667943 - Restore the reference instance of Upgrade's test Restored file upgrade_vfmodule_e2e__service_instance, and adjust upgrade_vfmodule_e2e__fe_input_cypress accordingly. Also hardening MsoRequestBuilderTest to check for every true/false/null Boolean option. Issue-ID: VID-603 Change-Id: Ib82afcecaa57cb06896f7175d48aa8d6a314fdfa Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-12-18Update git submodulesBorislav Glozman1-0/+0
* Update docs/submodules/oom.git from branch 'master' to 78211d7aabf6d7612e5c94cecbd40eb3c29a48d6 - Merge "Give user link to submodule instructions" - Give user link to submodule instructions Issue-ID: OOM-2245 Signed-off-by: Ubuntu <dgl@research.att.com> Change-Id: Ie5e63a847904c67be1804e97afac8b2a058685a6 Signed-off-by: Ubuntu <dgl@research.att.com>
2019-12-18Update git submodulesBorislav Glozman1-0/+0
* Update docs/submodules/oom.git from branch 'master' to 45af03afbe57b068ebffb45e91c230cc50d4344c - Merge "[DMaaP] Use global storage templates for PVC" - [DMaaP] Use global storage templates for PVC OOM has now templates in order to create the needed PVC, using: * a PV with a specific class when using a common nfs mount path between nodes (sames as today use) --> is the default behavior today * or a storage class if we want to use dynamic PV. On this case, we use (in order of priority): - persistence.storageClassOverride if set on the chart - global.persistence.storageClass if set globally - persistence.storageClass if set on the chart I've also split the 3 PV from dr-node into 3 files and used range so the number of PV is the same as number of PODs. Change-Id: I46b4e62042ea8330bef8cdc1561fa8bbf3f25d12 Issue-ID: OOM-1227 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
2019-12-18Update git submodulesBorislav Glozman1-0/+0
* Update docs/submodules/oom.git from branch 'master' to aab7b218f456882edb50eb4b7f4358eadadb3df2 - Merge "VID: Remove VID_KEYSTORE_PASSWORD workaround" - VID: Remove VID_KEYSTORE_PASSWORD workaround Workaround is no longer needed, after CATALINA_OPTS parameters are late-evaluated. See commit https://gerrit.onap.org/r/c/vid/+/99583 (change id Ife2a2e92b3745691cc45590d1afd1688d918048f). Issue-ID: VID-650 Change-Id: Ibb27d050632e8ce9b96da6e4033840380d1f3f72 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-12-18Update git submodulesBorislav Glozman1-0/+0
* Update docs/submodules/oom.git from branch 'master' to 8e28f7b7d9f32e3c472a717a8a8c7874e5724f8b - Merge "[SDNC] Use global storage templates for PVC" - [SDNC] Use global storage templates for PVC OOM has now templates in order to create the needed PVC, using: * a PV with a specific class when using a common nfs mount path between nodes (sames as today use) --> is the default behavior today * or a storage class if we want to use dynamic PV. On this case, we use (in order of priority): - persistence.storageClassOverride if set on the chart - global.persistence.storageClass if set globally - persistence.storageClass if set on the chart I've also used "range" for PV creation of the statefulset I've created one file per PV (one for mdsal, one for certs). sdnc-prom was using hostpath directly on deployment, move to a PV/PVC. Change-Id: Id9eed3b13ac85595c386e380f41cfbc38b52c69f Issue-ID: OOM-1227 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
2019-12-18Update git submodulesAnnick Boghossian1-0/+0
* Update docs/submodules/sdc.git from branch 'master' to 0ce779a2e1d9272ea3a0680b51ac032d6da8098a - Increased code coverage using junits Issue-ID: SDC-2699 Change-Id: Ifb0b9616a0218028b06755d6ef7150d54a82ecbb Signed-off-by: Atif Husain <atif.husain@team.telstra.com>
2019-12-18Update git submodulesIttay Stern1-0/+0
* Update docs/submodules/vid.git from branch 'master' to b9d4788fc441a516e4bdbeef54982362354944da - Stored template test: modify some values and click "deploy" Issue-ID: VID-724 Change-Id: Ie66f6f8416e06f1dc8de60dc25be8834b17aff3d Signed-off-by: Sara Weiss <sara.weiss@intl.att.com> Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-12-18Update git submodulesEylon Malin1-0/+0
* Update docs/submodules/vid.git from branch 'master' to e6de82bfd595d5c680a515c2ff32de21a163cd70 - Merge "Add details in template list popup" - Add details in template list popup Issue-ID: VID-730 Signed-off-by: Yoav Schneiderman <yoav.schneiderman@intl.att.com> Change-Id: I7042e85a1e12e7d5d9a19b5cc1eb92c65ea08134
2019-12-18Update git submodulescyuamber1-0/+0
* Update docs/submodules/usecase-ui.git from branch 'master' to 1c006f9d6141e264961f0fed4cbd27b931580dd5 - feat:Optimize page style of slicing management page Change-Id: I3df19a4463a65116401c96c65000c63a5a22d699 Issue-ID: USECASEUI-369 Signed-off-by: cyuamber <xuranyjy@chinamobile.com>
2019-12-18Update git submodulesAmichai Hemli1-0/+0
* Update docs/submodules/vid.git from branch 'master' to 2e263cc66539a814502590365cf844b093115942 - Merge "vfModule.model.info getModel use vfModule constructor" - vfModule.model.info getModel use vfModule constructor Fix bug of show wrong value in Component Info for VfModule with maxCountInstances Issue-ID: VID-726 Change-Id: I909218c9c7bb4121bcbfdb9f4f436571f1e83ebe Signed-off-by: Eylon Malin <eylon.malin@intl.att.com>
2019-12-18Update git submodulesLucjan Bryndza1-0/+0
* Update docs/submodules/integration.git from branch 'master' to 5b2d3144d2f03e124fa77c5620790cc979ab356f - Ingress controller and node port scanner This tool reads K8S NodePort and Ingress service configurations and scans for service availability Signed-off-by: Lucjan Bryndza <l.bryndza@samsung.com> Change-Id: Ie9681ffe957317ed1f1c77ac9d6c90d677df294b Issue-ID: OOM-2240 Signed-off-by: Lucjan Bryndza <l.bryndza@samsung.com>
2019-12-18Update git submodulesPawel Wieczorek1-0/+0
* Update docs/submodules/integration.git from branch 'master' to 8df0be591db1bc639742b482fa24a8e7c16254e2 - Add minimal Vagrant environment quickstart documentation Issue-ID: ONAPARC-537 Change-Id: I86f5db6331980bf7d7ea4074d6e0bbcc84843d3c Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com>
2019-12-18Update git submodulesPawel Wieczorek1-0/+0
* Update docs/submodules/integration.git from branch 'master' to 0d01b78a4b059886f6052519da97efbbfc018d1f - Deploy minimal ONAP This patch prepares operator's environment for ONAP deployment (by exporting environmental variables for use in helm override file). It also fixes post-setup message regarding additional provisioning steps. Issue-ID: ONAPARC-537 Change-Id: I18815578ddc46a2d5ef31d6cf44b42f9a5d3950d Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com>
2019-12-18Update git submodulesPawel Wieczorek1-0/+0
* Update docs/submodules/integration.git from branch 'master' to 0664ac4023cd0b96d002c8515ee5767417bab6e1 - Prepare cluster for helm-based deployments This patch adds missing client tools ("make" for helm charts generation on operator's machine) as well as the server side: local helm repo and K8s service account. Issue-ID: ONAPARC-537 Change-Id: I34bd5c9422dd1a5be0a1f235be3ee9598cc988c0 Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com>
2019-12-18Update git submodulesPawel Wieczorek1-0/+0
* Update docs/submodules/integration.git from branch 'master' to 3cb78218ec4e5cb6ab9aae6987b7c03f22d588e3 - Increase resources for K8s worker node This patch also changes how resources are assigned to local infrastructure nodes due to increasing number of specific cases. Issue-ID: ONAPARC-537 Change-Id: I914b40508ab388b99d5f124ab1369b152a8ca765 Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com>
2019-12-18Update git submodulesPawel Wieczorek1-0/+0
* Update docs/submodules/integration.git from branch 'master' to f1176daf78a691d31a13b698d9401a20ce51c5b4 - Add helm provisioners (downloading and setting up with OOM plugins) Issue-ID: ONAPARC-537 Change-Id: I3b3d731ae016c78b3e00841157c69aded14635e2 Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com>
2019-12-18Update git submodulesPawel Wieczorek1-0/+0
* Update docs/submodules/integration.git from branch 'master' to df0edea0c75b1bd99f26779be7d7b60d5fcb3481 - Add Devstack machine and its provisioning Issue-ID: ONAPARC-537 Change-Id: If725843c3e5ee47724a98d70611cbde464b9debc Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com>
2019-12-18Update git submodulesPawel Wieczorek1-0/+0
* Update docs/submodules/integration.git from branch 'master' to 55c0c9d2645ee6c9d5e217326f585c033df449a0 - Adjust provisioning tools paths Issue-ID: ONAPARC-537 Change-Id: I6aeab5db440d35187db84bf6d2525fd61a8737c4 Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com>
2019-12-18Update git submodulesPawel Wieczorek1-0/+0
* Update docs/submodules/integration.git from branch 'master' to 216bd6a4870c680555d586f0010a633d5fa15700 - Import Vagrant environment from test/security/k8s Infrastructure mockup has been previously set up for CIS guidelines checking. Empty Kubernetes cluster was sufficient for that purpose. It will be adjusted to satisfy minimal ONAP requirements and should eventually supersede previous testing environment. Issue-ID: ONAPARC-537 Change-Id: Iada29d86642b8a5513e9d1bbd895db2094ad12b9 Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com>
2019-12-18Update git submodulesPawel Wieczorek1-0/+0
* Update docs/submodules/integration.git from branch 'master' to 83040dff44e13c08a73a78c98ae64d7812fc3b6e - Describe purpose of minimal Vagrant environment Issue-ID: ONAPARC-537 Change-Id: I75e843794fa43af51e1a2674abede1394a384d15 Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com>
2019-12-18Update git submodulesEylon Malin1-0/+0
* Update docs/submodules/vid.git from branch 'master' to 3130b106f807a0466ea3dd96e2f6b2e8f9e17610 - Merge "Fix e2e test of upgrade VFM" - Fix e2e test of upgrade VFM Issue-ID: VID-603 Signed-off-by: Amir Skalka <amir.skalka@intl.att.com> Change-Id: I678a0f30da8236952def96c582863c8200857d45
2019-12-18Update git submodulesChuanyu Chen1-0/+0
* Update docs/submodules/so.git from branch 'master' to 145eb372a14a2dd25f75033acd37e269c33caf95 - Merge "add pnf_resource_to_workflow to catalogdb bind the pnf model uuid to pnf workflow" - add pnf_resource_to_workflow to catalogdb bind the pnf model uuid to pnf workflow Issue-ID: SO-2558 Signed-off-by: Yaoguang Wang <sunshine.wang@huawei.com> Change-Id: I779ba8bef8ca3bb67ab6e9245eafec8b84571c85
2019-12-18Update git submodulescyuamber1-0/+0
* Update docs/submodules/usecase-ui.git from branch 'master' to 9d66a97004715bbeb4bc02a7fcbd8d7dea9ec55a - feat:Remove unnecessary page components of slicing-management Change-Id: I731f1ed96ffcdee4a40097cbdce219c45b8a2df1 Issue-ID: USECASEUI-369 Signed-off-by: cyuamber <xuranyjy@chinamobile.com>
2019-12-17Update git submodulesYoav Schneiderman1-0/+0
* Update docs/submodules/vid.git from branch 'master' to 72a9733f9ecc0171841bc10f03e662d693bec77c - Fixing node count icon VfModule + unit tests. Issue-ID: VID-726 Signed-off-by: Yoav Schneiderman <yoav.schneiderman@intl.att.com> Change-Id: I07538d9e77ff3e983da35f90f73eb62c9fdfce4b
2019-12-17Update git submodulesLorraine Welch1-0/+0
* Update docs/submodules/portal.git from branch 'master' to 8bdd277a883f19bd917d8fce860eaf6c78bc85f6 - Merge "ExternalAuthException.java-Junits" - ExternalAuthException.java-Junits Issue-ID: PORTAL-797 Change-Id: Ib2a105c9c9a9fbfe3f8f14b3a564ac013262cffb Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com>
2019-12-17Update git submodulesLorraine Welch1-0/+0
* Update docs/submodules/portal.git from branch 'master' to 059edd0c134cecfa6939f35fb8eb847d4c40631f - Merge "Dao object moved from dao packege to package by component in service folder" - Dao object moved from dao packege to package by component in service folder This patch move all services from single folder to separete folders. All DAO classes are noc package-private and moved too to this folders, providing encapsulation mechanism. DAO object schould not be directly call from any where else that package type class. Issue-ID: PORTAL-710 Change-Id: I3c0edd9eaa8260849ca716dd6244cf4c83ec783c Signed-off-by: Dominik Mizyn <d.mizyn@samsung.com>
2019-12-17Update git submodulesLorraine Welch1-0/+0
* Update docs/submodules/portal.git from branch 'master' to ba2d7bcaf4ce42fd0c8742dc462ef0160bdfd8f7 - Merge "Deprecated class and annotation change" - Deprecated class and annotation change javax.validation.constraints.Email, javax.validation.constraints.NotBlank in ProfileDetail.java class changed to import org.hibernate.validator.constraints.Email, import org.hibernate.validator.constraints.NotBlank Minor change: @RunWith(MockitoJUnitRunner.class) -> @RunWith(SpringRunner.class) Issue-ID: PORTAL-710 Change-Id: I9e249ea293ec05b212d431e6fe877a98f3798ffc Signed-off-by: Dominik Mizyn <d.mizyn@samsung.com>
2019-12-17Update git submodulesLorraine Welch1-0/+0
* Update docs/submodules/portal.git from branch 'master' to 662c0ad3e5874c4db01414338a0a6676adb29c8d - Merge "NotValidDataException.java-junits" - NotValidDataException.java-junits junits for NotValidDataException.java Issue-ID: PORTAL-797 Change-Id: Id63a2ecc6666e1e47e621e647fabc28dc73668f1 Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com>
2019-12-17Update git submodulesSylvain Desbureaux1-0/+0
* Update docs/submodules/oom.git from branch 'master' to 1dd281fc7e5d96d585561dd9bdbb90173a698a6a - Merge "Enable Cassandra for AAI in minimal ONAP environment" - Enable Cassandra for AAI in minimal ONAP environment Deployment of AAI component fails unless Cassandra is enabled in the cluster [1]. This patch also adds Cassandra to the list of enabled components and fixes minor typos in the documentation. [1] https://git.onap.org/aai/oom/tree/requirements.yaml#n23 Issue-ID: INT-1402 Change-Id: I5cb57e1909f749bb8d28fac0e5eeb09f6cfe4b33 Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com>
2019-12-17Update git submodulesSylvain Desbureaux1-0/+0
* Update docs/submodules/oom.git from branch 'master' to 4a18669124ad341e06ffec59711a477d7223c873 - Merge "Secure FE communications to the workflow backend" - Secure FE communications to the workflow backend Update of the workflow fe and be charts to secure the communications and to start the backend server is https mode with a secured connection to SDC Issue-ID: OOM-1954 Signed-off-by: IlanaP <ilanap@amdocs.com> Change-Id: Ia3c4c714e317b8f8b6b4ee9245daa50eea50275f Signed-off-by: IlanaP <ilanap@amdocs.com>
2019-12-17Update git submodulesRavi Pendurty1-0/+0
* Update docs/submodules/ccsdk/features.git from branch 'master' to 2c4a12c3108b49169ed42eaa8bf63e35ec9ac1fa - App mountpoint-state-provider App mountpoint-state-provider for use by microservices Issue-ID: SDNC-1010 Signed-off-by: Ravi Pendurty <ravi.pendurty@highstreet-technologies.com> Change-Id: I22d7a5e6581a451209a520fab73def1eba496239 Signed-off-by: Ravi Pendurty <ravi.pendurty@highstreet-technologies.com>
2019-12-17Update git submodulesRavi Pendurty1-0/+0
* Update docs/submodules/ccsdk/features.git from branch 'master' to de4fec0391bbf1d838ebc6e18f3f307dc6885319 - App mountpoint-registrar App mountpoint-registrar Issue-ID: SDNC-1009 Signed-off-by: Ravi Pendurty <ravi.pendurty@highstreet-technologies.com> Change-Id: Idc40dcb2410d4d20f8d3a7943d1f810710ce7f27
2019-12-17Update git submodulesSylvain Desbureaux1-0/+0
* Update docs/submodules/oom.git from branch 'master' to 448a16ef7f4816620fb45e842a664c6e6dc65c52 - Merge "Remove old nginx configurtion from the SDC" - Remove old nginx configurtion from the SDC Remove not longer suported and incompatibile option from the SDC nginx ingress configuration Issue-ID: OOM-2187 Signed-off-by: Lucjan Bryndza <l.bryndza@samsung.com> Change-Id: I5bddbc8400569cc8a58c48cd15ca00991336e1c8
2019-12-17Update git submodulesPatrick Brady1-0/+0
* Update docs/submodules/appc.git from branch 'master' to 3459b8ceb782ab6cb582c1f8e085088016c91d33 - Fix inconsistent use of encrypt method The appc Configuration class handles decryption of encrypted passwords with no additional method calls needed. This change removes the incorrect call the the EncryptionTool encrypt method. Change-Id: I3b9664911d087da25919ae96db038008b8427e24 Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1766
2019-12-17Update git submodulesDan Timoney1-0/+0
* Update docs/submodules/ccsdk/features.git from branch 'master' to 595457177ac1316c4567c2bf339b4fb0230e85c6 - Merge "YANG Model update for A1 Adapter" - YANG Model update for A1 Adapter YANG model update to address policy type and poliy instance creation as well as notification for policy enforcement update Issue-ID: CCSDK-1996 Signed-off-by: SandeepLinux <Sandeep.Shah@ibm.com> Change-Id: I4dc4fdf1fadd996d7f32ff370b2b1edd853823df
2019-12-17Update git submodulesIttay Stern1-0/+0
* Update docs/submodules/vid.git from branch 'master' to 4bfa2df6e5735b0060a88e4661f38b955094d1a1 - Templates: Test deployment of a Cypress edited template Use templates__instance_from_template__set_without_modify1.json in API test, and make sure values comply. Fix multiselect control to keep platform name as-is when field not touched but "set" is set. Issue-ID: VID-724 Issue-ID: VID-722 Change-Id: Ic0e4cc36027c56f900f6d7e0aa2b01da7d0c728f Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-12-17Update git submodulesJim Hahn1-0/+0
* Update docs/submodules/policy/parent.git from branch 'master' to 5f80cfcfdb95aa6b90f92f4e15f543d1d7125750 - Update PAP docs per review comments. Issue-ID: POLICY-2281 Signed-off-by: Jim Hahn <jrh3@att.com> Change-Id: Ia8ddf2dddd3a6cd605efea360cbf47b03bb93c10
2019-12-17Update git submodulesKAPIL SINGAL1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to 20b07e37990f1926d7b3cb45542b76c0336f9f19 - Merge "adding new designer component, sort and configuration dashboard" - adding new designer component, sort and configuration dashboard Issue-ID: CCSDK-1982 Issue-ID: CCSDK-1984 Issue-ID: CCSDK-1983 Signed-off-by: ShaabanEltanany <shaaban.eltanany.ext@orange.com> Change-Id: I05d12bbf5ebc940bd6983da06af3f85ee18eb723
2019-12-17Update git submodulesBrinda Santh1-0/+0
* Update docs/submodules/ccsdk/cds.git from branch 'master' to 383235b495c32a1762511f1837bc9e98af6226eb - Cluster distributed data store Add experimental cluster co-ordination service using Atomic framework. Included distributed data store creation utilities. Sample docker compose data cluster between cds controller and resource-resolution instances. Issue-ID: CCSDK-2000 Signed-off-by: Brinda Santh <bs2796@att.com> Change-Id: I4de00e773a996e08fd1d260fc27ed18832433883
2019-12-17Update git submodulesByung-Woo Jun1-0/+0
* Update docs/submodules/so.git from branch 'master' to ef4e7b50f4dc76ca042ddda76cdcf4e5ed10d9f4 - Merge "SOL003 Adapter Package Management - Fetch VNF Package Content" - SOL003 Adapter Package Management - Fetch VNF Package Content Change-Id: I86f1541098c7694b1624f9cdaf4e4c5cb91df3dd Issue-ID: SO-2415 Signed-off-by: rope252 <gareth.roper@est.tech>
2019-12-17Update git submodulesSylvain Desbureaux1-0/+0
* Update docs/submodules/oom.git from branch 'master' to 2b1c87f302e8b6ffef589036da49e66bc3e7d1c5 - Merge "VID logging adjustments" - VID logging adjustments Now using org.onap.logging libs, improved formatting, and full MDC key/values dump. Added outgoingRequests logging of upstream in-out traffic. See also: VID logs to Logging Specification v1.2 (Casablanca) https://wiki.onap.org/pages/viewpage.action?pageId=28378955 Issue-ID: VID-253 Change-Id: If1378319d6c77fef0d08adc8e5e08c98cab50580 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-12-17Update git submodulesSara Weiss1-0/+0
* Update docs/submodules/vid.git from branch 'master' to 19bfe44c206000e5f71b53c1642f19886be7ad5f - Templates: Test deployment of a Cypress *edited* without changes template Issue-ID: VID-724 Signed-off-by: Sara Weiss <sara.weiss@intl.att.com> Change-Id: If70e4cb35d6a0feb0972da3f212b8a87892004cd
2019-12-17Update git submodulesIttay Stern1-0/+0
* Update docs/submodules/vid.git from branch 'master' to fca7e153ab6577914032e100ffff3dfa6392c306 - Merge "default maven build of vid-webpack-master to run build and unit tests" - default maven build of vid-webpack-master to run build and unit tests Issue-ID: VID-729 Signed-off-by: Eylon Malin <eylon.malin@intl.att.com> Change-Id: I244996542d9b9d8f92af4db325d22585f0327d0f
2019-12-17Update git submodulesIttay Stern1-0/+0
* Update docs/submodules/vid.git from branch 'master' to e2801985291583854dcedcad69c858c81c64d3de - Templates: Test deployment of a Cypress *edited* template templates__instance_from_template__set_without_modify.json is currently a plain copy of original template, but this will be changed later on Issue-ID: VID-724 Change-Id: Ib527fc33b684b0886c7aa407d5ba90be65fad159 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-12-17Update git submodulesEylon Malin1-0/+0
* Update docs/submodules/vid.git from branch 'master' to a9f9a844ec795058a1867614b88284c3b324af7f - Merge "Add details in template list popup" - Add details in template list popup Issue-ID: VID-730 Signed-off-by: Yoav Schneiderman <yoav.schneiderman@intl.att.com> Change-Id: Id6c04f3400bb0b518e857011dfb72042cb79d184