Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(PA-139) unify pa acceptance workflows #4539

314 changes: 114 additions & 200 deletions acceptance/Rakefile

Large diffs are not rendered by default.

8 changes: 2 additions & 6 deletions acceptance/config/aio/options.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
{
:type => 'aio',
:is_puppetserver => true,
:puppetservice => 'puppetserver',
:'puppetserver-confdir' => '/etc/puppetlabs/puppetserver/conf.d',
:restart_when_done => false,
:type => 'aio',
:pre_suite => [
'setup/common/pre-suite/000-delete-puppet-when-none.rb',
'setup/aio/pre-suite/010_Install.rb',
Expand All @@ -15,4 +11,4 @@
'setup/aio/pre-suite/045_EnsureMasterStartedOnPassenger.rb',
'setup/common/pre-suite/070_InstallCACerts.rb',
],
}
}.merge(eval File.read('config/common/options.rb'))
16 changes: 16 additions & 0 deletions acceptance/config/common/options.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
:ssh => {
:keys => ["id_rsa_acceptance", "#{ENV['HOME']}/.ssh/id_rsa-acceptance"],
},
:load_path => './lib',
:xml => true,
:timesync => false,
:repo_proxy => true,
:add_el_extras => true,
:forge_host => 'forge-aio01-petest.puppetlabs.com',
:'master-start-curl-retries' => 30,
:is_puppetserver => true,
:puppetservice => 'puppetserver',
:'puppetserver-confdir' => '/etc/puppetlabs/puppetserver/conf.d',
:restart_when_done => false,
}
2 changes: 1 addition & 1 deletion acceptance/config/gem/options.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
'setup/common/pre-suite/000-delete-puppet-when-none.rb',
'setup/git/pre-suite/000_EnvSetup.rb',
],
}
}.merge(eval File.read('config/common/options.rb'))
2 changes: 1 addition & 1 deletion acceptance/config/git/options.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
'setup/git/pre-suite/060_InstallModules.rb',
'setup/common/pre-suite/070_InstallCACerts.rb',
],
}
}.merge(eval File.read('config/common/options.rb'))
12 changes: 0 additions & 12 deletions acceptance/config/packages/options.rb

This file was deleted.

14 changes: 0 additions & 14 deletions acceptance/config/passenger/options.rb

This file was deleted.

52 changes: 0 additions & 52 deletions acceptance/setup/packages/pre-suite/010_Install.rb

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

15 changes: 0 additions & 15 deletions acceptance/setup/passenger/pre-suite/030_ConfigurePassenger.rb

This file was deleted.