mcabrerizo
1419c96696
F #4913 : Add vcenter net hooks to oned.conf
2017-06-12 17:58:47 +02:00
mcabrerizo
bba849991a
F #4913 : Add VCENTER_SWITCH_NPORTS as VNET_INHERIT_ATTR
2017-06-11 18:55:45 +02:00
Javi Fontan
8de979e42c
Bump version 5.3.80
2017-05-25 16:07:35 +02:00
mcabrerizo
eff3fedbac
F #4913 : Update vcenter INHERIT and REQUIRED attrs in oned.conf
2017-04-26 09:00:26 +02:00
mcabrerizo
39fc6e110c
F #4913 : Add support for VM folder selection F#4823. Replace DEPLOY_FOLDER with VCENTER_VM_FOLDER
2017-04-03 17:06:04 +02:00
Jaime Melis
aa639970ff
F #4913 : Merge branch 'master' into feature-4913
2017-03-21 18:21:08 +01:00
mcabrerizo
db141b0769
F #4913 : Add VCENTER_ to some vcenter specific attributes. Replace deprecated toolsVersionStatus
2017-03-06 09:18:38 +01:00
mcabrerizo
d58204a287
F #4913 : Replace remnants of VCENTER_CLUSTER with VCENTER_ONE_HOST_ID
2017-03-03 13:32:01 +01:00
Ruben S. Montero
18ac74076a
F #2347 , #5004 : Update xsd's
2017-03-01 17:42:17 +01:00
Ruben S. Montero
0f7e642516
F #5005 : Add user ids and action request id to history records. Removed
...
uneeded reason history entry. Updated cli
2017-02-10 14:19:55 +01:00
Miguel Cabrerizo
f904fdd103
Feature 4823 ( #185 )
...
* F#2921 Fix DISKIO info. Accumulate values and ignore negative values for vCenter
* F#4823 Add option to specify vCenter VM folder
2017-01-20 12:41:08 +01:00
Carlos Martín
7b6a979546
update xsd files
2016-09-13 16:06:35 +02:00
Carlos Martín
5bfc6d8468
xsd files for vrouter, market, marketapp.
2016-05-30 13:24:02 +02:00
Carlos Martín
e40fa8eedb
Update xsd files
2016-05-27 12:40:04 +02:00
Carlos Martín
37e16b98b7
Update VM states diagram
2016-05-26 18:42:44 +02:00
Carlos Martín
23fb6fa4ec
Update states-simple.dot
2016-05-25 12:14:52 +02:00
Carlos Martín
af20cee446
Add locked-used state to image state diagrams
2016-05-11 17:22:42 +02:00
Javi Fontan
e1f6dee180
Update copyright notice year
2016-05-04 12:33:23 +02:00
Ruben S. Montero
d0fb1f1cb3
feature #4316 : BASE_PATH of datastores is built from DATASTORE_LOCATION
2016-04-17 00:00:14 +02:00
Carlos Martín
0ae80a18c9
development: Update xsd files
2016-04-15 12:11:18 +02:00
Ruben S. Montero
29df8e2352
feature #4403 : Add new offline action to Sunstone
2016-04-12 11:10:36 +02:00
Ruben S. Montero
3c389f3270
development: Homogenous VM_MAD/TM_MAD (vs VMMMAD/TMMAD) name. oned does
...
not store DS_LOCATION, single get_system_dir() function
2016-04-10 22:39:21 +02:00
Ruben S. Montero
9552ccfbd6
feature #3848 : Fix host creation form
2016-04-07 13:06:44 +02:00
Jaime Melis
adeff7a751
Remove VMware drivers
2016-04-07 11:19:33 +02:00
Jaime Melis
0766d6a872
Merge branch 'master' into remove-xen
2016-04-06 18:20:47 +02:00
Jaime Melis
df0065c9de
remove xen from the code (except from Sunstone)
2016-04-06 12:11:23 +02:00
Ruben S. Montero
784a4fc960
feature #2980 : VNC port tracking. Includes a VNC bitmap for each cluster to
...
track the ports in use in the cluster and avoid port collision. VNC ports are
assigned when the VM is deployed and released when the VM is stopped, undeployed
or done.
Includes the following:
- 9da66150dc0e3dc2731518d8a215f9598696a999
- 4c35a9fcccf70cbe87d2947403ea815967e7b605
- ccfccb6d2fc40aa1c07eb994f37b8da4fb479082
- b1b64e61a39f4452c7ba00e581de42888e0e84a5
- d474ee4db9ed520bcae743d510be35b25ea988ed
- dacb61b1402da2ec309b6e79bdd285d0d11de84f
2016-04-05 12:56:34 +02:00
Ruben S. Montero
9af43a6916
feature #3848 #3707 : Remove VLAN from onevnet command and core
2016-03-29 15:09:39 +02:00
Carlos Martín
34f331a187
Feature #4369 : Add multiple clusters to onedb upgrade & fsck
2016-03-17 17:58:20 +01:00
Carlos Martín
10cbac2d54
Feature #4217 : Move cloning MP Apps IDs to a new image collection attribute
2016-03-04 16:31:10 +01:00
Anton Todorov
f9375eccab
improve rescue of VM when node fail is detected
...
* Introduce new LCM states PROLOG_MIGRATE_UNKNOWN and PROLOG_MIGRATE_UNKNOWN_FAILURE
* Change VM migrate logic for when state is ACTIVE and lcm_state is UNKNOWN to
call TM's PROLOG_MIGR action before VMM's BOOT
All core TM drivers that are not empty are skipping disks so there is no impact on
the default behaviour
The datastore addon drivers that implement access to raw block devices should check
if the LCM_STATE == 60 (PROLOG_MIGRATE_UNKNOWN) and to remove block device access
from the failed node and provide access to the current node.
There is a simple script function added to get LCM_STATE that can be used as follow
```bash
LCM_STATE=$(lcm_state)
if [ "$LCM_STATE" = "60" ]
fi
```
(cherry picked from commit 676f36e0aa
)
2016-03-03 23:59:53 +01:00
Carlos Martín
efb59a92ba
Bug #4045 : Update states reference link in vm xsd
...
(cherry picked from commit 2bc5032504
)
2015-11-19 16:18:27 +01:00
Carlos Martín
b57d35f42a
Bug #4077 : Remove include from user_pool.xsd
...
(cherry picked from commit 1f08b4bf06
)
2015-10-29 11:08:37 +01:00
Jaime Melis
e20fb5c4c4
Fix copyright in banners
2015-09-23 16:51:10 +02:00
Carlos Martín
fe479a30c5
Feature #3028 : Update host xsd with pci_devices
2015-09-02 11:27:17 +02:00
Ruben S. Montero
6fb47ac1be
Merge branch 'feature-1727'
2015-07-29 12:33:57 +02:00
Carlos Martín
e0cee6b08b
Update XSD files
2015-07-27 13:29:09 +02:00
Carlos Martín
6e3e25ff59
Feature #1727 : Rename VOLATILE_SIZE quota to SYSTEM_DISK_SIZE
2015-07-21 11:10:57 +02:00
Carlos Martín
8a6bc86fb1
Feature #3782 : Add new history reasons to xsd and sunstone
2015-07-15 11:39:16 +02:00
Carlos Martín
3c3050b10c
Feature #3782 : Add disk-snapshot commands to states-complete.dot
2015-07-07 18:46:06 +02:00
Ruben S. Montero
6ca1ff4b6e
feature #3782 : Delete snapshots in RUNNING. Added new states for disk
...
snapshots in running
2015-06-30 20:45:43 +02:00
Ruben S. Montero
803592d43b
feature #3782 : Snapshots in SUSPENDED state + dummy changed to exit 0
2015-06-25 15:36:22 +02:00
Ruben S. Montero
3e6159f70f
feature #3781 : DISK_VIRTUAL/ACTUAL_SIZE first class element in VM
...
template
2015-06-20 00:42:20 +02:00
Ruben S. Montero
83ac6188de
feature #3782 : New state to delete snapshots. Delete action OCA (Ruby),
...
core and CLI
2015-05-27 16:29:41 +02:00
Ruben S. Montero
a5c04b47e6
feature #3782 : Re-design of revert operation. New action for drivers, and new state.
2015-05-26 11:24:34 +02:00
Ruben S. Montero
e306680729
feature #3782 : Add DISK_SNAPSHOT_POWEROFF state
2015-05-20 00:21:26 +02:00
Ruben S. Montero
4d50231681
feature #3654 : PROLOG_RESUME_FAILURE & PROLOG_UNDEPLOY_FAILURE states
2015-05-08 13:47:48 +02:00
Ruben S. Montero
5c0cd43d42
feature #3654 : Update states diagram
2015-04-28 11:51:26 +02:00
Ruben S. Montero
a03e3054e5
feature #3654 : Add BOOT_UNDEPLOY_FAILURE and BOOT_STOPPED_FAILURE. Get rid of map<string, string> empty declarations.
2015-04-28 11:44:56 +02:00
Carlos Martín
f919242634
Feature #3654 : Remove boot action from oca, cli & sunstone
2015-04-27 16:38:05 +02:00