Releases: hapylestat/openstack_cli
OpenStack-CLI v1.3
Compatibility fixes for more recent regions
OpenStack-CLI v1.2
New tasty updates and features
Commands added or updated:
-
ssh/sftp
Forget about manual usage of ssh/sftp client. Say not to copy host information each time and providing proper ssh key.
The tool will automatically look for the cluster by provided pattern, will ask about host user are interested in and will log him in by using assigned to the host ssh key.
But that's not all, forget about known_hosts update, tool got you covered here too. -
up
Previously, when the user tried to create already existing cluster he got an error, as there no possibility to create cluster if it is already existing.
But time changed this... if user provide the cluster name, which already existing and result returns only one cluster, instead of exiting the tool will add additional hosts to the cluster with mentioned amount of nodes. Expand you cluster with ease.Example:
lets say, the cluster with name my-simple-cluster exists and contains node my-simple-cluster-1 and my-simple-cluster-2.To add node to the cluster with same configuration is easy as execute command:
- osvm up my-simple-cluster 1 and node with name my-simple-cluster-3 would be added.
-
Info, list
The columns in result table now dynamically adjust length according to the length of the visible output. -
quota
The questions like "who consumed all project memory?" or "Who use a lot of CPU resources?" are real problem when your project hit the resources limit and the new VM need to be deployed. But now the questions could be answered easily:
quota --graph - check the graphical representation of resources consumption per-user
quota --details - check the text representation of resources consumption per-user -
conf
Update cache mechanics, the user now able to see when tool syncing local data with server.
User now able to import ssh keys to the tool -
help
Help command were improved to display more detailed help and now support help queries per command or sub-command -
Various small fixes and improvements
OpenStack-CLI v1.1
Updated: - Revamped help - New versions notifier for official builds - Various bugfixes - OpenStack multi-project support (available possibility whihc project to manage) - Application versioning - UI re-arrangements
Alpha release
This is really first release with some bugs and issues possible.
Cheers, stay tunned!