doc.git
4 years agoUpdate git submodules
Eylon Malin [Wed, 11 Dec 2019 15:27:59 +0000 (15:27 +0000)]
Update git submodules

* Update docs/submodules/vid.git from branch 'master'
  to 9663f222f044e52338fa1dba3950a26e665bfba4
  - Merge "Add cypress test that check vnf popup contains correct lcp region data."
  - Add cypress test that check vnf popup contains correct lcp region data.

    Issue-ID: VID-724
Signed-off-by: Alexey Sandler <alexey.sandler@intl.att.com>
    Change-Id: I8231009ca8753987055291af83eb5c088d816ac8

4 years agoUpdate git submodules
Eylon Malin [Wed, 11 Dec 2019 14:36:05 +0000 (16:36 +0200)]
Update git submodules

* Update docs/submodules/vid.git from branch 'master'
  to f06c7ce17569c67ff4e70b1a95964d843fccd45a
  - cypress test - default max instances of vfModule is unlimited

    Issue-ID: VID-726
    Change-Id: I9f4d8b8b07f02f30aab3488f011eb12ce71c0a68
Signed-off-by: Eylon Malin <eylon.malin@intl.att.com>
4 years agoUpdate git submodules
Borislav Glozman [Wed, 11 Dec 2019 14:28:33 +0000 (14:28 +0000)]
Update git submodules

* Update docs/submodules/oom.git from branch 'master'
  to 525447ad64582c9d8a94542cc32e89c9986d864d
  - Merge "Mavenized image creation for readiness-check"
  - Mavenized image creation for readiness-check

    Issue-ID: INT-1045
    Change-Id: I9c7b7fd26c8f376600aa7efc9c1d9e2eee001cde
Signed-off-by: Dmitry Puzikov <dmitry.puzikov@tieto.com>
4 years agoUpdate git submodules
Borislav Glozman [Wed, 11 Dec 2019 14:27:55 +0000 (14:27 +0000)]
Update git submodules

* Update docs/submodules/oom.git from branch 'master'
  to 10ab5daccb4375ca8644ad9d738bbdb2efc7a650
  - Merge "Example ingress configuration with vhosts"
  - Example ingress configuration with vhosts

    Example ingress configuration with vhosting
    support.

Signed-off-by: Lucjan Bryndza <l.bryndza@samsung.com>
    Issue-ID: OOM-2125
    Change-Id: I62c818f8941871cbebdfbf1984e7b6eee7e1180d
Signed-off-by: Lucjan Bryndza <l.bryndza@samsung.com>
4 years agoUpdate git submodules
Borislav Glozman [Wed, 11 Dec 2019 14:27:24 +0000 (14:27 +0000)]
Update git submodules

* Update docs/submodules/oom.git from branch 'master'
  to 0f15ec82c3ef94ac510350d43184299564a9fa85
  - Merge "Add ingress configuration for so-monitoring"
  - Add ingress configuration for so-monitoring

    Add ingress configuration file for so-monitoring component.
    Ingress configuration can be changed in onap-all.yaml

Signed-off-by: Lucjan Bryndza <l.bryndza@samsung.com>
    Change-Id: I122e52fc1ed9db78bb0249715e8cd25a9d6318a3
    Issue-ID: OOM-1508

4 years agoUpdate git submodules
Borislav Glozman [Wed, 11 Dec 2019 14:26:24 +0000 (14:26 +0000)]
Update git submodules

* Update docs/submodules/oom.git from branch 'master'
  to 73a2c25f2a9ea88e6bbce1175104ca46dd9a21d3
  - Merge "[APPC] Use global storage templates for PVC"
  - [APPC] 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

    Change-Id: I04757c8fffc4987c4d49da9f474f3e20367de214
    Issue-ID: OOM-1227
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
4 years agoUpdate git submodules
Borislav Glozman [Wed, 11 Dec 2019 14:25:57 +0000 (14:25 +0000)]
Update git submodules

* Update docs/submodules/oom.git from branch 'master'
  to 05942430664ddd4a35f830c5e7488ecd4122c83d
  - Merge "[AAF] Use global storage templates for PVC"
  - [AAF] 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 modified statefulset deployment so they can use their own PVC
    instead of writing into a specific directory inside

    I've also set to 'emptyDir' volumes when persistence is not enabled
    (except for aaf-config-pvc and aaf-status-pvc, which means that AAF will
    still not work when persistence is disabled).

    Change-Id: I05f133f058ebd9678df9ac0b7ef32bb43689e94f
    Issue-ID: OOM-1227
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
4 years agoUpdate git submodules
Borislav Glozman [Wed, 11 Dec 2019 14:25:20 +0000 (14:25 +0000)]
Update git submodules

* Update docs/submodules/oom.git from branch 'master'
  to 5145c61e87e1d73935d395abfba6b9becb5d3b87
  - Merge "[Common] Use global storage templates for PVC"
  - [Common] 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 aligned the PV creation of the different charts.
    I've also aligned the PVC creation of the different charts.

    I've removed unused mysql chart and (badly) used nfs-provisioner chart.

    I've also make cassandra backup work with dynamic PV (but RWX only for
    now).

    Change-Id: I0ea3f8c7514ca648d94b6c682684c06b822bbe0a
    Issue-ID: OOM-2229
    Issue-ID: OOM-2228
    Issue-ID: OOM-2227
    Issue-ID: OOM-1227
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
4 years agoUpdate git submodules
Borislav Glozman [Wed, 11 Dec 2019 14:21:55 +0000 (14:21 +0000)]
Update git submodules

* Update docs/submodules/oom.git from branch 'master'
  to 9b5e461732ac47203a3fce5cef12700184b34021
  - Merge "Adding sdclistener properties for health check"
  - Adding sdclistener properties for health check

    Issue-ID: CCSDK-1669
Signed-off-by: ShaabanEltanany <shaaban.eltanany.ext@orange.com>
    Change-Id: Id7343225f8c46c38d3c44c6c9ffdfe895742e5d6

4 years agoUpdate git submodules
Borislav Glozman [Wed, 11 Dec 2019 14:19:12 +0000 (14:19 +0000)]
Update git submodules

* Update docs/submodules/oom.git from branch 'master'
  to 68793f5b5eda291aa35069ad4a82baa22b687974
  - Merge "[AAF] No resources limits on PODs"
  - [AAF] No resources limits on PODs

    There were no resource limits on POD.
    Setting them.

    Change-Id: I1b57c3f1cd1b1dc71bbad4f7c307b1658d6e23e5
    Issue-ID: OOM-2230
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
4 years agoUpdate git submodules
Borislav Glozman [Wed, 11 Dec 2019 14:18:13 +0000 (14:18 +0000)]
Update git submodules

* Update docs/submodules/oom.git from branch 'master'
  to 1bb3c73eb0b9e2cd1c667e8c0997421b84355869
  - Merge "[Contrib] Use global storage templates for PVC"
  - [Contrib] 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

    Change-Id: I278e62821ca98e41f63306e502cca1019ba18756
    Issue-ID: OOM-1227
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
4 years agoUpdate git submodules
Borislav Glozman [Wed, 11 Dec 2019 14:17:17 +0000 (14:17 +0000)]
Update git submodules

* Update docs/submodules/oom.git from branch 'master'
  to b76e563c2091b311450ada9c9e702bd44f7de734
  - Merge "[CDS] Use global storage templates for PVC"
  - [CDS] 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

    Change-Id: I9ffc9f121fb68993dd7bf96d4909913c3aaa09c3
    Issue-ID: OOM-1227
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
4 years agoUpdate git submodules
Borislav Glozman [Wed, 11 Dec 2019 14:16:52 +0000 (14:16 +0000)]
Update git submodules

* Update docs/submodules/oom.git from branch 'master'
  to 2fcb342c4e8feb654e034bde46547b13f67cb589
  - Merge "[PORTAL] Use global storage templates for PVC"
  - [PORTAL] 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

    Change-Id: I28b4ac5f612de75918973148865cf82f7a7de5e8
    Issue-ID: OOM-1227
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
4 years agoUpdate git submodules
Borislav Glozman [Wed, 11 Dec 2019 14:16:31 +0000 (14:16 +0000)]
Update git submodules

* Update docs/submodules/oom.git from branch 'master'
  to 5fec7b062689ef2e394943194875767df77ece66
  - Merge "Add missing [mysqld] group"
  - Add missing [mysqld] group

    Issue-ID: VID-725
    Change-Id: I00bed189eae8a615f4db9531814a88ed2b000362
Signed-off-by: Brian Freeman <bf1936@att.com>
4 years agoUpdate git submodules
Borislav Glozman [Wed, 11 Dec 2019 14:15:50 +0000 (14:15 +0000)]
Update git submodules

* Update docs/submodules/oom.git from branch 'master'
  to cd4bc8e4282d82b91fa930567682eb5e0f0290a8
  - Merge "Add cert dist for DMaaP BC"
  - Add cert dist for DMaaP BC

    Issue-ID: DMAAP-1321
Signed-off-by: Ubuntu <dgl@research.att.com>
    Change-Id: I55a6d41c1955d3ea1bcc0799b5121212af102471

4 years agoUpdate git submodules
Borislav Glozman [Wed, 11 Dec 2019 14:08:59 +0000 (14:08 +0000)]
Update git submodules

* Update docs/submodules/oom.git from branch 'master'
  to 6803a3e1883d627eb72a14c4a51f6cee1aaf5656
  - Merge "[CLAMP] Use global storage templates for PVC"
  - [CLAMP] 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

    Change-Id: I2cc90fe7a22a04d47d406b854c3a75502e539a25
    Issue-ID: OOM-1227
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
4 years agoUpdate git submodules
Borislav Glozman [Wed, 11 Dec 2019 14:08:34 +0000 (14:08 +0000)]
Update git submodules

* Update docs/submodules/oom.git from branch 'master'
  to 9d390192fce4824a1b393ab4252ba95307c10a2b
  - Merge "[Modeling] Use global storage templates for PVC"
  - [Modeling] 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

    Change-Id: I337e760ea71ec57c4f593e068c3cf6ea548a3cfc
    Issue-ID: OOM-1227
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
4 years agoUpdate git submodules
Borislav Glozman [Wed, 11 Dec 2019 14:08:07 +0000 (14:08 +0000)]
Update git submodules

* Update docs/submodules/oom.git from branch 'master'
  to 37c368332d64933817d24a0521a2a109160b446b
  - Merge "[DCAE] Use global storage templates for PVC"
  - [DCAE] 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 a "range" for PV creation of redis in order to have only
    the needed number.

    Change-Id: I6bb326f8aaece11bcf503e9300e5c39a87214f81
    Issue-ID: OOM-1227
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
4 years agoUpdate git submodules
Borislav Glozman [Wed, 11 Dec 2019 14:07:20 +0000 (14:07 +0000)]
Update git submodules

* Update docs/submodules/oom.git from branch 'master'
  to 289bd43809204ca8e4c0662b06c1c775e6333d8c
  - Merge "[Multicloud] Use global storage templates for PVC"
  - [Multicloud] 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

    Change-Id: I8ed04b153aec0b81971a7a1eb97737d905ea4c5c
    Issue-ID: OOM-1227
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
4 years agoUpdate git submodules
Borislav Glozman [Wed, 11 Dec 2019 14:06:43 +0000 (14:06 +0000)]
Update git submodules

* Update docs/submodules/oom.git from branch 'master'
  to 408d8af2ab72c4697a95176b50443837b5f8fc40
  - Merge "[VFC] Use global storage templates for PVC"
  - [VFC] 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

    Change-Id: Ibc8825b97cbe8939cf085d1cdd17e0a67e45c96b
    Issue-ID: OOM-1227
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
4 years agoUpdate git submodules
Borislav Glozman [Wed, 11 Dec 2019 14:06:14 +0000 (14:06 +0000)]
Update git submodules

* Update docs/submodules/oom.git from branch 'master'
  to d7c871ee5e465c11f36974cfb668844882d139d2
  - Merge "[PNDA] Use global storage templates for PVC"
  - [PNDA] 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 created a PVC for the job instead of doing a PVC template
    inside the job.

    Change-Id: I0cc242db0b1412ac792dec74a6542849c30985c9
    Issue-ID: OOM-1227
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
4 years agoUpdate git submodules
Borislav Glozman [Wed, 11 Dec 2019 14:05:43 +0000 (14:05 +0000)]
Update git submodules

* Update docs/submodules/oom.git from branch 'master'
  to ef7963b2f0a8b5b4d4e0840435dcbdbf98fccb0d
  - Merge "[SO] Use global storage templates for PVC"
  - [SO] 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

    Change-Id: Ice44eda13aad44564d61f9e954cd11085a81d56f
    Issue-ID: OOM-1227
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
4 years agoUpdate git submodules
Borislav Glozman [Wed, 11 Dec 2019 14:05:25 +0000 (14:05 +0000)]
Update git submodules

* Update docs/submodules/oom.git from branch 'master'
  to 95b77050a816e1ea505c11d5082a1dfc3511ee7d
  - Merge "[LOG] Use global storage templates for PVC"
  - [LOG] 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

    Change-Id: I1f39f2c8c9a2d4fe1303fffbefe4dac70ed0e860
    Issue-ID: OOM-1227
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
4 years agoUpdate git submodules
Borislav Glozman [Wed, 11 Dec 2019 14:04:58 +0000 (14:04 +0000)]
Update git submodules

* Update docs/submodules/oom.git from branch 'master'
  to 7be20b6c241f25b9845b448f1d65d97705634380
  - Merge "[POLICY] Use global storage templates for PVC"
  - [POLICY] 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

    Change-Id: Iabd5d12196459bb1fce9021857aeab57a757ee12
    Issue-ID: OOM-1227
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
4 years agoUpdate git submodules
Borislav Glozman [Wed, 11 Dec 2019 14:03:55 +0000 (14:03 +0000)]
Update git submodules

* Update docs/submodules/oom.git from branch 'master'
  to 16b32ddfe9237ffeed3dc9f1422978ca65995e4b
  - Merge "[SDC] Use global storage templates for PVC"
  - [SDC] 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

    Change-Id: Ic34dcbc609edaa79109aacb83bbc019b55e6d02e
    Issue-ID: OOM-1227
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
4 years agoUpdate git submodules
Steve Smokowski [Wed, 11 Dec 2019 13:58:22 +0000 (13:58 +0000)]
Update git submodules

* Update docs/submodules/so.git from branch 'master'
  to 6acf5b81168724ca4c889daf9b9cfcc5100e02e1
  - Merge "SO CDS Metadata ingestion"
  - SO CDS Metadata ingestion

    Add support for controller_actor ingestion
    Add support for blueprint in service
    Add support for skip conf flag in vf module
    Ingest new properties into SO database
    Sample csar files are cleaned without comment and description

    Issue-ID: SO-2313
    Change-Id: I657f997faf33a366f3c234c3e41b164275beedac
Signed-off-by: eeginux<henry.xie@est.tech>
4 years agoUpdate git submodules
Atif Husain [Wed, 11 Dec 2019 12:14:00 +0000 (23:14 +1100)]
Update git submodules

* Update docs/submodules/sdc.git from branch 'master'
  to 78be848fcf71bf970cf4de16e22a37e09edeaaa7
  - Added datatypes for 3rd Party Partners

    Issue-ID: SDC-2385
    Change-Id: Iedc5d5b9b30e7cccd3654a1b6e84514643b6d62f
Signed-off-by: Atif Husain <atif.husain@team.telstra.com>
4 years agoUpdate git submodules
Divyang Patel [Wed, 11 Dec 2019 12:10:32 +0000 (23:10 +1100)]
Update git submodules

* Update docs/submodules/sdc.git from branch 'master'
  to c2a53cb447789e15e85663ae253ab2d90b972934
  - Add service creation API as an External API

    Issue-ID: SDC-2383
    Change-Id: I8490163310e892a7ebb6d7e7275edfdeba24045e
Signed-off-by: Atif Husain <atif.husain@team.telstra.com>
4 years agoUpdate git submodules
Ittay Stern [Wed, 11 Dec 2019 10:23:42 +0000 (10:23 +0000)]
Update git submodules

* Update docs/submodules/vid.git from branch 'master'
  to bfd3b59b7caef3c65d306727fc6fe25a85e68ca2
  - Merge "SyncRestClient for Http/s ServerTest to use 127.0.0.1 address"
  - SyncRestClient for Http/s ServerTest to use 127.0.0.1 address

    Issue-ID: VID-726
Signed-off-by: Eylon Malin <eylon.malin@intl.att.com>
    Change-Id: Ifa5f2025a01f51d82f3019728b55382490f914fc

4 years agoUpdate git submodules
Sylvain Desbureaux [Wed, 11 Dec 2019 10:00:25 +0000 (10:00 +0000)]
Update git submodules

* Update docs/submodules/oom.git from branch 'master'
  to 1f20e128c5ffe2d7996a33bb2a3d61fa923493cd
  - Merge "Add ingress configuration for vid"
  - Add ingress configuration for vid

    Add ingress configuration file for vid component.
    Ingress configuration can be changed in onap-all.yaml

    Change-Id: Icb1eccccd0488d78a8b44745888203192d9aaa4b
    Issue-ID: OOM-1508
Signed-off-by: Lucjan Bryndza <l.bryndza@samsung.com>
4 years agoUpdate git submodules
Sylvain Desbureaux [Wed, 11 Dec 2019 10:00:22 +0000 (10:00 +0000)]
Update git submodules

* Update docs/submodules/oom.git from branch 'master'
  to b500d833613a478a1c9d8ac36a665e25f3ec5ef0
  - Merge "Add ingress controller support to portal"
  - Add ingress controller support to portal

    Add ingress controller support to portal
    using default ingress template.

    Issue-ID: OOM-2185
    Change-Id: I99f230d95a396f159559ee1c1e3bb01d6c8a9ff0
Signed-off-by: Lucjan Bryndza <l.bryndza@samsung.com>
4 years agoUpdate git submodules
Sylvain Desbureaux [Wed, 11 Dec 2019 10:00:18 +0000 (10:00 +0000)]
Update git submodules

* Update docs/submodules/oom.git from branch 'master'
  to 4d31247da5a8202f89db9761cae62cbb2c66a585
  - Merge "Add ingress controller support to AAF"
  - Add ingress controller support to AAF

    Change-Id: Ie69b9dac533ed2af80645e6d65318b6b4e81cbd3
    Issue-ID: OOM-2170
Signed-off-by: Lucjan Bryndza <l.bryndza@samsung.com>
4 years agoUpdate git submodules
Sylvain Desbureaux [Wed, 11 Dec 2019 10:00:14 +0000 (10:00 +0000)]
Update git submodules

* Update docs/submodules/oom.git from branch 'master'
  to 9368b1aa2fd9e8bff7f3f87ef8ddb0a4f67ee1ce
  - Merge "Add ingress controler support to UUI"
  - Add ingress controler support to UUI

    Add ingress controler support to UUI
    using ingress common template

    Issue-ID: OOM-2190
    Change-Id: I02a94788ace71c27464a2606aa3ecf2b11b1b1da
Signed-off-by: Lucjan Bryndza <l.bryndza@samsung.com>
4 years agoUpdate git submodules
Sylvain Desbureaux [Wed, 11 Dec 2019 09:59:10 +0000 (09:59 +0000)]
Update git submodules

* Update docs/submodules/oom.git from branch 'master'
  to 7550721979daa2d29888c9ee73b125829f3f1c32
  - Merge changes I69ea7e5d,I75f7e823,I2ae6b0f2,I6f1591a6,I30c2e0de, ...

    * changes:
      Add ingress controler support to OOF
      Add ingress controler support to POMBA
      Add ingress controler support to SDC
      Add ingress controler support to DMAAP
      Add ingress controler support to SDNC
      Add ingress controler support to CDS

  - Add ingress controler support to OOF

    Issue-ID: OOM-2182
    Change-Id: I69ea7e5dbc30981ec840373dc030f26696ed32db
Signed-off-by: Lucjan Bryndza <l.bryndza@samsung.com>
  - Add ingress controler support to POMBA

    Issue-ID: OOM-2184
    Change-Id: I75f7e8239fe1f1027fffae6b3e2a848a593351ae
Signed-off-by: Lucjan Bryndza <l.bryndza@samsung.com>
  - Add ingress controler support to SDC

    Issue-ID: OOM-2187
    Change-Id: I2ae6b0f2482641b3f482121354596574b684b2d1
Signed-off-by: Lucjan Bryndza <l.bryndza@samsung.com>
  - Add ingress controler support to DMAAP

    Issue-ID: OOM-2179
    Change-Id: I6f1591a6c7033812cc714d75c63d7c1b3ba197b6
Signed-off-by: Lucjan Bryndza <l.bryndza@samsung.com>
  - Add ingress controler support to SDNC

    Issue-ID: OOM-2188
    Change-Id: I30c2e0dea0a1fc12fd82090610c7e38f577cc811
Signed-off-by: Lucjan Bryndza <l.bryndza@samsung.com>
  - Add ingress controler support to CDS

    Issue-ID: OOM-2174
Signed-off-by: Lucjan Bryndza <l.bryndza@samsung.com>
    Change-Id: Ib6c159d54ca65577934f70de137bfc13336992ec

4 years agoUpdate git submodules
Eylon Malin [Wed, 11 Dec 2019 09:57:36 +0000 (11:57 +0200)]
Update git submodules

* Update docs/submodules/vid.git from branch 'master'
  to 2ed2a1a61fe0bccf215a8dc9cecbf4fdf55fd454
  - change default max instances of VfModule to unlimited

    Issue-ID: VID-726
Signed-off-by: Eylon Malin <eylon.malin@intl.att.com>
    Change-Id: Id7ee4f62593ad0f70dc9ba95b286fa7a44455f6b

4 years agoUpdate git submodules
cyuamber [Wed, 11 Dec 2019 09:33:50 +0000 (17:33 +0800)]
Update git submodules

* Update docs/submodules/usecase-ui.git from branch 'master'
  to bc115d88c7cbb728880839dd5e32987db167234b
  - feat: add some i18n resource

    Change-Id: I2686afd33ef3eb2138ac1130416618ba2005929b
    Issue-ID: USECASEUI-368
Signed-off-by: cyuamber <xuranyjy@chinamobile.com>
4 years agoUpdate git submodules
Tao Shen [Wed, 11 Dec 2019 09:16:45 +0000 (09:16 +0000)]
Update git submodules

* Update docs/submodules/usecase-ui.git from branch 'master'
  to 87f400207edddbe97c423ea87dc55a7b4a9ea03f
  - Merge "feat: add some i18n resource"
  - feat: add some i18n resource

    Change-Id: I29c18f62adebd0582de1641f9dea45f0ca104599
    Issue-ID: USECASEUI-370
Signed-off-by: cyuamber <xuranyjy@chinamobile.com>
4 years agoUpdate git submodules
cyuamber [Wed, 11 Dec 2019 09:10:13 +0000 (17:10 +0800)]
Update git submodules

