1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-06-30 07:50:43 +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:
Dario Zanzico 2017-11-10 14:09:30 +01:00 committed by Abhijeet Kasurde
parent 4756b392ea
commit 8a21fa2c07
2 changed files with 15 additions and 1 deletions

View file

@ -72,6 +72,8 @@
hardware:
num_cpus: 1
memory_mb: 512
hotadd_memory: true
hotadd_cpu: false
disk:
- size: 0gb
type: thin