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

1093 Commits

Author SHA1 Message Date
Tino Vazquez
1a4dbf8ec6
F #3951: Fix config.yml in install.sh 2020-09-07 15:53:10 +02:00
Tino Vazquez
d54fb6b20a Revert "F #2410: VM Autorefresh (#180)"
This reverts commit 40ad20451a.
2020-09-04 22:45:26 +02:00
Frederick Borges
40ad20451a
F #2410: VM Autorefresh (#180)
Signed-off-by: Frederick Borges <fborges@opennebula.io>
2020-09-04 10:33:13 +02:00
Jan Orel
737bb03694
B #4986: Update VM Template wizard for Azure (#123) 2020-07-28 14:59:13 +02:00
Sergio Betanzos
c3fcbcae55
F #2755: Add Guacamole Apache for remote access (#92) 2020-07-22 12:34:00 +02:00
Alejandro Huertas Herrero
472ee2bccf
F #4950: add JSON and YAML outputs (#63) 2020-07-14 17:42:30 +02:00
Sergio Betanzos
32544741a5
M #~: Add FireEdge to install.sh (#70) 2020-07-02 16:12:39 +02:00
Christian González
be6d4d916c
F #4944: Include context packages in OpenNebula distribution
* download context pkgs with scons
* update gitignore info
* update docker_downloader.sh
2020-06-25 11:24:51 +02:00
Jan Orel
2573eab515
M #-: Install configs also to /usr/share/one/conf (#13) 2020-06-18 13:19:33 +02:00
Ruben S. Montero
b72a275813
M #-: Modifications to run & lock locations
* Add run and lock paths to self-contained
* Move oned lock to lock location
* vcenter monitor fifo is created in run location
* vcenter monitor lock is created in lock location
2020-06-11 13:15:23 +02:00
Vlastimil Holer
e4702a692b
M #-: Move docs to /usr/share/doc/ (#4901)
According to FHS the directory should be /usr/share/doc/ instead of
/usr/share/docs/ (https://refspecs.linuxfoundation.org/FHS_3.0/fhs/ch04s11.html)
2020-06-08 17:15:43 +02:00
Vlastimil Holer
9303341b4e
M #-: Licenses installation (#4889) 2020-06-05 15:05:32 +02:00
Alejandro Huertas
21da53cbb6
M #-: remove database migrators
(cherry picked from commit 9da0a512e08cd6b474d56027166b89bf6a48810b)
2020-06-01 15:50:07 +02:00
Tino Vazquez
ace08b4d59
F #4302: vCenter monitoring service
co-authored by <rsmontero@opennebula.io> and <amoya@opennebula.io>
2020-05-25 18:49:51 +02:00
Tino Vazquez
b3a97e3e91
M #-: Add missing file from vCenter driver
missing in install.sh
2020-05-20 16:17:54 +02:00
Tino Vazquez
e39cb25824
F #4302: Avoid asking for CCR in the pool
Also some cosmetic changes
2020-05-19 18:43:00 +02:00
Ruben S. Montero
7e43c4632a
M #: generalize Domain, Domains & ProcessList
co-authored-by: Christian González <cgonzalez@opennebula.io>
2020-05-18 13:51:13 +02:00
Daniel Clavijo Coca
ec252e2aaf
F #4669: QoL scheduling for LXD apps (#4670) 2020-05-18 03:01:50 +02:00
Christian González
acf6454c6e
F #4089: Improve DockerHub integration (#4688)
Add LINK attribute to marketapps
lint marketplace
2020-05-18 02:54:11 +02:00
Ruben S. Montero
b22c569ab2
F #3953: Add RAW validator for KVM
- VirtualMachine
  - VMTemplate
  - Add libvirt rng files

co-authored-by: Christian González <cgonzalez@opennebula.io>
2020-05-18 02:23:29 +02:00
Alejandro Huertas Herrero
a392c407f2
F #669: add oneflow/template config files (#4732) 2020-05-17 23:50:52 +02:00
Petr Ospalý
a96de2f14a
F #1473: Update SSH config and sockets (#4733)
* F #1473: Update SSH config and sockets

- install files via install.sh script
- replace crontab with systemd timer
- update opennebula.service dependency
- move ssh master sockets from ~oneadmin to /run/one/ssh-socks
- modify ssh wrapper to not use external programs but only bash builtins
- update ssh configs

Signed-off-by: Petr Ospalý <pospaly@opennebula.io>

* F #1473: Update SSH config and sockets

* F #1473: Update SSH config and sockets

* F #1473: Update SSH wrapper

- rename SSH_USE_MASTER_SOCK to SSH_OPT_CONTROL_MASTER
- change the logic of this directive to be a value of the SSH
  'ControlMaster' option (default is 'auto')
- delete the SSH_USE_MASTER_SOCK from opennebula.service (not needed
  anymore)

Signed-off-by: Petr Ospalý <pospaly@opennebula.io>

Co-authored-by: Vlastimil Holer <vholer@opennebula.io>
2020-05-15 18:51:04 +02:00
Angel Luis Moya Gonzalez
0a8d8648b3
F #4302: Monitoring vms optimized (#4702)
* Roll back 5.10 files

- host.rb
- vm_monitor.rb
- virtual_machine.rb: to include vm_monitor

Co-authored-by: mouyaq <amoya@opennebula.io>
Co-authored-by: Tino Vázquez <cvazquez@opennebula.systems>
2020-05-11 20:01:23 +02:00
Christian González
30b1425f2c
F #4089: Integrate DockerHub marketplace (#4684) 2020-05-10 20:14:20 +02:00
Angel Luis Moya Gonzalez
e3a2a9ee71
F #3930: NSX Security Groups (#4255)
* DFW - Initial function definition
* Section functions working on NSX-T
* Add revision to create rules
* Add check error to create_rule
* Fix error on delete_rule method
* Added NSX-V support
* Clear OpenNebula rules function

Co-authored-by: Tino Vazquez <tinova@opennebula.org>
2020-05-07 15:05:20 +02:00
Ruben S. Montero
2f6bbf1222
M #-: Remove wrong dummy probe from installer 2020-05-04 13:19:47 +02:00
Angel Luis Moya Gonzalez
95ab571b95
F #4302: Change vcenter_driver.conf to vcenterrc (#4635) 2020-04-30 16:06:21 +02:00
Vlastimil Holer
f3c50a5d89
M #-: Year bump to 2020 (#4634) 2020-04-30 15:00:02 +02:00
Angel Luis Moya Gonzalez
a7cf93882b
F #4302: VM monitoring working (#4629)
VM monitoring working, except:
- Resource pools info
- c98f89492 - F #3316: monitor disk location in vCenter (#4476)
2020-04-30 10:38:30 +02:00
Tino Vazquez
d65ded78c8
F #962: Add missing file to install.sh
also excluding new ruby file from rubocop linting
2020-04-27 18:59:21 +02:00
Christian González
e956aa14da
F #4089: Fix instal.sh (#4580) 2020-04-22 13:22:11 +02:00
Carlos J. Herrera
231ef5f1ef
F #3912: Add support for vCenter tags (#4531)
* Added REST client for vSphere
* Added support for vCenter tags
2020-04-21 17:12:41 +02:00
Alejandro Huertas Herrero
5308556a6c
F #4215: add packet and ec2 example templates (#4498)
Co-authored-by: Vlastimil Holer <vholer@opennebula.io>
2020-04-20 17:54:07 +02:00
Jan Orel
314af8e523
M #-: Include beacon shepherd probe for az/ec2/one (#4562) 2020-04-20 17:48:22 +02:00
Jan Orel
5074dbba4a
F #3859: Adapt packet driver to new monitoring (#4535) 2020-04-20 17:46:48 +02:00
Angel Luis Moya Gonzalez
3ab22696e4
F #4302: vCenter monitoring: Hosts (#4553)
Initial commit
2020-04-20 17:26:39 +02:00
Jan Orel
93bb828735
F #3859: Adopt one2one driver to new monitoring (#4525)
* F #3859: Adopt one2one driver to new monitoring

* L #-: Lint one2one driver
2020-04-14 17:09:43 +02:00
Christian González
447605fe93
F #4089: Improves package changes (#4482) 2020-04-08 10:44:48 +02:00
Jan Orel
e658320cb5
F #3859: Adapt azure+ec2 driver to new monitoring system(#4481) 2020-04-05 19:50:45 +02:00
Angel Luis Moya Gonzalez
f965b03163
F #4119: Fix vntemplate instantiate on vCenter (#4465) 2020-04-01 16:12:05 +02:00
Ricardo Diaz
045313437e
M #-: Install files on share/start-scripts (#4436)
Signed-off-by: Ricardo Diaz <rdiaz@opennebula.systems>
2020-04-01 15:22:32 +02:00
Christian González
5af8570a2b
F #4089: remove clean script from install.sh (#4445) 2020-03-30 12:01:53 +02:00
Alejandro Huertas Herrero
aed58f5248
F #4214: provision support of other objects types (#4374)
Add support for the following objects:

    - VM templates
    - VNet templates
    - Flow templates
    - Marketplace apps (export operation)

Change oneprovision show command to show all the virtual resources

Change the library directory structure
2020-03-26 16:48:35 +01:00
Ruben S. Montero
bd4cd69353
F #3859: Apply unify *-probes.d/vm dir to FC 2020-03-23 11:21:01 +01:00
Ruben S. Montero
43daf0a587
F #4089, #2859: Fix FC and Monitoring
* Adjust xpaths for Sunstone
    * New MONTIORING records format
    * Fix OCA API
    * Improvements on dockerhub importer
    * Improvements on firecracker context mapper
    * Fix shutdown on firecracker
    * Add logging to firecraker
2020-03-23 10:45:21 +01:00
Jan Orel
45899f763d
F #3859: unify to *-probes.d/vm dir (#4375) 2020-03-20 16:00:14 +01:00
Jan Orel
2161d5e6d1
F #3859: Rename collectd-cl. to monitord-cl. (#4343) 2020-03-11 17:50:31 +01:00
Ruben S. Montero
549a533e95
M #-: Add missing files for FC. Better IM shepherd 2020-03-07 18:36:20 +01:00
Ruben S. Montero
1ddc29cc52
F #4089: Firecracker integration improvements (#4295) 2020-03-05 16:36:06 +01:00
Ruben S. Montero
44e44b47a8
F #3859: New monitoring architecture
co-authored-by: Pavel Czerny <pczerny@opennebula.systems>
  co-authored-by: Daniel Clavijo Coca <dclavijo@opennebula.systems>
2020-03-04 16:05:57 +01:00
Jan Orel
8077c0904b
M #~: Add missing files to install.sh (#4196) 2020-02-21 16:11:23 +01:00
Ruben S. Montero
5f1e0ce0ff
L #4089: Fix linting and code refactoring
co-authored-by: Christian González <cgonzalez@opennebula.systems>
2020-02-21 14:20:53 +01:00
Ruben S. Montero
c8bf48f1ce
F #4089: Add microVM support via Firecracker
co-authored-by: Christian González <cgonzalez@opennebula.systems>
2020-02-20 17:06:45 +01:00
Ruben S. Montero
8696a50e8f
F #4132: Redesign oneflow internal logic
co-authored-by: Christian González <cgonzalez@opennebula.systems>
co-authored-by: Alejandro Huertas Herrero <ahuertas@opennebula.systems>
co-authored-by: Jorge Lobo <jlobo@opennebula.systems>
2020-02-19 14:56:03 +01:00
Ruben S. Montero
5e53c4f893
Revert "F #4132: Redesign oneflow internal logic"
This reverts commit da969c5fd3.
2020-02-19 14:56:03 +01:00
Ruben S. Montero
da969c5fd3
F #4132: Redesign oneflow internal logic
co-authored-by: Christian González <cgonzalez@opennebula.systems>
co-authored-by: Alejandro Huertas Herrero <ahuertas@opennebula.systems>
co-authored-by: Jorge Lobo <jlobo@opennebula.systems>
2020-02-18 15:53:30 +01:00
Ruben S. Montero
dfc5a2619c
F #4163: Turnkey Linux marketplace drivers 2020-02-07 10:51:14 +01:00
Angel Luis Moya Gonzalez
a1f36e047d F #3990: Prepare to change rbvmomi version (#4059) 2019-12-19 16:50:14 +01:00
Angel Luis Moya Gonzalez
43f159201b B #3440: Fixes and improvements over NSX (#3959) 2019-11-19 17:35:38 +01:00
Angel Luis Moya Gonzalez
03242172e3 F #3440: Refactor Transport Zones and fixes (#3931)
- Refactor Transport Zones
- Fix NSX_STATUS and get transport zones
2019-11-11 18:47:49 +01:00
Ruben S. Montero
4860636a41
M #-: Remove unneeded files, update oned.conf accordingly 2019-11-11 10:46:43 +01:00
Tino Vazquez
9de439a68a
M #-: Remove deprecated OCA file 2019-11-07 11:55:08 +01:00
Jan Orel
04a0753489 F #3244: Improve qcow2.ssh mixed-mode (#3915) 2019-11-06 16:42:51 +01:00
Angel Luis Moya Gonzalez
7d8d1d1391 F #3440: NSX Refactor (#3903) 2019-11-04 17:32:16 +01:00
Ruben S. Montero
eb2bc22ef4
B #3189: Add missing sudo for lxd_clean hook. Change install location of lxd clean hook 2019-10-02 16:49:32 +02:00
Daniel Clavijo Coca
a4e0eee4fb B #3189: Specific reboot cycle for LXd. Network Hook to remove links for LXD 2019-10-02 15:24:18 +02:00
Vlastimil Holer
5c9bb6afa1 F #3380: Install onehook manual page (#3801) 2019-10-02 10:40:05 +02:00
Angel Luis Moya Gonzalez
4f13059c21 F #3440: Added route /nsx/auth (#3761)
* 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
2019-09-23 17:58:08 +02:00
Alejandro Huertas Herrero
dd7f564553 F #3380: add host error hook template example (#3749) 2019-09-23 15:16:05 +02:00
Angel Luis Moya Gonzalez
28f07966cf F #3380: Add auto-register vcenter hooks (#3735)
vCenter hooks located at:

 <ONE_LOCATION>/remotes/hooks/vcenter/templates

are registered automatically when import a vcenter cluster
with the command "onevcenter"
2019-09-19 15:36:19 +02:00
Christian González
83f61b02cc F #3380: Add hooklog.info call (#3734) 2019-09-19 15:26:20 +02:00
Alejandro Huertas Herrero
532228cb14 M #-: remove duplicated files on install.sh (#3736) 2019-09-19 12:43:13 +02:00
Alejandro Huertas Herrero
5f660a2c6b F #3380: adapt DDC to new hook system (#3727) 2019-09-19 11:28:36 +02:00
Ruben S. Montero
6143dd95ce
F #3380: New Hook system. Drivers, oned and command line tool
Co-authored-by: Christian González <cgonzalez@opennebula.systems>
2019-09-09 14:47:42 +02:00
Alejandro Huertas
6796f5093d
F #3042: Packet public networking
* code linting
    * add new files into install.sh
    * decrypt secrets in ipam/hook
    * fix use of <<~EOF

(cherry picked from commit f9e469b10f)
2019-08-30 17:30:34 +02:00
Angel Luis Moya Gonzalez
3581561240 F #3440: Refactor and corrections (#3570)
* F #3440: Refactor host.rb

Refactor host.rb using classes:
NSXClient
TransportZone

* Error corrections

* M #3440: Added forgotten sleep

* M #3440: Change require order in nsx_driver

Change require order in NSX Driver to avoid
the inclussion of additional requires.
2019-08-22 11:15:24 +02:00
Jan Orel
e98c801f8f F#3244: Better mixed modes (#3574) 2019-08-07 11:37:39 +02:00
Angel Luis Moya Gonzalez
e5e169932f F #3440: Initial NSX driver commit (#3549)
* F #3440: Create and delete NSX networks

This allows to create and delete from command line both
NSX-V netwoks and NSX-T networks.

* F #1256: Allow attach created Opaque Networks

This allows to attach a new created Opaque Network
to a instance.

* F #3440: Allows attach/detach created NSX-V networks

Changes included:
Allow attach and detach nics to a VM from nsx-v networks
created from OpenNebula.
Improve function to retrieve nsx-t network identifier on vc

* M #-: Change Network types as constants

Created new constans into Network class to identify
the different types of networks
Also changed order to detect Network avoiding incorrect
detections due to its parent Classes

* F #3440 #1256: Added NSX info to monitor

Added the following NSX info to host monitor:
NSX_MANAGER: "NSX Manager | NSX-T Manager"
NSX_TYPE: "NSX-V | NSX-T"
NSX_VERSION: "NSX-V or NSX-T version"
NSX_URL: NSX Manager url

* F #3440: Add Transport Zones to monitor host info

If the folowing attributes are correct, the transport
zones are listed into the host monitor information:

NSX_MANAGER
NSX_TYPE
NSX_USER
NSX_PASSWORD

* F #3440: Change NSX parameters to Host object

Some parameters created in first instance in vnet object for
testing purposes, has been changed to its definitive placement,
the Host object.

* F #3440: Added NSX_STATUS

Added NSX_STATUS attribute, checking the following:

- NSX_USER 	(Check if attribute is setted)
- NSX_PASSWORD	(Check if attribute is setted)
- NSX_TYPE	(Check if attribute is setted)
- NSX_MANAGER	(Check if attribute is setted)
- Check a correct connection with NSX Manager

The result is shown in the attribute NSX_STATUS, that
should be NSX_STATUS = "OK" if all is correct.

* F #3440: Refactor and clean

Refactor code into classes and clean.

* F #3440: Clean and rubocop

Set url as base_url + section + parameter
Correction to avoid rubocop warnings

* F #3440: Rubocop fixes

Corrected rubocop warnings

* F #3440: Fix rubocop warnings on hooks

Fixed rubocop warnings on network hooks

* F #3440: Fix rubocop warning on nsx_driver.rb

* F #3440: Forgotten sleep to timeout

Added a forgotten sleep into a timeout secuence.
Added cosmetic changes to minimize code lines.
2019-07-31 18:25:22 +02:00
Jorge Lobo
23c1ae8e82 B #2497: rename sunstone_2f_auth.rb (#3523)
Signed-off-by: Jorge Lobo <jlobo@opennebula.systems>
2019-07-16 12:35:35 +02:00
Jorge Lobo
63bbf4e16c B #2497: Two Factor Authentication (#3470)
* F #2497: two factor authentication

Signed-off-by: Jorge Lobo <jlobo@opennebula.systems>
2019-07-10 19:00:26 +02:00
Ruben S. Montero
3b9ace0577
F #3256: Support for NUMA topology, Hugepages and CPU pinning. 2019-07-01 18:58:24 +02:00
mouyaq
fe7dfd3547
F #3264: Added VirtualMachineMonitor 2019-05-27 18:49:26 +02:00
mouyaq
913b203b43
F #3264: get out nic_model_class and state_to_c 2019-05-27 18:49:24 +02:00
mouyaq
9c41da393b
F #3264: Separate classes Nic and Disk 2019-05-27 18:49:24 +02:00
mouyaq
886bd2e258
F #3264: VirtualMachineDevice refactor 2019-05-27 18:49:23 +02:00
mouyaq
bde691c1e8
F #3264: VmmImporter refactor 2019-05-27 18:44:17 +02:00
mouyaq
025734fbe7
F #3264: VirtualMachineFolder refactor 2019-05-27 18:44:16 +02:00
Christian González
8bbcfdfc6c Increase database version to 5.10.0 (#3277) 2019-04-25 18:42:41 +02:00
Ruben S. Montero
1e15db5ac0
F #2451: Add configurble hooks to the network drivers in the form of
pre.d, post.d and clean.d scripts

Co-authored-by: Daniel Clavijo Coca <dclavijo@opennebula.systems>
2019-04-22 11:27:20 +02:00
Ruben S. Montero
e25e25ca6b
Merge branch 'f2722' 2019-04-15 17:08:01 +02:00
kvaps
8b96dd6142 F #2808: add DD_BLOCK_SIZE option (#3116)
Signed-off-by: kvaps <kvapss@gmail.com>
2019-04-09 16:11:15 +02:00
Ruben S. Montero
c64d63f3d5
F #2722: Increase the size of the replication and federation log indexes
co-authored-by: Christian González <cgonzalez@opennebula.systems>
2019-04-08 17:43:12 +02:00
Ruben S. Montero
b59ee42750
Revert "F #2722: Increase the size of the replication and federation log indexes"
This reverts commit 1da93f3732.
2019-04-08 17:09:56 +02:00
Ruben S. Montero
1da93f3732
F #2722: Increase the size of the replication and federation log indexes
co-authored-by: Christian González <cgonzalez@opennebula.systems>
2019-04-08 14:38:02 +02:00
Jorge Lobo
7498be0feb
b # 2993 delete langs and solved fix Vm_quota in conditions (#3030)
(cherry picked from commit 52a38a9b90)
2019-03-06 10:23:19 +01:00
Tino Vazquez
a8f7207cfa
Remove unneeded tty_expect install
(cherry picked from commit 84424affa0)
2019-02-28 15:30:54 +01:00
Tino Vazquez
553fc6b540
Add missing migrator to install.sh
Remove duplicated cop
2019-02-20 10:14:47 +01:00
Alejandro Huertas Herrero
a31d3e26fc F #2645: Make some polishing and add default templates. (#2922) 2019-02-11 14:41:57 +01:00
Tino Vazquez
d998145ea1
Merge branch 'master' into provision_refactor 2019-02-08 17:42:06 +01:00
Alejandro Huertas
0b027090a2 OneProvision refactor. 2019-02-07 15:53:45 +01:00
Ruben S. Montero
29760a06ac F #2885: Add configuration option to disable ZERO'ing LVM volumes. 2019-02-04 15:56:37 +01:00
Daniel Clavijo Coca
6aa7fb5e19 F #1684: LXD profiles probe (#2856)
*  Patched NicLXD for snaps

* F #1684: Leave LXC_COMMAND

* F #1684: Added lxd probe for profiles

* F #1684: Fix profile probe output

* F #1684: Use default profile if profile absent

* F #1684: Add profile probe to install.sh
2019-01-30 01:22:35 +01:00
Ruben S. Montero
5f7fb402aa F #2671: Add oned search functionality. Add an index column to perform FTS searches server-side. New parameter has been added to the one.vmpool.info call, and --search option to CLI onevm list. This commits adds support for JAVA and migrator.
Co-authored-by: Christian González <cgonzalez@opennebula.systems>
2019-01-30 00:10:18 +01:00
Jan Orel
19f04965d4 F #1012: update websockify to latest version (#2809) 2019-01-18 15:48:10 +01:00
Vlastimil Holer
441cf1f7f9 Bump version to 5.7.85, year to 2019 2019-01-16 11:47:59 +01:00
sergio semedi
ac487b5ea9 merge vCenter configuration files into vcenterrc 2019-01-09 12:52:40 +01:00
Ruben S. Montero
5a4740b8c7 F #2531: Add support for linuxcontainers MarketPlace
Co-authored-by: Sergio Vega Gutiérrez <svega@opennebula.systems>
2018-12-15 17:17:17 +01:00
Ruben S. Montero
7d46241fe2 F #826: Virtual Network Templates - Suntone Interface
Co-authored-by: juanmont <jjmontiel@opennebula.systems>
2018-12-11 11:12:01 +01:00
Vlastimil Holer
e5d3f46da1 F #2645: Disaggregated Data Centers (oneprovision) 2018-11-29 15:14:17 +01:00
Ruben S. Montero
07399094b3 F #1684: Support for LXD/LXC Containers. The LXD/LXC drivers are heavily
inspired by the LXD addon https://github.com/OpenNebula/addon-lxdone.

Co-authored-by: Daniel Clavijo Coca <dclavijo@opennebula.systems>
Co-authored-by: Sergio Vega Gutiérrez <svega@opennebula.systems>
Co-authored-by: José Manuel de la Fé Herrero <jmdelafe92@gmail.com>
2018-11-28 12:26:59 +01:00
Christian González
adf092eea9 F #826 Create new config file for onevntemplate command 2018-11-22 15:00:47 +01:00
Christian González
c3d3fc3ae4 F #826 Add man pages for vntemplate command 2018-11-22 12:21:02 +01:00
Vlastimil Holer
d777060a1b B #2630: Install.sh doesn't work without any parameters 2018-11-21 18:02:01 +01:00
Christian González
f850d10bfe F #826 Fix some bugs (#2633) 2018-11-21 16:20:29 +01:00
Ruben S. Montero
4afa011c28 development: Fix getopts in install.sh 2018-11-16 16:41:14 +01:00
jp-ig1
4efa93fe24 B #2001: Fix ignored arguments by install.sh script
Problem:
~~~~~~~
Arguments 'G', 'l', 'r' and 'f' are ignored by install script and usage
is displayed instead.
Moreover, it was not possible to combine arguments

Solution:
~~~~~~~~
Use "getopts" to support flags and options requiring a value at the
same time. Add ignored option in the argument possibilities.

This commit also add missing options in the usage example
2018-11-16 12:56:19 +01:00
Sergio Semedi Barranco
6fdfb0fd57 F #2454: added vcenterc config file 2018-11-15 14:47:34 +01:00
Ruben S. Montero
d983addf5b Change DB version to 5.7.80
Co-authored-by: Christian González <cgonzalez@opennebula.systems>
2018-10-29 17:08:10 +01:00
Alejandro Huertas Herrero
7e36bc7c74 F #2490: Add new unregister address range functionality
* Modify the IPAM driver
    * Modify AddressRangePool to call the new action script
    * Add example dummy script
2018-10-18 15:20:47 +02:00
Jan Orel
d1aa261fd8 B #2491: install.sh accepts -G and -f parameters 2018-10-15 18:11:27 +02:00
Christian González
b63e9ec963 F #2253: Update 5.6.0 to 5.7.8.rb 2018-09-25 12:10:27 +02:00
Tino Vazquez
8e3d7f8108 Add OpenNebula Systems addons license 2018-09-13 15:41:48 +02:00
Sergio Semedi Barranco
7688e015c6 importer class removed from vCenterDriver (#2371) 2018-08-28 17:50:25 -07:00
Sergio Semedi Barranco
68b45f3469 solved vCenterDriver issues (#2370) 2018-08-28 17:27:07 -07:00
joseangelgm
53e4d999f3 #2262 (vCenter) wait poweron/off to be performed 2018-07-23 17:05:11 +02:00
Ruben S. Montero
ebc838fedc Upgrade Database to 5.6.0. Better migrator for SNAPSHOTS 2018-07-04 20:31:31 +02:00
Vlastimil Holer
0ab6965d2b F #2045: Rename VN_MAD dummy to bridge, restore noop dummy driver 2018-05-16 15:24:37 +02:00
Vlastimil Holer
72a759bd97 F #2045: PHYDEV support for dummy, ebtables, fw net. drivers 2018-05-11 18:12:17 +02:00
Vlastimil Holer
4e2e81d4cc F #1692: Paths fontawesome 5
(cherry picked from commit d1ff5490c8adfb5924b9cfd9fd2bd90ff070e69c)
2018-05-10 17:59:42 +02:00
Abel Coronado
70435127a3 F #1692: Paths fontawesome 5
(cherry picked from commit 01a5f0cfa7)
2018-05-10 16:23:17 +02:00
Vlastimil Holer
b356e56113 F #1692: Fix main(-dist).js(.map) build/install
(cherry picked from commit 3834078a0e)
2018-05-10 15:50:45 +02:00
Ruben S. Montero
192d535930 Remove main.js on install 2018-05-09 17:52:48 +02:00
Vlastimil Holer
a872eb2390 F #2065: Docker Machine plugin build changes (#2068) 2018-05-09 17:35:44 +02:00
Abel Coronado
ba62a34974 F #1692: Added DESTDIR to main locations (#2077) 2018-05-09 15:14:34 +02:00
Abel Coronado
dc50763f46 F #1692: Solved bug w/ symbolic links 2018-05-08 15:10:03 +02:00
Abel Coronado
b9fd1feb2d F #1692: Enable the option to add addons dynamically to Sunstone (#2067)
* Added ruby lib file

* Changed min name: main.js -> main-dist.js

* Added addons class
2018-05-07 18:42:34 +02:00
Christian González
1f944702b4 Added go example and modify docker plugin location (#1912)
* Added go example and modify docker-plugin location

* Changed install.sh for docker addon
2018-04-03 14:52:33 +02:00
Tino Vazquez
ae033f992d Squashed commit of the following:
commit 4ebd4ebe55
Author: semedi <sergio.semedi@gmail.com>
Date:   Fri Mar 23 11:17:55 2018 +0100

    F #1808: vCenter cli helper added to install sh

commit 84e3b94621
Author: abelCoronado93 <acoronado@opennebula.org>
Date:   Thu Mar 22 14:57:39 2018 +0100

    F #1808: Waiting system for requests [Sunstone]

commit 7b75828a8d
Author: abelCoronado93 <acoronado@opennebula.org>
Date:   Thu Mar 22 12:49:19 2018 +0100

    F #1808: Added feedback for DS importations [Sunstone]

commit 9c8f6e1674
Author: abelCoronado93 <acoronado@opennebula.org>
Date:   Thu Mar 22 12:48:20 2018 +0100

    F #1808: Broken importer output [vCenter]

commit dc5be2aa1e
Author: abelCoronado93 <acoronado@opennebula.org>
Date:   Thu Mar 22 12:46:39 2018 +0100

    F #1808: Removed bindings [Sinatra]

commit 1bea93e644
Author: semedi <sergio.semedi@gmail.com>
Date:   Wed Mar 21 12:52:29 2018 +0100

    F #1808: vCenter importer added to install sh

commit b5debcf606
Author: semedi <sergio.semedi@gmail.com>
Date:   Tue Mar 20 16:35:12 2018 +0100

    F #1808: vCenter importer feedback and class variables

    F #1808: code restructure and output

commit 4e6d6a891b
Author: abelCoronado93 <acoronado@opennebula.org>
Date:   Mon Mar 19 16:35:37 2018 +0100

    F #1808: Global path for ajax [Sunstone]

commit 110156a5b1
Author: abelCoronado93 <acoronado@opennebula.org>
Date:   Mon Mar 19 13:20:07 2018 +0100

    F #1808: vCenter DS importation makeover [Sunstone]

commit d9b86e8fe8
Author: abelCoronado93 <acoronado@opennebula.org>
Date:   Thu Mar 15 15:27:39 2018 +0100

    F #1808: Importation vCenter DS [Sinatra]

commit 58e59de065
Author: abelCoronado93 <acoronado@opennebula.org>
Date:   Thu Mar 15 15:27:07 2018 +0100

    F #1808: Importation vCenter DS [Sunstone]

commit c81b2662cb
Author: semedi <sergio.semedi@gmail.com>
Date:   Fri Mar 9 11:59:39 2018 +0100

    F #1804: datastore importer basic functionality [COMPLETE]

    F #1804: created new files and code restructure

    F #1804: datastore list functionality added

    F #1804: onevcenter list with ref

    F #1804: vCenter datastore importation works with key refs

    F #1804: vCenter importer->datastore
2018-03-23 15:10:20 +01:00
Christian González
c3b113c5f2 Docker integration and GO API (#1889)
* added docker integration files

* changed dependencies for docker-integration files

* README.md deleted

* Deleted LICENSE
2018-03-23 12:58:29 +01:00
4781714118 F: Add logo for ALT distributives (ALTLinux and BaseALT) from 2018-03-01 10:31:47 +01:00
Vlastimil Holer
fdb22a0376 F #1498: Open vSwitch VXLAN driver 2018-02-28 17:31:38 +01:00
Ruben S. Montero
224fb62712
Feature #1454: OpenNebula to OpenNebula drivers (#1743) 2018-02-15 16:00:09 +01:00
Sergio Semedi Barranco
666b9da378 F #1371: vCenter live migration support (#1739) 2018-02-13 18:30:26 +01:00
Abel Coronado
056586cc32 B #1712: Added TR language to Sunstone (#1735)
* B #1712: Added TR language to Sunstone

* Update network.js
2018-02-12 17:35:35 +01:00
Vlastimil Holer
17d5b31cb2 B #1152: Activate LVM disks on reboot 2018-01-31 16:54:50 +01:00
Ruben S. Montero
46291fc957 Revert "Revert "Execution permissions for install.sh""
This reverts commit 0f48c85d6d.
2018-01-19 13:24:25 +01:00
Ruben S. Montero
48289e2b29 Revert "Revert "F #5241: Updated install.sh (#568)""
This reverts commit 70ce299caa.
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