It works.

curl -X POST http://138.132.168.85:30227/events/TEST_TOPIC -H 'cache-control: 
no-cache'   -H 'content-type: application/json'  -H 'postman-token: 
1c679102-85e8-f1a2-e708-3e6d84f8ea06' -d '{ "test": "success",                
"timestamp": "1/1/2020" }'
{
    "serverTimeMs": 1,
    "count": 1

curl -X GET 'http://138.132.168.85:30227/events/TEST_TOPIC/g1/c3?timeout=5000' 
-H 'accept: application/json'  -H 'cache-control: no-cache'  -H 'postman-token: 
04778117-fd44-0cac-b70c-ef2a2c3024af'
["{\"test\":\"success\",\"timestamp\":\"1/1/2020\"}"]

Agos.
Da: FREEMAN, BRIAN D [mailto:[email protected]]
Inviato: venerdì 1 marzo 2019 15:21
A: Calamita Agostino <[email protected]>; 
[email protected]
Oggetto: RE: [onap-discuss] dmaap-message-router NodePort not recheable

Casablanca.

OK

Use curl or POSTMAN to write to a TEST_TOPIC (unauthenticated topics are 
created on demand)
(replace 10.12.5.13 with one of your k8 host IPs) - dont need the postman-token 
and modify for your environment and preferences etc.

curl -X POST \
  http://10.12.5.13:30227/events/TEST_TOPIC \
  -H 'cache-control: no-cache' \
  -H 'content-type: application/json' \
  -H 'postman-token: 1c679102-85e8-f1a2-e708-3e6d84f8ea06' \
  -d '{ "test": "success",
               "timestamp": "1/1/2020"
}'

The do a GET

curl -X GET \
  'http://10.12.5.13:30227/events/TEST_TOPIC/g1/c3?timeout=5000' \
  -H 'accept: application/json' \
  -H 'cache-control: no-cache' \
  -H 'postman-token: 04778117-fd44-0cac-b70c-ef2a2c3024af'


You should get the test/timestamp object back on the GET (have to execute the 
POST/GET twice on the initial topic create)

This is to confirm that Mesage Router is internally talking to itself correctly.


Brian

From: Calamita Agostino 
<[email protected]<mailto:[email protected]>>
Sent: Friday, March 01, 2019 9:13 AM
To: FREEMAN, BRIAN D <[email protected]<mailto:[email protected]>>; 
[email protected]<mailto:[email protected]>
Subject: R: [onap-discuss] dmaap-message-router NodePort not recheable

This is the output:

Executing robot tests at log level TRACE
[ ERROR ] Suite 'Testsuites' contains no tests with tag 'healthmr'.

Try --help for usage information.
command terminated with exit code 252

Da: FREEMAN, BRIAN D [mailto:[email protected]]
Inviato: venerdì 1 marzo 2019 15:12
A: Calamita Agostino 
<[email protected]<mailto:[email protected]>>; 
[email protected]<mailto:[email protected]>
Oggetto: RE: [onap-discuss] dmaap-message-router NodePort not recheable

Please try ./ete-k8s.sh onap healthmr

From: Calamita Agostino 
<[email protected]<mailto:[email protected]>>
Sent: Friday, March 01, 2019 9:09 AM
To: FREEMAN, BRIAN D <[email protected]<mailto:[email protected]>>; 
[email protected]<mailto:[email protected]>
Subject: R: [onap-discuss] dmaap-message-router NodePort not recheable

I didn't find healthmr test but only health.
(
./ete-k8s.sh onap
Usage: ete-k8s.sh [namespace] [ health | healthdist | distribute | instantiate 
| instantiateVFWCL | instantiateDemoVFWCL |  | portal ] )

The command ./ete-k8s.sh onap health reports the list below (  Basic DMAAP 
Message Router Health Check = PASS )
In my environment there are some PODs not in Running state:

dev-aai-aai-data-router-5d55646cdc-cc62v                      1/2       
CrashLoopBackOff   1084       4d        10.42.79.203    onapkm3   <none>
dev-appc-appc-ansible-server-76fcf9454d-8km9d                 0/1       
CrashLoopBackOff   1656       6d        10.42.212.202   onapkm0   <none>
dev-oof-oof-has-api-585497f5-ktjsv                            0/1       
Init:0/3           1085       8d        10.42.86.82     onapkm0   <none>
dev-oof-oof-has-controller-9469b9ff8-td4k9                    0/1       
Init:1/3           945        8d        10.42.5.110     onapkm2   <none>
dev-oof-oof-has-data-d559897dc-4lmkt                          0/1       
Init:1/4           1091       8d        10.42.199.220   onapkm3   <none>
dev-oof-oof-has-healthcheck-jq9xq                             0/1       
Init:0/1           1092       8d        10.42.242.145   onapkm3   <none>
dev-oof-oof-has-reservation-868c7c88ff-pv79n                  0/1       
Init:1/4           1081       8d        10.42.176.61    onapkm1   <none>
dev-oof-oof-has-solver-6f8bc6fdf4-tw4cj                       0/1       
Init:1/4           1084       8d        10.42.29.154    onapkm0   <none>
dev-sdnc-sdnc-ansible-server-7c76f965c6-hqtzl                 0/1       
CrashLoopBackOff   1844       8d        10.42.202.36    onapkm3   <none>
dev-sdnc-sdnc-ueb-listener-6d74459c6-tdqhc                    0/1       
CrashLoopBackOff   542        1d        10.42.219.51    onapkm2   <none>

and multicloud is not deployed.

==============================================================================
Testsuites
==============================================================================
Testsuites.Health-Check :: Testing ecomp components are available via calls.
==============================================================================
Basic A&AI Health Check                                               | PASS |
------------------------------------------------------------------------------
Basic AAF Health Check                                                | PASS |
------------------------------------------------------------------------------
Basic AAF SMS Health Check                                            | PASS |
------------------------------------------------------------------------------
Basic APPC Health Check                                               | PASS |
------------------------------------------------------------------------------
Basic CLI Health Check                                                | PASS |
------------------------------------------------------------------------------
Basic CLAMP Health Check                                              | PASS |
------------------------------------------------------------------------------
Basic DCAE Health Check                                               [ WARN ] 
Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) 
after connection broken by 
'NewConnectionError('<urllib3.connection.HTTPConnection object at 
0x7f03e8102250>: Failed to establish a new connection: [Errno -2] Name or 
service not known',)': /healthcheck
[ WARN ] Retrying (Retry(total=1, connect=None, read=None, redirect=None, 
status=None)) after connection broken by 
'NewConnectionError('<urllib3.connection.HTTPConnection object at 
0x7f03e817a8d0>: Failed to establish a new connection: [Errno -2] Name or 
service not known',)': /healthcheck
[ WARN ] Retrying (Retry(total=0, connect=None, read=None, redirect=None, 
status=None)) after connection broken by 
'NewConnectionError('<urllib3.connection.HTTPConnection object at 
0x7f03e817a850>: Failed to establish a new connection: [Errno -2] Name or 
service not known',)': /healthcheck
| FAIL |
ConnectionError: HTTPConnectionPool(host='dcae-healthcheck.onap', port=80): Max 
retries exceeded with url: /healthcheck (Caused by 
NewConnectionError('<urllib3.connection.HTTPConnection object at 
0x7f03e817a5d0>: Failed to establish a new connection: [Errno -2] Name or 
service not known',))
------------------------------------------------------------------------------
Basic DMAAP Data Router Health Check                                  | PASS |
------------------------------------------------------------------------------
Basic DMAAP Message Router Health Check                               | PASS |
------------------------------------------------------------------------------
Basic External API NBI Health Check                                   [ WARN ] 
Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) 
after connection broken by 
'NewConnectionError('<urllib3.connection.HTTPConnection object at 
0x7f03e80d6c50>: Failed to establish a new connection: [Errno -2] Name or 
service not known',)': /nbi/api/v3/status
[ WARN ] Retrying (Retry(total=1, connect=None, read=None, redirect=None, 
status=None)) after connection broken by 
'NewConnectionError('<urllib3.connection.HTTPConnection object at 
0x7f03e80c4e10>: Failed to establish a new connection: [Errno -2] Name or 
service not known',)': /nbi/api/v3/status
[ WARN ] Retrying (Retry(total=0, connect=None, read=None, redirect=None, 
status=None)) after connection broken by 
'NewConnectionError('<urllib3.connection.HTTPConnection object at 
0x7f03e8199f50>: Failed to establish a new connection: [Errno -2] Name or 
service not known',)': /nbi/api/v3/status
| FAIL |
ConnectionError: HTTPConnectionPool(host='nbi.onap', port=8080): Max retries 
exceeded with url: /nbi/api/v3/status (Caused by 
NewConnectionError('<urllib3.connection.HTTPConnection object at 
0x7f03e80e5410>: Failed to establish a new connection: [Errno -2] Name or 
service not known',))
------------------------------------------------------------------------------
Basic Log Elasticsearch Health Check                                  | PASS |
------------------------------------------------------------------------------
Basic Log Kibana Health Check                                         | PASS |
------------------------------------------------------------------------------
Basic Log Logstash Health Check                                       | PASS |
------------------------------------------------------------------------------
Basic Microservice Bus Health Check                                   | PASS |
------------------------------------------------------------------------------
Basic Multicloud API Health Check                                     | FAIL |
502 != 200
------------------------------------------------------------------------------
Basic Multicloud-ocata API Health Check                               | FAIL |
502 != 200
------------------------------------------------------------------------------
Basic Multicloud-pike API Health Check                                | FAIL |
502 != 200
------------------------------------------------------------------------------
Basic Multicloud-titanium_cloud API Health Check                      | FAIL |
502 != 200
------------------------------------------------------------------------------
Basic Multicloud-vio API Health Check                                 | FAIL |
502 != 200
------------------------------------------------------------------------------
Basic OOF-Homing Health Check                                         | FAIL |
Test timeout 10 seconds exceeded.
------------------------------------------------------------------------------
Basic OOF-SNIRO Health Check                                          | PASS |
------------------------------------------------------------------------------
Basic OOF-CMSO Health Check                                           | PASS |
------------------------------------------------------------------------------
Basic Policy Health Check                                             | PASS |
------------------------------------------------------------------------------
Basic Pomba AAI-context-builder Health Check                          | PASS |
------------------------------------------------------------------------------
Basic Pomba SDC-context-builder Health Check                          | PASS |
------------------------------------------------------------------------------
Basic Pomba Network-discovery-context-builder Health Check            | PASS |
------------------------------------------------------------------------------
Basic Portal Health Check                                             | PASS |
------------------------------------------------------------------------------
Basic SDC Health Check                                                
(DMaaP:None)| PASS |
------------------------------------------------------------------------------
Basic SDNC Health Check                                               | PASS |
------------------------------------------------------------------------------
Basic SO Health Check                                                 | PASS |
------------------------------------------------------------------------------
Basic UseCaseUI API Health Check                                      | PASS |
------------------------------------------------------------------------------
Basic VFC catalog API Health Check                                    | PASS |
------------------------------------------------------------------------------
Basic VFC emsdriver API Health Check                                  | PASS |
------------------------------------------------------------------------------
Basic VFC gvnfmdriver API Health Check                                | PASS |
------------------------------------------------------------------------------
Basic VFC huaweivnfmdriver API Health Check                           | PASS |
------------------------------------------------------------------------------
Basic VFC jujuvnfmdriver API Health Check                             | PASS |
------------------------------------------------------------------------------
Basic VFC multivimproxy API Health Check                              | PASS |
------------------------------------------------------------------------------
Basic VFC nokiavnfmdriver API Health Check                            | PASS |
------------------------------------------------------------------------------
Basic VFC nokiav2driver API Health Check                              | PASS |
------------------------------------------------------------------------------
Basic VFC nslcm API Health Check                                      | PASS |
------------------------------------------------------------------------------
Basic VFC resmgr API Health Check                                     | PASS |
------------------------------------------------------------------------------
Basic VFC vnflcm API Health Check                                     | PASS |
------------------------------------------------------------------------------
Basic VFC vnfmgr API Health Check                                     | PASS |
------------------------------------------------------------------------------
Basic VFC vnfres API Health Check                                     | PASS |
------------------------------------------------------------------------------
Basic VFC workflow API Health Check                                   | PASS |
------------------------------------------------------------------------------
Basic VFC ztesdncdriver API Health Check                              | PASS |
------------------------------------------------------------------------------
Basic VFC ztevnfmdriver API Health Check                              | PASS |
------------------------------------------------------------------------------
Basic VID Health Check                                                | PASS |
------------------------------------------------------------------------------
Basic VNFSDK Health Check                                             | PASS |
------------------------------------------------------------------------------
Basic Holmes Rule Management API Health Check                         | FAIL |
502 != 200
------------------------------------------------------------------------------
Basic Holmes Engine Management API Health Check                       | FAIL |
502 != 200
------------------------------------------------------------------------------
Testsuites.Health-Check :: Testing ecomp components are available ... | FAIL |
51 critical tests, 41 passed, 10 failed
51 tests total, 41 passed, 10 failed
==============================================================================
Testsuites                                                            | FAIL |
51 critical tests, 41 passed, 10 failed
51 tests total, 41 passed, 10 failed
==============================================================================
Output:  /share/logs/0001_ete_health/output.xml
Log:     /share/logs/0001_ete_health/log.html
Report:  /share/logs/0001_ete_health/report.html
command terminated with exit code 10



Da: FREEMAN, BRIAN D [mailto:[email protected]]
Inviato: venerdì 1 marzo 2019 14:49
A: [email protected]<mailto:[email protected]>; Calamita 
Agostino <[email protected]<mailto:[email protected]>>
Oggetto: RE: [onap-discuss] dmaap-message-router NodePort not recheable

Try a POST to make sure you can write to message router.
I doubt its connectivity.

If you are on master branch - try ./ete-k8s.sh onap healthmr to test a 
write/read to a test topic.

(do it twice since the first time it creates a test topic and kafka doesnt 
forward the message till both the publisher and the subscriber have connected)

Brian


From: [email protected]<mailto:[email protected]> 
<[email protected]<mailto:[email protected]>> On Behalf Of 
Calamita Agostino
Sent: Friday, March 01, 2019 4:30 AM
To: [email protected]<mailto:[email protected]>
Subject: R: [onap-discuss] dmaap-message-router NodePort not recheable

I tried to execute a wget command from sdc-be POD to message-router REST API 
and I see that dmaap-message-router is reacheable from sdc-be.

This is the result:

# kubectl exec -it  dev-sdc-sdc-be-656bd64b9b-jh57x  -n onap -- /bin/bash

bash-4.4# wget 
"http://message-router:3904/topics";<https://urldefense.proofpoint.com/v2/url?u=http-3A__message-2Drouter-3A3904_topics-2522&d=DwQFAw&c=LFYZ-o9_HUMeMTSQicvjIg&r=e3d1ehx3DI5AoMgDmi2Fzw&m=IEjWup2PaphGE0Khg3vrGEzEaMk8Vw36gzDqfaj5Hy0&s=E3zU3bhx_qFtVdCemSvrjg1neB63nEeWRcEhZCGNqTY&e=>
Connecting to message-router:3904 (10.43.1.20:3904)
topics               100% |*******************************|   131   0:00:00 ETA
bash-4.4# cat topics
{"topics": [
    "__consumer_offsets",
    "champRawEvents",
    "SDC-DISTR-NOTIF-TOPIC-AUTO",
    "org.onap.dmaap.mr.PNF_READY"
]}bash-4.4#

But audit.log of sdc-be, after "Distribution Service" action from Portal , says:

2019-03-01T08:32:07.986Z        [qtp215145189-323354]   INFO    
o.o.sdc.be.filters.BeServletFilter
ResponseCode=500        InstanceUUID=null       
RequestId=d2f65e19-b07b-4266-8be2-f170aba42fb1  AlertSeverity=0 ElapsedTime=3
EndTimestamp=2019-03-01 08:32:07.986Z   PartnerName=op0001      auditOn=true    
ServerFQDN=dev-sdc-sdc-be-656bd64b9b-jh57x
StatusCode=ERROR        TargetEntity=Distribution Engine is DOWN
CustomField1=POST: 
http://sdc-be.onap:8080/sdc2/rest/v1/catalog/services/02e0c5a4-be65-4d09-9f1e-49a2dab0f865/distribution/PROD/activate
       
<https://urldefense.proofpoint.com/v2/url?u=http-3A__sdc-2Dbe.onap-3A8080_sdc2_rest_v1_catalog_services_02e0c5a4-2Dbe65-2D4d09-2D9f1e-2D49a2dab0f865_distribution_PROD_activate&d=DwQFAw&c=LFYZ-o9_HUMeMTSQicvjIg&r=e3d1ehx3DI5AoMgDmi2Fzw&m=IEjWup2PaphGE0Khg3vrGEzEaMk8Vw36gzDqfaj5Hy0&s=BmxuPjSo0lkXbgjGURLiUvhFZsKQ3N21_D7s1H861Mk&e=>
timer=3 CustomField2=500        AuditBeginTimestamp=2019-03-01 08:32:07.983Z    
RemoteHost=10.42.194.84 ErrorCategory=ERROR
ServerIPAddress=10.42.179.134   
ServiceName=/v1/catalog/services/02e0c5a4-be65-4d09-9f1e-49a2dab0f865/distribution/PROD/activate
ServiceInstanceId=null   ClassName=org.openecomp.sdc.be.filters.BeServletFilter 
 ResponseDescription=Internal Server Error
ErrorCode=500   null


In the same log file I found a lot of messages like this one:

2019-03-01T09:21:31.850Z        [qtp215145189-399996]   INFO    
o.o.sdc.be.filters.BeServletFilter      AuditMessage=ACTION = 
"HttpAuthentication" URL = "v1/registerForDistribution" USER = "aai" 
AUTH_STATUS = "AUTH_SUCCESS" REALM = "ASDC"  ResponseCode=500        
InstanceUUID=aai-ml     RequestId=7f01a5b2-ee38-42c9-b7a4-330f020a4134 
AlertSeverity=0  ElapsedTime=169 EndTimestamp=2019-03-01 09:21:31.850Z   
PartnerName=Apache-HttpClient/4.5.6 (Java/1.8.0_171)    auditOn=true    
ServerFQDN=dev-sdc-sdc-be-656bd64b9b-jh57x      StatusCode=ERROR        
TargetEntity=registerInDistributionEngine       CustomField1=POST: 
https://sdc-be.onap:8443/sdc/v1/registerForDistribution     
<https://urldefense.proofpoint.com/v2/url?u=https-3A__sdc-2Dbe.onap-3A8443_sdc_v1_registerForDistribution&d=DwQFAw&c=LFYZ-o9_HUMeMTSQicvjIg&r=e3d1ehx3DI5AoMgDmi2Fzw&m=IEjWup2PaphGE0Khg3vrGEzEaMk8Vw36gzDqfaj5Hy0&s=bqsPBZIFYLIFhg5N8GOvmw1y4bhzY7y3C1rgEdE263M&e=>
  timer=169       CustomField2=500        AuditBeginTimestamp=2019-03-01 
09:21:31.681Z    RemoteHost=10.42.209.109        ErrorCategory=ERROR     
ServerIPAddress=10.42.179.134   ServiceName=/v1/registerForDistribution 
ServiceInstanceId=null  ClassName=org.openecomp.sdc.be.filters.BeServletFilter  
ResponseDescription=Internal Server Error       ErrorCode=500   ACTION = 
"HttpAuthentication" URL = "v1/registerForDistribution" USER = "aai" 
AUTH_STATUS = "AUTH_SUCCESS" REALM = "ASDC"

Thanks.

Da: [email protected]<mailto:[email protected]> 
[mailto:[email protected]] Per conto di Calamita Agostino
Inviato: giovedì 28 febbraio 2019 16:13
A: [email protected]<mailto:[email protected]>
Oggetto: [onap-discuss] dmaap-message-router NodePort not recheable

Hi all,
I have an issue releted to connectivity from sdc-be pod and 
dmaap-message-router.
My installation is Casablanca 3.0.0 on 7 kubernetes VM cluster.

All dmaap pods are up and running:

dev-dmaap-dbc-pg-0                                            1/1       Running 
           0          1d        10.42.173.158   onapkm5   <none>
dev-dmaap-dbc-pg-1                                            1/1       Running 
           0          1d        10.42.188.140   onapkm2   <none>
dev-dmaap-dbc-pgpool-7b748d5894-mr2m9                         1/1       Running 
           0          1d        10.42.237.193   onapkm3   <none>
dev-dmaap-dbc-pgpool-7b748d5894-n6dks                         1/1       Running 
           0          1d        10.42.192.244   onapkm2   <none>
dev-dmaap-dmaap-bus-controller-6757c4c86-8rq5p                1/1       Running 
           0          1d        10.42.185.132   onapkm1   <none>
dev-dmaap-dmaap-dr-db-bb4c67cfd-tm7td                         1/1       Running 
           0          1d        10.42.152.59    onapkm1   <none>
dev-dmaap-dmaap-dr-node-66c8749959-tpdtf                      1/1       Running 
           0          1d        10.42.216.13    onapkm2   <none>
dev-dmaap-dmaap-dr-prov-5c766b8d69-qzqn2                      1/1       Running 
           0          1d        10.42.115.247   onapkm6   <none>
dev-dmaap-message-router-fb9f4bc7d-5z52j                      1/1       Running 
           0          6h        10.42.138.31    onapkm3   <none>
dev-dmaap-message-router-kafka-5fbc897f48-4bpb6               1/1       Running 
           0          1d        10.42.78.141    onapkm4   <none>
dev-dmaap-message-router-zookeeper-557954854-8d6p9            1/1       Running 
           0          1d        10.42.169.205   onapkm1   <none>

but when I try to distribute a service, from SDC Portal, I got "Internal Server 
Error".

SDC-BE log file traces:

2019-02-28T08:50:35.318Z        [qtp215145189-159837]   INFO    
o.o.sdc.be.filters.BeServletFilter      ResponseCode=500
InstanceUUID=null RequestId=dab0fd50-b06e-4a65-b4a8-7d7edeae3e01   
AlertSeverity=0 ElapsedTime=99  EndTimestamp=2019-02-28 08:50:35.318Z 
PartnerName=op0001      auditOn=true       
ServerFQDN=dev-sdc-sdc-be-656bd64b9b-jh57x      StatusCode=ERROR
TargetEntity=Distribution Engine is DOWN
CustomField1=POST: 
http://sdc-be.onap:8080/sdc2/rest/v1/catalog/services/02e0c5a4-be65-4d09-9f1e-49a2dab0f865/distribution/PROD/activate<https://urldefense.proofpoint.com/v2/url?u=http-3A__sdc-2Dbe.onap-3A8080_sdc2_rest_v1_catalog_services_02e0c5a4-2Dbe65-2D4d09-2D9f1e-2D49a2dab0f865_distribution_PROD_activate&d=DwMFAw&c=LFYZ-o9_HUMeMTSQicvjIg&r=e3d1ehx3DI5AoMgDmi2Fzw&m=IEjWup2PaphGE0Khg3vrGEzEaMk8Vw36gzDqfaj5Hy0&s=BmxuPjSo0lkXbgjGURLiUvhFZsKQ3N21_D7s1H861Mk&e=>
timer=99        CustomField2=500   AuditBeginTimestamp=2019-02-28 08:50:35.219Z 
   RemoteHost=10.42.194.84 ErrorCategory=ERROR
ServerIPAddress=10.42.179.134   
ServiceName=/v1/catalog/services/02e0c5a4-be65-4d09-9f1e-49a2dab0f865/distribution/PROD/activate
ServiceInstanceId=null  ClassName=org.openecomp.sdc.be.filters.BeServletFilter  
   ResponseDescription=Internal Server Error
ErrorCode=500   null

Also SDC healthcheck reports that U-EB Cluster is DOWN.

Inside SDC-BE POD, I tried to make a traceroute to "message-router-zookeeper" 
and to "message-router".

This is the result ( the first is OK, the second one NOT OK ):

bash-4.4# traceroute  message-router-zookeeper
traceroute to message-router-zookeeper (10.42.169.205), 30 hops max, 46 byte 
packets
1  10.42.7.46 (10.42.7.46)  0.213 ms  0.005 ms  0.005 ms
2  10.42.190.179 (10.42.190.179)  0.194 ms  0.145 ms  0.135 ms
3  10.42.169.205 (10.42.169.205)  0.461 ms  0.160 ms  0.134 ms

bash-4.4# traceroute  message-router
traceroute to message-router (10.43.1.20), 30 hops max, 46 byte packets
1  10.42.0.1 (10.42.0.1)  0.009 ms  0.005 ms  0.005 ms
2  itpat1ng505.palermo.italtel.it (138.132.168.173)  0.344 ms  2.211 ms  1.910 
ms     <-- 138.132.168.X  is VM public network
 3  138.132.169.2 (138.132.169.2)  5.063 ms  3.859 ms  3.934 ms
4  *  *  *
5  *  *  *
6  *  *  *

traceroute to message-router-kafka (10.43.148.154), 30 hops max, 46 byte packets
1  10.42.0.1 (10.42.0.1)  0.006 ms  0.005 ms  0.004 ms
2  itpat1ng505.palermo.italtel.it (138.132.168.173)  0.391 ms  0.337 ms  0.314 
ms
3  138.132.169.2 (138.132.169.2)  0.803 ms  0.748 ms  0.807 ms
4  *  *  *
5  *  *  *
6  *  *  *

It seems that I cannot reach NodePort or ClusterIP inside a POD. This is 
routing table inside POD:

bash-4.4# netstat -rn
Kernel IP routing table
Destination     Gateway         Genmask         Flags   MSS Window  irtt Iface
0.0.0.0         10.42.0.1       0.0.0.0         UG        0 0          0 eth0
10.42.0.0       0.0.0.0         255.255.0.0     U         0 0          0 eth0

What can I check on Kubernetes Cluster ?

Thanks.
Agostino.

Internet Email Confidentiality Footer ** La presente comunicazione, con le 
informazioni in essa contenute e ogni documento o file allegato, e' rivolta 
unicamente alla/e persona/e cui e' indirizzata ed alle altre da questa 
autorizzata/e a riceverla. Se non siete i destinatari/autorizzati siete 
avvisati che qualsiasi azione, copia, comunicazione, divulgazione o simili 
basate sul contenuto di tali informazioni e' vietata e potrebbe essere contro 
la legge vigente (ad es. art. 616 C.P., D.Lgs n. 196/2003 Codice Privacy, 
Regolamento Europeo n. 679/2016/GDPR). Se avete ricevuto questa comunicazione 
per errore, vi preghiamo di darne immediata notizia al mittente e di 
distruggere il messaggio originale e ogni file allegato senza farne copia 
alcuna o riprodurne in alcun modo il contenuto. Al link seguente e' disponibile 
l'informativa Privacy: 
http://www.italtel.com/it/about/privacy/<https://urldefense.proofpoint.com/v2/url?u=http-3A__www.italtel.com_it_about_privacy_&d=DwMFAw&c=LFYZ-o9_HUMeMTSQicvjIg&r=e3d1ehx3DI5AoMgDmi2Fzw&m=IEjWup2PaphGE0Khg3vrGEzEaMk8Vw36gzDqfaj5Hy0&s=AukdcpBODjjV9MdRBLbIlT9TPeryMvWd8zHSlfRqmK4&e=>
 ** This e-mail and its attachments are intended for the addressee(s) only and 
are confidential and/or may contain legally privileged information. If you have 
received this message by mistake or are not one of the addressees above, you 
may take no action based on it, and you may not copy or show it to anyone; 
please reply to this e-mail and point out the error which has occurred. Click 
here to read your privacy notice: 
http://www.italtel.com/it/about/privacy/<https://urldefense.proofpoint.com/v2/url?u=http-3A__www.italtel.com_it_about_privacy_&d=DwMFAw&c=LFYZ-o9_HUMeMTSQicvjIg&r=e3d1ehx3DI5AoMgDmi2Fzw&m=IEjWup2PaphGE0Khg3vrGEzEaMk8Vw36gzDqfaj5Hy0&s=AukdcpBODjjV9MdRBLbIlT9TPeryMvWd8zHSlfRqmK4&e=>
Internet Email Confidentiality Footer ** La presente comunicazione, con le 
informazioni in essa contenute e ogni documento o file allegato, e' rivolta 
unicamente alla/e persona/e cui e' indirizzata ed alle altre da questa 
autorizzata/e a riceverla. Se non siete i destinatari/autorizzati siete 
avvisati che qualsiasi azione, copia, comunicazione, divulgazione o simili 
basate sul contenuto di tali informazioni e' vietata e potrebbe essere contro 
la legge vigente (ad es. art. 616 C.P., D.Lgs n. 196/2003 Codice Privacy, 
Regolamento Europeo n. 679/2016/GDPR). Se avete ricevuto questa comunicazione 
per errore, vi preghiamo di darne immediata notizia al mittente e di 
distruggere il messaggio originale e ogni file allegato senza farne copia 
alcuna o riprodurne in alcun modo il contenuto. Al link seguente e' disponibile 
l'informativa Privacy: 
http://www.italtel.com/it/about/privacy/<https://urldefense.proofpoint.com/v2/url?u=http-3A__www.italtel.com_it_about_privacy_&d=DwQFAw&c=LFYZ-o9_HUMeMTSQicvjIg&r=e3d1ehx3DI5AoMgDmi2Fzw&m=IEjWup2PaphGE0Khg3vrGEzEaMk8Vw36gzDqfaj5Hy0&s=AukdcpBODjjV9MdRBLbIlT9TPeryMvWd8zHSlfRqmK4&e=>
 ** This e-mail and its attachments are intended for the addressee(s) only and 
are confidential and/or may contain legally privileged information. If you have 
received this message by mistake or are not one of the addressees above, you 
may take no action based on it, and you may not copy or show it to anyone; 
please reply to this e-mail and point out the error which has occurred. Click 
here to read your privacy notice: 
http://www.italtel.com/it/about/privacy/<https://urldefense.proofpoint.com/v2/url?u=http-3A__www.italtel.com_it_about_privacy_&d=DwQFAw&c=LFYZ-o9_HUMeMTSQicvjIg&r=e3d1ehx3DI5AoMgDmi2Fzw&m=IEjWup2PaphGE0Khg3vrGEzEaMk8Vw36gzDqfaj5Hy0&s=AukdcpBODjjV9MdRBLbIlT9TPeryMvWd8zHSlfRqmK4&e=>

Internet Email Confidentiality Footer ** La presente comunicazione, con le 
informazioni in essa contenute e ogni documento o file allegato, e' rivolta 
unicamente alla/e persona/e cui e' indirizzata ed alle altre da questa 
autorizzata/e a riceverla. Se non siete i destinatari/autorizzati siete 
avvisati che qualsiasi azione, copia, comunicazione, divulgazione o simili 
basate sul contenuto di tali informazioni e' vietata e potrebbe essere contro 
la legge vigente (ad es. art. 616 C.P., D.Lgs n. 196/2003 Codice Privacy, 
Regolamento Europeo n. 679/2016/GDPR). Se avete ricevuto questa comunicazione 
per errore, vi preghiamo di darne immediata notizia al mittente e di 
distruggere il messaggio originale e ogni file allegato senza farne copia 
alcuna o riprodurne in alcun modo il contenuto. Al link seguente e' disponibile 
l'informativa Privacy: 
http://www.italtel.com/it/about/privacy/<https://urldefense.proofpoint.com/v2/url?u=http-3A__www.italtel.com_it_about_privacy_&d=DwQFAw&c=LFYZ-o9_HUMeMTSQicvjIg&r=e3d1ehx3DI5AoMgDmi2Fzw&m=3wrc-GE7QRSH4EtwA79ozQYK5mvJRsmLObpckvQI6L8&s=EltO3K4GA3xOgcQl2l5j5nx6S4OWlBFvtPdgd1SEuTE&e=>
 ** This e-mail and its attachments are intended for the addressee(s) only and 
are confidential and/or may contain legally privileged information. If you have 
received this message by mistake or are not one of the addressees above, you 
may take no action based on it, and you may not copy or show it to anyone; 
please reply to this e-mail and point out the error which has occurred. Click 
here to read your privacy notice: 
http://www.italtel.com/it/about/privacy/<https://urldefense.proofpoint.com/v2/url?u=http-3A__www.italtel.com_it_about_privacy_&d=DwQFAw&c=LFYZ-o9_HUMeMTSQicvjIg&r=e3d1ehx3DI5AoMgDmi2Fzw&m=3wrc-GE7QRSH4EtwA79ozQYK5mvJRsmLObpckvQI6L8&s=EltO3K4GA3xOgcQl2l5j5nx6S4OWlBFvtPdgd1SEuTE&e=>
Internet Email Confidentiality Footer ** La presente comunicazione, con le 
informazioni in essa contenute e ogni documento o file allegato, e' rivolta 
unicamente alla/e persona/e cui e' indirizzata ed alle altre da questa 
autorizzata/e a riceverla. Se non siete i destinatari/autorizzati siete 
avvisati che qualsiasi azione, copia, comunicazione, divulgazione o simili 
basate sul contenuto di tali informazioni e' vietata e potrebbe essere contro 
la legge vigente (ad es. art. 616 C.P., D.Lgs n. 196/2003 Codice Privacy, 
Regolamento Europeo n. 679/2016/GDPR). Se avete ricevuto questa comunicazione 
per errore, vi preghiamo di darne immediata notizia al mittente e di 
distruggere il messaggio originale e ogni file allegato senza farne copia 
alcuna o riprodurne in alcun modo il contenuto. Al link seguente e' disponibile 
l'informativa Privacy: 
http://www.italtel.com/it/about/privacy/<https://urldefense.proofpoint.com/v2/url?u=http-3A__www.italtel.com_it_about_privacy_&d=DwQFAw&c=LFYZ-o9_HUMeMTSQicvjIg&r=e3d1ehx3DI5AoMgDmi2Fzw&m=zlxPRcN18YJkHVxePeixlCSmaNBm37QgBtrmu9_NCiU&s=hzcis0TJ-zhsVuP6TNJHyIPQwMAdjPQ-DgnLJ6bxDEk&e=>
 ** This e-mail and its attachments are intended for the addressee(s) only and 
are confidential and/or may contain legally privileged information. If you have 
received this message by mistake or are not one of the addressees above, you 
may take no action based on it, and you may not copy or show it to anyone; 
please reply to this e-mail and point out the error which has occurred. Click 
here to read your privacy notice: 
http://www.italtel.com/it/about/privacy/<https://urldefense.proofpoint.com/v2/url?u=http-3A__www.italtel.com_it_about_privacy_&d=DwQFAw&c=LFYZ-o9_HUMeMTSQicvjIg&r=e3d1ehx3DI5AoMgDmi2Fzw&m=zlxPRcN18YJkHVxePeixlCSmaNBm37QgBtrmu9_NCiU&s=hzcis0TJ-zhsVuP6TNJHyIPQwMAdjPQ-DgnLJ6bxDEk&e=>
Internet Email Confidentiality Footer ** La presente comunicazione, con le 
informazioni in essa contenute e ogni documento o file allegato, e' rivolta 
unicamente alla/e persona/e cui e' indirizzata ed alle altre da questa 
autorizzata/e a riceverla. Se non siete i destinatari/autorizzati siete 
avvisati che qualsiasi azione, copia, comunicazione, divulgazione o simili 
basate sul contenuto di tali informazioni e' vietata e potrebbe essere contro 
la legge vigente (ad es. art. 616 C.P., D.Lgs n. 196/2003 Codice Privacy, 
Regolamento Europeo n. 679/2016/GDPR). Se avete ricevuto questa comunicazione 
per errore, vi preghiamo di darne immediata notizia al mittente e di 
distruggere il messaggio originale e ogni file allegato senza farne copia 
alcuna o riprodurne in alcun modo il contenuto. Al link seguente e' disponibile 
l'informativa Privacy: http://www.italtel.com/it/about/privacy/ ** This e-mail 
and its attachments are intended for the addressee(s) only and are confidential 
and/or may contain legally privileged information. If you have received this 
message by mistake or are not one of the addressees above, you may take no 
action based on it, and you may not copy or show it to anyone; please reply to 
this e-mail and point out the error which has occurred. Click here to read your 
privacy notice: http://www.italtel.com/it/about/privacy/

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#15829): https://lists.onap.org/g/onap-discuss/message/15829
Mute This Topic: https://lists.onap.org/mt/30175525/21656
Group Owner: [email protected]
Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub  
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to