Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.7.0-M1
-
None
Description
Add the ability to define a location, identity and credential in the web UI. Consider the issues involved with permanently saving these new details.
This would significantly improve the speed at which first-time users can get started with Brooklyn.
Permanently saving the new location details is possibly problematic. Normally these would be saved to brooklyn.properties; however this file is intended for human editing, and machine-editing it may cause problems. A possible alternative is to write each location into its own file, and modify Brooklyn to automatically load ~/.brooklyn/*.properties. Consider these issues and open up further JIRA issues if appropriate.