From 7291d1ab224dabe171c64f9d5fe4d92dfcd750bf Mon Sep 17 00:00:00 2001 From: Joshua Hoblitt Date: Mon, 15 Jun 2015 10:47:28 -0700 Subject: [PATCH] add fedora 21 nodeset As of this commit, beaker (2.14.1) is currently incompatible with vagrant/fedora 20+. See: https://github.com/dfarrell07/puppet-opendaylight/issues/63#issuecomment-92456469k --- spec/acceptance/nodesets/fedora-21-x64.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 spec/acceptance/nodesets/fedora-21-x64.yml diff --git a/spec/acceptance/nodesets/fedora-21-x64.yml b/spec/acceptance/nodesets/fedora-21-x64.yml new file mode 100644 index 00000000..3f54b75a --- /dev/null +++ b/spec/acceptance/nodesets/fedora-21-x64.yml @@ -0,0 +1,9 @@ +HOSTS: + fedora-21: + roles: + - master + platform: fedora-21-x86_64 + box: chef/fedora-21 + hypervisor: vagrant +CONFIG: + type: foss