Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/stable'
Browse files Browse the repository at this point in the history
* upstream/stable:
  (FACT-1293) Add Arista Support
  (FACT-1281) Remove per-repo node configs for pooler vms
  (FACT-1281) Remove temp workaround
  • Loading branch information
joshcooper committed Jan 6, 2016
2 parents fe24526 + b7a0cd4 commit c70bfae
Show file tree
Hide file tree
Showing 71 changed files with 14 additions and 905 deletions.
6 changes: 1 addition & 5 deletions acceptance/Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -107,11 +107,7 @@ def beaker_test(mode = :aio, options = {})
tests = ENV['TESTS'] || ENV['TEST']
tests_opt = "--tests=#{tests}" if tests

# The 'if ...' suffix conditional below is a temporary measure which should go
# away once the pipeline changes are made so that TEST_TARGET is always
# intended for use with beaker-hostgenerator. So please remove that
# conditional (and this comment) once that pipeline change is made.
target = ENV['TEST_TARGET'] if ENV['TEST_TARGET'] && ENV['TEST_TARGET'][-1,1] == 'a'
target = ENV['TEST_TARGET']
if target
cli = BeakerHostGenerator::CLI.new([target, '--disable-default-role', '--osinfo-version', '1'])
ENV['HOSTS'] = "tmp/#{target}-#{SecureRandom.uuid}.yaml"
Expand Down
1 change: 1 addition & 0 deletions acceptance/config/aio/options.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@
:pre_suite => [
'setup/common/pre-suite/000-delete-puppet-when-none.rb',
'setup/aio/pre-suite/010_Install.rb',
'setup/aio/pre-suite/021_InstallAristaModule.rb',
],
}
13 changes: 0 additions & 13 deletions acceptance/config/nodes/centos-4-i386.yaml

This file was deleted.

13 changes: 0 additions & 13 deletions acceptance/config/nodes/centos-4-x86_64.yaml

This file was deleted.

13 changes: 0 additions & 13 deletions acceptance/config/nodes/centos-5-i386.yaml

This file was deleted.

13 changes: 0 additions & 13 deletions acceptance/config/nodes/centos-5-x86_64.yaml

This file was deleted.

13 changes: 0 additions & 13 deletions acceptance/config/nodes/centos-6-i386.yaml

This file was deleted.

13 changes: 0 additions & 13 deletions acceptance/config/nodes/centos-6-x86_64.yaml

This file was deleted.

13 changes: 0 additions & 13 deletions acceptance/config/nodes/centos-7-x86_64.yaml

This file was deleted.

13 changes: 0 additions & 13 deletions acceptance/config/nodes/debian-6-i386.yaml

This file was deleted.

13 changes: 0 additions & 13 deletions acceptance/config/nodes/debian-6-x86_64.yaml

This file was deleted.

13 changes: 0 additions & 13 deletions acceptance/config/nodes/debian-7-i386.yaml

This file was deleted.

13 changes: 0 additions & 13 deletions acceptance/config/nodes/debian-7-x86_64.yaml

This file was deleted.

13 changes: 0 additions & 13 deletions acceptance/config/nodes/debian-8-i386.yaml

This file was deleted.

13 changes: 0 additions & 13 deletions acceptance/config/nodes/debian-8-x86_64.yaml

This file was deleted.

13 changes: 0 additions & 13 deletions acceptance/config/nodes/fedora-21-i386.yaml

This file was deleted.

13 changes: 0 additions & 13 deletions acceptance/config/nodes/fedora-21-x86_64.yaml

This file was deleted.

13 changes: 0 additions & 13 deletions acceptance/config/nodes/fedora-22-i386.yaml

This file was deleted.

13 changes: 0 additions & 13 deletions acceptance/config/nodes/fedora-22-x86_64.yaml

This file was deleted.

13 changes: 0 additions & 13 deletions acceptance/config/nodes/oracle-5-i386.yaml

This file was deleted.

13 changes: 0 additions & 13 deletions acceptance/config/nodes/oracle-5-x86_64.yaml

This file was deleted.

13 changes: 0 additions & 13 deletions acceptance/config/nodes/oracle-6-i386.yaml

This file was deleted.

13 changes: 0 additions & 13 deletions acceptance/config/nodes/oracle-6-x86_64.yaml

This file was deleted.

13 changes: 0 additions & 13 deletions acceptance/config/nodes/oracle-7-x86_64.yaml

This file was deleted.

13 changes: 0 additions & 13 deletions acceptance/config/nodes/osx-1010-x86_64.yaml

This file was deleted.

13 changes: 0 additions & 13 deletions acceptance/config/nodes/osx-1011-x86_64.yaml

This file was deleted.

13 changes: 0 additions & 13 deletions acceptance/config/nodes/osx-109-x86_64.yaml

This file was deleted.

13 changes: 0 additions & 13 deletions acceptance/config/nodes/redhat-4-i386.yaml

This file was deleted.

13 changes: 0 additions & 13 deletions acceptance/config/nodes/redhat-4-x86_64.yaml

This file was deleted.

Loading

0 comments on commit c70bfae

Please sign in to comment.