Add rpm flag to F20/21 Beaker host YAML files 32/55432/1
authorDaniel Farrell <dfarrell@redhat.com>
Mon, 2 Mar 2015 02:31:13 +0000 (21:31 -0500)
committerDaniel Farrell <dfarrell@redhat.com>
Wed, 19 Apr 2017 19:18:39 +0000 (15:18 -0400)
* Without this, wouldn't be provisioned via RPM or tarball
* Relevant to #32 and #63

Change-Id: Ie196c943963e79bdae64854ca04a163a7db1bc17
Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
spec/acceptance/nodesets/fedora-20.yml
spec/acceptance/nodesets/fedora-21.yml

index d7f61ee423ebf4ea0d6e39efac70bf11036d4233..ca8070f4bd61640c5aa2fc9a4fc13852888a5966 100644 (file)
@@ -2,6 +2,7 @@ HOSTS:
   fedora-20:
     roles:
       - master
+      - rpm
     platform: fedora-20-x86_64
     box: chef/fedora-20
     box_url: https://vagrantcloud.com/chef/boxes/fedora-20
index 26e10716444e604cf57e015f7e638909ffa27fbf..a459148198eb8dd39e308dcc8b4b88c98212bd6c 100644 (file)
@@ -2,6 +2,7 @@ HOSTS:
   fedora-21:
     roles:
       - master
+      - rpm
     # TODO: Update to F21 once RPM is created by Puppet folks
     # See: https://github.com/dfarrell07/puppet-opendaylight/issues/10#issuecomment-70542612
     platform: fedora-20-x86_64