John Bampton
6e823b2cd3
Order the `.gitignore` file ( #8989 )
2024-04-26 14:43:17 +02:00
Fabricio Duarte
00ee5fd429
Show menu section if user has access to at least one of its pages ( #8978 )
2024-04-26 14:34:06 +02:00
Rene Peinthor
9d5d4e5564
linstor: cleanup diskless nodes on disconnect ( #8790 )
2024-04-26 14:25:07 +02:00
Rohit Yadav
380385d045
plugin: fix nsx build failure with mvn 3.9 ( #8974 )
...
This excludes indirect dependencies of vapi-authentication to allow
build to work.
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
2024-04-26 17:24:24 +05:30
John Bampton
b93a86c9da
Clean up `.asf.yaml` collaborators ( #8982 )
...
Remove `kiranchavala` now a committer
https://github.com/kiranchavala
2024-04-26 11:11:25 +05:30
dahn
eead2710f8
explanatory error message on delete attempt of default system offering ( #8883 )
...
Co-authored-by: Gabriel Pordeus Santos <gabrielpordeus@gmail.com>
2024-04-25 16:45:42 +02:00
Vishesh
cfdb33a052
Fixup resource limit checks ( #8935 )
2024-04-25 12:59:35 +02:00
Vishesh
e409c6d870
Fixup listing of serivce offering & storagepools with tags ( #8937 )
2024-04-25 12:58:52 +02:00
João Jandre
cec6ade257
change live migration API used on kvm ( #8952 )
2024-04-25 09:35:25 +02:00
Fabricio Duarte
89231106ff
Hide volumes tab in instance page when user does not have permission to list volumes ( #8713 )
2024-04-25 08:59:06 +02:00
Wei Zhou
0e08a126df
systemvm: add template_zone_ref record when add a new zone with same hypervisor type ( #8395 )
2024-04-25 08:41:59 +02:00
Rohit Yadav
836ef9ec70
Merge remote-tracking branch 'origin/4.19'
...
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
Conflicts:
systemvm/debian/opt/cloud/bin/cs/CsHelper.py
2024-04-25 09:55:09 +05:30
Rohit Yadav
4c27574570
.github: fix codecov action configuration
...
`token` is documented to work with codecov-action@v4
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
2024-04-25 09:46:37 +05:30
Rohit Yadav
5745674da5
Merge remote-tracking branch 'origin/4.18' into 4.19
2024-04-25 09:45:08 +05:30
Rohit Yadav
77df9ad4d7
codecov: fix Github action workflow
...
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
2024-04-25 09:43:50 +05:30
Wei Zhou
3b0e6ac90c
VR: fix dnmasq misconfiguration if there are multiple IP ranges in a shared network ( #8741 )
2024-04-24 14:51:50 +02:00
Marcus Sorensen
27124c1031
Add ability to set cpu.threadspercore similar to existing cpu.corespersocket ( #8850 )
...
* Add ability to set cpu.threadspercore similar to existing cpu.corespersocket
* add cpu.threadspercore to VM and template detail options
* Update plugins/hypervisors/kvm/src/main/java/com/cloud/hypervisor/kvm/resource/LibvirtComputingResource.java
Co-authored-by: Suresh Kumar Anaparti <sureshkumar.anaparti@gmail.com>
* add vm detail for KVM
---------
Co-authored-by: Marcus Sorensen <mls@apple.com>
Co-authored-by: Suresh Kumar Anaparti <sureshkumar.anaparti@gmail.com>
2024-04-24 18:01:21 +05:30
Daan Hoogland
0af923e618
Merge branch '4.19'
2024-04-24 14:01:02 +02:00
Daan Hoogland
0514caedd6
Merge release branch 4.18 to 4.19
...
* 4.18:
packaging: move contrail network plugin to noredist (#8932 )
2024-04-24 11:10:00 +02:00
Wei Zhou
5f6acca049
packaging: move contrail network plugin to noredist ( #8932 )
2024-04-24 10:28:59 +02:00
dahn
a6f3560152
fix log4j to log4j2 issue ( #8966 )
2024-04-24 10:08:15 +02:00
Klaus de Freitas Dornsbach
e330d76a72
Log4j2 refactor cloud engine orchestration module ( #8742 )
...
Co-authored-by: klaus.freitas.scclouds <klaus.freitas@scclouds.com.br>
2024-04-24 09:31:02 +02:00
Bernardo De Marco Gonçalves
4fe2b66e9d
add bernardodemarco to .asf.yaml collaborators ( #8965 )
2024-04-24 09:16:57 +02:00
dahn
1efce77ead
sanatise trace logging of async jobs ( #8892 )
2024-04-24 09:15:26 +02:00
Wei Zhou
4ffeec6ba4
vpc: create vpc tiers with dns server of vpc instead of zone ( #8621 )
...
* vpc: create vpc tiers with dns server of vpc instead of zone
with this change
```
root@r-575-VM:~# cat /etc/dnsmasq.d/cloud.conf
dhcp-hostsfile=/etc/dhcphosts.txt
listen-address=127.0.0.1,172.17.1.1,172.17.2.1,172.17.3.1
dhcp-range=set:interface-eth2-0,172.17.1.1,static
dhcp-option=tag:interface-eth2-0,15,cs2cloud.internal
dhcp-option=tag:interface-eth2-0,6,172.17.1.1,10.0.32.1,8.8.8.8
dhcp-option=tag:interface-eth2-0,3,172.17.1.1
dhcp-option=eth2,26,1500
dhcp-option=tag:interface-eth2-0,1,255.255.255.0
dhcp-range=set:interface-eth3-1,172.17.2.1,static
dhcp-option=tag:interface-eth3-1,15,cs2cloud.internal
dhcp-option=tag:interface-eth3-1,6,172.17.2.1,8.8.8.8,1.1.1.1
dhcp-option=tag:interface-eth3-1,3,172.17.2.1
dhcp-option=eth3,26,1500
dhcp-option=tag:interface-eth3-1,1,255.255.255.0
dhcp-range=set:interface-eth4-2,172.17.3.1,static
dhcp-option=tag:interface-eth4-2,15,cs2cloud.internal
dhcp-option=tag:interface-eth4-2,6,172.17.3.1,8.8.8.8,1.1.1.1
dhcp-option=tag:interface-eth4-2,3,172.17.3.1
dhcp-option=eth4,26,1500
dhcp-option=tag:interface-eth4-2,1,255.255.255.0
root@r-575-VM:~#
```
* Update PR8621 test:ArgumentMatchers instead of Matchers in test
2024-04-24 09:10:52 +02:00
Wei Zhou
6def370f4a
test: fix unknown parameter hostid in test_vm_life_cycle.py ( #8948 )
2024-04-24 08:59:33 +02:00
SadiJr
96ae479000
[Usage] Create network billing ( #7236 )
...
Co-authored-by: Bryan Lima <bryan.lima@hotmail.com>
Co-authored-by: SadiJr <sadi@scclouds.com.br>
Co-authored-by: Bryan Lima <42067040+BryanMLima@users.noreply.github.com>
Co-authored-by: Henrique Sato <henriquesato2003@gmail.com>
2024-04-24 08:52:49 +02:00
Daan Hoogland
a358c9a410
Merge release branch 4.19 to main
...
* 4.19:
New feature: Import/Unamange DATA volume from storage pool (#8808 )
2024-04-23 16:13:16 +02:00
Wei Zhou
0b857def68
New feature: Import/Unamange DATA volume from storage pool ( #8808 )
2024-04-23 16:05:59 +02:00
Daan Hoogland
65eef59e0b
Merge release branch 4.19 to main
...
* 4.19:
UI: ignore error when list public ips for CKS clusters on Shared network (#8489 )
Infra25725 add codecov token to workflow (#8960 )
2024-04-23 15:49:53 +02:00
Daan Hoogland
80adf5ead1
Merge release branch 4.18 to 4.19
...
* 4.18:
UI: ignore error when list public ips for CKS clusters on Shared network (#8489 )
2024-04-23 15:49:15 +02:00
Wei Zhou
65f57124f5
UI: ignore error when list public ips for CKS clusters on Shared network ( #8489 )
2024-04-23 15:12:57 +02:00
John Bampton
6c24ff9098
pre-commit autoupdate ( #8867 )
2024-04-23 13:28:45 +02:00
dahn
0de469ab73
Infra25725 add codecov token to workflow ( #8960 )
2024-04-23 13:28:09 +02:00
Daan Hoogland
66c10bf42f
logger issues
2024-04-23 12:55:17 +02:00
Daan Hoogland
c31aebc188
Merge release branch 4.19 to main
...
* 4.19:
server: fix duplicated records for templates if there are multiple zones (#8933 )
2024-04-23 12:22:53 +02:00
dahn
865da730e5
log sanitation on output of jobs ( #8890 )
2024-04-23 12:19:22 +02:00
John Bampton
2ca3be41f7
Fix spelling in code comments ( #8866 )
2024-04-23 12:11:56 +02:00
Wei Zhou
f6802e9198
server: fix duplicated records for templates if there are multiple zones ( #8933 )
2024-04-23 12:06:45 +02:00
Rohit Yadav
93d4816ee8
Merge remote-tracking branch 'origin/4.19'
...
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
Conflicts:
plugins/storage/volume/linstor/src/main/java/com/cloud/hypervisor/kvm/storage/LinstorStorageAdaptor.java
2024-04-23 15:24:19 +05:30
Rohit Yadav
0fa71f5696
Merge remote-tracking branch 'origin/4.18' into 4.19
2024-04-23 15:21:44 +05:30
Bernardo De Marco Gonçalves
582249c1f7
Fix permission to manipulate VMs and templates settings through UI ( #8778 )
2024-04-23 11:46:10 +02:00
Wei Zhou
bf9fdaddbd
Fix build errors due to log4j 2.x changes
2024-04-23 11:43:08 +02:00
Wei Zhou
7b57480d60
Merge remote-tracking branch 'apache/4.19' into main
2024-04-23 10:06:16 +02:00
dahn
6502dde8c3
field enlarged and db upgrade ( #8675 )
...
* 4.19 -> 4.19.1 and enlarge url field
2024-04-23 13:01:08 +05:30
Vishesh
c081f60427
server: Fix null pointer exception in restore VM ( #8930 )
2024-04-22 19:21:16 +02:00
Suresh Kumar Anaparti
21182dabcd
Update netty version for compatibility/staying current ( #8945 )
2024-04-22 10:35:03 +02:00
dahn
0577b0ac8e
server: add logs to public ip allocation attempt ( #8239 )
2024-04-22 10:31:48 +02:00
Rene Peinthor
405aac38bc
linstor: Only set allow-two-primaries if resource is already in use ( #8802 )
...
For live migrate we need the allow-two-primaries option,
but we don't know exactly if we are called for a migration operation.
Now also check if at least any of the resources is in use somewhere and
only then set the option.
2024-04-22 10:04:05 +02:00
SadiJr
49d244f251
[Usage] Create VPC billing ( #7235 )
...
Co-authored-by: SadiJr <sadi@scclouds.com.br>
Co-authored-by: Bryan Lima <bryan.lima@hotmail.com>
2024-04-22 09:42:24 +02:00