-
-
Notifications
You must be signed in to change notification settings - Fork 10
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
Adding configuration file #86
Comments
The new |
Configuration file is critical also for other issues:
|
Adding configuration file and related issues will need revisions of all components and may break some compatibilities. Therefore, a major version 2.0 will be released with all the changes together. |
First draft of config.py in branch 2.0-alpha: https://github.com/tdviet/fedcloudclient/blob/2.0-alpha/fedcloudclient/config.py |
The fedcloudclient becomes more complex, there are many default values in the codes and environment variables. A configuration file
~/.config/fedcloud/fedcloud.ini
could add some flexibility and simplify initial setting.The configuration file could be useful for:
openstack ssh
commandExample of use cases:
In both cases, simply change URL of site configuration in the
fedcloud.ini
file to the location of the customized site list is sufficient.The text was updated successfully, but these errors were encountered: