mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 05:12:45 +00:00
remove cpuHotAddEnabled, memoryHotAddEnabled defaults from configSpec (#25202)
* add hardware.hotadd_cpu, hardware.hotadd_memory parameters
* use hotadd_{cpu,memory} paramters on create integration tests
This commit is contained in:
committed by
Abhijeet Kasurde
parent
4756b392ea
commit
8a21fa2c07
@@ -72,6 +72,8 @@
|
||||
hardware:
|
||||
num_cpus: 1
|
||||
memory_mb: 512
|
||||
hotadd_memory: true
|
||||
hotadd_cpu: false
|
||||
disk:
|
||||
- size: 0gb
|
||||
type: thin
|
||||
|
||||
Reference in New Issue
Block a user