Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
Also extend inventory timeout to 1800s
Issue-ID: DCAEGEN2-796
Change-Id: Idf687ac2035bedd357caf6245db4292d3a19cbd1
Signed-off-by: Jack Lucas <jflucas@research.att.com>
|
|
Change-Id: I0dccc710698ccdb1908c281f3196f068b57f80f6
Signed-off-by: Chengkai Yan <martin.c.yan@est.tech>
Issue-ID: DCAEGEN2-877
|
|
Change-Id: I10ba2937bc4e020007d671603ea391e8c7404cb1
Signed-off-by: yanhuanwang <martin.yan.seu@gmail.com>
Issue-ID: DCAEGEN2-867
|
|
- external version 3.0.3
- internal version 5.0.3 for code change - no API change
Change-Id: Ief97a724d420b4a97c0318b06d45bb7166db47b8
Signed-off-by: Alex Shatov <alexs@att.com>
Issue-ID: DCAEGEN2-862
|
|
Change-Id: I51dda94a5fc7f044197d41921fe57f08ea8b8991
Signed-off-by: Paul Dennehy <paul.p.dennehy@ericsson.com>
Issue-ID: DCAEGEN2-846
|
|
This ticket follows change of domain name.
Change-Id: Ia8e809cc52b477a970749ccadb1ff6ac83e3a178
Issue-ID: DCAEGEN2-847
Signed-off-by: kjaniak <kornel.janiak@nokia.com>
|
|
|
|
Change-Id: Ie52ff8f99b1a619e3ccc097aed605e236b1c5741
Signed-off-by: Paul Dennehy <paul.p.dennehy@ericsson.com>
Issue-ID: DCAEGEN2-638
|
|
- made consul-url configurable thru env var or local config
Change-Id: I7a37ab5b0104e46a83fea63e33e0eb774ddc96e9
Signed-off-by: Alex Shatov <alexs@att.com>
Issue-ID: DCAEGEN2-822
|
|
- reverted changes intended for k8s installation
- apparently, phinputs.yaml is not used by k8s installation,
but by the docker based installation
- related oom change for k8s installtion is
at https://gerrit.onap.org/r/#/c/67795/
Change-Id: Ibf776a020d9851dc296436d964e685ed2c943fb4
Signed-off-by: Alex Shatov <alexs@att.com>
Issue-ID: DCAEGEN2-611
|
|
- k8s:
= enabled tls
= cert_directory: '/opt/app/dh/etc/cert/'
= healthcheck https
Change-Id: I93caf3b51c6aa5225631a8488e28b21a7b409f58
Signed-off-by: Alex Shatov <alexs@att.com>
Issue-ID: DCAEGEN2-780
|
|
- k8s specific routing to policy-engine by hostname "pdp"
- relying on dns to resolve hostname "pdp" to ip address
- expecting to find "pdp" as the hostname in server cert from pdp
policy_engine :
url : "https://pdp:8081"
Change-Id: Ib6b7acfdf1faf26a6e2c86cf8a4f004bbbfd4121
Signed-off-by: Alex Shatov <alexs@att.com>
Issue-ID: DCAEGEN2-611
|
|
- tls on https and web-socket to policy-engine
- not enabling tls to deployment-handler until that is ready
Change-Id: I6d14204d912bd622891e276093f2d1bb732162fc
Signed-off-by: Alex Shatov <alexs@att.com>
Issue-ID: DCAEGEN2-611
|
|
- tls on web-socket - try to recover not as often on tls failure
Change-Id: Ibc02102fee5ee02567a7ffe90e98accf33f59bdc
Signed-off-by: Alex Shatov <alexs@att.com>
Issue-ID: DCAEGEN2-611
|
|
Change-Id: I934a972e866b6e6b13a9f2fa404a1047fd6f3fad
Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
Issue-ID: DCAEGEN2-772
|
|
|
|
|
|
|
|
Will be reintroduced in below task:
https://jira.onap.org/browse/DCAEGEN2-794
Change-Id: Ib1dfa33fb8c36efba99cecd3d578cf044a6f8b80
Signed-off-by: Jakub Dudycz <jakub.dudycz@nokia.com>
Issue-ID: DCAEGEN2-795
|
|
New configuration format will allow hv-ves to accept more routes
if needed.
Also fixes consul host name.
Change-Id: I869a78273cb961529aa2c7edfa129319c34dfb42
Issue-ID: DCAEGEN2-791
Signed-off-by: Filip Krzywka <filip.krzywka@nokia.com>
|
|
Secure xNF connections are not part of this release.
Change-Id: I666bd974bbe340b7fc1cd4a242e5fbdf439a0459
Issue-ID: DCAEGEN2-788
Signed-off-by: Filip Krzywka <filip.krzywka@nokia.com>
|
|
Change-Id: Ia9a4deb8d8b8e19ab72016398f01490c7f95f16a
Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
Issue-ID: DCAEGEN2-772
|
|
Change-Id: Iad8413a6babdbd753a993abaa69fc2f38cf074ce
Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
Issue-ID: DCAEGEN2-772
|
|
- set up tls on policy-handler
- policy-handler expecting the deployment process
to mount certs at /opt/app/policy_handler/etc/tls/certs/
= cert_directory : /opt/app/policy_handler/etc/tls/certs/
= cacert : cacert.pem
- new optional fields tls_ca_mode in config on consul that
specify where to find the cacert.pem for tls per each https/web-socket
values are:
"cert_directory" - use the cacert.pem stored locally in cert_directory
this is the default if cacert.pem file is found
"os_ca_bundle" - use the public ca_bundle provided by linux system.
this is the default if cacert.pem file not found
"do_not_verify" - special hack to turn off the verification by cacert
and hostname
- config on consul now has 2 new fields for policy_engine
= "tls_ca_mode" : "cert_directory"
= "tls_wss_ca_mode" : "cert_directory"
- config on consul now has 1 new field for deploy_handler
= "tls_ca_mode" : "cert_directory"
Change-Id: Ida2d058cad93ddd1a583e1922bc5dc33c145fcba
Signed-off-by: Alex Shatov <alexs@att.com>
Issue-ID: DCAEGEN2-611
|
|
Change assumption is to provide all needed in HV-VES
parameters via env parameters
Issue-ID: DCAEGEN2-741
Change-Id: I9f217f6a4c67c2d52eeeac2850181f4d53318aa0
Signed-off-by: kjaniak <kornel.janiak@nokia.com>
|
|
Issue-ID: DCAEGEN2-754
Change-Id: Idd92e42d1e6f661a29a4ddd65d5c98a19d3ec1b3
Signed-off-by: Shadi Haidar <sh1986@att.com>
|
|
Change-Id: I1a3f2b9d13cc0e7a8889bf25b34bfd1a167d178e
Issue-ID: DCAEGEN2-591
Signed-off-by: Jack Lucas <jflucas@research.att.com>
|
|
Update DMaaP consumer topic to VES_PNFREG_OUTPUT
Change-Id: Ibc98df8142f0223538aaedb109350658c79fb6ab
Issue-ID: DCAEGEN2-696
Signed-off-by: Jakub Zieba <jakub.zieba@nokia.com>
|
|
Change-Id: I8232f0e60f13d34ed90abeacf89d2024dbeb29db
Issue-ID: DCAEGEN2-747
Signed-off-by: Jakub Zieba <jakub.zieba@nokia.com>
|
|
|
|
|
|
|
|
Adding ves-hv template to blueprints
Change-Id: I1170b90b364d352b8b0238e810292dac2a9a9aa6
Issue-ID: DCAEGEN2-741
Signed-off-by: kjaniak <kornel.janiak@nokia.com>
|
|
Fix ports exposed by container and attributes read by PRH
Change-Id: I8b8ce0db821112ec44ef1c6e52a95fd40ad35457
Issue-ID: DCAEGEN2-696
Signed-off-by: Jakub Zieba <jakub.zieba@nokia.com>
|
|
Use centrally managed guava version specified in
oparent. Includes upgrade to oparent 1.2.0.
This change was submitted by script and may include
additional whitespace or formatting changes.
Change-Id: If0f64b864d8a7df942b04e731a8a77595ba47dd4
Issue-ID: INT-619
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
|
|
- new interval for reconfigure of policy-handler
Change-Id: Ice1d944f7772ecc06312715b3009c9b0e03413a2
Signed-off-by: Alex Shatov <alexs@att.com>
Issue-ID: DCAEGEN2-470
|
|
Updated PRH Cloudify blueprint to fix some errors seen during Cloudify deployment
Issue-ID: DCAEGEN2-717
Change-Id: Id0216021a7365f375fa4711f94f5d163f6be3388
Signed-off-by: Brendan Kehoe <brendan.kehoe@ericsson.com>
|
|
Issue-ID: DCAEGEN2-695
Change-Id: I22fe625075f01bbc4769d8856b000f558e4e8252
Signed-off-by: Jack Lucas <jflucas@research.att.com>
|
|
Issue-ID: DCAEGEN2-707
Change-Id: Ia8f814474b0856509e808b44c79b1e7b33bda09f
Signed-off-by: Jack Lucas <jflucas@research.att.com>
|
|
|
|
- pass cfy_tenant_name in query from policy-handler
to deployment-handler
- new config "query":{"cfy_tenant_name": "default_tenant"}
- limits the single policy-handler to a single cfy_tenant_name
in cloudify under the deployment-handler
Change-Id: I75a79a769a15a53f000c907ed6ab88778b0080a4
Signed-off-by: Alex Shatov <alexs@att.com>
Issue-ID: DCAEGEN2-704
|
|
Issue-ID: DCAEGEN2-706
Change-Id: I902b0554bbbb54a880571e17f22941f375888b6e
Signed-off-by: Jack Lucas <jflucas@research.att.com>
|
|
- fix for removing the non-matching policy
Change-Id: Ia7b298145722f308f8b466e235b2db45c4ba9c00
Signed-off-by: Alex Shatov <alexs@att.com>
Issue-ID: DCAEGEN2-492
|
|
|
|
- resubmitted after policy-handler blueprint patch
Change-Id: I80765762941aa8035ccda37ad54ab474eee18709
Signed-off-by: Alex Shatov <alexs@att.com>
Issue-ID: DCAEGEN2-492
|
|
|
|
- inputs:
= removed scope_prefixes as obsolete with 4.0.0
= removed catch_up.max_skips - obsolete with 4.0.0
= added max_msg_length_mb for data segmentation from
policy-handler to deployment handler
Change-Id: I555fdbb8a765d77c2cd0437e8729c0249f8062e3
Signed-off-by: Alex Shatov <alexs@att.com>
Issue-ID: DCAEGEN2-492
|
|
Change-Id: If889b324d9904fea26b47869b9f2b4e2bbc7ba91
Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
Issue-ID: DCAEGEN2-600
|
|
Issue-ID: DCAEGEN2-649
Change-Id: I343e12aaa952470e399b5e374d7c3b50e6733092
Signed-off-by: Jack Lucas <jflucas@research.att.com>
|