Added Salt PKI setup, orchestration skeleton
diff --git a/tests/pillar/control_virt.sls b/tests/pillar/control_virt.sls
index 51255f6..e07319b 100644
--- a/tests/pillar/control_virt.sls
+++ b/tests/pillar/control_virt.sls
@@ -1,6 +1,8 @@
salt:
minion:
enabled: true
+ master:
+ host: config01.dc01.domain.com
control:
enabled: true
virt_enabled: true
@@ -8,15 +10,12 @@
small:
cpu: 1
ram: 1
- hdd: 10
medium:
cpu: 2
ram: 4
- hdd: 20
large:
cpu: 4
ram: 8
- hdd: 70
cluster:
vpc20_infra:
domain: neco.virt.domain.com
@@ -27,9 +26,9 @@
node:
ubuntu1:
provider: node01.domain.com
- image: "salt://ubuntu.qcow"
+ image: ubuntu.qcow
size: medium
ubuntu2:
provider: node02.domain.com
- image: "http://ubuntu.com"
- size: small
+ image: bubuntu.qcomw
+ size: small
\ No newline at end of file