Alejandro Huertas
f9e469b10f
F #3042 : Packet public networking
...
* code linting
* add new files into install.sh
* decrypt secrets in ipam/hook
* fix use of <<~EOF
2019-08-30 17:27:11 +02:00
mouyaq
432cd3c409
F #3264 : Added VirtualMachineMonitor
...
(cherry picked from commit fe7dfd3547a8786b93ede074f8a746d5fac1f8c2)
2019-05-28 17:35:51 +02:00
mouyaq
461c8602c7
F #3264 : get out nic_model_class and state_to_c
...
(cherry picked from commit 913b203b433cd20da2304a3fe16c835f53df1012)
2019-05-28 17:35:37 +02:00
mouyaq
711baec300
F #3264 : Separate classes Nic and Disk
...
(cherry picked from commit 9c41da393beb235c457a094f05d58a6c46bbd62c)
2019-05-28 17:35:27 +02:00
mouyaq
a91ccdfaef
F #3264 : VirtualMachineDevice refactor
...
(cherry picked from commit 886bd2e2584376871817aee70c2774dd42c85304)
2019-05-28 17:35:18 +02:00
mouyaq
a55e4b7f3a
F #3264 : VmmImporter refactor
...
(cherry picked from commit bde691c1e8fa379c0d38b89cf0f9697991b9eeaf)
2019-05-28 17:35:00 +02:00
mouyaq
3a1f471d75
F #3264 : VirtualMachineFolder refactor
...
(cherry picked from commit 025734fbe720e1bd09bf4d25166da1dff48ddbc1)
2019-05-28 17:34:53 +02:00
Jorge Lobo
52a38a9b90
b # 2993 delete langs and solved fix Vm_quota in conditions ( #3030 )
2019-03-06 10:20:52 +01:00
Tino Vazquez
84424affa0
Remove unneeded tty_expect install
2019-02-28 15:30:30 +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 01a5f0cfa743b0ae426dabd9d4d96c6f62f8af70)
2018-05-10 16:23:17 +02:00
Vlastimil Holer
b356e56113
F #1692 : Fix main(-dist).js(.map) build/install
...
(cherry picked from commit 3834078a0e2c7b2d178e2f9b0433ff2ce3b002b3)
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