1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-26 06:50:09 +03:00

1047 Commits

Author SHA1 Message Date
Ruben S. Montero
48289e2b29 Revert "Revert "F #5241: Updated install.sh (#568)""
This reverts commit 70ce299caae6abc9580ca7d13fcd8ae62c1032a6.
2018-01-19 13:24:16 +01:00
Ruben S. Montero
d86e27b4f0
B #1588: Separate remote scripts configuration (#1667) 2018-01-18 12:27:38 +01:00
Ruben S. Montero
c911ffdc8c Feature 756 (#1664)
* F #756: Add support for CPU_MODEL.
  - new kvm monitor probe to gather model and machine types from hosts
  - generate cpu element in deployment file

* F #756: Added machine-models to install.sh

* F #756: Rename 'OS Booting' to 'OS & CPU'

* F #756: Rename 'libvirt machine' to 'machine type'

* F #756: Change 'machine type' to a drop-down

* F #756: KVM IM machines probe prioritize kvm/kqemu/qemu domain types

* F #756: Added CPU Model section
2018-01-18 10:42:58 +01:00
Sergio Semedi Barranco
b714116f64 F #1371: vcenter vm cluster migration (#1643)
* F #1371: vm migrate to host accomplished

* F #1371: vm migration works with DRS, added file to install.sh
2018-01-10 13:29:26 +01:00
Vlastimil Holer
a4c0447ccf Bump year to 2018 (#1623) 2018-01-02 18:27:37 +01:00
Ruben S. Montero
70ce299caa Revert "F #5241: Updated install.sh (#568)"
This reverts commit a45f7075522c419ae45d35a42381c938cc2a73e0.
2017-11-13 15:27:42 +01:00
Ruben S. Montero
0f48c85d6d Revert "Execution permissions for install.sh"
This reverts commit 4a5949a4ed1805bf6f04651ddab567a191c16163.
2017-11-13 15:27:36 +01:00
Jaime Melis
4a5949a4ed Execution permissions for install.sh
The permissions was accidentally removed in:
a45f7075522c419ae45d35a42381c938cc2a73e0
2017-11-13 12:23:27 +01:00
Abel Coronado
a45f707552 F #5241: Updated install.sh (#568) 2017-11-13 11:35:00 +01:00
Javi Fontan
b839dad36c Bump version to 5.5.80
Also add the migrator to 5.4.1
2017-09-11 14:47:04 +02:00
Sergio Semedi Barranco
d3a7fd2713 F #5189 azure migrator (#449) 2017-09-05 14:32:45 +02:00
Javi Fontan
f93e2be001 Bump version to 5.4.0 2017-07-17 13:24:09 +02:00
Javi Fontan
8aba93124a Delete import slave from onedb 2017-07-13 15:30:01 +02:00
Javi Fontan
45bfe9aa30 F #4937: add live actions to onedb
* purge-history
* purge-done
* change-body

Some helper functions are also added to onedb_live.rb file.
2017-07-05 16:21:15 +02:00
mcabrerizo
00b7d8607a F #5207: vCenter disks can be resized when VM in poweroff 2017-06-28 14:43:38 +02:00
mcabrerizo
e01faaadd6 Create vcenter directory and allocate vcenter hooks in install.sh 2017-06-26 08:05:50 +02:00
Tino Vazquez
f13c6bbe1b Change location of vcenter hooks 2017-06-23 17:32:33 +02:00
Jaime Melis
3224a504e4 F #4809: Cleanup VIP if oned dies 2017-06-22 17:47:42 -04:00
semedi
848c967270 ec2 migrator done, new oca utils file 2017-06-21 15:14:25 +02:00
Vlastimil Holer
ac248360a6 Install ESX packages for VNC firewall config. into $SHARE_LOCATION (#335) 2017-06-12 12:50:06 +02:00
mcabrerizo
b112cad731 F #4913: New vCenter hooks for enhanced networks create/delete 2017-06-11 19:37:52 +02:00
Javi Fontan
1c72134d9c Bump version of shared database to 5.3.80 2017-06-02 18:16:24 +02:00
Jaime Melis
9d763ef628 F #4809: Fully working vip hooks 2017-05-29 18:24:25 +02:00
Javi Fontan
8de979e42c Bump version 5.3.80 2017-05-25 16:07:35 +02:00
Ruben S. Montero
db9f9dedca Merge branch 'feature-4809' 2017-05-25 10:44:39 +02:00
Jaime Melis
680d49a23d F #4809: Add RAFT hooks 2017-05-18 16:41:18 +02:00
Jaime Melis
94052286ed F #4809: Move the FT hooks to its own folder 2017-05-18 16:40:52 +02:00
mcabrerizo
27badc8dae F #4913: Add vcenter migration option to onedb tool 2017-05-16 10:21:54 +02:00
Javi Fontan
38cb96edcd F #4937: Change schema code to database backend 2017-05-12 11:49:53 +02:00
Javi Fontan
5be92e323d F #4937: reorganize fsck code
This contains all these changes

* Use IMAGE_STATES array from OCA
* Including OpenNebula breaks fsck
* Extract check_pool_control and check_users_groups
* Extract check_clusters
* Extract check_datastores
* Move schema definitions to a hash
* Move counter initialization to its own methods
* Add comments to sections

To see them use:

    grep -E '(DATA|FIX|TODO):' fsck.rb

* More fsck comments
* Move image checks to its own file
* Move marketplace/app checks to it's own file
* Take out do_ prefix from functions
* Move pool_control checks
* Move user and group checks
* Split check_clusters to external functions

There are still functions that regenerate the whole table. This should
be fixed later. Look for functions called check_fix_*.

Look also for use of REXML instead of Nokogiri. This can be found
searching for "Document.new".

Some searches are done using plain SQL statements. These can be
changed to sequel functions.

* Split check_datastores
* Move VM checks
* Move cluster_vnc_bitmap checks
* Move history check
* Move vrouter check
* Move host checks
* Move network checks
* Move quota checks
* Move template checks
* Reorganize quota check code
* Calculate quota for datastores with target SELF
* Add fsck directory to install.sh
* Bug in fsck quota code
2017-05-12 11:45:34 +02:00
mcabrerizo
9d207be128 F #4913: Add vmm prereconfigure action to install.sh 2017-04-26 11:24:42 +02:00
mcabrerizo
ac5211a42d F #4913: Add vcenter_driver defaults file 2017-04-26 08:58:25 +02:00
mcabrerizo
af40b13443 F #4913: Modify install.sh to add vcenter VNM driver files 2017-03-30 12:14:49 +02:00
Jaime Melis
aa639970ff F #4913: Merge branch 'master' into feature-4913 2017-03-21 18:21:08 +01:00
Javi Fontan
d119f8cb13 F #2347: add onevmgroup man page 2017-03-10 11:13:09 +01:00
Jaime Melis
ced4d2748e F #4913: Fix some install files 2017-03-07 12:40:54 +01:00
mcabrerizo
347968ad3d F #4913: Migrate import tools 2017-03-01 08:26:01 +01:00
Jaime Melis
6d00ad5a90 F #4913: Install new vcenter driver 2017-02-22 16:17:56 +01:00
juanmont
9e0db5fd5a Feature 2347 (#192)
* F #2347 changed install.sh file for add the new JSON

* F #2347 Added a new JSON file for the new tab VMGroup

* F #2347 added a new file and folder for the new tab VMGroup

* F #2347 changed name to vm_group

* F #2347

* F #2347

* F #2347 removed roles tab in fill function, for update

* F #2347 Finalized vm_group tab

* F #2347 removed test file and changed role tab hbs

(cherry picked from commit 882f1bc778e23b69b815e2f866c739d3941fc571)
2017-02-21 09:44:53 +01:00
Ruben S. Montero
17749cb5e7 F #2347: Allocate, delete and info API calls for the VMGroup 2017-01-03 01:22:10 +01:00
Ruben S. Montero
d9bd4cc702 Merge branch 'feature-4393' 2016-12-23 11:13:37 +01:00
Ruben S. Montero
7b2e4cef98 Upgrade local DB version to 5.3.80 (5.4.0 beta1) 2016-11-25 13:53:05 +01:00
Javi Fontan
b6e62cc10e F #4393: add resize placeholders for tm and vmm 2016-11-24 18:03:42 +01:00
Tino Vazquez
18185a9212 Add delete_poweroff_vms to install.sh 2016-11-24 15:49:54 +01:00
Javi Fontan
53413e0c29 F #4393: add tm/{qcow2/shared/ssh}/resize 2016-11-23 19:45:40 +01:00
Javi Fontan
3ebdc8d8f4 F #4393: add vmm/kvm/resize_disk 2016-11-23 19:41:19 +01:00
Ruben S. Montero
08381a000b Merge branch 'feature-4901' 2016-11-16 15:06:18 +01:00
mcabrerizo
bb1ae39f4e F5484 Enhance StorageDRS allowing VM deployment 2016-11-15 14:20:41 +01:00
Ruben S. Montero
08d88e0119 F #4901: Updates MEM & CPU when RESERVED_ attributes are updated. Adds TOTAL_CPU
and TOTAL_MEM shares to store raw monitoring cpu/mem metrics. Adds
migrator and increases local DB version number.
2016-11-12 21:18:25 +01:00
Carlos Martín
7323fa0c6b F #4714: Add onedb migrator 2016-10-06 15:21:37 +02:00