diff options
Diffstat (limited to 'spec/acceptance/nodesets/centos-7-x86_64-vagrant.yml')
-rw-r--r-- | spec/acceptance/nodesets/centos-7-x86_64-vagrant.yml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/spec/acceptance/nodesets/centos-7-x86_64-vagrant.yml b/spec/acceptance/nodesets/centos-7-x86_64-vagrant.yml new file mode 100644 index 00000000..95402e54 --- /dev/null +++ b/spec/acceptance/nodesets/centos-7-x86_64-vagrant.yml @@ -0,0 +1,11 @@ +HOSTS: + centos-7-x64: + default_apply_opts: + order: random + strict_variables: + platform: el-7-x86_64 + hypervisor : vagrant + box : camptocamp/centos-7-x86_64 +CONFIG: + type: foss + log_level: debug |