transportPCE and gnpy
Michael D?rre
Hello, we try to find out how gnpy and transportpce are working together, since we found some commits and presentations with this. My question is: Is there a documentation how to get this working together?
Something like Sadly I was not able to find any articles in the odl wiki about
it, but maybe I do oversee something. Thanks in advance. Kind regards, --
Michael Dürre Software Engineer
highstreet technologies GmbH Hähnelstraße 6 12159 Berlin Skype: michael.duerre@... E-Mail: michael.duerre@... Web: http://www.highstreet-technologies.com
Geschäftsführer: Dipl.-Ing. (FH) Alfons Mittermaier Handelsregister: Amtsgericht Charlottenburg, HRB 114905 B Firmensitz: Berlin USt-IdNr.: DE261090513
|
|
Guillaume Lambert
Hi Michael
I agree the documentation at https://docs.opendaylight.org/projects/transportpce/en/stable-phosphorus/developer-guide.html#gnpy-interface Until recently, GNPy had no standard REST interface so we had to start from scratch when developing a REST interface for transportPCE. It was a long time ago. GNPy made recently some progress to propose a standard REST interface.
And we are now converging to something much more stable though it is still a bit fluctuating. I think it is still under work but I might be wrong. Ahmed or Olivier in CC are following that much closer than me and might tell you more about it . more details at https://git.opendaylight.org/gerrit/c/transportpce/+/99937
You can find an example on how to use our GNPy REST interface in tests/transportpce_tests/pce/test03_gnpy.py
You can run it via tox with python 3.8 with the following command.
Python 3.9 and > work too but you have to unforce the version specified in tox.ini
https://git.opendaylight.org/gerrit/c/transportpce/+/99584
Hope this helps Guillaume
De : Discuss@... <Discuss@...> de la part de Michael D?rre <michael.duerre@...>
Envoyé : vendredi 8 avril 2022 07:17 À : discuss@... Objet : [ODL Discuss] transportPCE and gnpy Hello, we try to find out how gnpy and transportpce are working together, since we found some commits and presentations with this. My question is: Is there a documentation how to get this working together? Something like Sadly I was not able to find any articles in the odl wiki about it, but maybe I do oversee something. Thanks in advance. Kind regards, --
Michael Dürre Software Engineer
highstreet technologies GmbH Hähnelstraße 6 12159 Berlin Skype: michael.duerre@... E-Mail: michael.duerre@... Web: http://www.highstreet-technologies.com
Geschäftsführer: Dipl.-Ing. (FH) Alfons Mittermaier Handelsregister: Amtsgericht Charlottenburg, HRB 114905 B Firmensitz: Berlin USt-IdNr.: DE261090513
_________________________________________________________________________________________________________________________ Ce message et ses pieces jointes peuvent contenir des informations confidentielles ou privilegiees et ne doivent donc pas etre diffuses, exploites ou copies sans autorisation. Si vous avez recu ce message par erreur, veuillez le signaler a l'expediteur et le detruire ainsi que les pieces jointes. Les messages electroniques etant susceptibles d'alteration, Orange decline toute responsabilite si ce message a ete altere, deforme ou falsifie. Merci. This message and its attachments may contain confidential or privileged information that may be protected by law; they should not be distributed, used or copied without authorisation. If you have received this email in error, please notify the sender and delete this message and its attachments. As emails may be altered, Orange is not liable for messages that have been modified, changed or falsified. Thank you. |
|
Michael D?rre
Hi Ahmed, thanks for your reply. That helps a lot. One additional question. Since the commit Guillaume has linked is
relatively new, can I use the Opendaylight phosphorus-SR1 release
version or do I have to create it from the master branch? And am I
correct that your version (gnpy4tpce) which is 2.4.3 is then using
gnpy 2.4.3? Kind regards, On 11.04.22 17:18,
ahmed.triki@... wrote:
--
Michael Dürre Software Engineer
highstreet technologies GmbH Hähnelstraße 6 12159 Berlin Skype: michael.duerre@... E-Mail: michael.duerre@... Web: http://www.highstreet-technologies.com
Geschäftsführer: Dipl.-Ing. (FH) Alfons Mittermaier Handelsregister: Amtsgericht Charlottenburg, HRB 114905 B Firmensitz: Berlin USt-IdNr.: DE261090513
|
|