1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-01-14 19:24:10 +03:00

11324 Commits

Author SHA1 Message Date
Daniel Molina
2a260b231b feature #4038: Fix tab dependencies for minify process 2015-10-27 11:08:39 +01:00
Daniel Molina
415f5110e5 feature #4038: Require tabs dynamically
TODO: Fix minify process
2015-10-09 17:31:18 +02:00
Daniel Molina
a59904b659 bug #4035: Check wild format before adding it to the datatable 2015-10-07 17:41:31 +02:00
Carlos Martín
f4a394c851 Feature #4014: Show GUEST_IP_ADDRESSES in sunstone 2015-10-07 17:36:24 +02:00
Jaime Melis
0490cf97b9 Make VCPU attribute more robust 2015-10-07 17:05:31 +02:00
Tino Vazquez
1d57922e43 Feature #4019: Add cluster name to resource template name
(cherry picked from commit 13012b1e994bd3ca461c3c6fe9348efc4463b4b2)
2015-10-07 15:49:20 +02:00
Carlos Martín
de1d8fbf24 Feature #4019: Remove unused var 2015-10-07 12:58:55 +02:00
Javi Fontan
32d963996f bug #3944: add openssl-devel dependecy to install_gems 2015-10-06 17:57:56 +02:00
Carlos Martín
6468b52e2f Add sunstone locales to gitignore 2015-10-06 10:50:43 +02:00
Javi Fontan
eaa49bbaae Remove sunstone locales generated on compilation 2015-10-05 18:17:33 +02:00
Javi Fontan
2933cd6b85 feature #4014: Change use same name for code and info
(cherry picked from commit d63ecb8752036f321d2cf6db1351b93158779b87)
2015-10-05 17:05:26 +02:00
Javi Fontan
bdf1e54f74 bug #4020: bug monitoring KVM VM disks 2015-10-05 16:18:30 +02:00
Carlos Martín
69e2ef75c7 Fix vcenter import dialogs for templates and vnets 2015-10-05 16:01:19 +02:00
Tino Vazquez
29c61436d2 Change keyword for multi vCenter VM templates 2015-10-05 15:26:13 +02:00
Tino Vazquez
673bac57f0 Change ruby matching to maintain 1.8.x support
(cherry picked from commit 70908f54bbadf2775e5c2292d384d189d7240d12)
2015-10-05 13:07:17 +02:00
Tino Vazquez
542e5cf8ea Feature #4021: Allow for multi cluster templates
(cherry picked from commit 2fce703f8b5ae489f84eb78b3c31ade847b2fba1)
2015-10-02 18:58:35 +02:00
Carlos Martín
c48eea8cb6 Feature #4019: Add network cluster name to vcenter import dialog 2015-10-02 18:22:49 +02:00
Carlos Martín
378136c1d9 Merge branch 'master' of git.opennebula.org:one 2015-10-02 18:13:30 +02:00
Carlos Martín
c2364213ab Add no-hover to host pci table 2015-10-02 18:08:48 +02:00
Carlos Martín
22b70b7ebe Feature #3893: Add pagination to vcenter import dialog 2015-10-02 18:05:01 +02:00
Tino Vazquez
94959e36e9 Feature #4019: Prefix resources with cluster names on vCenter resource import 2015-10-02 13:56:19 +02:00
Carlos Martín
a1ba03fc74 Feature #4012: Make vcenter and opennebula contextualization mutually exclusive 2015-10-02 12:37:48 +02:00
Tino Vazquez
639fede40d Feature #4018: Append name to "one-*" name in vCenter display name
(cherry picked from commit 923584466dc9bd6168f1aa784a2ce72294f69698)
2015-10-01 18:57:51 +02:00
Carlos Martín
77107db7b2 Feature #4012: Change 'please select' to 'none'
(cherry picked from commit b17782d21cab88a056d800f1ae847bc4bf6aca54)
2015-10-01 18:14:03 +02:00
Carlos Martín
0e0a1a0489 Add missing require
(cherry picked from commit bbbeba17a6aa8a9935a6c8344fd51a48e56fd5b3)
2015-10-01 18:13:59 +02:00
Carlos Martín
2f12f61965 Feature #4012: Add list of vcenter customization specs to sunstone 2015-10-01 16:49:39 +02:00
Javi Fontan
cafdbade92 feature #4014: show extra IP's in onevm show
Also fixes bug #4013

(cherry picked from commit 04cae02b1253aa3a1e70850ec4e8384cb66901cc)
2015-10-01 12:34:33 +02:00
Tino Vazquez
8f0c8ce6ea Feature #4016: Use VM name in vCenter to identify the VM 2015-09-30 19:36:06 +02:00
Javi Fontan
082504dea3 feature #4014: retrieve all the IP's for vcenter VMs
The IPs are added to monitoring as GUEST_IP_ADDRESSES separated by
commas:

GUEST_IP_ADDRESSES="fe80::6cd3:8b16:def6:25b4,10.0.0.242"
2015-09-30 16:08:14 +02:00
Javi Fontan
e8241f8de8 feature #4012: support selecting vcenter customization
A new parameter CUSTOMIZATION_SPEC can be added to a vcenter template
so this customization is used on VM clone.
2015-09-30 16:08:14 +02:00
Javi Fontan
5f9f7f2913 Add more information on vcenter driver error 2015-09-30 16:08:14 +02:00
Javi Fontan
6f88d48839 feature #4012: get cutomizations list from vcenter
Customizations are added to host monitoring. For example:

CUSTOMIZATION=[
  NAME="customization-linux",
  TYPE="Linux" ]
CUSTOMIZATION=[
  NAME="customization-windows",
  TYPE="Windows" ]
2015-09-30 16:08:14 +02:00
Carlos Martín
9d41c764ea Bug #4011: Fix zone selector on click event 2015-09-30 15:59:48 +02:00
Daniel Molina
1aebc14cc1 feature #4007: Add new generation ec2 instance types 2015-09-28 19:02:47 +02:00
Jaime Melis
e20fb5c4c4 Fix copyright in banners release-4.14.0 2015-09-23 16:51:10 +02:00
Tino Vazquez
d54c7081ec Bug #3999: Add extra check for KEEP_DISKS_ON_DONE variable 2015-09-23 16:39:10 +02:00
Javi Fontan
06c81c838a bug #3998: fix shutdown --hard for vcenter drivers 2015-09-23 15:53:56 +02:00
Jaime Melis
1177538744 Update node-sass version 2015-09-22 16:09:31 +02:00
Jaime Melis
f651893864 Bump version 4.14.0 2015-09-22 15:02:27 +02:00
Daniel Molina
fece9588f0 Add license headers to hbs and js files 2015-09-22 12:54:05 +02:00
Carlos Martín
408881e791 Bug #3993: Allow vector attributes in custom-tags table
Vector attributes only work if they come in an update.
There isn't a button to add new vector attributes, but
it could be easily added if it's needed
2015-09-21 17:08:41 +02:00
Daniel Molina
0c5db8ec8e bug #3992: Do not hide vcpu slider
Current foundation version cannot initialise hidden sliders
2015-09-21 12:28:32 +02:00
Carlos Martín
3065d29ae5 Bug #3990: Fix INPUT attribute name 2015-09-21 11:44:49 +02:00
Jaime Melis
f642b2b3a9 Feature #3988: when the remote probes are not successfully executed, there is no information in oned.log 2015-09-18 16:05:38 +02:00
Daniel Molina
dbc27ab329 Update translations 2015-09-18 11:36:59 +02:00
Javi Fontan
015f5aad69 Prevent monitor error getting vcenter VMs
(cherry picked from commit c01cfbce3f9d94598f835326ba8494810449d997)
2015-09-16 17:42:03 +02:00
Javi Fontan
a45c0a4078 bug #3910: use image DEV_PREFIX for disk attach 2015-09-16 17:03:27 +02:00
Javi Fontan
0d51a96d1f bug #3887: send BRIDGE_OVS to attach nic for OVS hosts 2015-09-16 14:59:34 +02:00
Carlos Martín
d01fe56999 Bug #3984: Remove width and word-break in table td 2015-09-15 15:53:28 +02:00
Daniel Molina
de34c04d4f bug #3743: Add support for security group ids, to use vpcs providing a subnet in EC2 2015-09-15 15:18:25 +02:00