h2020-endeavour / endeavour

The ENDEAVOUR platform
Apache License 2.0
8 stars 3 forks source link

Add edge switch id to participant port #21

Closed ederlf closed 8 years ago

ederlf commented 8 years ago

It can make it easier to access this information (otherwise would need to parse the whole fabric connections) https://github.com/h2020-endeavour/endeavour/blob/master/examples/test-mh/config/sdx_global.cfg#L127

Something like this. We could add the switch id or the dp_id

 "Ports": [
            {
                "Id": 5,
                "MAC": "08:00:27:89:3b:9f",
                "IP": "172.0.0.1"
                "edge": dp_name || dp_id
            }

One more thing, gigging through the iSDX code I am finding harder and harder to not make changes to the original. Maybe we will have to go for these changes.

TribuneX commented 8 years ago

Seems like a reasonable change. Any obstacles?

ederlf commented 8 years ago

I am already considering it :) It there are no objections I will push it this week.

On Mon, May 9, 2016 at 8:34 AM TribuneX notifications@github.com wrote:

Seems like a reasonable change. Any obstacles?

— You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub https://github.com/h2020-endeavour/endeavour/issues/21#issuecomment-217795104