You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a request to take a look at @anaion 's code for remote manager operations (pull request #33). If the code is judged stable enough and it doesn't disturb the rest of the system then we can add it to the 1.4.1 release. Otherwise we will postpone to 1.5.0.
Comments from @anaion :
This is a work in progress implementation to add support for the managers to spawn agents without accessing the libcloud interface, but using the director. The API for handling requests on the server's side contains now only the functions for creating and deleting a node (this is where the interface for the nested cloud will be integrated).
There are still many harcoded configuration settings (urls, paths). If you want to test, please grep for TODOs in the committed files.
This is work in progress so there are many sketchy parts (to be read harcoded). That also means there are enough chances for improvement, so please, feel free to come up with suggestions and comments.
The nestedapi.py will include the full interface to be used by the nested architecture.
For now, only node addition and deletion are implemented.
The text was updated successfully, but these errors were encountered:
This is a request to take a look at @anaion 's code for remote manager operations (pull request #33). If the code is judged stable enough and it doesn't disturb the rest of the system then we can add it to the 1.4.1 release. Otherwise we will postpone to 1.5.0.
Comments from @anaion :
This is a work in progress implementation to add support for the managers to spawn agents without accessing the libcloud interface, but using the director. The API for handling requests on the server's side contains now only the functions for creating and deleting a node (this is where the interface for the nested cloud will be integrated).
There are still many harcoded configuration settings (urls, paths). If you want to test, please grep for TODOs in the committed files.
This is work in progress so there are many sketchy parts (to be read harcoded). That also means there are enough chances for improvement, so please, feel free to come up with suggestions and comments.
The nestedapi.py will include the full interface to be used by the nested architecture.
For now, only node addition and deletion are implemented.
The text was updated successfully, but these errors were encountered: