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!
Только зарегистрированные пользователи имеют доступ к сервису!
Для получения аккаунта, обратитесь к администратору.
* VNETs include state to flag their configuration status
(READY/ERROR/LOCK)
* Hooks can be program based on VNET state transitions
* Include Java/Go/Ruby bindings
* New vCenter network drivers
* Place-holder to customize actions (create/delete) for other netowrk drivers
* Sunstone integration
* OneFlow syncs flow creation on VNET status
* Remove deprecated vcenter hooks and autoregistration
co-authored-by: Frederick Ernesto Borges Noronha <fborges@opennebula.io>
co-authored-by: Alejandro Huertas <ahuertas@opennebula.io>
co-authored-by: Pavel Czerny <pczerny@opennebula.systems>
Remove vendor_ruby and site_ruby directories from $LOAD_PATH, so
that distribution gems installed directly into loadable path
without need to use rubygems are not loaded by require.
* F #3440: Fix bug creating NSX networks
Fix bug when creating NSX network without
transport zone. Added more checks and
exceptions to manage them.
* F #3440: Added backtrace to error message
* M #-: Fix errors on commit 7b8438dd4
Change condition
Change definition function order
* F #3440: NSX parameters at import time
These attributes are added when importing a NSX network
NSX_ID
NSX_VNI
NSX_TZ_ID
Also now there is a different VCENTER_PORTGROUP_TYPE for
distributed port groups and NSX-V portgroups
* F #3440: Get token NSX-V and NSX-T
* F #3440: Added route nsx/auth
Route to acquire a valid NSX token.
Changes on nsx_client constructor have been required
Changes on constructor calls
Returns 200 and token if success
Returns 400 and error message if not success
* F #3440: Change NSXClient constructor call
vCenter hooks located at:
<ONE_LOCATION>/remotes/hooks/vcenter/templates
are registered automatically when import a vcenter cluster
with the command "onevcenter"
* Add alias ip hook
* Add packet ipam scripts
* Make some changes in packethost Ruby gem
* Make some changes in Packet vmm driver
(cherry picked from commit c87025d314)