* Update docs/submodules/usecase-ui.git from branch 'master'
  to 576ecf160be762904fce72279700b1c6a0a60989
  - feat:Modify the query of the progress interface and the api urls

    Change-Id: Ie6076e2f22d0afe683dca55f4e1369541800710c
    Issue-ID: USECASEUI-369
Signed-off-by: cyuamber <xuranyjy@chinamobile.com>
4 years agoUpdate git submodules
Eylon Malin [Wed, 11 Dec 2019 08:23:44 +0000 (10:23 +0200)]
Update git submodules

* Update docs/submodules/vid.git from branch 'master'
  to 0b4cdc4ab5740f9a1a4e308a0dee6ab9bcf8c6c4
  - add common method for getting max allowed instances of vfModule + UT

    Issue-ID: VID-726
Signed-off-by: Eylon Malin <eylon.malin@intl.att.com>
    Change-Id: Ib4597a027a6ac519ca2290d41b0f3208d47cc5b3

4 years agoUpdate git submodules
cyuamber [Wed, 11 Dec 2019 08:16:20 +0000 (16:16 +0800)]
Update git submodules

* Update docs/submodules/usecase-ui.git from branch 'master'
  to 3829d66ffaca12629ec09fee92b362fe599db9c6
  - feat:add notification model of slicing business page

    Change-Id: I5637f1f5bc5aee23518b6b92f4f7f53071866301
    Issue-ID: USECASEUI-369
Signed-off-by: cyuamber <xuranyjy@chinamobile.com>
4 years agoUpdate git submodules
Bin Yang [Wed, 11 Dec 2019 07:17:19 +0000 (07:17 +0000)]
Update git submodules

* Update docs/submodules/multicloud/azure.git from branch 'master'
  to 7a3a6dd01cf1180bc33b8e6b1224d9cf595dbe57
  - Fix coverage exclude pattern issue

    Change-Id: Ibaa3a80ecbafb85ef09e183e2c900b072759e5e6
    Issue-ID: MULTICLOUD-963
Signed-off-by: Bin Yang <bin.yang@windriver.com>
4 years agoUpdate git submodules
Bin Yang [Wed, 11 Dec 2019 06:37:23 +0000 (06:37 +0000)]
Update git submodules

* Update docs/submodules/multicloud/azure.git from branch 'master'
  to bbb318a77629518ef2cc2e4b52cb089a92033323
  - Fix sonar script issue

    Change-Id: Ie51cce3a417e2e78c07cd8dc0e807202be37cbe8
    Issue-ID: MULTICLOUD-963
Signed-off-by: Bin Yang <bin.yang@windriver.com>
4 years agoUpdate git submodules
Bin Yang [Wed, 11 Dec 2019 05:53:36 +0000 (05:53 +0000)]
Update git submodules

* Update docs/submodules/multicloud/azure.git from branch 'master'
  to 03386aae18234fcf70b29d80e3ac577791a90dd0
  - Fix tox issue

    set basepython 2.7 for all tox test

    Change-Id: Ie607a6c6780790c26311bed3fb940b5892d375e6
    Issue-ID: MULTICLOUD-963
Signed-off-by: Bin Yang <bin.yang@windriver.com>
4 years agoUpdate git submodules
Bin Yang [Wed, 11 Dec 2019 03:21:54 +0000 (03:21 +0000)]
Update git submodules

* Update docs/submodules/multicloud/azure.git from branch 'master'
  to 61d7d474895188ba05ed484c0550babb5f23451e
  - Fix aria rest api bug which result sonar failed

    Change-Id: Icd76376a28574831c010248bd9b7ab289285b1f7
    Issue-ID: MULTICLOUD-963
Signed-off-by: Bin Yang <bin.yang@windriver.com>
4 years agoUpdate git submodules
cyuamber [Wed, 11 Dec 2019 02:52:40 +0000 (10:52 +0800)]
Update git submodules

* Update docs/submodules/usecase-ui.git from branch 'master'
  to 27f241a7c7c9741d1834fbb13dd7250cb51de8c9
  - feat: Optimize code and add English fields

    Change-Id: Id61ab33f0bb612f8ae3a1debbc4c2d4887cf2b2d
    Issue-ID: USECASEUI-368
Signed-off-by: cyuamber <xuranyjy@chinamobile.com>
4 years agoUpdate git submodules
Bin Yang [Wed, 11 Dec 2019 02:16:58 +0000 (02:16 +0000)]
Update git submodules

* Update docs/submodules/multicloud/framework.git from branch 'master'
  to 2ce0d6fc05dc109df71b87ca8350628dabaa7a6b
  - Fix sonar coverage report issue

    The sonar coverage should exclude API_v2 which is not maintained any more.

    Change-Id: Id3ca9fb9bc5df457a52616f5bb93295220045ee0
    Issue-ID: MULTICLOUD-962
Signed-off-by: Bin Yang <bin.yang@windriver.com>
4 years agoUpdate git submodules
Bin Yang [Wed, 11 Dec 2019 01:37:36 +0000 (01:37 +0000)]
Update git submodules

* Update docs/submodules/multicloud/framework.git from branch 'master'
  to 0ad45fbdbf6bef2d252676fb7ddddeb73bec1c40
  - Fix sonar coverage report issue

    The sonar coverage should exclude API_v2 which is not maintained any more.

    Change-Id: Ieaa75c99a275d09474bfc7547b171e6efa54e3b4
    Issue-ID: MULTICLOUD-962
Signed-off-by: Bin Yang <bin.yang@windriver.com>
4 years agoUpdate git submodules
stark, steven [Tue, 10 Dec 2019 23:07:57 +0000 (15:07 -0800)]
Update git submodules

* Update docs/submodules/vnfrqts/requirements.git from branch 'master'
  to 048a9d94f9d78b3a57375e2bdab9e6b21a7edb61
  - [VNFRQTS] fixing metadata typos

    Issue-ID: VNFRQTS-776
Signed-off-by: stark, steven <steven.stark@att.com>
    Change-Id: I8c45f59ba99951ae86f4e10bd18d87a54cc67dc2

4 years agoUpdate git submodules
Harish Venkata Kajur [Tue, 10 Dec 2019 22:15:37 +0000 (17:15 -0500)]
Update git submodules

* Update docs/submodules/oom.git from branch 'master'
  to 7be16fd934e32b8181b851b9e6a0596ff284e086
  - Update git submodules

    * Update kubernetes/aai from branch 'master'
      to 552da2c65b6af3f6328fcc6b11af9329d5efa30a
      - Update the janusgraph properties for cassandra 3

        Issue-ID: AAI-2731
        Change-Id: Ic64ba3c97374db4f9ef0961b1e910714db49b4ae
Signed-off-by: Harish Venkata Kajur <vk250x@att.com>
4 years agoUpdate git submodules
Hagop Bozawglanian [Tue, 10 Dec 2019 22:04:47 +0000 (22:04 +0000)]
Update git submodules

* Update docs/submodules/vnfrqts/requirements.git from branch 'master'
  to 4d9d08e535367cc4c64c0cc5ef83a0ac8dde2471
  - Merge "Correct target in chapter 5.1.2"
  - Correct target in chapter 5.1.2

    Target shall be:  {VNF|PNF|VNF or PNF} CSAR PACKAGE

    Issue-ID: VNFRQTS-771

Signed-off-by: JunfengWang <junfeng.a.wang@ericsson.com>
    Change-Id: I216f54ca3f112b78cf9427028aa959f55294b53d

4 years agoUpdate git submodules
bogumil_zebek [Tue, 10 Dec 2019 21:03:54 +0000 (22:03 +0100)]
Update git submodules

* Update docs/submodules/aai/sparky-be.git from branch 'master'
  to 3aadc4547b62d205b488ece3d8d7c01e1d906a5a
  - Improve code quality

    Remove sonar violations.

    Issue-ID: AAI-2710
Signed-off-by: Zebek Bogumil <bogumil.zebek@nokia.com>
    Change-Id: I557581b72b527f9d38dd5f9f7099085a8b639c88

4 years agoUpdate git submodules
Kiran Kamineni [Tue, 10 Dec 2019 20:36:52 +0000 (12:36 -0800)]
Update git submodules

* Update docs/submodules/multicloud/k8s.git from branch 'master'
  to 88c3694fa50ea8fee314752e096f8070f017ac6c
  - Use http when not using tls

    Issue-ID: MULTICLOUD-666
    Change-Id: I8838fb2d312c841fd421d0a887bcfe181f6281e9
Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
4 years agoUpdate git submodules
Jimmy Forsyth [Tue, 10 Dec 2019 20:05:01 +0000 (15:05 -0500)]
Update git submodules

* Update docs/submodules/oom.git from branch 'master'
  to 996a45bfdad429f82eac3d48ea7a4fd011f9295e
  - Update git submodules

    * Update kubernetes/aai from branch 'master'
      to 6e20d0fb3f4dacda0c6cbccc7cf0424a21432fcf
      - Remove old microservices from aai chart

        Issue-ID: AAI-2733
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
        Change-Id: Ib471d6c3e8aca7a06f18dfd6167131f1d1df0456

4 years agoUpdate git submodules
Eylon Malin [Tue, 10 Dec 2019 19:11:53 +0000 (19:11 +0000)]
Update git submodules

* Update docs/submodules/vid.git from branch 'master'
  to 4b375fb18be002051fb4a5e07f3baf23b1e92d02
  - Merge "Adding unlimited max value to VNF, NETWORK"
  - Adding unlimited max value to VNF, NETWORK

    Issue-ID: VID-726
Signed-off-by: Yoav Schneiderman <yoav.schneiderman@intl.att.com>
    Change-Id: I0c3d503c8e4f6cb14081de8f6a619a67eee080b7
Signed-off-by: Yoav Schneiderman <yoav.schneiderman@intl.att.com>
4 years agoUpdate git submodules
weinstock, alan [Tue, 10 Dec 2019 16:56:06 +0000 (16:56 +0000)]
Update git submodules

* Update docs/submodules/vnfrqts/requirements.git from branch 'master'
  to b04628d52ea4280970038d299c5d269d679816a6
  - [VNFRQTS] correcting typos and RST format issues

    Issue-ID: VNFRQTS-774
Signed-off-by: weinstock, alan <aw2574@att.com>
    Change-Id: Ie5b26f0c7da2cd80a1acd81b54bb27775c682b0e
Signed-off-by: weinstock, alan <aw2574@att.com>
4 years agoUpdate git submodules
Sylvain Desbureaux [Tue, 10 Dec 2019 15:43:08 +0000 (15:43 +0000)]
Update git submodules

* Update docs/submodules/oom.git from branch 'master'
  to 4738758dfc10aa85dbb611d76dca723828ec523f
  - Merge "OOM missing CDS BP app properties for HealthCheck."
  - OOM missing CDS BP app properties for HealthCheck.

    Issue-ID: CCSDK-1952

    Patch1: added missing properties from Change-Id: Idb3c7f67b3f22bd6069f75c193ae458c346fb2ac
    Patch2: added missing vault mapping.

Signed-off-by: Oleg Mitsura <oleg.mitsura@amdocs.com>
    Change-Id: I218f31cebe1f3fd24b1aead3fa93efb141465d23

4 years agoUpdate git submodules
KAPIL SINGAL [Tue, 10 Dec 2019 15:38:55 +0000 (15:38 +0000)]
Update git submodules

* Update docs/submodules/ccsdk/cds.git from branch 'master'
  to 32416f7624757c87260671d74124ea3e0a122331
  - Merge "Added option to disable kotlin script cache"
  - Added option to disable kotlin script cache

    using environment variable USE_SCRIPT_COMPILE_CACHE.

    Disabling the cache allow to scale out the BP pod
    without having lock file issue when using k8s
    NFS provisioner for PV.

    It also forces each pod to read the jar from disk
    at every request. This way they always create an instance
    with the latest jar file.

    Issue-ID: CCSDK-1969

Signed-off-by: Sebastien Premont-Tendland <sebastien.premont@bell.ca>
    Change-Id: I05afbdb4d49847761142542d1beca78947f032f3

4 years agoUpdate git submodules
Steve Siani [Tue, 10 Dec 2019 15:33:01 +0000 (10:33 -0500)]
Update git submodules

* Update docs/submodules/ccsdk/cds.git from branch 'master'
  to 210cc0ab1bdff78fcefd80ad59e340635a21b063
  - Cli executor doesn't keep/support execution context

    Issue-ID: CCSDK-1927
Signed-off-by: Steve Siani <alphonse.steve.siani.djissitchi@ibm.com>
    Change-Id: Ib417bfd62662676fe7520a5500df82ade716f66c

4 years agoUpdate git submodules
mrichomme [Tue, 10 Dec 2019 13:36:56 +0000 (14:36 +0100)]
Update git submodules

* Update docs/submodules/integration.git from branch 'master'
  to 10f55493a332734a4647855efab8a16af6ba921e
  - Add Bartek, Eric and Marcin as Integration committers

    Issue-ID: INT-1386

Signed-off-by: mrichomme <morgan.richomme@orange.com>
    Change-Id: I6a513da3e113da29cf1427c0ee0af2a1a5afbd73

4 years agoUpdate git submodules
Steve Smokowski [Tue, 10 Dec 2019 13:28:36 +0000 (13:28 +0000)]
Update git submodules

* Update docs/submodules/so.git from branch 'master'
  to 35c5e6bd7936f869f0623d31001e6990ffb2f2fd
  - Merge "update bb input setup to use request info for"
  - update bb input setup to use request info for

    update bb input setup to use request info for replace
    fixed unit tests that were failing from code change
    Update robot and format test file to pass formatting
    Updated formatting so that verify job will pass
    removed the change made to robot test for replace
    update test that is failing in verify for replace

    Issue-ID: SO-2554
Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com>
    Change-Id: Ic6bb24282b024159dff024d5ff9d848854ca3081

4 years agoUpdate git submodules
Steve Smokowski [Tue, 10 Dec 2019 13:28:19 +0000 (13:28 +0000)]
Update git submodules

* Update docs/submodules/so.git from branch 'master'
  to 0851fa868eb8cf7dd5ba121ecc5de58cb7631898
  - Merge "Update Shedlock to proper version for"
  - Update Shedlock to proper version for

    Update Shedlock to proper version for compatibility
    Update Shedlock to proper version for compatibility
    Update Shedlock to proper version for compatibility
    Update Shedlock to proper version for compatibility
    Update Shedlock to proper version for compatibility

    Issue-ID: SO-2550
Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com>
    Change-Id: I5378d1e964b5eaa88b9ac33ef3759d6120c76150

4 years agoUpdate git submodules
Steve Smokowski [Tue, 10 Dec 2019 13:28:08 +0000 (13:28 +0000)]
Update git submodules

* Update docs/submodules/so.git from branch 'master'
  to 15b9f3c6cbb69a243e4fd98add2cc2aebe83daf4
  - Merge "serviceinstanceid being overwritten by vnfid in"
  - serviceinstanceid being overwritten by vnfid in

    Added check for vnfReplace before setting serviceInstanceId
    Added test to make sure serviceInstanceId is not overwritten
    Removed unused action import from WorkflowAction
    Formatted WorkflowActionTest to fix build failure

    Issue-ID: SO-2553
Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com>
    Change-Id: I04cc668d4afbecd67b169f4e9d357ffc68cab02a

