1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-20 10:50:08 +03:00

20065 Commits

Author SHA1 Message Date
Michal Opala
777b5fd6f0
B #-: Drop the /etc/one/onegate-proxy.conf file (onecfg fix) (#2407) 2022-12-07 09:25:48 +01:00
Jan Orel
3355250205
B #-: Fix ldap_auth if group_admin_group_dn is nil (#2403)
As in ruby 2.0
irb(main):001:0> 'a'.casecmp(nil)
TypeError: no implicit conversion of nil into String
2022-12-07 09:15:41 +01:00
Jan Orel
0b7d36df7f
M #-: Fix typo (#2405) 2022-12-06 11:32:15 +01:00
Jan Orel
dd03c67445
M #-: remove python OCA Readme fix (#2404) 2022-12-06 11:24:00 +01:00
Frederick Borges
52f0022836
M #~: remove unneeded checks (#2402) 2022-12-05 17:22:33 +01:00
Frederick Borges
b1958859d3
B #~: Show only OS, CDROM, and DATABLOCK images on image tab (#2400) 2022-12-05 17:08:03 +01:00
Jan Orel
e037e6c3c7
M #-: Refresh gemfile lock (#2397) 2022-12-05 16:17:44 +01:00
Frederick Borges
e21a219154
M #~: Fix typo (#2398) 2022-12-05 16:16:06 +01:00
Ruben S. Montero
f599d813ca
M #5989: Add missing files
- Add update_nic operation to all drivers, linked to dummy (no actual
  operation will be performed, but the network will be updated)
- Add missing update_nic in bridge driver
2022-12-05 14:14:18 +01:00
Tino Vázquez
5b525c0c43 M #-: Bump version 6.5.90 2022-12-05 14:07:13 +01:00
Frederick Borges
7c02f13eb0
B #5839: Fix vnet creation in sunstone (#2392)
when changing the network mode
2022-12-05 11:25:24 +01:00
Tino Vázquez
8bd2665ebf M #-: remove python OCA Readme 2022-12-05 11:22:02 +01:00
Frederick Borges
7ba48635e5
B #5999: Fix filters by labels on FSunstone (#2394) 2022-12-05 11:21:24 +01:00
Frederick Borges
e4199c278e
F #5516: Fix increment size (#2391) 2022-12-02 11:54:38 +01:00
Daniel Boca
8942bcf659
B #6012: Clean func for docker images 6012 (#2390) 2022-12-02 10:54:33 +01:00
Tino Vázquez
673e651639
M #-: Fix debug string log location 2022-12-01 18:01:30 +01:00
Tino Vázquez
2663e833c7
M #-: Update slack push notifier
- more compact
- notifies pushes & merged/closed PRs
- only show one line of the PR or commit message
2022-11-29 17:53:22 +01:00
Frederick Borges
e7f42ccce0
F #5516: Add restore_dialog action to yaml (#2389) 2022-11-29 17:45:23 +01:00
Pavel Czerný
ff1f296ed1
M #-: Update Java bindings (#2386) 2022-11-29 16:09:59 +01:00
Frederick Borges
bf5a9193a0
M #~: Add gacamole buttons to yaml (#2388) 2022-11-29 15:48:21 +01:00
Frederick Borges
d917a59e2e
F #5753: Expose memory resize mode on Sunstone (#2387) 2022-11-29 13:21:05 +01:00
Frederick Borges
820970b182
B #6026: Fix sunstone oneflow connection (#2385) 2022-11-29 10:37:44 +01:00
Ruben S. Montero
908ea212d8
Merge remote-tracking branch 'remotes/origin/exploit_attribute' release-6.5.80 2022-11-28 11:22:25 +01:00
Pavel Czerný
fd883f595a
F #5925: Improve image delete operation (#2384) 2022-11-28 11:15:43 +01:00
Ruben S. Montero
413665213b
F #5753: Two options for live memory resize
This commit add a new attribute to the VM template MEMORY_RESIZE_MODE.
It can be:

- BALLOONING to increase/decrease the memory balloon
- HOTPLUG to add/remove memory modules to the VM

By default VMs will use BALLOONNING if not specified.
2022-11-28 10:29:01 +01:00
Frederick Borges
b64d9d7dbf
B #~: Add ServiceTemplate.delete_dialog on RSunstone yaml (#2383) 2022-11-28 10:24:09 +01:00
Pavel Czerny
fbebef73c3
M #-: Use literal heredoc also for VN driver 2022-11-25 13:31:15 +01:00
Jonas Jelten
beba07c576
M *-: Use literal heredoc to prevent bash evaluation of stdin data
when the stdin of a command contains bash-evaluated characters,
execution will fail with funny errors like:

