Age | Commit message (Collapse) | Author | Files | Lines |
|
* Update docs/submodules/aaf/certservice.git from branch 'master'
to b605cdbd7d54c22585b8834f4aa9a82e393d40ad
- Remove logging of received private key
Issue-ID: AAF-997
Signed-off-by: Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com>
Change-Id: I3dfb64f3fe18bf99d5d0ef603cbaed436e5ad1e0
|
|
* Update docs/submodules/oom.git from branch 'master'
to 08d000c6519add68d23f6ea089e8df2c311155cc
- Merge "[COMMON] Handle TLS/Non-TLS for Service"
- [COMMON] Handle TLS/Non-TLS for Service
Current service and headlessService templates doesn't handle the fact
that out of cluster ports must be TLS encrypted only.
With a new (backward compatible) DSL, this is now possible.
In values.yaml, all ports in service part with port AND plain_port will
have the ability to be HTTP or HTTPS depending on the context.
Per default, they'll be HTTPS.
TLS choice will be done according this table:
| tlsOverride | global.tlsEnabled | global.serviceMesh.enabled | global.serviceMesh.tls | result |
|-------------|-------------------|----------------------------|------------------------|--------|
| not present | not present | not present | any | true |
| not present | not present | false | any | true |
| not present | not present | true | false | true |
| not present | not present | true | true | false |
| not present | true | any | any | true |
| not present | false | any | any | false |
| true | any | any | any | true |
| false | any | any | any | false |
Service template will create one or two service templates according to this table:
| serviceType | both_tls_and_plain | result |
|---------------|--------------------|--------------|
| ClusterIP | any | one Service |
| Not ClusterIP | not present | one Service |
| Not ClusterIP | false | one Service |
| Not ClusterIP | true | two Services |
If two services are created, one is ClusterIP with both crypted and plain
ports and the other one is NodePort (or LoadBalancer) with crypted port only.
Issue-ID: OOM-1936
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
Change-Id: If766dd73132022d1a6e578fd36113c461bb91ea5
|
|
* Update docs/submodules/usecase-ui.git from branch 'master'
to 9c694e54a97bcf885776a8192517ea076aa820d5
- feat:Modify pom file
Change-Id: Ia259b0339818ec73a207f8b40a6c9489ae99dbfc
Issue-ID: USECASEUI-368
Signed-off-by: cyuamber <xuranyjy@chinamobile.com>
|
|
* Update docs/submodules/so.git from branch 'master'
to 64873296c944c32481348c337f8adab7dc0b5637
- Merge "Refactor unused line and refactor nested if"
- Refactor unused line and refactor nested if
Issue-ID: SO-1841
Signed-off-by: Tomasz Wrobel <tomasz.wrobel@nokia.com>
Change-Id: Ie4f1eb6bf1c053771ac9f302468b13ac3a3d93dd
|
|
* Update docs/submodules/so.git from branch 'master'
to c026685c61901f5abe6ae7f9b6d79ba0d89e2503
- Merge "Add ability to build https endpoint to multicloud"
- Add ability to build https endpoint to multicloud
Add parameter to allow https endpoint to be
used for endpoint to multicloud (via msb).
Change-Id: Ia3a296cab8e8676e7b39c0f56c03e18e18a0a777
Issue-ID: SO-1450
Signed-off-by: Eric Multanen <eric.w.multanen@intel.com>
|
|
* Update docs/submodules/so.git from branch 'master'
to e9725a0f5294289a697bd6b5cd3c9f7d4999a374
- Add test for deleting communication service
Issue-ID: SO-2368
Signed-off-by: zm330 <zhangminyj@chinamobile.com>
Change-Id: I08bff207969470cc86d7d90356dfd8313814b1a4
|
|
* Update docs/submodules/oom/offline-installer.git from branch 'master'
to d0dbbca45c18a09dddf714453ca2c88bcd7a49f0
- Merge "Specify Python in Ansible inventory template file"
- Specify Python in Ansible inventory template file
Created copy of inventory template due to set var of Python interpreter.
Python interpreter cannot be set in ansible.cfg file due to bug:
https://github.com/ansible/ansible/issues/45852
Issue-ID: OOM-1671
Signed-off-by: Jan Benedikt <j.benedikt@partner.samsung.com>
Change-Id: I9683a2a764e8c6696a39625a6ddc40cda20f9333
|
|
* Update docs/submodules/integration.git from branch 'master'
to a58b0b438cf34abbb74bbc34635a17ffd02088c9
- Documentation of vFW CNF CDS Use case
Issue-ID: INT-1452
Signed-off-by: Samuli Silvius <s.silvius@partner.samsung.com>
Change-Id: I766d02b9fb901458eba8cd0f2fecd0b71edc7aa2
|
|
* Update docs/submodules/oom.git from branch 'master'
to a0c81fb9188d01d569e973c5b680b00794deb0ce
- Merge "Removed external access on unsecure port for cds-blueprints-processor-http"
- Removed external access on unsecure port for cds-blueprints-processor-http
Issue-ID: CCSDK-2147
Signed-off-by: gummar <raj.gumma@est.tech>
Change-Id: I7701616ec9732225cf2be07d67dad7af0953bccb
|
|
* Update docs/submodules/usecase-ui.git from branch 'master'
to 3971d0d0f3848763c50fb589832713123606c2b0
- feat:Modify pom file and dcokerfile
Change-Id: Id977b8d7b37e929556078d53f95b26da7b807c02
Issue-ID: USECASEUI-368
Signed-off-by: cyuamber <xuranyjy@chinamobile.com>
|
|
* Update docs/submodules/so.git from branch 'master'
to 6504ecd498c7828d4f74774769002f7c3bb409f7
- Merge "Update script for deleting communication service"
- Update script for deleting communication service
Issue-ID: SO-2368
Signed-off-by: zm330 <zhangminyj@chinamobile.com>
Change-Id: I1d077278011cd0c588889d9d8aa6f7b0d9350266
|
|
* Update docs/submodules/so.git from branch 'master'
to 2a278fedffa02f01f9fbc059fc25eab103cd7986
- Merge "Use base image for SO dockers"
- Use base image for SO dockers
ONAP now has a specific base image for all containers using Java. This
commit uses this file instead of creating a base image only for SO.
Issue-ID: SO-2694
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
Change-Id: I9578e4d5556bd175ad65c6d2f9ce917997651c7a
|
|
* Update docs/submodules/integration.git from branch 'master'
to e557da789934f37432c4b462402a3cd687a44af7
- Fix linter issues in soutils.py vcp librabry
Change-Id: I6adaa992fe9c2411025eb28edafef83b506bac29
Issue-ID: INT-1427
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
- Fix Python linting issues in Python scripts
Fixed pylint issues for categories trailing-whitespace,
trailing-newlines, syntax-error, unused-import.
Change-Id: Iccbdb0c9538a6b8299c0517bafa1ec1be30f07cd
Issue-ID: INT-1427
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
|
|
* Update docs/submodules/usecase-ui.git from branch 'master'
to 0cde88b9cdca18a34dbc61fed8e90bfebe779566
- feat:pom file add new configuration
Change-Id: If0db56950069cdffab9cab8b5b525dce3bfeb42a
Issue-ID: USECASEUI-368
Signed-off-by: cyuamber <xuranyjy@chinamobile.com>
|
|
* Update docs/submodules/vfc/nfvo/driver/vnfm/svnfm.git from branch 'master'
to 45841231f18ab3ee1e2e12a516a6823bb3a6e0f6
- Remove sudo capability for onap user for VF-C svnfm-nokiav2 docker
Change-Id: Ic3229e4363ce8bcfaf3f6620b83bb6222d1fc70c
Issue-ID: VFC-1640
Signed-off-by: yangyan <yangyanyj@chinamobile.com>
|
|
* Update docs/submodules/vfc/nfvo/driver/vnfm/svnfm.git from branch 'master'
to f7fa0ad4ea341b198b038c8bac1a4ee19a367f99
- Merge "SVNFM codehaus jackson vulnerability fix"
- SVNFM codehaus jackson vulnerability fix
Excluded jackson-mapper-asl in jackson-databind artifact
Change-Id: I3daa7d1f3357913bed45209773a30a88ec3a4ee1
Issue-ID: VFC-1598
Signed-off-by: Prakash.E <prakash.e@huawei.com>
|
|
* Update docs/submodules/oom.git from branch 'master'
to ff1c5075c21a7fe77e9be438eb1831c5dbcb552f
- Merge "Disabling http ports on DMaaP"
- Disabling http ports on DMaaP
Change-Id: I8cf5a6ac58d38c6e5c818259baf7d69615eb9803
Signed-off-by: efiacor <fiachra.corcoran@est.tech>
Issue-ID: DMAAP-1400
|
|
* Update docs/submodules/dmaap/datarouter.git from branch 'master'
to 1a98056fd4e55e38750371ca409a1d930f8962cf
- Merge "Bumping DR version"
- Bumping DR version
Signed-off-by: efiacor <fiachra.corcoran@est.tech>
Change-Id: I4cb4e57f7812f3c1d8a7538595f9f689ff98b796
Issue-ID: DMAAP-1404
|
|
* Update docs/submodules/multicloud/k8s.git from branch 'master'
to 8e0c4c63e5a014c95805f16d30a64cd53ddc7385
- Composite Profile API and Handler
Implemented Composite Profile API and handler,
adding create, get and delete handlers for the
composite profile.
Issue-ID: MULTICLOUD-997
Signed-off-by: Eric Multanen <eric.w.multanen@intel.com>
Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com>
Change-Id: Iab105cf88ef4635038cd36e90f3251bc900b2faf
|
|
* Update docs/submodules/optf/cmso.git from branch 'master'
to b481fd22a9086c20fd49732f251e7267ed390de6
- Merge "Sonar fix"
- Sonar fix
Issue-ID: OPTFRA-714
Change-Id: Ica00d9fe810b6c2abe7cfa995d8dbf3aa2c875b0
Signed-off-by: arindamm <arind.mondal@samsung.com>
|
|
* Update docs/submodules/portal.git from branch 'master'
to 9c65fe3d7931cb7a24d7925ee6c67c1821c4d8d6
- Merge "Fix minor issues"
- Fix minor issues
Either log or rethrow this exception
This block of commented-out lines of code should be removed
Rename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'
Issue-ID: PORTAL-562
Change-Id: I72a7651070462de9bd1e0abb1e83c175d03aa1f3
Signed-off-by: Parshad Patel <pars.patel@samsung.com>
|
|
* Update docs/submodules/aai/esr-server.git from branch 'master'
to 99d26db71cc2d497d88266fa867160501ffb71fe
- Release 1.5.2
Issue-ID: AAI-2734
Change-Id: Idf46fc35766ef93e2f736efa7204f45ebf411ba5
Signed-off-by: LaMont, William(wl2432) <wl2432@att.com>
|
|
* Update docs/submodules/ccsdk/apps.git from branch 'master'
to 9b43329875c791109fef9c47fd8eba9e04fcd3d7
- Use released version of parent pom
Update to use released Frankfurt M4 version of CCSDK parent pom
Change-Id: I489b38788322027f440d54d7d0e92e26980bf156
Issue-ID: CCSDK-2152
Signed-off-by: Dan Timoney <dtimoney@att.com>
|
|
* Update docs/submodules/oom.git from branch 'master'
to f2b9d74212cbcfd760a5826b7a853f5ba6154e99
- Merge "[SDNC] Use common secret template in sdnc"
- [SDNC] Use common secret template in sdnc
Some passwords are still hardcoded but with this commit all components
should be using passwords provided via secrets not directly as strings.
A follow-up patch will remove hardcoded passwords where feasible.
Issue-ID: OOM-2309
Change-Id: I047974506430cbb277200d0103bcc57a6fd8a83b
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
|
|
* Update docs/submodules/optf/osdf.git from branch 'master'
to c2b97eaebfcf1f39e1428cdc7b5a3539334087a0
- Merge "changes in OSDF and optimizer for CCVPN get link requirement."
- changes in OSDF and optimizer for CCVPN get link requirement.
Changed the model file location as suggested in comments.
Issue-ID: OPTFRA-420
Signed-off-by: Isaac Manuel Raj <isaac.manuelraj@huawei.com>
Change-Id: I1f4b9a01865a91da1518a250ded48f1b077bed4e
|
|
* Update docs/submodules/ccsdk/features.git from branch 'master'
to f70419cb91b9ab0bf124ba667b7c25c4e5214650
- Release version 0.7.1
Release 0.7.1. (Frankfurt M4) version of ccsdk
Change-Id: I917a909aaff7006f0594336b36b84454b582e0cc
Issue-ID: CCSDK-2152
Signed-off-by: Dan Timoney <dtimoney@att.com>
|
|
* Update docs/submodules/sdnc/oam.git from branch 'master'
to 84477fc8f92e417f809ffe040ffb12de46a43a77
- DGs for SOTN NNI based service creation
Issue-ID: SDNC-900
Signed-off-by: Hesam Rahimi <hesam.rahimi@huawei.com>
Change-Id: I3ae8efc39aaa5fc5de48b3323f986531d3c7fa74
|
|
* Update docs/submodules/oom.git from branch 'master'
to 512bafc2e717582ac9d4ac1aa6660a1edf2ec90e
- Merge "HTTPS/AAF auto cert gen for Portal SDK"
- HTTPS/AAF auto cert gen for Portal SDK
integrate portal-sdk with AAF agent init container.
add pv to store init-container certs generated at startup.
add aafEnabled flag to switch on/off aaf integration.
modify tomcat startup to load p12 and enable HTTPS based on flag.
Issue-ID: PORTAL-261
Signed-off-by: ChrisC <christophe.closset@intl.att.com>
Change-Id: Ia2b05b8661bf9e0c03a60467212e80d1c9d02bac
|
|
* Update docs/submodules/oom.git from branch 'master'
to 032c13e94bdf7d9b7798640a0d8afd19a4330574
- Merge "[UUI] UUI Server is a core eater"
- [UUI] UUI Server is a core eater
And thus needs bigger limits/requests
Issue-ID: USECASEUI-403
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
Change-Id: Ide23f95af16f9ed9615bcb26e67e40cd1145670f
|
|
* Update docs/submodules/optf/osdf.git from branch 'master'
to b9cbf0028fd8db0d7ab9e845acc41b9f3ecb245f
- Merge "Adding the generic solver code"
- Adding the generic solver code
Add docker file for optim engine
Run pods as a non-root user
Fix docker tag script
Change-Id: If25fe66b839a70e83e35292031a2da012e81fe47
Signed-off-by: vrvarma <vikas.varma@att.com>
Issue-ID: OPTFRA-712
|
|
* Update docs/submodules/aaf/authz.git from branch 'master'
to 3e96ae3a95da9a507ad92767030f729e484f885f
- 2.1.17-container
Issue-ID: AAF-1081
Signed-off-by: Instrumental <jgonap@stl.gathman.org>
Change-Id: I86e3e38619bb5b350cfbd98670a42542d4202f65
|
|
* Update docs/submodules/optf/cmso.git from branch 'master'
to bcc32d6305104ecfd054f8223fc4d667319590a5
- making cmso pods run as non-root user
Change-Id: I0cd576964077038790b302d38e48c52da2867546
Signed-off-by: vrvarma <vikas.varma@att.com>
Issue-ID: OPTFRA-711
|
|
* Update docs/submodules/vnfrqts/requirements.git from branch 'master'
to 3f887ee6a390473f24a679f215d40effb1c14ee3
- Merge "Updated VES Event Listener Spec with 7.1.1 updates"
- Updated VES Event Listener Spec with 7.1.1 updates
Issue-ID: VNFRQTS-801
Signed-off-by: Lovett, Trevor <trevor.lovett@att.com>
Change-Id: I8492e1eb4dd573f10f4b16148c2b19bdef9193cc
|
|
* Update docs/submodules/ccsdk/apps.git from branch 'master'
to ee7c0061f4fcacd80875c8b4b1f1c3e3f64dae65
- Naming micro-service - upgrade to spring-boot-2.
This contains all the changes to upgrade this micro-service to spring-boot-2 and spring-5, and is a pre-requisite for the changes related to policy.
Issue-ID: CCSDK-1307
Signed-off-by: bt2983 <bt2983@att.com>
Change-Id: Ie35df3bebac958b50c2c4635080c06d68f887a8e
Naming m-s -- upgrade to spring-boot 1.5.2
Issue-ID: CCSDK-1307
Signed-off-by: bt2983 <bt2983@att.com>
Change-Id: Id685b44dc8703baa4371fdabf999aa8b5eaa6ea0
|
|
* Update docs/submodules/ccsdk/distribution.git from branch 'master'
to e5db019ba1ee8685730f30ca6a819554d8903354
- Merge "Use released 1.5.2 CCSDK parent"
- Use released 1.5.2 CCSDK parent
Use released Frankfurt M4 version of CCSDK parent poms
Change-Id: Iaab02b84b29242768a049a9e2324c776351a3d03
Issue-ID: CCSDK-2152
Signed-off-by: Dan Timoney <dtimoney@att.com>
|
|
* Update docs/submodules/dmaap/datarouter.git from branch 'master'
to e964aecea98e6a4362ed163e6a72d377e6523e1f
- Updating default AAF artifacts
Signed-off-by: efiacor <fiachra.corcoran@est.tech>
Change-Id: I069d2315d8a1d77a83749c0d50f0d00d6c528083
Issue-ID: DMAAP-1399
|
|
* Update docs/submodules/clamp.git from branch 'master'
to 897a3e004a858ef68d989dad15dde91a69e151a5
- Change json representation in op policy
Change the json generation for an operational policy instance and update all emulator response for all policy types
Issue-ID: CLAMP-653
Change-Id: I68525be3d5bfbf5dd7a4bcf6d59853df07fd4dd9
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
|
|
* Update docs/submodules/optf/cmso.git from branch 'master'
to bb21f15fa12db8ebb39c3aadd8a0a34aa7fa1b01
- Merge "Update project for java11"
- Update project for java11
Issue-ID: OPTFRA-620
Change-Id: Ib50c197e9582fcc1917d8d81e949c9b961a2cbd2
Signed-off-by: Jerry Flood <jflood@att.com>
|
|
* Update docs/submodules/integration.git from branch 'master'
to 23f22e8e8ca50c862d1cece31a0a87050685cdd7
- Fix Python linting issues in Python scripts
Fixed pylint issues for categories len-as-condition, using-constant-test,
undefined-variable and reimported.
Change-Id: Idad710958c3ca0ac6da78fb4709da03e5f079b34
Issue-ID: INT-1427
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
|
|
* Update docs/submodules/integration.git from branch 'master'
to 37fe1c2e88838760a733fbf1129067685ad7a6ea
- Fix linting issues in check_for_ingress_and_nodeports.py
Change-Id: Ic0d2a32a964a4cf5ff1580ffd06103c450a0e8b0
Issue-ID: INT-1427
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
|
|
* Update docs/submodules/integration.git from branch 'master'
to 4be94a653e2bff518682f10fce2b5e2b9eeb7ed6
- Supress pylint warnings for undefined variables
'cmp', 'file' and 'unicode' functions are Python 2
specific.
Change-Id: I30fa091ef157453a328ab40e4186c30e5ed1b3a1
Issue-ID: INT-1427
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
|
|
* Update docs/submodules/integration.git from branch 'master'
to 3d3d3c28d88d1f7bad2b9a274fe9ad4cfaf01554
- Fix indentation and whitespace issues in Python scripts
Reported by pylint.
Change-Id: I9d5ee152f3587bb2d7e8abee919e4ffe47d8ae85
Issue-ID: INT-1427
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
|
|
* Update docs/submodules/portal.git from branch 'master'
to 4d894a76cd0405ea76c605ed4480dd5af48754ff
- puppetter package to support Headless browser
puppetter package added
Issue-ID: PORTAL-837
Change-Id: Ia3ca7b48889ca564c937a5db356d309a5325fd88
Signed-off-by: jegadeeshbabu3 <jegadeesh.babu@att.com>
|
|
* Update docs/submodules/so.git from branch 'master'
to 03117ffcb30ef5735a46c72a5f7ba10cdb66dc37
- Merge "Added simpleNotTaskInfo format modifier"
- Added simpleNotTaskInfo format modifier
Added simpleNotTaskInfo format modifier
Issue-ID: SO-2697
Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com>
Change-Id: Ifd0c00800e272165885c4a971a3fe5a9beca5686
|
|
* Update docs/submodules/oom.git from branch 'master'
to 0ce0c3d561452751a17fdb61a85a0937bbdfc66f
- Update git submodules
* Update kubernetes/aai from branch 'master'
to 4f4d14ab45a2225953961136220041189d566015
- Merge "Update logback.xml"
- Update logback.xml
Issue-ID: AAI-2824
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
Change-Id: I9034b283a2cd47770a30db9e1eecf3ef5ad58d47
|
|
* Update docs/submodules/dmaap/datarouter.git from branch 'master'
to bf72b3396c4a29568ed4093e6cda52c69f322eb7
- Merge "Implementing CSI Docker Benchmark v.1.2.0"
- Implementing CSI Docker Benchmark v.1.2.0
Signed-off-by: efiacor <fiachra.corcoran@est.tech>
Change-Id: I117729069a170c1b394e4896808c41eb2a75eaa1
Issue-ID: DMAAP-1382
|
|
* Update docs/submodules/ccsdk/cds.git from branch 'master'
to c2c379246a6d231e9424308c398a15fcb6618fc3
- Merge "Restored /spy and /verify UatServices endpoints"
- Restored /spy and /verify UatServices endpoints
This is a partial reversal of the breaking change introduced by
https://gerrit.onap.org/r/#/c/ccsdk/cds/+/100213/
Issue-ID: CCSDK-2155
Change-Id: Ie1e16b8b7d15bd4605cec37e9185419434d75f70
Signed-off-by: ebo <eliezio.oliveira@est.tech>
|
|
* Update docs/submodules/oom.git from branch 'master'
to 88c7aa8e0056b19d7d82e220bfd8bbb5b48964c9
- Merge "readd so filebeat sidecar ELK endpoint"
- readd so filebeat sidecar ELK endpoint
Issue-ID: SO-1110
Signed-off-by: sunilb <sb00577584@techmahindra.com>
Change-Id: Ic468a1b28d681d14e862f4405890d996b42660f6
|
|
* Update docs/submodules/oom.git from branch 'master'
to ccc34974cc52d99d11c82f1e9f271d2e012a5c36
- Merge "[SO] Use common secret template in so-bpmn-infra"
- [SO] Use common secret template in so-bpmn-infra
Use common secrete template in so-bpmn-infra component.
For now passwords are stil hardcoded but this will be removed in
further commits.
Issue-ID: OOM-2328
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Change-Id: I828d6a5713cf023d72ab22ea758e78e91d1944b9
|
|
* Update docs/submodules/oom.git from branch 'master'
to be6cc48ea7f22047178fcadabcc0a74938ddd770
- Merge "Add parameter http scheme for multicloud adapter"
- Add parameter http scheme for multicloud adapter
Add support to build endpoint from SO to multicloud
via msb using http or https scheme.
Change-Id: I474fdd7c885e437c1c8136bffe3e40e41c86dab5
Issue-ID: SO-1450
Signed-off-by: Eric Multanen <eric.w.multanen@intel.com>
|