Skip to content

v1.3.0

Latest
Compare
Choose a tag to compare
@giovannifs giovannifs released this 21 Mar 17:49
· 179 commits to master since this release

We're glad to announce the Fogbow v1.3.0!

The main features coming out in this release are:

  • Implementation of accounting endpoint and admin user's profile, in this way an admin user may get information about accounting from the fogbow manager, such as: user's usage; how much resource was consumed/donated from/to other members.
  • Supporting federation of Storage resource. The interface of StoragePlugin was defined and currently it's possible to federate compute and storage resouces. For now, we are providing three implementation for it: OpenStackV2StoragePlugin; OpenNebulaStorragePlugin; and CloudStackStoragePlugin.
  • Implementation of creation/remotion of attachment. If the compute instance and the storage volume were created in the same member, it's possible attach the volume to the instance and, once it is attached, it's possible detach as well.
  • Implementation of load balance of Fogbow Reverse Tunneling. Currenlty the maximum number of SSH servers and their connections are configured and a new SSH server is started or stoped on demand.

And bug fixes and improvements from previous version. Major changes are:

  • Renaming of requests to orders, beside of renaming the user needs to specify which kind of resource he is ordering (compute or storage).
  • Addition of Usage and Quota information in the member endpoint. In this way the user may retrieve information about his usage and/or quota in a specific fogbow manager.
  • Implementation of keeping information about private IP of the compute instance, previously the only network information kept was the SSH public IP.