Test pools.
This commit is contained in:
parent
64035d8dc1
commit
dc21dc8a7b
2 changed files with 13 additions and 0 deletions
10
dev-example/test-pool.yaml
Normal file
10
dev-example/test-pool.yaml
Normal file
|
|
@ -0,0 +1,10 @@
|
||||||
|
apiVersion: "vmoperator.jdrupes.org/v1"
|
||||||
|
kind: VmPool
|
||||||
|
metadata:
|
||||||
|
namespace: vmop-dev
|
||||||
|
name: test-vms
|
||||||
|
spec:
|
||||||
|
permissions:
|
||||||
|
- user: admin
|
||||||
|
may:
|
||||||
|
- accessConsole
|
||||||
|
|
@ -30,6 +30,9 @@ spec:
|
||||||
cloudInit:
|
cloudInit:
|
||||||
metaData: {}
|
metaData: {}
|
||||||
|
|
||||||
|
pools:
|
||||||
|
- test-vms
|
||||||
|
|
||||||
vm:
|
vm:
|
||||||
# state: Running
|
# state: Running
|
||||||
bootMenu: true
|
bootMenu: true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue