Skip to content

Commit

Permalink
Add rpm flag to F20/21 Beaker host YAML files
Browse files Browse the repository at this point in the history
* Without this, wouldn't be provisioned via RPM or tarball
* Relevant to #32 and #63

Signed-off-by: Daniel Farrell <[email protected]>
  • Loading branch information
dfarrell07 committed Mar 2, 2015
1 parent 1eb620b commit 0da8105
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions spec/acceptance/nodesets/fedora-20.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions spec/acceptance/nodesets/fedora-21.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0da8105

Please sign in to comment.