4 years agoUpdate git submodules
Steve Smokowski [Tue, 10 Dec 2019 13:27:56 +0000 (13:27 +0000)]
Update git submodules

* Update docs/submodules/so.git from branch 'master'
  to 2ded41a112f4a70b4488b5887ba366d159ea76a4
  - Merge "refactor fallouthandler"
  - refactor fallouthandler

    Created a new update method to allow accessibility from groovy
    Ignore test that do not function in groovy.
    Fixed typo and bug in request db client class
    Fixed failing junits for falloouthandler
    Add the request factory to the rest template so that patch works
    updated check payload keyword to check response

    Issue-ID: SO-2555
Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com>
    Change-Id: Iebfea31b659a02069bd6c59c09f025fdc6a99843

4 years agoUpdate git submodules
Mnushkin, Dmitry [Tue, 10 Dec 2019 13:27:41 +0000 (08:27 -0500)]
Update git submodules

* Update docs/submodules/so.git from branch 'master'
  to d9eb882cbfefa4ab0fb67eaea4a20e5c2ac92a03
  - use config value to set enable heatbridge flag

    use config value to set enable heatbridge flag

    Issue-ID: SO-2552
Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com>
    Change-Id: I0d92b15cc2f31ce01c60c901f0f3af1c4105e06c

4 years agoUpdate git submodules
Ittay Stern [Tue, 10 Dec 2019 13:16:09 +0000 (15:16 +0200)]
Update git submodules

* Update docs/submodules/vid.git from branch 'master'
  to d56fbac6195a69bfb157982b08cf75d1a17923c7
  - Address licence discrepancy by removing some unneeded files

    Issue-ID: VID-378

    Change-Id: Ib897dbc414d8d4688ed5e9ed52b197051a9de9eb
Signed-off-by: Ittay Stern <ittay.stern@att.com>
  - Address licence discrepancy

    Issue-ID: VID-378

    Change-Id: I431f58ae2e1b8442dea2ffd84b7100999172eb9b
Signed-off-by: Ittay Stern <ittay.stern@att.com>
4 years agoUpdate git submodules
yangyan [Tue, 10 Dec 2019 11:13:04 +0000 (19:13 +0800)]
Update git submodules

* Update docs/submodules/cli.git from branch 'master'
  to d5155b512337ebb873c4c7a5072ef9524b770bc1
  - Update vfc cli command about ns delete

    Change-Id: I9d4ddcadea2d1eb4984e76bfeacfe2d41ad3d6d5
    Issue-ID: CLI-171
Signed-off-by: yangyan <yangyanyj@chinamobile.com>
  - Update cli command about ns terminate in sol005 api

    Change-Id: I708c84d4db62c84274f2bcac2ecc03e78e109838
    Issue-ID: CLI-171
Signed-off-by: yangyan <yangyanyj@chinamobile.com>
  - Update VFC command about ns instance

    Change-Id: I446b1b8d4193d3e2d1c7f95a511404f50884b23a
    Issue-ID: CLI-171
Signed-off-by: yangyan <yangyanyj@chinamobile.com>
4 years agoUpdate git submodules
yangyan [Tue, 10 Dec 2019 11:12:50 +0000 (19:12 +0800)]
Update git submodules

* Update docs/submodules/cli.git from branch 'master'
  to 7ea9badda86f7374b9d873854c265faaca8158be
  - Update cli command about vfc nslcm sol005 api

    Change-Id: Ia9eb642b454488f2e4b5f74fcb32f27b746c0405
    Issue-ID: CLI-171
Signed-off-by: yangyan <yangyanyj@chinamobile.com>
4 years agoUpdate git submodules
yangyan [Tue, 10 Dec 2019 11:10:52 +0000 (19:10 +0800)]
Update git submodules

* Update docs/submodules/cli.git from branch 'master'
  to f8ec89d8a0f8a06fe129bb0b1ff3bc11ba456964
  - update cloud-list schema sample

    Change-Id: I5c3ce1c9263bdfe01ea44e3e92b19e1333669236
    Issue-ID: CLI-171
Signed-off-by: yangyan <yangyanyj@chinamobile.com>
4 years agoUpdate git submodules
Ittay Stern [Tue, 10 Dec 2019 10:43:04 +0000 (12:43 +0200)]
Update git submodules

* Update docs/submodules/vid.git from branch 'master'
  to b49ae2af8ee23241d46fe7736f2aee4cc4ab5681
  - Updating INFO.yaml

    Issue-ID: VID-502
    Change-Id: I1da59f9c0d951a16a06cb6c0ce4285b4ba64571f
Signed-off-by: Ittay Stern <ittay.stern@att.com>
4 years agoUpdate git submodules
hongyuzhao [Tue, 10 Dec 2019 10:40:23 +0000 (18:40 +0800)]
Update git submodules

* Update docs/submodules/modeling/etsicatalog.git from branch 'master'
  to 5fa8b56008a3fbbd8cecea19e68c47cb95473f78
  - Added notification endpoint interface definition in swagger

    Change-Id: Ieaa19c42dcd8c1e2c7e7bc7b83436374afd888c9
    Issue-ID: MODELING-288
Signed-off-by: hongyuzhao <zhao.hongyu@zte.com.cn>
4 years agoUpdate git submodules
cyuamber [Tue, 10 Dec 2019 09:04:44 +0000 (17:04 +0800)]
Update git submodules

* Update docs/submodules/usecase-ui.git from branch 'master'
  to bff56675c3a12bafe443fbb52f5d9eea99461db7
  - feat:opmizite of slicing business page & 5G slicing monitor page

    Change-Id: I8fc683a7a423605ef13b7eab43a2e816114df07e
    Issue-ID: USECASEUI-369
Signed-off-by: cyuamber <xuranyjy@chinamobile.com>
4 years agoUpdate git submodules
cyuamber [Tue, 10 Dec 2019 08:23:25 +0000 (16:23 +0800)]
Update git submodules

* Update docs/submodules/usecase-ui.git from branch 'master'
  to 8f0482631540bc23eeb83c6d28ee05dd19057443
  - fix: fix bugs of task form

    Change-Id: I3dd5a3cddcaa8450204bb9df6d1498ec0247011a
    Issue-ID: USECASEUI-368
Signed-off-by: cyuamber <xuranyjy@chinamobile.com>
4 years agoUpdate git submodules
cyuamber [Tue, 10 Dec 2019 08:17:08 +0000 (16:17 +0800)]
Update git submodules

* Update docs/submodules/usecase-ui.git from branch 'master'
  to 9cb46ebe39c48dc617e32bdffb4a5c63d04eba9d
  - feat: add english status
    Issue-ID: USECASEUI-368
    Change-Id: Id7acfd53cf2b34ff28add9d69e45c943c0977785
Signed-off-by: cyuamber <xuranyjy@chinamobile.com>
4 years agoUpdate git submodules
Eylon Malin [Tue, 10 Dec 2019 08:11:12 +0000 (10:11 +0200)]
Update git submodules

* Update docs/submodules/vid.git from branch 'master'
  to b63178807f1897fa94945109e88e075b0c8cbfab
  - fix and improve testClickPreviousInstantiationsInCreationDialog

    Issue-ID: VID-724
Signed-off-by: Eylon Malin <eylon.malin@intl.att.com>
    Change-Id: I85d4d2735e89df09ef831de49cee819a4b03aa4a

4 years agoUpdate git submodules
cyuamber [Tue, 10 Dec 2019 03:10:01 +0000 (11:10 +0800)]
Update git submodules

* Update docs/submodules/usecase-ui.git from branch 'master'
  to 73c1bb1a2b8b7975a73a42122bc00c04331d5e07
  - feat:add lines Echarts of 5g monitor page

    Change-Id: I71666f3c193500cc65de35aa4464832a595d717d
    Issue-ID: USECASEUI-370
Signed-off-by: cyuamber <xuranyjy@chinamobile.com>
4 years agoUpdate git submodules
Tao Shen [Tue, 10 Dec 2019 02:16:48 +0000 (02:16 +0000)]
Update git submodules

* Update docs/submodules/usecase-ui.git from branch 'master'
  to 85164a3048e72787655d927dea8c98b1dcda6ecb
  - Merge "feat: Optimize the code"
  - feat: Optimize the code

    Change-Id: I8bda1a8630f8150d5a71a10cd21ac7d977f083d5
    Issue-ID: USECASEUI-368
Signed-off-by: cyuamber <xuranyjy@chinamobile.com>
4 years agoUpdate git submodules
cyuamber [Tue, 10 Dec 2019 02:15:54 +0000 (10:15 +0800)]
Update git submodules

* Update docs/submodules/usecase-ui.git from branch 'master'
  to a5dcec98423c9a8e4abf04104aec152f93d1ab49
  - feat:add pie echarts of monitor 5g page

    Change-Id: I2ac95e493d891ae67a44478dce596eda27680df9
    Issue-ID: USECASEUI-370
Signed-off-by: cyuamber <xuranyjy@chinamobile.com>
4 years agoUpdate git submodules
Lukasz Rajewski [Mon, 9 Dec 2019 23:54:29 +0000 (00:54 +0100)]
Update git submodules

* Update docs/submodules/appc.git from branch 'master'
  to 0682bef2851542f431b5c86a1cad2a28f5479eee
  - VNFC Support for Ansible actions

    Introduced AutoNodeList parameter for
    ansible request template which allows to generate
    NodeList section from infromation about VMs and VNFC
    in the AAI. List is being filtered by vnfc-name,vserver-id,
    vnfc-type and vf-module-id parameters which can be specified
    in the request-parameters of payload section.

    Change-Id: I3d5b79ab6ff778116856b513612721a9637363df
Signed-off-by: Lukasz Rajewski <lukasz.rajewski@orange.com>
    Issue-ID: APPC-1729

4 years agoUpdate git submodules
jhh [Mon, 9 Dec 2019 22:10:03 +0000 (16:10 -0600)]
Update git submodules

* Update docs/submodules/policy/parent.git from branch 'master'
  to 21317cfb4a10da6f59376dabb59fc2dd7b60b897
  - Upgrade drools to 7.30.0.Final

    Issue-ID: POLICY-2295
Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
    Change-Id: I540f7aaaafc1aeadec2527a792abfda41ed93217

4 years agoUpdate git submodules
Ittay Stern [Mon, 9 Dec 2019 19:56:49 +0000 (21:56 +0200)]
Update git submodules

* Update docs/submodules/vid.git from branch 'master'
  to 01c79e9b209089ebf4f7e95e86ae17df49a5017a
  - Enable InstantiationTemplatesApiTest with counter-maps

    Change-Id: I57c09a6ae664517d01deb7b0d4f3e639f7a871a6
    Issue-ID: VID-724
Signed-off-by: Ittay Stern <ittay.stern@att.com>
4 years agoUpdate git submodules
Ittay Stern [Mon, 9 Dec 2019 19:37:42 +0000 (21:37 +0200)]
Update git submodules

* Update docs/submodules/vid.git from branch 'master'
  to 5540d178ab3203ab2994b21ee3434cca73318aa3
  - Join ExistingElementsCounterMaps with ServiceInstantiation

    This new pretty creature is called "ServiceInstantiationTemplate" :-)

    Issue-ID: VID-724
    Change-Id: I1437d76e79512920079b574844b19368c07f501f
Signed-off-by: Ittay Stern <ittay.stern@att.com>
4 years agoUpdate git submodules
Amichai Hemli [Mon, 9 Dec 2019 18:11:45 +0000 (18:11 +0000)]
Update git submodules

* Update docs/submodules/vid.git from branch 'master'
  to 299190fbe78defb71a717e446c0f394ea7404dfe
  - Merge "Extract getExistingCounterMap from AAITreeConverter to ModelUtil"
  - Extract getExistingCounterMap from AAITreeConverter to ModelUtil

    Issue-ID: VID-724
    Change-Id: I16305bc2f7c0f208d03da8e0255fad0ea16fb28d
Signed-off-by: Ittay Stern <ittay.stern@att.com>
4 years agoUpdate git submodules
Brinda Santh Muthuramalingam [Mon, 9 Dec 2019 15:48:02 +0000 (15:48 +0000)]
Update git submodules

* Update docs/submodules/ccsdk/cds.git from branch 'master'
  to a3247099971acd800a753cdfee51f84ec7679a78
  - Merge "Creating findOneBluePrintModel (configuration)"
  - Creating findOneBluePrintModel (configuration)

    Issue-ID: CCSDK-1770
Signed-off-by: Shaaban Ebrahim <shaaban.eltanany.ext@orange.com>
    Change-Id: I61a947533a1b61138d004a22c5a796d09ab2c8d9

4 years agoUpdate git submodules
Brinda Santh Muthuramalingam [Mon, 9 Dec 2019 15:45:11 +0000 (15:45 +0000)]
Update git submodules

* Update docs/submodules/ccsdk/cds.git from branch 'master'
  to 8c9d040846d93a99c88f6b7afba2ede1327bfa39
  - Merge "add service for getting model type with definition"
  - add service for getting model type with definition

    Issue-ID: CCSDK-1770

Signed-off-by: ShaabanEltanany <shaaban.eltanany.ext@orange.com>
    Change-Id: I7f3278e97119a144c889d83891fa5de6796c7fb2

4 years agoUpdate git submodules
KAPIL SINGAL [Mon, 9 Dec 2019 14:29:57 +0000 (14:29 +0000)]
Update git submodules

* Update docs/submodules/ccsdk/cds.git from branch 'master'
  to dac9afbc6df66dfe3700b37f12b51bccebf74e83
  - Merge "rename ui project from client-franfurt to designer-client"
  - rename ui project from client-franfurt to designer-client

    Issue-ID: CCSDK-1981
Signed-off-by: Ahmed Abbas <ahmad.helmy@orange.com>
    Change-Id: Ic53ea9cf4a48d0ba60f91aa27960e05c77ae9b07

4 years agoUpdate git submodules
KAPIL SINGAL [Mon, 9 Dec 2019 14:28:32 +0000 (14:28 +0000)]
Update git submodules

* Update docs/submodules/ccsdk/cds.git from branch 'master'
  to a48981d05a85f45010ff4c8bf6e797037a9ea4fa
  - Merge "Add default values for health-api properties"
  - Add default values for health-api properties

    Issue-ID: CCSDK-1669

Signed-off-by: ShaabanEltanany <shaaban.eltanany.ext@orange.com>
    Change-Id: I28d6c829a8f6d41aee52a21b9391b7f642359756

4 years agoUpdate git submodules
ilanap [Mon, 9 Dec 2019 14:06:14 +0000 (16:06 +0200)]
Update git submodules

* Update docs/submodules/sdc/sdc-workflow-designer.git from branch 'master'
  to 0807428b00747e344a727318f4959962ef47a7f0
  - Secure FE communications to the workflow backend

    Updating the pom file so that the dockers are created for the new charts

    Issue-ID: OOM-1954
Signed-off-by: ilanap <ilanap@amdocs.com>
    Change-Id: I7ac0c2b6bfd9f6a9cd6664c36a6797c297752987
Signed-off-by: ilanap <ilanap@amdocs.com>
4 years agoUpdate git submodules
Sébastien Determe [Mon, 9 Dec 2019 13:43:34 +0000 (13:43 +0000)]
Update git submodules

