simp-rake-helpers 5.24.0 → 6.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.gitignore +20 -1
- data/CHANGELOG.md +33 -0
- data/Gemfile +14 -6
- data/lib/simp/command_utils.rb +6 -3
- data/lib/simp/componentinfo.rb +47 -33
- data/lib/simp/local_gpg_signing_key.rb +302 -303
- data/lib/simp/packer/iso_vars_json.rb +17 -15
- data/lib/simp/rake/build/auto.rb +415 -432
- data/lib/simp/rake/build/build.rb +119 -124
- data/lib/simp/rake/build/clean.rb +39 -39
- data/lib/simp/rake/build/code.rb +125 -128
- data/lib/simp/rake/build/constants.rb +7 -4
- data/lib/simp/rake/build/deps.rb +196 -207
- data/lib/simp/rake/build/helpers.rb +17 -13
- data/lib/simp/rake/build/iso.rb +404 -411
- data/lib/simp/rake/build/pkg.rb +752 -759
- data/lib/simp/rake/build/rpmdeps.rb +70 -70
- data/lib/simp/rake/build/spec.rb +44 -46
- data/lib/simp/rake/build/tar.rb +169 -173
- data/lib/simp/rake/build/unpack.rb +105 -107
- data/lib/simp/rake/build/upload.rb +93 -102
- data/lib/simp/rake/fixtures.rb +69 -66
- data/lib/simp/rake/helpers/rpm_spec.rb +10 -7
- data/lib/simp/rake/helpers/version.rb +3 -1
- data/lib/simp/rake/helpers.rb +12 -10
- data/lib/simp/rake/pkg.rb +417 -440
- data/lib/simp/rake/pupmod/helpers.rb +100 -87
- data/lib/simp/rake/pupmod/module_build.rb +39 -0
- data/lib/simp/rake/rubygem.rb +57 -56
- data/lib/simp/rake.rb +34 -29
- data/lib/simp/relchecks.rb +52 -43
- data/lib/simp/rpm.rb +123 -127
- data/lib/simp/rpm_signer.rb +57 -55
- data/lib/simp/yum.rb +54 -53
- data/spec/acceptance/nodesets/{default_ruby3_1.yml → almalinux10.yml} +4 -4
- data/spec/acceptance/nodesets/{default.yml → almalinux8.yml} +2 -2
- data/spec/acceptance/nodesets/almalinux9.yml +25 -0
- data/spec/acceptance/suites/default/00_pkg_rpm_custom_scriptlets_spec.rb +23 -28
- data/spec/acceptance/suites/default/10_pkg_rpm_spec.rb +54 -56
- data/spec/acceptance/suites/default/30_pkg_misc_spec.rb +17 -19
- data/spec/acceptance/suites/default/50_local_gpg_signing_key_spec.rb +5 -5
- data/spec/acceptance/suites/default/55_build_pkg_signing_spec.rb +109 -101
- data/spec/acceptance/suites/default/files/testpackage/spec/classes/init_spec.rb +1 -0
- data/spec/acceptance/suites/default/files/testpackage/spec/files/mock_something.rb +3 -1
- data/spec/acceptance/suites/default/files/testpackage/utils/convert_v1_to_v2.rb +2 -0
- data/spec/acceptance/suites/default/support/build_project_helpers.rb +20 -17
- data/spec/acceptance/suites/default/support/build_user_helpers.rb +4 -2
- data/spec/acceptance/suites/default/support/pkg_rpm_helpers.rb +30 -31
- data/spec/acceptance/support/simp_rake_helpers.rb +3 -1
- data/spec/lib/simp/command_utils_spec.rb +13 -10
- data/spec/lib/simp/componentinfo_changelog_regex_spec.rb +33 -33
- data/spec/lib/simp/componentinfo_spec.rb +99 -86
- data/spec/lib/simp/packer/iso_vars_json_spec.rb +16 -14
- data/spec/lib/simp/rake/build/helpers_spec.rb +7 -7
- data/spec/lib/simp/rake/build/rpmdeps_spec.rb +48 -46
- data/spec/lib/simp/rake/helpers_spec.rb +6 -5
- data/spec/lib/simp/rake/pkg_spec.rb +7 -5
- data/spec/lib/simp/rake/pupmod/fixtures/othermod/spec/classes/init_spec.rb +3 -1
- data/spec/lib/simp/rake/pupmod/fixtures/othermod/spec/spec_helper.rb +2 -0
- data/spec/lib/simp/rake/pupmod/fixtures/simpmod/spec/acceptance/suites/default/class_spec.rb +6 -5
- data/spec/lib/simp/rake/pupmod/fixtures/simpmod/spec/classes/init_spec.rb +51 -33
- data/spec/lib/simp/rake/pupmod/fixtures/simpmod/spec/spec_helper.rb +15 -16
- data/spec/lib/simp/rake/pupmod/fixtures/simpmod/spec/spec_helper_acceptance.rb +9 -9
- data/spec/lib/simp/rake/pupmod/helpers_spec.rb +20 -19
- data/spec/lib/simp/rake/pupmod/module_build_spec.rb +87 -0
- data/spec/lib/simp/rake_spec.rb +7 -6
- data/spec/lib/simp/relchecks_check_rpm_changelog_spec.rb +26 -31
- data/spec/lib/simp/relchecks_compare_latest_tag_spec.rb +32 -26
- data/spec/lib/simp/relchecks_create_tag_changelog_spec.rb +27 -19
- data/spec/lib/simp/rpm_signer_spec.rb +45 -39
- data/spec/lib/simp/rpm_spec.rb +190 -194
- data/spec/spec_helper.rb +4 -2
- data/spec/spec_helper_acceptance.rb +3 -5
- metadata +47 -76
- data/bin/simp_rake_helpers +0 -3
- data/lib/simp/ci/gitlab.rb +0 -226
- data/lib/simp/rake/ci.rb +0 -31
- data/spec/lib/simp/ci/files/global_nodesets_only/spec/acceptance/nodesets/default.yml +0 -41
- data/spec/lib/simp/ci/files/global_nodesets_only/spec/acceptance/nodesets/oel.yml +0 -41
- data/spec/lib/simp/ci/files/job_broken_link_nodeset/spec/acceptance/nodesets/centos.yml +0 -41
- data/spec/lib/simp/ci/files/job_broken_link_nodeset/spec/acceptance/nodesets/oel.yml +0 -41
- data/spec/lib/simp/ci/files/job_broken_link_nodeset/spec/acceptance/suites/default/class_spec.rb +0 -0
- data/spec/lib/simp/ci/files/job_invalid_nodeset/spec/acceptance/nodesets/default.yml +0 -41
- data/spec/lib/simp/ci/files/job_invalid_nodeset/spec/acceptance/nodesets/oel.yml +0 -41
- data/spec/lib/simp/ci/files/job_invalid_nodeset/spec/acceptance/suites/default/class_spec.rb +0 -0
- data/spec/lib/simp/ci/files/job_invalid_suite/spec/acceptance/nodesets/default.yml +0 -41
- data/spec/lib/simp/ci/files/job_invalid_suite/spec/acceptance/nodesets/oel.yml +0 -41
- data/spec/lib/simp/ci/files/job_invalid_suite/spec/acceptance/suites/default/class_spec.rb +0 -0
- data/spec/lib/simp/ci/files/job_missing_nodeset/spec/acceptance/nodesets/default.yml +0 -41
- data/spec/lib/simp/ci/files/job_missing_nodeset/spec/acceptance/nodesets/oel.yml +0 -41
- data/spec/lib/simp/ci/files/job_missing_nodeset/spec/acceptance/suites/default/class_spec.rb +0 -0
- data/spec/lib/simp/ci/files/job_missing_suite_and_nodeset/spec/acceptance/nodesets/default.yml +0 -41
- data/spec/lib/simp/ci/files/job_missing_suite_and_nodeset/spec/acceptance/nodesets/oel.yml +0 -41
- data/spec/lib/simp/ci/files/job_missing_suite_and_nodeset/spec/acceptance/suites/default/class_spec.rb +0 -0
- data/spec/lib/simp/ci/files/multiple_invalid_jobs/spec/acceptance/nodesets/default.yml +0 -41
- data/spec/lib/simp/ci/files/multiple_invalid_jobs/spec/acceptance/nodesets/oel.yml +0 -41
- data/spec/lib/simp/ci/files/multiple_invalid_jobs/spec/acceptance/suites/default/class_spec.rb +0 -0
- data/spec/lib/simp/ci/files/multiple_invalid_jobs/spec/acceptance/suites/feature-1/feature-1_spec.rb +0 -0
- data/spec/lib/simp/ci/files/multiple_invalid_jobs/spec/acceptance/suites/feature_2/feature_2_spec.rb +0 -0
- data/spec/lib/simp/ci/files/multiple_invalid_jobs/spec/acceptance/suites/feature_2/nodesets/default.yml +0 -35
- data/spec/lib/simp/ci/files/multiple_invalid_jobs/spec/acceptance/suites/feature_2/nodesets/oel.yml +0 -35
- data/spec/lib/simp/ci/files/multiple_valid_jobs/spec/acceptance/nodesets/default.yml +0 -41
- data/spec/lib/simp/ci/files/multiple_valid_jobs/spec/acceptance/nodesets/oel.yml +0 -41
- data/spec/lib/simp/ci/files/multiple_valid_jobs/spec/acceptance/suites/default/class_spec.rb +0 -0
- data/spec/lib/simp/ci/files/multiple_valid_jobs/spec/acceptance/suites/feature-1/feature-1_spec.rb +0 -0
- data/spec/lib/simp/ci/files/multiple_valid_jobs/spec/acceptance/suites/feature_2/feature_2_spec.rb +0 -0
- data/spec/lib/simp/ci/files/multiple_valid_jobs/spec/acceptance/suites/feature_2/nodesets/default.yml +0 -35
- data/spec/lib/simp/ci/files/multiple_valid_jobs/spec/acceptance/suites/feature_2/nodesets/oel.yml +0 -35
- data/spec/lib/simp/ci/files/no_acceptance_tests/spec/spec_helper.rb +0 -0
- data/spec/lib/simp/ci/files/no_gitlab_config_with_tests/spec/acceptance/nodesets/default.yml +0 -41
- data/spec/lib/simp/ci/files/no_gitlab_config_with_tests/spec/acceptance/nodesets/oel.yml +0 -41
- data/spec/lib/simp/ci/files/no_gitlab_config_with_tests/spec/acceptance/suites/default/class_spec.rb +0 -0
- data/spec/lib/simp/ci/files/no_gitlab_config_without_tests/spec/acceptance/nodesets/default.yml +0 -41
- data/spec/lib/simp/ci/files/no_gitlab_config_without_tests/spec/acceptance/nodesets/oel.yml +0 -41
- data/spec/lib/simp/ci/files/suite_skeleton_only/spec/acceptance/nodesets/centos.yml +0 -41
- data/spec/lib/simp/ci/files/suite_skeleton_only/spec/acceptance/nodesets/oel.yml +0 -41
- data/spec/lib/simp/ci/files/valid_job_global_nodeset/spec/acceptance/nodesets/default.yml +0 -41
- data/spec/lib/simp/ci/files/valid_job_global_nodeset/spec/acceptance/nodesets/oel.yml +0 -41
- data/spec/lib/simp/ci/files/valid_job_global_nodeset/spec/acceptance/suites/default/class_spec.rb +0 -0
- data/spec/lib/simp/ci/files/valid_job_nodeset_dir_link/spec/acceptance/nodesets/default.yml +0 -41
- data/spec/lib/simp/ci/files/valid_job_nodeset_dir_link/spec/acceptance/nodesets/oel.yml +0 -41
- data/spec/lib/simp/ci/files/valid_job_nodeset_dir_link/spec/acceptance/suites/default/class_spec.rb +0 -0
- data/spec/lib/simp/ci/files/valid_job_nodeset_link/spec/acceptance/suites/default/class_spec.rb +0 -0
- data/spec/lib/simp/ci/files/valid_job_nodeset_link/spec/acceptance/suites/default/nodesets/centos.yml +0 -41
- data/spec/lib/simp/ci/files/valid_job_nodeset_link/spec/acceptance/suites/default/nodesets/oel.yml +0 -41
- data/spec/lib/simp/ci/files/valid_job_suite_nodeset/spec/acceptance/suites/default/class_spec.rb +0 -0
- data/spec/lib/simp/ci/files/valid_job_suite_nodeset/spec/acceptance/suites/default/nodesets/default.yml +0 -41
- data/spec/lib/simp/ci/files/valid_job_suite_nodeset/spec/acceptance/suites/default/nodesets/oel.yml +0 -41
- data/spec/lib/simp/ci/gitlab_spec.rb +0 -245
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
<%
|
|
2
|
-
if ENV['BEAKER_HYPERVISOR']
|
|
3
|
-
hypervisor = ENV['BEAKER_HYPERVISOR']
|
|
4
|
-
else
|
|
5
|
-
hypervisor = 'vagrant'
|
|
6
|
-
end
|
|
7
|
-
-%>
|
|
8
|
-
HOSTS:
|
|
9
|
-
client:
|
|
10
|
-
roles:
|
|
11
|
-
- default
|
|
12
|
-
- master
|
|
13
|
-
- client
|
|
14
|
-
platform: el-7-x86_64
|
|
15
|
-
box: onyxpoint/oel-7-x86_64
|
|
16
|
-
hypervisor: <%= hypervisor %>
|
|
17
|
-
server-1:
|
|
18
|
-
roles:
|
|
19
|
-
- server
|
|
20
|
-
platform: el-7-x86_64
|
|
21
|
-
box: onyxpoint/oel-7-x86_64
|
|
22
|
-
hypervisor: <%= hypervisor %>
|
|
23
|
-
server-2:
|
|
24
|
-
roles:
|
|
25
|
-
- server
|
|
26
|
-
platform: el-6-x86_64
|
|
27
|
-
box: onyxpoint/oel-7-x86_64
|
|
28
|
-
hypervisor: <%= hypervisor %>
|
|
29
|
-
server-3:
|
|
30
|
-
roles:
|
|
31
|
-
- failover_server
|
|
32
|
-
platform: el-7-x86_64
|
|
33
|
-
box: onyxpoint/oel-7-x86_64
|
|
34
|
-
hypervisor: <%= hypervisor %>
|
|
35
|
-
CONFIG:
|
|
36
|
-
log_level: verbose
|
|
37
|
-
type: aio
|
|
38
|
-
vagrant_memsize: 256
|
|
39
|
-
<% if ENV['BEAKER_PUPPET_COLLECTION'] -%>
|
|
40
|
-
puppet_collection: <%= ENV['BEAKER_PUPPET_COLLECTION'] %>
|
|
41
|
-
<% end -%>
|
data/spec/lib/simp/ci/files/job_broken_link_nodeset/spec/acceptance/suites/default/class_spec.rb
DELETED
|
File without changes
|
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
<%
|
|
2
|
-
if ENV['BEAKER_HYPERVISOR']
|
|
3
|
-
hypervisor = ENV['BEAKER_HYPERVISOR']
|
|
4
|
-
else
|
|
5
|
-
hypervisor = 'vagrant'
|
|
6
|
-
end
|
|
7
|
-
-%>
|
|
8
|
-
HOSTS:
|
|
9
|
-
client:
|
|
10
|
-
roles:
|
|
11
|
-
- default
|
|
12
|
-
- master
|
|
13
|
-
- client
|
|
14
|
-
platform: el-7-x86_64
|
|
15
|
-
box: centos/7
|
|
16
|
-
hypervisor: <%= hypervisor %>
|
|
17
|
-
server-1:
|
|
18
|
-
roles:
|
|
19
|
-
- server
|
|
20
|
-
platform: el-7-x86_64
|
|
21
|
-
box: centos/7
|
|
22
|
-
hypervisor: <%= hypervisor %>
|
|
23
|
-
server-2:
|
|
24
|
-
roles:
|
|
25
|
-
- server
|
|
26
|
-
platform: el-6-x86_64
|
|
27
|
-
box: centos/6
|
|
28
|
-
hypervisor: <%= hypervisor %>
|
|
29
|
-
server-3:
|
|
30
|
-
roles:
|
|
31
|
-
- failover_server
|
|
32
|
-
platform: el-7-x86_64
|
|
33
|
-
box: centos/7
|
|
34
|
-
hypervisor: <%= hypervisor %>
|
|
35
|
-
CONFIG:
|
|
36
|
-
log_level: verbose
|
|
37
|
-
type: aio
|
|
38
|
-
vagrant_memsize: 256
|
|
39
|
-
<% if ENV['BEAKER_PUPPET_COLLECTION'] -%>
|
|
40
|
-
puppet_collection: <%= ENV['BEAKER_PUPPET_COLLECTION'] %>
|
|
41
|
-
<% end -%>
|
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
<%
|
|
2
|
-
if ENV['BEAKER_HYPERVISOR']
|
|
3
|
-
hypervisor = ENV['BEAKER_HYPERVISOR']
|
|
4
|
-
else
|
|
5
|
-
hypervisor = 'vagrant'
|
|
6
|
-
end
|
|
7
|
-
-%>
|
|
8
|
-
HOSTS:
|
|
9
|
-
client:
|
|
10
|
-
roles:
|
|
11
|
-
- default
|
|
12
|
-
- master
|
|
13
|
-
- client
|
|
14
|
-
platform: el-7-x86_64
|
|
15
|
-
box: onyxpoint/oel-7-x86_64
|
|
16
|
-
hypervisor: <%= hypervisor %>
|
|
17
|
-
server-1:
|
|
18
|
-
roles:
|
|
19
|
-
- server
|
|
20
|
-
platform: el-7-x86_64
|
|
21
|
-
box: onyxpoint/oel-7-x86_64
|
|
22
|
-
hypervisor: <%= hypervisor %>
|
|
23
|
-
server-2:
|
|
24
|
-
roles:
|
|
25
|
-
- server
|
|
26
|
-
platform: el-6-x86_64
|
|
27
|
-
box: onyxpoint/oel-7-x86_64
|
|
28
|
-
hypervisor: <%= hypervisor %>
|
|
29
|
-
server-3:
|
|
30
|
-
roles:
|
|
31
|
-
- failover_server
|
|
32
|
-
platform: el-7-x86_64
|
|
33
|
-
box: onyxpoint/oel-7-x86_64
|
|
34
|
-
hypervisor: <%= hypervisor %>
|
|
35
|
-
CONFIG:
|
|
36
|
-
log_level: verbose
|
|
37
|
-
type: aio
|
|
38
|
-
vagrant_memsize: 256
|
|
39
|
-
<% if ENV['BEAKER_PUPPET_COLLECTION'] -%>
|
|
40
|
-
puppet_collection: <%= ENV['BEAKER_PUPPET_COLLECTION'] %>
|
|
41
|
-
<% end -%>
|
data/spec/lib/simp/ci/files/job_invalid_nodeset/spec/acceptance/suites/default/class_spec.rb
DELETED
|
File without changes
|
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
<%
|
|
2
|
-
if ENV['BEAKER_HYPERVISOR']
|
|
3
|
-
hypervisor = ENV['BEAKER_HYPERVISOR']
|
|
4
|
-
else
|
|
5
|
-
hypervisor = 'vagrant'
|
|
6
|
-
end
|
|
7
|
-
-%>
|
|
8
|
-
HOSTS:
|
|
9
|
-
client:
|
|
10
|
-
roles:
|
|
11
|
-
- default
|
|
12
|
-
- master
|
|
13
|
-
- client
|
|
14
|
-
platform: el-7-x86_64
|
|
15
|
-
box: centos/7
|
|
16
|
-
hypervisor: <%= hypervisor %>
|
|
17
|
-
server-1:
|
|
18
|
-
roles:
|
|
19
|
-
- server
|
|
20
|
-
platform: el-7-x86_64
|
|
21
|
-
box: centos/7
|
|
22
|
-
hypervisor: <%= hypervisor %>
|
|
23
|
-
server-2:
|
|
24
|
-
roles:
|
|
25
|
-
- server
|
|
26
|
-
platform: el-6-x86_64
|
|
27
|
-
box: centos/6
|
|
28
|
-
hypervisor: <%= hypervisor %>
|
|
29
|
-
server-3:
|
|
30
|
-
roles:
|
|
31
|
-
- failover_server
|
|
32
|
-
platform: el-7-x86_64
|
|
33
|
-
box: centos/7
|
|
34
|
-
hypervisor: <%= hypervisor %>
|
|
35
|
-
CONFIG:
|
|
36
|
-
log_level: verbose
|
|
37
|
-
type: aio
|
|
38
|
-
vagrant_memsize: 256
|
|
39
|
-
<% if ENV['BEAKER_PUPPET_COLLECTION'] -%>
|
|
40
|
-
puppet_collection: <%= ENV['BEAKER_PUPPET_COLLECTION'] %>
|
|
41
|
-
<% end -%>
|
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
<%
|
|
2
|
-
if ENV['BEAKER_HYPERVISOR']
|
|
3
|
-
hypervisor = ENV['BEAKER_HYPERVISOR']
|
|
4
|
-
else
|
|
5
|
-
hypervisor = 'vagrant'
|
|
6
|
-
end
|
|
7
|
-
-%>
|
|
8
|
-
HOSTS:
|
|
9
|
-
client:
|
|
10
|
-
roles:
|
|
11
|
-
- default
|
|
12
|
-
- master
|
|
13
|
-
- client
|
|
14
|
-
platform: el-7-x86_64
|
|
15
|
-
box: onyxpoint/oel-7-x86_64
|
|
16
|
-
hypervisor: <%= hypervisor %>
|
|
17
|
-
server-1:
|
|
18
|
-
roles:
|
|
19
|
-
- server
|
|
20
|
-
platform: el-7-x86_64
|
|
21
|
-
box: onyxpoint/oel-7-x86_64
|
|
22
|
-
hypervisor: <%= hypervisor %>
|
|
23
|
-
server-2:
|
|
24
|
-
roles:
|
|
25
|
-
- server
|
|
26
|
-
platform: el-6-x86_64
|
|
27
|
-
box: onyxpoint/oel-7-x86_64
|
|
28
|
-
hypervisor: <%= hypervisor %>
|
|
29
|
-
server-3:
|
|
30
|
-
roles:
|
|
31
|
-
- failover_server
|
|
32
|
-
platform: el-7-x86_64
|
|
33
|
-
box: onyxpoint/oel-7-x86_64
|
|
34
|
-
hypervisor: <%= hypervisor %>
|
|
35
|
-
CONFIG:
|
|
36
|
-
log_level: verbose
|
|
37
|
-
type: aio
|
|
38
|
-
vagrant_memsize: 256
|
|
39
|
-
<% if ENV['BEAKER_PUPPET_COLLECTION'] -%>
|
|
40
|
-
puppet_collection: <%= ENV['BEAKER_PUPPET_COLLECTION'] %>
|
|
41
|
-
<% end -%>
|
|
File without changes
|
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
<%
|
|
2
|
-
if ENV['BEAKER_HYPERVISOR']
|
|
3
|
-
hypervisor = ENV['BEAKER_HYPERVISOR']
|
|
4
|
-
else
|
|
5
|
-
hypervisor = 'vagrant'
|
|
6
|
-
end
|
|
7
|
-
-%>
|
|
8
|
-
HOSTS:
|
|
9
|
-
client:
|
|
10
|
-
roles:
|
|
11
|
-
- default
|
|
12
|
-
- master
|
|
13
|
-
- client
|
|
14
|
-
platform: el-7-x86_64
|
|
15
|
-
box: centos/7
|
|
16
|
-
hypervisor: <%= hypervisor %>
|
|
17
|
-
server-1:
|
|
18
|
-
roles:
|
|
19
|
-
- server
|
|
20
|
-
platform: el-7-x86_64
|
|
21
|
-
box: centos/7
|
|
22
|
-
hypervisor: <%= hypervisor %>
|
|
23
|
-
server-2:
|
|
24
|
-
roles:
|
|
25
|
-
- server
|
|
26
|
-
platform: el-6-x86_64
|
|
27
|
-
box: centos/6
|
|
28
|
-
hypervisor: <%= hypervisor %>
|
|
29
|
-
server-3:
|
|
30
|
-
roles:
|
|
31
|
-
- failover_server
|
|
32
|
-
platform: el-7-x86_64
|
|
33
|
-
box: centos/7
|
|
34
|
-
hypervisor: <%= hypervisor %>
|
|
35
|
-
CONFIG:
|
|
36
|
-
log_level: verbose
|
|
37
|
-
type: aio
|
|
38
|
-
vagrant_memsize: 256
|
|
39
|
-
<% if ENV['BEAKER_PUPPET_COLLECTION'] -%>
|
|
40
|
-
puppet_collection: <%= ENV['BEAKER_PUPPET_COLLECTION'] %>
|
|
41
|
-
<% end -%>
|
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
<%
|
|
2
|
-
if ENV['BEAKER_HYPERVISOR']
|
|
3
|
-
hypervisor = ENV['BEAKER_HYPERVISOR']
|
|
4
|
-
else
|
|
5
|
-
hypervisor = 'vagrant'
|
|
6
|
-
end
|
|
7
|
-
-%>
|
|
8
|
-
HOSTS:
|
|
9
|
-
client:
|
|
10
|
-
roles:
|
|
11
|
-
- default
|
|
12
|
-
- master
|
|
13
|
-
- client
|
|
14
|
-
platform: el-7-x86_64
|
|
15
|
-
box: onyxpoint/oel-7-x86_64
|
|
16
|
-
hypervisor: <%= hypervisor %>
|
|
17
|
-
server-1:
|
|
18
|
-
roles:
|
|
19
|
-
- server
|
|
20
|
-
platform: el-7-x86_64
|
|
21
|
-
box: onyxpoint/oel-7-x86_64
|
|
22
|
-
hypervisor: <%= hypervisor %>
|
|
23
|
-
server-2:
|
|
24
|
-
roles:
|
|
25
|
-
- server
|
|
26
|
-
platform: el-6-x86_64
|
|
27
|
-
box: onyxpoint/oel-7-x86_64
|
|
28
|
-
hypervisor: <%= hypervisor %>
|
|
29
|
-
server-3:
|
|
30
|
-
roles:
|
|
31
|
-
- failover_server
|
|
32
|
-
platform: el-7-x86_64
|
|
33
|
-
box: onyxpoint/oel-7-x86_64
|
|
34
|
-
hypervisor: <%= hypervisor %>
|
|
35
|
-
CONFIG:
|
|
36
|
-
log_level: verbose
|
|
37
|
-
type: aio
|
|
38
|
-
vagrant_memsize: 256
|
|
39
|
-
<% if ENV['BEAKER_PUPPET_COLLECTION'] -%>
|
|
40
|
-
puppet_collection: <%= ENV['BEAKER_PUPPET_COLLECTION'] %>
|
|
41
|
-
<% end -%>
|
data/spec/lib/simp/ci/files/job_missing_nodeset/spec/acceptance/suites/default/class_spec.rb
DELETED
|
File without changes
|
data/spec/lib/simp/ci/files/job_missing_suite_and_nodeset/spec/acceptance/nodesets/default.yml
DELETED
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
<%
|
|
2
|
-
if ENV['BEAKER_HYPERVISOR']
|
|
3
|
-
hypervisor = ENV['BEAKER_HYPERVISOR']
|
|
4
|
-
else
|
|
5
|
-
hypervisor = 'vagrant'
|
|
6
|
-
end
|
|
7
|
-
-%>
|
|
8
|
-
HOSTS:
|
|
9
|
-
client:
|
|
10
|
-
roles:
|
|
11
|
-
- default
|
|
12
|
-
- master
|
|
13
|
-
- client
|
|
14
|
-
platform: el-7-x86_64
|
|
15
|
-
box: centos/7
|
|
16
|
-
hypervisor: <%= hypervisor %>
|
|
17
|
-
server-1:
|
|
18
|
-
roles:
|
|
19
|
-
- server
|
|
20
|
-
platform: el-7-x86_64
|
|
21
|
-
box: centos/7
|
|
22
|
-
hypervisor: <%= hypervisor %>
|
|
23
|
-
server-2:
|
|
24
|
-
roles:
|
|
25
|
-
- server
|
|
26
|
-
platform: el-6-x86_64
|
|
27
|
-
box: centos/6
|
|
28
|
-
hypervisor: <%= hypervisor %>
|
|
29
|
-
server-3:
|
|
30
|
-
roles:
|
|
31
|
-
- failover_server
|
|
32
|
-
platform: el-7-x86_64
|
|
33
|
-
box: centos/7
|
|
34
|
-
hypervisor: <%= hypervisor %>
|
|
35
|
-
CONFIG:
|
|
36
|
-
log_level: verbose
|
|
37
|
-
type: aio
|
|
38
|
-
vagrant_memsize: 256
|
|
39
|
-
<% if ENV['BEAKER_PUPPET_COLLECTION'] -%>
|
|
40
|
-
puppet_collection: <%= ENV['BEAKER_PUPPET_COLLECTION'] %>
|
|
41
|
-
<% end -%>
|
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
<%
|
|
2
|
-
if ENV['BEAKER_HYPERVISOR']
|
|
3
|
-
hypervisor = ENV['BEAKER_HYPERVISOR']
|
|
4
|
-
else
|
|
5
|
-
hypervisor = 'vagrant'
|
|
6
|
-
end
|
|
7
|
-
-%>
|
|
8
|
-
HOSTS:
|
|
9
|
-
client:
|
|
10
|
-
roles:
|
|
11
|
-
- default
|
|
12
|
-
- master
|
|
13
|
-
- client
|
|
14
|
-
platform: el-7-x86_64
|
|
15
|
-
box: onyxpoint/oel-7-x86_64
|
|
16
|
-
hypervisor: <%= hypervisor %>
|
|
17
|
-
server-1:
|
|
18
|
-
roles:
|
|
19
|
-
- server
|
|
20
|
-
platform: el-7-x86_64
|
|
21
|
-
box: onyxpoint/oel-7-x86_64
|
|
22
|
-
hypervisor: <%= hypervisor %>
|
|
23
|
-
server-2:
|
|
24
|
-
roles:
|
|
25
|
-
- server
|
|
26
|
-
platform: el-6-x86_64
|
|
27
|
-
box: onyxpoint/oel-7-x86_64
|
|
28
|
-
hypervisor: <%= hypervisor %>
|
|
29
|
-
server-3:
|
|
30
|
-
roles:
|
|
31
|
-
- failover_server
|
|
32
|
-
platform: el-7-x86_64
|
|
33
|
-
box: onyxpoint/oel-7-x86_64
|
|
34
|
-
hypervisor: <%= hypervisor %>
|
|
35
|
-
CONFIG:
|
|
36
|
-
log_level: verbose
|
|
37
|
-
type: aio
|
|
38
|
-
vagrant_memsize: 256
|
|
39
|
-
<% if ENV['BEAKER_PUPPET_COLLECTION'] -%>
|
|
40
|
-
puppet_collection: <%= ENV['BEAKER_PUPPET_COLLECTION'] %>
|
|
41
|
-
<% end -%>
|
|
File without changes
|
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
<%
|
|
2
|
-
if ENV['BEAKER_HYPERVISOR']
|
|
3
|
-
hypervisor = ENV['BEAKER_HYPERVISOR']
|
|
4
|
-
else
|
|
5
|
-
hypervisor = 'vagrant'
|
|
6
|
-
end
|
|
7
|
-
-%>
|
|
8
|
-
HOSTS:
|
|
9
|
-
client:
|
|
10
|
-
roles:
|
|
11
|
-
- default
|
|
12
|
-
- master
|
|
13
|
-
- client
|
|
14
|
-
platform: el-7-x86_64
|
|
15
|
-
box: centos/7
|
|
16
|
-
hypervisor: <%= hypervisor %>
|
|
17
|
-
server-1:
|
|
18
|
-
roles:
|
|
19
|
-
- server
|
|
20
|
-
platform: el-7-x86_64
|
|
21
|
-
box: centos/7
|
|
22
|
-
hypervisor: <%= hypervisor %>
|
|
23
|
-
server-2:
|
|
24
|
-
roles:
|
|
25
|
-
- server
|
|
26
|
-
platform: el-6-x86_64
|
|
27
|
-
box: centos/6
|
|
28
|
-
hypervisor: <%= hypervisor %>
|
|
29
|
-
server-3:
|
|
30
|
-
roles:
|
|
31
|
-
- failover_server
|
|
32
|
-
platform: el-7-x86_64
|
|
33
|
-
box: centos/7
|
|
34
|
-
hypervisor: <%= hypervisor %>
|
|
35
|
-
CONFIG:
|
|
36
|
-
log_level: verbose
|
|
37
|
-
type: aio
|
|
38
|
-
vagrant_memsize: 256
|
|
39
|
-
<% if ENV['BEAKER_PUPPET_COLLECTION'] -%>
|
|
40
|
-
puppet_collection: <%= ENV['BEAKER_PUPPET_COLLECTION'] %>
|
|
41
|
-
<% end -%>
|
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
<%
|
|
2
|
-
if ENV['BEAKER_HYPERVISOR']
|
|
3
|
-
hypervisor = ENV['BEAKER_HYPERVISOR']
|
|
4
|
-
else
|
|
5
|
-
hypervisor = 'vagrant'
|
|
6
|
-
end
|
|
7
|
-
-%>
|
|
8
|
-
HOSTS:
|
|
9
|
-
client:
|
|
10
|
-
roles:
|
|
11
|
-
- default
|
|
12
|
-
- master
|
|
13
|
-
- client
|
|
14
|
-
platform: el-7-x86_64
|
|
15
|
-
box: onyxpoint/oel-7-x86_64
|
|
16
|
-
hypervisor: <%= hypervisor %>
|
|
17
|
-
server-1:
|
|
18
|
-
roles:
|
|
19
|
-
- server
|
|
20
|
-
platform: el-7-x86_64
|
|
21
|
-
box: onyxpoint/oel-7-x86_64
|
|
22
|
-
hypervisor: <%= hypervisor %>
|
|
23
|
-
server-2:
|
|
24
|
-
roles:
|
|
25
|
-
- server
|
|
26
|
-
platform: el-6-x86_64
|
|
27
|
-
box: onyxpoint/oel-7-x86_64
|
|
28
|
-
hypervisor: <%= hypervisor %>
|
|
29
|
-
server-3:
|
|
30
|
-
roles:
|
|
31
|
-
- failover_server
|
|
32
|
-
platform: el-7-x86_64
|
|
33
|
-
box: onyxpoint/oel-7-x86_64
|
|
34
|
-
hypervisor: <%= hypervisor %>
|
|
35
|
-
CONFIG:
|
|
36
|
-
log_level: verbose
|
|
37
|
-
type: aio
|
|
38
|
-
vagrant_memsize: 256
|
|
39
|
-
<% if ENV['BEAKER_PUPPET_COLLECTION'] -%>
|
|
40
|
-
puppet_collection: <%= ENV['BEAKER_PUPPET_COLLECTION'] %>
|
|
41
|
-
<% end -%>
|
data/spec/lib/simp/ci/files/multiple_invalid_jobs/spec/acceptance/suites/default/class_spec.rb
DELETED
|
File without changes
|
data/spec/lib/simp/ci/files/multiple_invalid_jobs/spec/acceptance/suites/feature-1/feature-1_spec.rb
DELETED
|
File without changes
|
data/spec/lib/simp/ci/files/multiple_invalid_jobs/spec/acceptance/suites/feature_2/feature_2_spec.rb
DELETED
|
File without changes
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
<%
|
|
2
|
-
if ENV['BEAKER_HYPERVISOR']
|
|
3
|
-
hypervisor = ENV['BEAKER_HYPERVISOR']
|
|
4
|
-
else
|
|
5
|
-
hypervisor = 'vagrant'
|
|
6
|
-
end
|
|
7
|
-
-%>
|
|
8
|
-
HOSTS:
|
|
9
|
-
client:
|
|
10
|
-
roles:
|
|
11
|
-
- default
|
|
12
|
-
- master
|
|
13
|
-
- client
|
|
14
|
-
platform: el-7-x86_64
|
|
15
|
-
box: centos/7
|
|
16
|
-
hypervisor: <%= hypervisor %>
|
|
17
|
-
server-1:
|
|
18
|
-
roles:
|
|
19
|
-
- server
|
|
20
|
-
platform: el-7-x86_64
|
|
21
|
-
box: centos/7
|
|
22
|
-
hypervisor: <%= hypervisor %>
|
|
23
|
-
server-2:
|
|
24
|
-
roles:
|
|
25
|
-
- nextserver
|
|
26
|
-
platform: el-7-x86_64
|
|
27
|
-
box: centos/7
|
|
28
|
-
hypervisor: <%= hypervisor %>
|
|
29
|
-
CONFIG:
|
|
30
|
-
log_level: verbose
|
|
31
|
-
type: aio
|
|
32
|
-
vagrant_memsize: 256
|
|
33
|
-
<% if ENV['BEAKER_PUPPET_ENVIRONMENT'] -%>
|
|
34
|
-
puppet_environment: <%= ENV['BEAKER_PUPPET_ENVIRONMENT'] %>
|
|
35
|
-
<% end -%>
|
data/spec/lib/simp/ci/files/multiple_invalid_jobs/spec/acceptance/suites/feature_2/nodesets/oel.yml
DELETED
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
<%
|
|
2
|
-
if ENV['BEAKER_HYPERVISOR']
|
|
3
|
-
hypervisor = ENV['BEAKER_HYPERVISOR']
|
|
4
|
-
else
|
|
5
|
-
hypervisor = 'vagrant'
|
|
6
|
-
end
|
|
7
|
-
-%>
|
|
8
|
-
HOSTS:
|
|
9
|
-
client:
|
|
10
|
-
roles:
|
|
11
|
-
- default
|
|
12
|
-
- master
|
|
13
|
-
- client
|
|
14
|
-
platform: el-7-x86_64
|
|
15
|
-
box: onyxpoint/oel-7-x86_64
|
|
16
|
-
hypervisor: <%= hypervisor %>
|
|
17
|
-
server-1:
|
|
18
|
-
roles:
|
|
19
|
-
- server
|
|
20
|
-
platform: el-7-x86_64
|
|
21
|
-
box: onyxpoint/oel-7-x86_64
|
|
22
|
-
hypervisor: <%= hypervisor %>
|
|
23
|
-
server-2:
|
|
24
|
-
roles:
|
|
25
|
-
- nextserver
|
|
26
|
-
platform: el-7-x86_64
|
|
27
|
-
box: onyxpoint/oel-7-x86_64
|
|
28
|
-
hypervisor: <%= hypervisor %>
|
|
29
|
-
CONFIG:
|
|
30
|
-
log_level: verbose
|
|
31
|
-
type: aio
|
|
32
|
-
vagrant_memsize: 256
|
|
33
|
-
<% if ENV['BEAKER_PUPPET_ENVIRONMENT'] -%>
|
|
34
|
-
puppet_environment: <%= ENV['BEAKER_PUPPET_ENVIRONMENT'] %>
|
|
35
|
-
<% end -%>
|
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
<%
|
|
2
|
-
if ENV['BEAKER_HYPERVISOR']
|
|
3
|
-
hypervisor = ENV['BEAKER_HYPERVISOR']
|
|
4
|
-
else
|
|
5
|
-
hypervisor = 'vagrant'
|
|
6
|
-
end
|
|
7
|
-
-%>
|
|
8
|
-
HOSTS:
|
|
9
|
-
client:
|
|
10
|
-
roles:
|
|
11
|
-
- default
|
|
12
|
-
- master
|
|
13
|
-
- client
|
|
14
|
-
platform: el-7-x86_64
|
|
15
|
-
box: centos/7
|
|
16
|
-
hypervisor: <%= hypervisor %>
|
|
17
|
-
server-1:
|
|
18
|
-
roles:
|
|
19
|
-
- server
|
|
20
|
-
platform: el-7-x86_64
|
|
21
|
-
box: centos/7
|
|
22
|
-
hypervisor: <%= hypervisor %>
|
|
23
|
-
server-2:
|
|
24
|
-
roles:
|
|
25
|
-
- server
|
|
26
|
-
platform: el-6-x86_64
|
|
27
|
-
box: centos/6
|
|
28
|
-
hypervisor: <%= hypervisor %>
|
|
29
|
-
server-3:
|
|
30
|
-
roles:
|
|
31
|
-
- failover_server
|
|
32
|
-
platform: el-7-x86_64
|
|
33
|
-
box: centos/7
|
|
34
|
-
hypervisor: <%= hypervisor %>
|
|
35
|
-
CONFIG:
|
|
36
|
-
log_level: verbose
|
|
37
|
-
type: aio
|
|
38
|
-
vagrant_memsize: 256
|
|
39
|
-
<% if ENV['BEAKER_PUPPET_COLLECTION'] -%>
|
|
40
|
-
puppet_collection: <%= ENV['BEAKER_PUPPET_COLLECTION'] %>
|
|
41
|
-
<% end -%>
|
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
<%
|
|
2
|
-
if ENV['BEAKER_HYPERVISOR']
|
|
3
|
-
hypervisor = ENV['BEAKER_HYPERVISOR']
|
|
4
|
-
else
|
|
5
|
-
hypervisor = 'vagrant'
|
|
6
|
-
end
|
|
7
|
-
-%>
|
|
8
|
-
HOSTS:
|
|
9
|
-
client:
|
|
10
|
-
roles:
|
|
11
|
-
- default
|
|
12
|
-
- master
|
|
13
|
-
- client
|
|
14
|
-
platform: el-7-x86_64
|
|
15
|
-
box: onyxpoint/oel-7-x86_64
|
|
16
|
-
hypervisor: <%= hypervisor %>
|
|
17
|
-
server-1:
|
|
18
|
-
roles:
|
|
19
|
-
- server
|
|
20
|
-
platform: el-7-x86_64
|
|
21
|
-
box: onyxpoint/oel-7-x86_64
|
|
22
|
-
hypervisor: <%= hypervisor %>
|
|
23
|
-
server-2:
|
|
24
|
-
roles:
|
|
25
|
-
- server
|
|
26
|
-
platform: el-6-x86_64
|
|
27
|
-
box: onyxpoint/oel-7-x86_64
|
|
28
|
-
hypervisor: <%= hypervisor %>
|
|
29
|
-
server-3:
|
|
30
|
-
roles:
|
|
31
|
-
- failover_server
|
|
32
|
-
platform: el-7-x86_64
|
|
33
|
-
box: onyxpoint/oel-7-x86_64
|
|
34
|
-
hypervisor: <%= hypervisor %>
|
|
35
|
-
CONFIG:
|
|
36
|
-
log_level: verbose
|
|
37
|
-
type: aio
|
|
38
|
-
vagrant_memsize: 256
|
|
39
|
-
<% if ENV['BEAKER_PUPPET_COLLECTION'] -%>
|
|
40
|
-
puppet_collection: <%= ENV['BEAKER_PUPPET_COLLECTION'] %>
|
|
41
|
-
<% end -%>
|
data/spec/lib/simp/ci/files/multiple_valid_jobs/spec/acceptance/suites/default/class_spec.rb
DELETED
|
File without changes
|
data/spec/lib/simp/ci/files/multiple_valid_jobs/spec/acceptance/suites/feature-1/feature-1_spec.rb
DELETED
|
File without changes
|
data/spec/lib/simp/ci/files/multiple_valid_jobs/spec/acceptance/suites/feature_2/feature_2_spec.rb
DELETED
|
File without changes
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
<%
|
|
2
|
-
if ENV['BEAKER_HYPERVISOR']
|
|
3
|
-
hypervisor = ENV['BEAKER_HYPERVISOR']
|
|
4
|
-
else
|
|
5
|
-
hypervisor = 'vagrant'
|
|
6
|
-
end
|
|
7
|
-
-%>
|
|
8
|
-
HOSTS:
|
|
9
|
-
client:
|
|
10
|
-
roles:
|
|
11
|
-
- default
|
|
12
|
-
- master
|
|
13
|
-
- client
|
|
14
|
-
platform: el-7-x86_64
|
|
15
|
-
box: centos/7
|
|
16
|
-
hypervisor: <%= hypervisor %>
|
|
17
|
-
server-1:
|
|
18
|
-
roles:
|
|
19
|
-
- server
|
|
20
|
-
platform: el-7-x86_64
|
|
21
|
-
box: centos/7
|
|
22
|
-
hypervisor: <%= hypervisor %>
|
|
23
|
-
server-2:
|
|
24
|
-
roles:
|
|
25
|
-
- nextserver
|
|
26
|
-
platform: el-7-x86_64
|
|
27
|
-
box: centos/7
|
|
28
|
-
hypervisor: <%= hypervisor %>
|
|
29
|
-
CONFIG:
|
|
30
|
-
log_level: verbose
|
|
31
|
-
type: aio
|
|
32
|
-
vagrant_memsize: 256
|
|
33
|
-
<% if ENV['BEAKER_PUPPET_ENVIRONMENT'] -%>
|
|
34
|
-
puppet_environment: <%= ENV['BEAKER_PUPPET_ENVIRONMENT'] %>
|
|
35
|
-
<% end -%>
|