added container-based VM tests#541
Conversation
run.sh - added the node-vm-density case added folder node-vm-density - VM template and settings
added node-vm-density description
|
Can one of the admins verify this patch? |
| disks: | ||
| - disk: | ||
| bus: virtio | ||
| name: node-vm-density |
There was a problem hiding this comment.
+ - disk:
+ bus: virtio
+ name: cloudinitdisk
There was a problem hiding this comment.
Hmm, why?
some 1 might want to add more disks, and I like the name convention it fits the role
There was a problem hiding this comment.
You have the cloudInitNoCloud section to set pw / config ssh so this template would fail w/out defining the corresponding disk (error was: spec.template.spec.domain.volumes[1].name 'cloudinitdisk' not found)
|
Could we add a check to the |
Checking @bbenshab if this is still relevant? |
Checking in again |
Description
added container-based VM tests + updated README.md
Fixes