* Update docs/submodules/clamp.git from branch 'master'
  to 4d8c1ab21a3f5baf82a91a3cc9ab2af8823e6e34
  - Merge "Update service object"
  - Update service object

    Seperate the procedure to install service and loops.

    Issue-ID: CLAMP-566
    Change-Id: Ied7143ce8849baffda7678e82f4d6c4d9f1443d9
Signed-off-by: xuegao <xg353y@intl.att.com>
4 years agoUpdate git submodules
sebdet [Mon, 9 Dec 2019 13:34:32 +0000 (14:34 +0100)]
Update git submodules

* Update docs/submodules/clamp.git from branch 'master'
  to 47767ece79658f9c2f20fe77af6cee0ca6c027df
  - Add dcae structure

    Add the DCAE structure to handle the sorting of the loops defined in the
    DCAE inventory.

    Issue-ID: CLAMP-575
    Change-Id: I52cffd1d1812f5d3e5802e46d6c5147dafb4a7f5
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
4 years agoUpdate git submodules
stark, steven [Mon, 9 Dec 2019 13:19:36 +0000 (05:19 -0800)]
Update git submodules

* Update docs/submodules/integration.git from branch 'master'
  to f3519424a5c99b59e2b508dae510cdac27cc6dc5
  - [INT] various updates to AKS deployment scripts

    - Adding support for pluggable post-install scripts. See README.
    - Adding pre_install check to validate the correct software is installed before attempting deployment.
    - Updating AKS deploy command line to support azure cli 2.0.75.

    Issue-ID: INT-1398
Signed-off-by: stark, steven <steven.stark@att.com>
    Change-Id: I1ff819e96a3f34c88580e90e8d6f2b79979a7a61

4 years agoUpdate git submodules
Amichai Hemli [Mon, 9 Dec 2019 13:17:24 +0000 (13:17 +0000)]
Update git submodules

* Update docs/submodules/vid.git from branch 'master'
  to cbcca6ed1783b41eb10fbcaa456f3a1cfb8c9a39
  - Merge "Change ServiceInstance's top-level rollbackOnFailure serialization to String"
  - Change ServiceInstance's top-level rollbackOnFailure serialization to String

    This will satisfy a new test: Template Topology API test:
       Deploy Cypress -> getTemplateTopology returns the same template

    Also updating templates__instance_template.json with actual
    "templateTopology" endpoint fields.

    Issue-ID: VID-724
    Change-Id: I1160656c9a58ab2678ca6f2529688463fbd60a91
Signed-off-by: Ittay Stern <ittay.stern@att.com>
4 years agoUpdate git submodules
Sara Weiss [Mon, 9 Dec 2019 13:03:16 +0000 (15:03 +0200)]
Update git submodules

* Update docs/submodules/vid.git from branch 'master'
  to bae7a355deae5b9b16ac0343d4ec13018963e900
  - Show previous instantiations button in new service modal e2e test

    Issue-ID: VID-724
Signed-off-by: Sara Weiss <sara.weiss@intl.att.com>
    Change-Id: I0afa4fe8907c4e03630e15042188b794e4acfcc4

4 years agoUpdate git submodules
cyuamber [Mon, 9 Dec 2019 10:36:06 +0000 (18:36 +0800)]
Update git submodules

* Update docs/submodules/usecase-ui.git from branch 'master'
  to 31509ed10df8d254647bbad39739f42b378cff90
  - feat: support jonit test

    Change-Id: Id337965c68f9636cab8dc14b9ba91773bdefebe3
    Issue-ID: USECASEUI-352
Signed-off-by: cyuamber <xuranyjy@chinamobile.com>
4 years agoUpdate git submodules
Ondřej Šmalec [Mon, 9 Dec 2019 09:37:18 +0000 (10:37 +0100)]
Update git submodules

* Update docs/submodules/oom/offline-installer.git from branch 'master'
  to d8c6d9acfd8b74dc3f3187d069b393405e5c1b18
  - Archive helm_charts with command module

    Due to bug in ansible archive module empty files are not added into tar file.
    Hence kibana-onborading.json missing in helm_charts on infra node.
    Changing archive module into command module to tar helm_charts.

    Issue-ID: OOM-2231
Signed-off-by: Ondřej Šmalec <o.smalec@partner.samsung.com>
    Change-Id: I5527bd0f52976a93ac2861d9de010fbb79eb97fd

4 years agoUpdate git submodules
cyuamber [Mon, 9 Dec 2019 09:13:38 +0000 (17:13 +0800)]
Update git submodules

* Update docs/submodules/usecase-ui.git from branch 'master'
  to 2ec3c8dbf2644f3e99e5494620b2811c5dccbac0
  - feat:add monitor echarts data of api function of monitor 5g page

    Change-Id: If0f76e8dec5c580b2144ff2f334aea063433ac9f
    Issue-ID: USECASEUI-370
Signed-off-by: cyuamber <xuranyjy@chinamobile.com>
4 years agoUpdate git submodules
cyuamber [Mon, 9 Dec 2019 08:54:13 +0000 (16:54 +0800)]
Update git submodules

* Update docs/submodules/usecase-ui.git from branch 'master'
  to 817390e74ff1aefebc1d5ed5853d9d95ff283a99
  - feat:add slicing business tableList of monitor 5g page

    Change-Id: I28bf171c279dfb2e109f4a7a1b72cda4fbc6c959
    Issue-ID: USECASEUI-370
Signed-off-by: cyuamber <xuranyjy@chinamobile.com>
4 years agoUpdate git submodules
Eylon Malin [Mon, 9 Dec 2019 08:06:43 +0000 (10:06 +0200)]
Update git submodules

* Update docs/submodules/vid.git from branch 'master'
  to 640a01ed579abefa5781424ce16aa67f5e4f06a8
  - add create another one menu item to instantiationStatus page

    Issue-ID: VID-724
Signed-off-by: Eylon Malin <eylon.malin@intl.att.com>
    Change-Id: I205bc276ec7ba59eae37207f0976867bd496043f
Signed-off-by: Eylon Malin <eylon.malin@intl.att.com>
4 years agoUpdate git submodules
cyuamber [Mon, 9 Dec 2019 07:58:37 +0000 (15:58 +0800)]
Update git submodules

* Update docs/submodules/usecase-ui.git from branch 'master'
  to 99770660d5b35c75e6127c14c4e362720b200747
  - feat:add detail model of slicing nssi page

    Change-Id: Id30e6bee53dbdd7dbac4805e8df3ef8a52898996
    Issue-ID: USECASEUI-369
Signed-off-by: cyuamber <xuranyjy@chinamobile.com>
4 years agoUpdate git submodules
Tao Shen [Mon, 9 Dec 2019 07:06:33 +0000 (07:06 +0000)]
Update git submodules

* Update docs/submodules/usecase-ui.git from branch 'master'
  to 926cecdfcb192ffb87d3a2bdbc984ae6a691885d
  - Merge "feat:add mock json of monitor 5g page"
  - feat:add mock json of monitor 5g page

    Change-Id: If39d57bcb37955668beee0793b35a6ac6db014c8
    Issue-ID: USECASEUI-370
Signed-off-by: cyuamber <xuranyjy@chinamobile.com>
4 years agoUpdate git submodules
Tao Shen [Mon, 9 Dec 2019 07:06:00 +0000 (07:06 +0000)]
Update git submodules

* Update docs/submodules/usecase-ui.git from branch 'master'
  to 6a253751b055f4b9ece51d58b94880ce14f22e83
  - Merge "feat: Optimize the selection box logic of the task processing component"
  - feat: Optimize the selection box logic of the task processing component

    Change-Id: Ic08e3f986f2d72ea2d90b7a80da57cf3ac4d25d2
    Issue-ID: USECASEUI-368
Signed-off-by: cyuamber <xuranyjy@chinamobile.com>