summaryrefslogtreecommitdiff
path: root/inventory/host_vars
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2019-01-06 17:20:48 +0100
committerChristian Pointner <equinox@spreadspace.org>2019-01-06 17:20:48 +0100
commit67470c57d1681e3bbb00db2aca31be544c325300 (patch)
tree99c6ed9c63e8a0f1c9d114a76c6b74fa721290ef /inventory/host_vars
parentadded management port in elevate router config (diff)
improved disk selection for preseed
Diffstat (limited to 'inventory/host_vars')
-rw-r--r--inventory/host_vars/ele-media.yml2
-rw-r--r--inventory/host_vars/emc-master.yml2
-rw-r--r--inventory/host_vars/emc-stats.yml2
-rw-r--r--inventory/host_vars/k8s-test2.yml2
4 files changed, 4 insertions, 4 deletions
diff --git a/inventory/host_vars/ele-media.yml b/inventory/host_vars/ele-media.yml
index d7d7f6ef..e4cdb1a8 100644
--- a/inventory/host_vars/ele-media.yml
+++ b/inventory/host_vars/ele-media.yml
@@ -10,7 +10,7 @@ network:
install:
disks:
- primary: sda
+ primary: /dev/disk/by-id/ata-Samsung_SSD_840_Series_S14GNEACC92243K
docker_lvm:
vg: "{{ host_name }}"
diff --git a/inventory/host_vars/emc-master.yml b/inventory/host_vars/emc-master.yml
index 83fc7d29..d590908e 100644
--- a/inventory/host_vars/emc-master.yml
+++ b/inventory/host_vars/emc-master.yml
@@ -6,7 +6,7 @@ install:
mem: 1024
numcpu: 2
disks:
- primary: vda
+ primary: /dev/vda
virtio:
vda:
vg: storage
diff --git a/inventory/host_vars/emc-stats.yml b/inventory/host_vars/emc-stats.yml
index 41f30645..e6de5859 100644
--- a/inventory/host_vars/emc-stats.yml
+++ b/inventory/host_vars/emc-stats.yml
@@ -6,7 +6,7 @@ install:
mem: 8192
numcpu: 6
disks:
- primary: vda
+ primary: /dev/vda
virtio:
vda:
vg: storage
diff --git a/inventory/host_vars/k8s-test2.yml b/inventory/host_vars/k8s-test2.yml
index 13b346c5..7ae77b77 100644
--- a/inventory/host_vars/k8s-test2.yml
+++ b/inventory/host_vars/k8s-test2.yml
@@ -6,7 +6,7 @@ install:
mem: 1024
numcpu: 2
disks:
- primary: vda
+ primary: /dev/vda
virtio:
vda:
vg: storage