IF YOU WOULD LIKE TO GET AN ACCOUNT, please write an
email to Administrator. User accounts are meant only to access repo
and report issues and/or generate pull requests.
This is a purpose-specific Git hosting for
BaseALT
projects. Thank you for your understanding!
Только зарегистрированные пользователи имеют доступ к сервису!
Для получения аккаунта, обратитесь к администратору.
This commit refactors the code in ozone.js.
In order to allow as much refactoring as possible, server and zones plugin have been modified so that a better consistency is achieved:
- "vnet" replaces "vn" to identify virtual networks resource.
- "vmtemplate" replaces "template" to identify virtual machine templates.
In the server side, all "vnet", "vn" / "vmtemplate", "template" produce the same result, so that the CLI spec and oZones doc are not affected by this change.
Note: Additional changes on OzonesServer.rb correspond to whitespace cleanup.
- Comment options in configuration files so default values can use $ONE_LOCATION if defined
- Better check of YAML syntax errors
- Changed some tabs for spaces
- By default the installer creates auth/certificates
(cherry picked from commit 3527bbd1f7)
This way they are separated from original helpers in OpenNebula.Helper, as their function is different.
Additionally, a the chgrp action has been fixed.
This commit contains a full refactoring of opennebula.js, the Javascript API to interact with Sunstone server.
Refactoring includes some other smaller changes in order to achieve consistency:
- SunstoneServer.rb: vm logs are returned in JSON format instead of plain text. VM template resource is now accessed via "/vmtemplate" instead of "template".
- Images plugin: update "register" references to "create".
- VM plugin: update VM log processing. Improve the "saveas" action object, making it a standard "single" action instead of "custom".
This commit contains small improvement and fixes in Sunstone javascript client code:
- Columns widths in some tables have been adjusted
- Login form submission is handled in a better way
- Login error message fade in on top of the login box
- Login screen compacts in screens with smaller resolution
- +/- icon toggle in the create template dialog has been improved
- Dashboards left table expands to take 100% of available width
- Host/VM plots have a bit less width, so no scroll bar appears
- Page title changed to "OpenNebula Sunstone"
This patch improves the login screen and adjust some visual elements in oZones:
- Login form submission is handled in a nicer way
- Login failure message fade in on top of the login box
- Login screen compacts in screens with small resolutions
- Some column widths in the tables are adjusted