Re: [honeycomb-dev] Netconf issue with Honeycomb
Marek Gradzki -X (mgradzki - PANTHEON TECHNOLOGIES@Cisco) <mgradzki@...>
Hi,
there was infra maintenance yesterday (see csit-dev or discuss mailing lists). Are you still experiencing these issues?
Regards, Marek
From: PRAKASH, OM [mailto:op317q@...]
Sent: 15 maja 2018 21:31 To: Marek Gradzki -X (mgradzki - PANTHEON TECHNOLOGIES at Cisco) <mgradzki@...>; honeycomb-dev@...; hc2vpp@... Subject: RE: [honeycomb-dev] Netconf issue with Honeycomb
Err:8 https://nexus.fd.io/content/repositories/fd.io.stable.1804.ubuntu.xenial.main ./ Packages 404 Not Found Ign:9 https://nexus.fd.io/content/repositories/fd.io.stable.1804.ubuntu.xenial.main ./ Translation-en_US Ign:10 https://nexus.fd.io/content/repositories/fd.io.stable.1804.ubuntu.xenial.main ./ Translation-en Reading package lists... Done E: Failed to fetch https://nexus.fd.io/content/repositories/fd.io.stable.1804.ubuntu.xenial.main/./Packages 404 Not Found E: Some index files failed to download. They have been ignored, or old ones used instead. root@sff1:~#
this is I am getting from the URL
404 - The generator for generated path /Packages with key PackagesContentGenerator not found in M2Repository(id=fd.io.stable.1804.ubuntu.xenial.main) The generator for generated path /Packages with key PackagesContentGenerator not found in M2Repository(id=fd.io.stable.1804.ubuntu.xenial.main)
Thanks Om Prakash
From:
honeycomb-dev@... [mailto:honeycomb-dev@...]
On Behalf Of Marek Gradzki -X (mgradzki - PANTHEON TECHNOLOGIES@Cisco)
One more info.
Here is how default netconf.json looks like:
{ "netconf-netty-threads": 2, "netconf-tcp-enabled": "true", "netconf-tcp-binding-address": "127.0.0.1", "netconf-tcp-binding-port": 7777, "netconf-ssh-enabled": "true", "netconf-ssh-binding-address": "0.0.0.0", "netconf-ssh-binding-port": 2831, "netconf-notification-stream-name": "honeycomb" }
Notice TCP is by default bound to 127.0.0.1, so it won’t be available from outside. You can change it to 0.0.0.0 to bind to all available IPs or select specific one.
Regards, Marek
From: Marek Gradzki -X (mgradzki - PANTHEON TECHNOLOGIES at Cisco)
Config looks fine for me. Notice “netconf-node-topology:tcp-only": true
By default HC provides Netconf over TCP (port 7777) and SSH (port 2831).
You can configure them using netconf.json.
Regards, Marek
From: PRAKASH, OM [mailto:op317q@...]
One more issue I see with SFC . it tries to connect to VPP using 7777 port. It should be 2831 correct ?
{ "topology": [ { "topology-id": "topology-netconf", "node": [ { "node-id": "CLASSIFIER2", "netconf-node-topology:password": "admin", "netconf-node-topology:username": "admin", "netconf-node-topology:port": 7777, "netconf-node-topology:tcp-only": true, "netconf-node-topology:host": "192.168.60.60" }, { "node-id": "CLASSIFIER1", "netconf-node-topology:password": "admin", "netconf-node-topology:username": "admin", "netconf-node-topology:port": 7777, "netconf-node-topology:tcp-only": true, "netconf-node-topology:host": "192.168.60.10" }, { "node-id": "SFF1", "netconf-node-topology:password": "admin", "netconf-node-topology:username": "admin", "netconf-node-topology:port": 7777, "netconf-node-topology:tcp-only": true, "netconf-node-topology:host": "192.168.60.20" }, { "node-id": "SFF2", "netconf-node-topology:password": "admin", "netconf-node-topology:username": "admin", "netconf-node-topology:port": 7777, "netconf-node-topology:tcp-only": true, "netconf-node-topology:host": "192.168.60.50" }, { "node-id": "controller-config", "netconf-node-topology:password": "admin", "netconf-node-topology:username": "admin", "netconf-node-topology:port": 1830, "netconf-node-topology:tcp-only": false, "netconf-node-topology:reconnect-on-changed-schema": true, "netconf-node-topology:host": "127.0.0.1" } ] } ] }
Thanks Om Prakash
From: Marek Gradzki -X (mgradzki - PANTHEON TECHNOLOGIES at Cisco) [mailto:mgradzki@...]
Hi,
It looks like you are using SFC version which is not compatible with Honeycomb. HC exposes v3po@2017-06-07 since 17.07 or 17.10.
I think SFC needs update…
Regards, Marek
From:
honeycomb-dev@... [mailto:honeycomb-dev@...]
On Behalf Of op317q@...
Hi, |
|