1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-01-08 21:17:43 +03:00
Commit Graph

376 Commits

Author SHA1 Message Date
Ruben S. Montero
0c03f3ee20 bug: fix marketplace issues 2016-04-12 23:21:38 +02:00
Ruben S. Montero
29df8e2352 feature #4403: Add new offline action to Sunstone 2016-04-12 11:10:36 +02:00
Jaime Melis
adeff7a751 Remove VMware drivers 2016-04-07 11:19:33 +02:00
Ruben S. Montero
7816a7912b Merge branch 'bug-4376' into remove-xen 2016-04-06 18:23:56 +02:00
Jaime Melis
0766d6a872 Merge branch 'master' into remove-xen 2016-04-06 18:20:47 +02:00
Ruben S. Montero
8970665d46 bug-4376: Adds vlan bitmap to handle collition and reservation.
OpenNebula now generates the vlan_id instead of the drivers
2016-04-06 18:07:56 +02:00
Carlos Martín
1887727dd4 Feature #4217: Check if DS supports export to market action in Sunstone 2016-04-06 15:28:05 +02:00
Jaime Melis
df0065c9de remove xen from the code (except from Sunstone) 2016-04-06 12:11:23 +02:00
Ruben S. Montero
25169d4977 feature #2980: Add comment to oned.conf 2016-04-05 16:27:02 +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
Tino Vazquez
1623570d92 Remove vCenter as System DS 2016-03-30 15:43:55 +02:00
Ruben S. Montero
0e215381e6 Moved TM_MAD_CONF for vcenter to its section 2016-03-29 15:09:39 +02:00
Ruben S. Montero
9af43a6916 feature #3848 #3707: Remove VLAN from onevnet command and core 2016-03-29 15:09:39 +02:00
goberle
9de771ea31 Feature #3848: Virtual networks should have an associated networking driver.
(cherry picked from commit 7e90463693)

This cherry still needs to merge files from original contribution by       goberle <goberle@unistra.fr>:
  - src/sunstone/public/app/tabs/vnets-tab/form-panels/wizard.hbs
