mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-25 06:10:22 -07: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:
parent
4756b392ea
commit
8a21fa2c07
2 changed files with 15 additions and 1 deletions
|
@ -72,6 +72,8 @@
|
|||
hardware:
|
||||
num_cpus: 1
|
||||
memory_mb: 512
|
||||
hotadd_memory: true
|
||||
hotadd_cpu: false
|
||||
disk:
|
||||
- size: 0gb
|
||||
type: thin
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue