-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remote manager operations #33
base: master
Are you sure you want to change the base?
Conversation
Add support for OpenStack clouds.
Modify configuration file for apache2 version >= 2.4.
Could any of you guys re-explain me what was the problem with reservation timers? Some comments: Generally I think that the impact of merging this part of code is quite small however I also think that quite some testing is required. I have got the impression that everyone is quite busy and there are still other issues to fix. For this reason I would give it a high priority to the integration of this part right after the release but not before. |
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.