From 54ba680e4333cfa48f269ade1404b67db42cae01 Mon Sep 17 00:00:00 2001 From: Karol Babioch Date: Nov 05 2019 13:17:20 +0000 Subject: Change virt_cluster to simple value This makes the virt_cluster variable in the pillar YAML file a simple value (instead of a list), since the current pipeline scripts cannot handle anything more complex than simple strings. --- diff --git a/pillar/valid_custom_grains.yaml b/pillar/valid_custom_grains.yaml index edf435f..09e1c36 100644 --- a/pillar/valid_custom_grains.yaml +++ b/pillar/valid_custom_grains.yaml @@ -12,16 +12,13 @@ localized: default_domain: infra.opensuse.org default_virt_cluster: atreju domains: infra.opensuse.org - virt_cluster: - - bare-metal + virt_cluster: bare-metal de: city: nuremberg default_domain: infra.opensuse.org default_virt_cluster: atreju domains: infra.opensuse.org - virt_cluster: - - atreju - - bare-metal + virt_cluster: atreju us: city: provo default_domain: infra.opensuse.org