```
bash: line 2: : command not found
```

this patch prevents the bash evaluation through a quoted here-doc word.

`man 1 bash` says:
> If word is unquoted, all lines of the here-document are subjected to parameter expansion,
> command substitution, and arithmetic expansion, the character sequence \<newline> is ignored,
> and \ must be used to quote the characters \, $, and `.

Signed-off-by: Jonas Jelten <jj@sft.lol>
2022-11-25 13:31:14 +01:00
Jorge Miguel Lobo Escalona
4b3d4697a4
M #~: lint fix (#2382) 2022-11-25 12:43:01 +01:00
Jorge Miguel Lobo Escalona
384c4e5ad4
M #~: fix type userInput (#2381) 2022-11-25 12:27:38 +01:00
Ruben S. Montero
f6799825f8
F #6025: Simplify DPDK Management
* BRIDGE_TYPE can be updated after creating a network to set
  openvswitch_dpdk. This way DPDK and none DPDK datapath bridges can
  coexist.

* When bridge_type is openvswtich_dpdk datapath_type=netdev is
  automatically added to the bridge. No need to change other
  configuration files.

* Better port detection for dpdk switches
2022-11-25 10:20:04 +01:00
Frederick Borges
4e20e962b7
M #~: Add VMGroup deletion to sunstone yaml (#2380) 2022-11-24 19:10:03 +01:00
Frederick Borges
c65359613a
B #5995: Show new support tickets on support tab (#2379) 2022-11-24 19:06:13 +01:00
Frederick Borges
f4e62e90f6
B #~: Add missing configuration to yaml files (#2378) 2022-11-24 18:01:20 +01:00
Jorge Miguel Lobo Escalona
9a02f7d1a3
M #-: Message cluster.info/no admin (#2377) 2022-11-24 15:57:29 +01:00
Pavel Czerný
f77b9365ee
M #-: Network update fix CLI output, ignore alias and pci (#2376)
* Network Update CLI output
* Network update ignores alias and pci NIC
2022-11-24 10:19:39 +01:00
Jorge Miguel Lobo Escalona
4b4f269e2a
M #~: display images fireedge (#2368) 2022-11-23 19:24:36 +01:00
Daniel Boca
7e35c59135
B #6012: Multiple fixes (#2375) 2022-11-23 19:18:16 +01:00
Frederick Borges
f9fc65becc
B #~: Show correct text on LCM_INIT state (FSunstone) (#2372) 2022-11-23 19:08:54 +01:00
Frederick Borges
e9a30cc6a1
B #5516: Fix DS_MAD on RSync DS creation (#2371) 2022-11-23 19:07:24 +01:00
Frederick Borges
02fa0ae02f
F #5529: Expose onevm nic-update (#2369) 2022-11-23 19:06:37 +01:00
Tino Vázquez
b2eb5555b1
L #-: Fix indentation 2022-11-23 19:01:17 +01:00
Frederick Borges
6191ac0635
B #~: Fix MAC address issue when writing and leaving in blank (#2370) 2022-11-23 18:49:01 +01:00
Ruben S. Montero
3ec58a2f0f
M #-: Fix for backup utility
Wrong variable name used to compose disk path in backup_qcow2.rb
2022-11-23 16:44:58 +01:00
Ruben S. Montero
6a86330e1f
M #-: Add increment suffic to ceph full backups 2022-11-23 16:14:57 +01:00
Ruben S. Montero
db181046ed
M #-: Fix update operation for fw driver 2022-11-23 14:11:54 +01:00
Pavel Czerný
2bda3d2c81
M #-: Fix minor issues in backups (#2366)
* Handle backup append flag for updateconf
* Fix backup attributes for updateconf
2022-11-23 10:00:24 +01:00
Pavel Czerný
d8d190c5ec
M #-: Fix xml-schema for backups (#2363) 2022-11-23 09:58:40 +01:00
Ruben S. Montero
e831aadc90
M #-: Missing change for ovswitch update fix 2022-11-22 21:28:27 +01:00
Ruben S. Montero
00019054f6
M #-: Fix network update for openvswtich 2022-11-22 21:10:57 +01:00