Philippe Dellaert
Philippe Dellaert
Hi @necrolyte2, @ic3cool, The `nuage-master-docker`, `nuage-cni-docker` and `nuage-infra-docker` images are currently not available on Dockerhub, but it is something we can look at to build and release them. The `nuage-vrs-docker`...
@necrolyte2 yes, it does make sense to make them public, we just need to integrate the publication process with our CI/CD and properly validate that process :)
Hi @arctiqhart, You can fix this by marking your infra with the label ` 'node-role.kubernetes.io/compute=true',` as well. This is because we need to deploy our Nuage CNI, VRS and Infra...
@marcowenwolf , sorry for the late reply. But yes, this is confirmed. VSD CLI only works on Python 2.7 as of now (which is something we plan to fix, but...
Not yet, but it's one of the things on the todo list (actually one of the primary things on the list). I should add a todo list on the wiki...
I'm looking into this, but it's not as easy as i hoped :)
@agorbachev The only issue i see is the get with a filter on the ID not working for shared resources, correct. This does work (you don't have to do the...
Can you give me an exact use case, cause i seem to be confused... child.parent_type gives you the camelCase class name of the parent. parent_obj is set if you do...
aha, seems i was mistaken :), sorry Well, still not sure what the use case is, but if you really need the parent_type to go into the python camelCase class...
having vspk.zone() be treated as vspk.NUZone() is an impossibility. That would mean we need to create two classes with the same exact code. That is just bad and against PEP8...