2016-03-28 12:38:45 +02:00
Ruben S. Montero
c6076a173a bug #3390: Reimplements the xmlrpc client using the complex one. Adds
TIMEOUT to client requests. This can be configured in sched.conf/oned.conf.
2016-03-24 02:07:04 +01:00
Ruben S. Montero
f581fae756 feature #4155: Remove :detach & :suspend strategies for disk snapshots
for VMs in ACTIVE-RUNNING. Also revert needs to be performed in
poweroff. DISK_SNAPSHOT_REVERT state has been removed.
2016-03-22 23:07:35 +01:00
Carlos Martín
82892ad70f Merge remote-tracking branch 'origin/master' into feature-4369 2016-03-17 18:22:51 +01:00
Carlos Martín
b715c4f773 Feature #4369: Remove datastore_location setting by cluster 2016-03-16 13:07:10 +01:00
Javi Fontan
ba7ffbb543 Merge branch 'feature-4186' 2016-03-08 17:34:48 +01:00
Ruben S. Montero
7ca1036683 feature #4097: Use glibc to log thourgh syslog, removes log4cpp
dependency
2016-03-02 17:08:06 +01:00
Ruben S. Montero
a4dc856406 feature #4215: Remove public Marketplaces, even if they have images.
Associated apps are also removed.
2016-02-29 18:31:24 +01:00
Carlos Martín
7693ae7af5 Feature #4317: Support user_inputs in vm resize dialog 2016-02-17 18:50:16 +01:00
Jaime Melis
f5737b8944 Feature #4217: Fix supported marketapp actions checking 2016-02-10 18:16:59 +01:00
Tino Vazquez
006ba41c62 feature #4186: Merge branch 'feature-4217' into feature-4186
Marketplace branch into vcenter storage
2016-02-10 12:25:28 +01:00
Jaime Melis
a04861703d Feature #4217: Minor typo in oned.conf 2016-02-10 09:58:01 +01:00
Ruben S. Montero
c53425c0ed feature #4217: Generic class for supported actions, used in
VirtualRouter, VirtualMachine & MarketPlace. Simplify enum names for
MarketPlaceApps
2016-02-09 16:34:25 +01:00
Jaime Melis
07fb60dd83 Feature #4217: Bootstrap the OpenNebula Systems Marketplace 2016-02-03 21:50:20 +01:00
Jaime Melis
a85da12036 Feature #4217: Define required attrs for Market templates 2016-02-03 16:03:22 +01:00
Ruben S. Montero
49575e163a Merge branch 'master' into feature-4217 2016-02-02 14:50:46 +01:00
Ruben S. Montero
b01e2336c5 Merge branch 'feature-4215' into feature-4217 2016-02-02 14:17:20 +01:00
Tino Vazquez
6be46a6bfa feature #4186: Remove attached disks from VM before shutdown/cancel 2016-01-19 17:38:07 +01:00
Tino Vazquez
c08f6e5b80 feature #4186: Add vcenter image ds driver 2016-01-11 11:21:24 +01:00
Tino Vazquez
893bec936e feature-#4186: Add vcenter DS to oned.conf 2016-01-08 15:46:48 +01:00
Tino Vazquez
24e1c46186 feature #4186: Merge branch 'master' into feature-4186 2016-01-08 13:21:20 +01:00
Tino Vazquez
a931ec36bd feature #4186: Add vCenter TM 2016-01-08 13:18:22 +01:00
Carlos Martín
19a58bfbae Feature #4215: Add support for VROUTER_HOOKS 2016-01-08 11:38:29 +01:00
Tino Vazquez
5873a8bc64 feature #4186: Remove space in oned.conf preventing correct argument passing to one_datastore 2016-01-07 17:55:20 +01:00
Tino Vazquez
836adaa292 feature #4186: Add vcenter tm and ds to oned.conf 2016-01-07 17:19:26 +01:00
Jaime Melis
dc7776e911 Feature #4238: Read the DS_MAD_CONF in Sunstone and manage persisent
images and datastore required attributes correctly
2016-01-05 18:34:17 +01:00
Ruben S. Montero
49b9de94f5 feature #4217: Monitor external marketplaces. Import functionality for
existing apps. Drivers for OpenNebula public marketplace
2015-12-28 01:08:33 +01:00
Jaime Melis
d7b8aa1cd3 Feature #4238: Datastores can now be PERSISTENT_ONLY 2015-12-22 14:06:12 +01:00
Jaime Melis
5db705deae Feature #4238: Add DS_MAD_CONF attributes to handle
mandatory attributes in Datastore templates
2015-12-21 19:27:26 +01:00
Jaime Melis
5d1262ca66 Feature #4238: Short-hand method to register single
attribute parameters
2015-12-18 16:22:53 +01:00
Ruben S. Montero
125e485e04 feature #4217: First version of import/datastore plugins. Star
marketplace manager and load driver
2015-12-17 12:39:27 +01:00
Jaime Melis
431a9d3bc6 Feature #4238: Add support in the Core for the iSCSI Datastore 2015-12-15 11:23:25 +01:00
Ruben S. Montero
57ca5f414b bug #4164: Moved imported_vm_action logic to the driver class. Add
defaults for well-known drivers
2015-11-20 15:45:20 +01:00
Carlos Martín
6595df3b01 Bug #4164: Remove poweroff action for kvm & xen imported VMs
(cherry picked from commit d369908da2)
2015-11-18 13:17:09 +01:00
Ruben S. Montero
ee89a2185a feature #3987: Monitor system datastores through the front-end +
BRIDGE_LIST. Add monitor scripts for shared, ceph. Distributed system DS
as ssh monitored through probes.
2015-11-04 18:42:40 +01:00
Ruben S. Montero
117a3df0c7 feature #3987: Define DS_MIGRATE for TM_MAD_CONF. Do not allow System DS
migrations for TM_MAD with ds_migrate="no"
2015-10-29 00:57:43 +01:00
Jaime Melis
92836842b0 Feature #3987: First batch of actions 2015-10-23 14:13:08 +02:00
Jaime Melis
df899199c6 Merge branch 'feature-3362' into one-4.14 2015-10-16 11:42:31 +02:00
Jaime Melis
0a5d7f3ffd feature #3362: Add configuration option for ceph: CEPH_CONF 2015-10-15 17:44:39 +02:00
Ruben S. Montero
4c523c716c feature #3362: Update Ceph DS & TM drivers with clone optimization 2015-10-08 17:30:42 +02:00
Jaime Melis
e20fb5c4c4 Fix copyright in banners 2015-09-23 16:51:10 +02:00
Ruben S. Montero
8e8da32686 feature #3028: Make PCI restricted attribute for VMs 2015-09-01 21:42:14 +02:00
Jaime Melis
a4b60a16e9 Feature #3782: disable default live disk snapshot 2015-08-14 12:33:23 +02:00
Jaime Melis
3ba03db8e8 Feature #3782: make 'suspend' the default disk snapshot technique 2015-08-13 15:38:10 +02:00
Jaime Melis
887f698d0f Merge branch 'merge-virsh' 2015-08-13 15:37:06 +02:00
Jaime Melis
40086e5c8e Feature #3782: Refactor and separate snap_create into two:
snap_create and snap_create_live
2015-08-13 15:19:00 +02:00
Carlos Martín
de73086981 Feature #1727: Add DISK/ORIGINAL_SIZE to restricted attributes 2015-08-04 11:11:22 +02:00
Ruben S. Montero
5e2d06401f feature #3718: Add DISK on oned.conf comment. DISK_COST is now a restricted
attribute
2015-07-09 14:07:01 +02:00
Ruben S. Montero
ae86849be6 feature #3782: Snapshots (create & revert operations) in running can be
performed either in a suspend/snap/restore cycle or in a detach/snap/attach one.
Allow to revert to the current snapshot
2015-07-08 17:58:00 +02:00
Justin Riley
659948917a add LISTEN_ADDRESS config for oned XMLRPC
(cherry picked from commit ad351b12c0)
2015-07-07 13:45:32 +02:00
Ruben S. Montero
872ef3af73 feature #3718: Add disk_cost, use disk_actual_size (needs to revisit) 2015-06-20 02:29:47 +02:00
Jaime Melis
4eb305b721 Feature #3650: Clarify documenation in oned.conf for DEFAULT_AUTH 2015-05-26 15:52:24 +02:00
Jaime Melis
aa43470233 Feature #3650: Specify the default auth driver in oned.conf 2015-05-26 15:11:49 +02:00
Ruben S. Montero
44ab9678a3 feature #3564: Remove FAILED and FAILURE states 2015-04-21 14:00:52 +02:00
Jaime Melis
0e8b5a6826 Feature #3601: Set Maximum Transmission Unit in 802.1q drivers 2015-03-20 17:43:05 +01:00
Jaime Melis
8d00b74177 Change year to 2015 2015-02-24 12:27:59 +01:00
Javi Fontan
b3a77fe3da feature #3594: Change MESSAGE_SIZE description in oned.conf 2015-02-20 15:28:36 +01:00
Carlos Martín
2706e3f546 Feature #3458: Add a default cost to oned.conf 2015-02-04 18:16:31 +01:00
Tino Vazquez
547bc6c8a5 Feature #i3307: Add attach/detach nic for vCenter VMs 2014-12-20 01:32:06 +01:00
Carlos Martín
77aaa332a9 Merge remote-tracking branch 'origin/master' into feature-3175
Conflicts:
	include/NebulaUtil.h
	install.sh
	src/common/NebulaUtil.cc
	src/onedb/local/4.9.80_to_4.11.80.rb
	src/sunstone/public/js/plugins/templates-tab.js
	src/sunstone/public/js/sunstone.js
2014-12-10 17:28:52 +01:00
Jaime Melis
84bfe1ed15 Feature #3175: Add FILTER_MAC_SPOOFING and FILTER_IP_SPOOFING to the
inherited attributes in oned.conf
2014-12-10 11:02:23 +01:00
Carlos Martín
7c515abc2b Feature #3264: Move cpu/memory cost to obj template. Make them restricted 2014-11-07 15:34:57 +01:00
Ruben S. Montero
cc1dc8cb70 Custom format string to log xml-rpc calls 2014-10-28 18:52:48 +01:00
Carlos Martín
02d6ded521 Bug #3228: Add a note in oned.conf about hooks in a federation 2014-10-22 12:03:29 +02:00
Jaime Melis
8442064b41 Feature #3156: Add support for BRIDGE_OVS in LibvirtDriverKVM and in the
ovswitch drivers.
2014-10-03 16:39:37 +02:00
Ruben S. Montero
c41ec419dd Merge branch 'feature-2911b' 2014-09-29 20:03:48 +02:00
Carlos Martín
58810f41ee Feature #3167: Make the restricted attributes apply only to reservations 2014-09-29 18:27:19 +02:00
Tino Vazquez
59492736c8 feature #2911: Add concurrency to vCenter driver 2014-09-29 11:11:43 +02:00
Tino Vazquez
33fd6274b0 Feature #2911: Add install.sh and oned.conf for vCenter 2014-09-19 13:17:27 +02:00
Carlos Martín
36f19c0dcf Feature #3167: Allow users to edit their VNet's AR, respecting restricted attributes 2014-09-04 13:38:11 +02:00
Carlos Martín
00cb00b0e8 Feature #3167: Allow users to edit their VNets, add vnet restricted attributes 2014-09-03 15:31:00 +02:00
Ruben S. Montero
17cf5167d4 feature #1639: UNKNOWN VMs migrate to BOOT state. Live migrations only for RUNNING VMs
(cherry picked from commit c794a0f62f47dcb1da4639e7a47757ffc426d5c4)
2014-08-24 12:07:55 +02:00
Carlos Martín
a445d02a50 Feature #1639: Change fault tolerance default options
(cherry picked from commit 908ef5f499a674019772b4a6fee17ef0c507e896)
(cherry picked from commit 03af607c7ded4abe9c51ffd07a285aab753e9bdb)
2014-08-24 12:07:40 +02:00
Carlos Martín
f0cff9d151 Feature #1639: fault tolerance hook rescheds VMs from unknown
(cherry picked from commit c5f0bc26366e93f528060b825ac4b8507cf6aef3)
(cherry picked from commit 674bacc122f61ea392e7420a83a0c2770630be16)
2014-08-24 12:07:40 +02:00
Javi Fontan
612b63c157 feature #2530: make io throttling attributes restricted
(cherry picked from commit bc612df553873af05b204e56eb33ad45c4faa9fb)

