Ruben S. Montero
9284d74046
M #-: Add migrators 5.12 -> 6.0
release-6.0.0.3
2021-11-25 11:49:35 +01:00
Jan Orel
cbc50bd94b
M #-: PyONE: rename buildChildren _buildChildren ( #1393 ) ( #5636 )
...
* remove python2-pyone
* adopt to generateDS 2.39
2021-11-25 10:55:47 +01:00
Vlastimil Holer
5426249be1
M #-: Bump version to 6.0.0.3 ( #5412 )
2021-05-25 16:07:40 +02:00
Pavel Czerný
8d19f067fd
M #-: Fix occasional crash on exit ( #1242 )
release-6.0.0.2
2021-05-21 23:29:46 +02:00
Tino Vazquez
8348f361ad
B #5409 : Add check to avoid changing disks
...
in vCenter VMs if they have snapshots
2021-05-21 16:54:51 +02:00
Frederick Borges
4fc6623a64
B #5408 : Fix available remote connections ( #1241 )
2021-05-21 16:54:50 +02:00
Alejandro Huertas Herrero
0cd48a7aff
M #-: add SSH options to onevm ssh ( #1239 )
...
(cherry picked from commit 014d12524147f07f2f0c24fe657c893da933edc5)
2021-05-21 16:54:50 +02:00
Ricardo Diaz
147b7f8b32
M #-: onevm ssh returns exitstatus ( #1238 )
...
Signed-off-by: Ricardo Diaz <rdiaz@opennebula.io>
(cherry picked from commit 24ca6db51c0407b6fecface5d03ff22e1a660e0b)
2021-05-20 18:17:56 +02:00
Ricardo Diaz
0c170ea135
M #-: nodeport post needs deactivate ( #1237 )
...
When resuming a VM powered-off from guest OS (and it is monitored as
powered-off by the OpenNebula monitor), it fails because 'ip route add'
fails when an already existing route is configured. If 'ip route add' is
changed by 'ip route replace' (idempotent) the problem is solved;
however, duplicated iptables rules are added. Therefore, to have this
working for all scenarios a deactivate is called on driver to clean the
VM route and the all the iptables rules previos to the call to activate.
Signed-off-by: Ricardo Diaz <rdiaz@opennebula.io>
(cherry picked from commit cc2ae9ef7bb54b30a9480dd4f56cd7d59286af03)
2021-05-20 18:17:56 +02:00
Ruben S. Montero
6a5eaaaa3e
M #-: Revert oned.conf changes
2021-05-19 17:49:05 +02:00
Alejandro Huertas Herrero
667f94cd67
F #5387 : change Vultr API dir ( #1236 )
...
(cherry picked from commit 7078b8d298e2b2c03710fccd9b55ad9af989dff5)
2021-05-19 17:00:18 +02:00
Sergio Betanzos
e27d09c4dd
F OpenNebula/one#5387: Support vultr into fireedge ( #1234 )
...
(cherry picked from commit 2b7cb80f75879aab73692f0cdbb18fc67f9a53bd)
2021-05-19 17:00:18 +02:00
Sergio Betanzos
e751778274
F OpenNebula/one#5272: Add fireedge images ( #1233 )
...
(cherry picked from commit 6f5f4caa6a524f272177fa954173d726a188e7b5)
2021-05-19 17:00:18 +02:00
Jorge Miguel Lobo Escalona
1920cd8e84
B #5405 : Redirect delete flow ( #1232 )
...
Co-authored-by: Jorge Lobo <jlobo@opennebula.systems>
2021-05-19 17:00:18 +02:00
Jorge Miguel Lobo Escalona
0c82763a2d
B #~: fix login with ruby version <= 2.0.0 ( #1230 )
...
Co-authored-by: Jorge Lobo <jlobo@opennebula.systems>
2021-05-19 17:00:17 +02:00
Alejandro Huertas Herrero
d16dc52da3
F #5387 : add Vultr support into OneProvision ( #1229 )
...
(cherry picked from commit 7927c95553c4c696baa8a6f987bfe813a4a0a68e)
2021-05-19 17:00:17 +02:00
Ruben S. Montero
dcceb7f608
M #-: Fix SG for nodeport network driver
2021-05-19 17:00:17 +02:00
Frederick Borges
434ddb8ea3
M#~: Use toggle instead if ( #1228 )
2021-05-19 17:00:17 +02:00
Frederick Borges
2abce1df5f
B #5402 : Hide Remote connection button when vm not running ( #1227 )
2021-05-19 17:00:17 +02:00
Frederick Borges
6f95bdc168
B #5402 : Fix Cloud View Remote connection options ( #1226 )
2021-05-19 17:00:17 +02:00
Frederick Borges
427a1a3f81
B OpenNebula/one#5403: Fix remote connection url issue ( #1225 )
2021-05-19 17:00:17 +02:00
Jan Orel
a48c116775
M #-: Let oned.aug parse space leading comment ( #1209 )
...
(cherry picked from commit ed5e3b0dc15c6bb9d579ed700d3e26851e9f8781)
2021-05-18 19:20:05 +02:00
Kristian Feldsam
06247d1098
B #5301 : docker-machine enhancements ( #5303 )
...
- fixed issue with resume vm in pending state
- enhanced GetIP method to minimize API call
- GetURL return address only if machine is running
- code cleanup
Signed-off-by: Kristian Feldsam <feldsam@gmail.com>
(cherry picked from commit e36b900111c2f4caaa6d2d0988f237311c665df8)
(cherry picked from commit 5099aaedba857fa436527a026b3f3bf95a2b9829)
2021-05-18 19:20:05 +02:00
Pavel Czerný
0f110b2a36
B #5400 : Fix PoolSQL::exist ( #1224 )
2021-05-18 19:20:05 +02:00
Sergio Betanzos
fd03c0b5ed
M #~: Fix ssh checkbox when instantiate template ( #1223 )
...
(cherry picked from commit bbc8bb1bab9c82d185ba9d90e087e677f0ee3430)
2021-05-18 19:20:05 +02:00
Jan Orel
c0626ea047
M #-: Add missing source for libfs ( #1222 )
...
(cherry picked from commit c5874b73cc15ac4ba670ff870747a63ab44edd13)
2021-05-18 19:20:05 +02:00
Pavel Czerný
e555025cc2
B #5400 : Fix PoolSQL::exist for PostgreSQL ( #1219 )
2021-05-18 19:20:05 +02:00
Tino Vazquez
5b0d816f1a
B #5368 : Add snapshot and metadata earlier check
...
Wild VMs won't be imported and left for delete-db action
if they have snapshosts and not disk metadata
2021-05-18 19:20:05 +02:00
Tino Vazquez
82fd8177ba
L #-: Disable new rubocop checks
...
Lint vCenter related files
2021-05-18 19:20:04 +02:00
Pavel Czerný
80acd5c5a2
B #5394 : Fix monitoring SYNC_STATE ( #1213 )
2021-05-18 19:20:04 +02:00
Jorge Miguel Lobo Escalona
a77ce0cb82
B #~: fix error redirect delete services ( #1215 )
...
Signed-off-by: Jorge Lobo <jlobo@opennebula.io>
(cherry picked from commit 5d9d3ec9c8ca7be3293ed1a15e218b92d1acf1f6)
2021-05-18 19:20:04 +02:00
Ricardo Diaz
ae7163c640
B #-: neigh does not match sudo ( #1214 )
...
Signed-off-by: Ricardo Diaz <rdiaz@opennebula.io>
2021-05-18 19:20:04 +02:00
Tino Vazquez
f45afe4e2e
M #-: Correct OpenNebula spelling
2021-05-18 19:20:04 +02:00
Jorge Miguel Lobo Escalona
7d457ee26b
B #~: fix update template vcenter contextualization ( #1212 )
...
Signed-off-by: Jorge Lobo <jlobo@opennebula.io>
2021-05-18 19:20:04 +02:00
Alejandro Huertas Herrero
5c3aeafd6b
M #-: fix minor bug in onecluster helper ( #1211 )
...
(cherry picked from commit a94abe5eac92d3a5e8e2dfd180baf1f365583461)
2021-05-18 19:20:04 +02:00
Tino Vazquez
29a31d5ab9
M #-: Add period for readibility
2021-05-18 19:20:04 +02:00
Sergio Betanzos
ac76d351d6
M ~: Fix styles when ips are a long text ( #1210 )
...
(cherry picked from commit 15a5c1e76de698b24634c4dbee9d3b191bde9026)
2021-05-18 19:20:03 +02:00
Ruben S. Montero
7825dec1f4
M #-; Fix DO Playbook
2021-05-18 19:20:03 +02:00
Frederick Borges
befc7a95c2
F #~: External IP always first ( #1208 )
2021-05-18 19:20:03 +02:00
Sergio Betanzos
3c5f366eac
M ~: Fix typo ( #1207 )
...
(cherry picked from commit 29c623f044b178a663ad2c38662bf044bb3cbd4d)
2021-05-18 19:20:03 +02:00
Pavel Czerný
69f7b4d1f7
B #5289 : Better update of sched_message ( #1205 )
...
Updating whole user_template may cause lost of data due to race
conditions. It's better to send update only for modified attribute, in
this case only SCHED_MESSAGE
2021-05-18 19:20:03 +02:00
Carlos J. Herrera
f18fec70c4
F #~: improve import network time ( #1204 )
...
Signed-off-by: Carlos Herrera <cherrera@opennebula.io>
(cherry picked from commit 474369832a8cba4828482a13ce112d110c7668e0)
2021-05-18 19:20:03 +02:00
Ruben S. Montero
d6f93fdf4b
M #-: Fix typo
2021-05-18 19:20:03 +02:00
Ruben S. Montero
51510d0a5a
M #-: Improve onetemplate description
...
(cherry picked from commit a59e2d2c61d6c6bf495964768882a24f4aa6dd5c)
2021-05-18 19:20:03 +02:00
Alejandro Huertas Herrero
6eb2378ffd
M #-: fix minor bug in AWS provider ( #1203 )
...
(cherry picked from commit 47d3ebf387c3d192dd05b20f941923f31bb85cab)
2021-05-18 19:20:02 +02:00
Ricardo Diaz
3fe9c39e7a
M #-: list to_h not supported by Centos 7 ( #1201 )
...
(cherry picked from commit ab6dff85e00a10d4122c70d6c54a9595f6587eec)
2021-05-18 19:20:02 +02:00
Pavel Czerný
336574772b
B #5386 : Fix disk persistency for template clone ( #1200 )
2021-05-18 19:20:02 +02:00
Vlastimil Holer
ce863dbd91
B #5379 : Disable warnings on load of rubygems ( #1199 )
2021-05-18 19:20:02 +02:00
Frederick Borges
675663428e
F #5389 : Select vCenter Template when importing images ( #1198 )
2021-05-18 19:20:02 +02:00
Jorge Miguel Lobo Escalona
4d6cd4bc61
F #5380 : reuse time of one token ( #1196 )
...
Co-authored-by: Jorge Lobo <jlobo@opennebula.systems>
2021-05-18 19:20:02 +02:00