Conflicts:
	share/etc/oned.conf
2014-07-14 12:19:42 +02:00
Tino Vazquez
077dbac72c Merge of Azure branch
Merge branch 'feature-2989'

Conflicts:
	install.sh
	share/etc/oned.conf
	share/install_gems/install_gems
2014-07-11 15:23:31 +02:00
Tino Vazquez
f147945544 Merge of the SoftLayer branch
Merge branch 'feature-2959'
2014-07-11 15:14:52 +02:00
Carlos Martín
7e04a45478 Feature #3009: Add restricted attributes for NIC_DEFAULT 2014-07-10 17:01:19 +02:00
Ruben S. Montero
ccc47d6534 Ceph: better management of RBD_FORMAT parameter. Default is RBD_FORMAT 2 2014-07-08 18:52:31 +02:00
Ruben S. Montero
73f9fd80b2 feature #2970: Updated oned.conf for dev datastore and remove uneeded TM files 2014-06-27 17:17:02 +02:00
Tino Vazquez
e269f72bc7 Feature #2989: Initial commit MS Azure drivers 2014-06-19 17:03:18 +02:00
Javi Fontan
dbea483151 feature 2970: add new ds and tm drivers for devices 2014-06-17 19:31:53 +02:00
Tino Vazquez
0b243493da Initial commit of SoftLayer integration drivers 2014-06-05 15:19:54 +02:00
Carlos Martín
dfb1aebcd5 typo in oned.conf 2014-04-25 17:14:39 +02:00
Ruben S. Montero
00128ed6d1 Feature #2848: Add a configuration flag to enable individual VM monitoring 2014-04-24 16:41:46 +02:00
Ruben S. Montero
f01854f8d9 Merge branch 'master' of git.opennebula.org:one 2014-02-20 12:36:40 +01:00
Ruben S. Montero
d1a2b207f2 feature #2587: Added a DEFAULT_DEV_PREFIX for CD-ROM devices 2014-02-20 12:36:06 +01:00