foreman_maintain 1.2.7 → 1.2.9
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/definitions/features/foreman_server.rb +1 -5
- data/definitions/features/pulpcore.rb +2 -28
- data/definitions/procedures/foreman_maintain_features.rb +10 -0
- data/definitions/procedures/pulpcore/repair_container_media_type.rb +23 -0
- data/definitions/scenarios/self_upgrade.rb +1 -1
- data/definitions/scenarios/upgrade_to_capsule_6_13.rb +1 -0
- data/definitions/scenarios/upgrade_to_satellite_6_13.rb +1 -0
- data/lib/foreman_maintain/concerns/system_helpers.rb +1 -1
- data/lib/foreman_maintain/version.rb +1 -1
- data/lib/foreman_maintain.rb +1 -1
- metadata +5 -7
- data/definitions/scenarios/upgrade_to_capsule_6_14.rb +0 -92
- data/definitions/scenarios/upgrade_to_capsule_6_14_z.rb +0 -92
- data/definitions/scenarios/upgrade_to_satellite_6_14.rb +0 -94
- data/definitions/scenarios/upgrade_to_satellite_6_14_z.rb +0 -93
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 005d79a913b2e0af464c633fa94d076f9bb799c08842102ec88aecc2d451b07b
|
|
4
|
+
data.tar.gz: 527adfb7e2532896d9265ba14a4b41c36fcea399d73dcadfb6f4d924e99db710
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5187611879f5c8ff9a3e524cccde04a7816cb587eba2c0361078c730e9fe35d5f8a9641b247e1a80214013a83c701364dcb044fd63d226a09c9f920b5d9ad73f
|
|
7
|
+
data.tar.gz: 2ebdfe9ed7fbfb0d7e052176bf8f425faaa54bdfccc55175b059aefdcfc4b3eba7eb4cf69c852b1a838ffe0bd0a8d9e225721d9bc8c39ef0fca0575d601a4df1
|
|
@@ -10,11 +10,7 @@ module ForemanMaintain
|
|
|
10
10
|
end
|
|
11
11
|
|
|
12
12
|
def services
|
|
13
|
-
|
|
14
|
-
[system_service('foreman', 30, :socket => 'foreman')]
|
|
15
|
-
else
|
|
16
|
-
[system_service('httpd', 30)]
|
|
17
|
-
end
|
|
13
|
+
[system_service('foreman', 30, :socket => 'foreman')]
|
|
18
14
|
end
|
|
19
15
|
|
|
20
16
|
def plugins
|
|
@@ -3,17 +3,13 @@ require 'foreman_maintain/utils/service/systemd'
|
|
|
3
3
|
class Features::Pulpcore < ForemanMaintain::Feature
|
|
4
4
|
metadata do
|
|
5
5
|
label :pulpcore
|
|
6
|
-
|
|
7
|
-
confine do
|
|
8
|
-
ForemanMaintain::Utils::Service::Systemd.new('pulpcore-api', 0).enabled?
|
|
9
|
-
end
|
|
10
6
|
end
|
|
11
7
|
|
|
12
8
|
def services
|
|
13
9
|
redis_services = feature(:redis) ? feature(:redis).services : []
|
|
14
10
|
|
|
15
11
|
self.class.pulpcore_common_services + configured_workers +
|
|
16
|
-
redis_services
|
|
12
|
+
redis_services
|
|
17
13
|
end
|
|
18
14
|
|
|
19
15
|
def configured_workers
|
|
@@ -25,15 +21,6 @@ class Features::Pulpcore < ForemanMaintain::Feature
|
|
|
25
21
|
end
|
|
26
22
|
end
|
|
27
23
|
|
|
28
|
-
def self.pulpcore_migration_services
|
|
29
|
-
pulpcore_common_services + [
|
|
30
|
-
ForemanMaintain::Utils.system_service('pulpcore-worker@1', 20),
|
|
31
|
-
ForemanMaintain::Utils.system_service('pulpcore-worker@2', 20),
|
|
32
|
-
ForemanMaintain::Utils.system_service('pulpcore-worker@3', 20),
|
|
33
|
-
ForemanMaintain::Utils.system_service('pulpcore-worker@4', 20)
|
|
34
|
-
]
|
|
35
|
-
end
|
|
36
|
-
|
|
37
24
|
def config_files
|
|
38
25
|
[
|
|
39
26
|
'/etc/pulp/settings.py',
|
|
@@ -42,22 +29,9 @@ class Features::Pulpcore < ForemanMaintain::Feature
|
|
|
42
29
|
end
|
|
43
30
|
|
|
44
31
|
def self.pulpcore_common_services
|
|
45
|
-
|
|
32
|
+
[
|
|
46
33
|
ForemanMaintain::Utils.system_service('pulpcore-api', 10, :socket => 'pulpcore-api'),
|
|
47
34
|
ForemanMaintain::Utils.system_service('pulpcore-content', 10, :socket => 'pulpcore-content')
|
|
48
35
|
]
|
|
49
|
-
common_services + pulpcore_resource_manager_service
|
|
50
|
-
end
|
|
51
|
-
|
|
52
|
-
def self.pulpcore_resource_manager_service
|
|
53
|
-
# The pulpcore_resource_manager is only required on 3.14+
|
|
54
|
-
# if the old tasking system is being used
|
|
55
|
-
# The foreman-installer does not create unit file for this service,
|
|
56
|
-
# if the new tasking system is being used
|
|
57
|
-
if feature(:service).unit_file_available?('pulpcore-resource-manager.service')
|
|
58
|
-
return [ForemanMaintain::Utils.system_service('pulpcore-resource-manager', 10)]
|
|
59
|
-
end
|
|
60
|
-
|
|
61
|
-
[]
|
|
62
36
|
end
|
|
63
37
|
end
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
class Procedures::ForemanMaintainFeatures < ForemanMaintain::Procedure
|
|
2
|
+
metadata do
|
|
3
|
+
description 'List detected Foreman Maintain features'
|
|
4
|
+
end
|
|
5
|
+
|
|
6
|
+
def run
|
|
7
|
+
features = ForemanMaintain.available_features
|
|
8
|
+
output << features.map(&:inspect).join("\n")
|
|
9
|
+
end
|
|
10
|
+
end
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
module Procedures::Pulpcore
|
|
2
|
+
class RepairContainerMediaType < ForemanMaintain::Procedure
|
|
3
|
+
include ForemanMaintain::Concerns::SystemService
|
|
4
|
+
|
|
5
|
+
metadata do
|
|
6
|
+
description 'Repair container media type in the pulpcore db'
|
|
7
|
+
for_feature :pulpcore
|
|
8
|
+
end
|
|
9
|
+
|
|
10
|
+
def run
|
|
11
|
+
with_spinner('Repairing container media type in the pulpcore db') do |spinner|
|
|
12
|
+
necessary_services = feature(:pulpcore_database).services
|
|
13
|
+
|
|
14
|
+
feature(:service).handle_services(spinner, 'start', :only => necessary_services)
|
|
15
|
+
|
|
16
|
+
spinner.update('Repairing container media type')
|
|
17
|
+
execute!('PULP_SETTINGS=/etc/pulp/settings.py '\
|
|
18
|
+
'DJANGO_SETTINGS_MODULE=pulpcore.app.settings '\
|
|
19
|
+
'pulpcore-manager container-repair-media-type')
|
|
20
|
+
end
|
|
21
|
+
end
|
|
22
|
+
end
|
|
23
|
+
end
|
|
@@ -108,7 +108,7 @@ module ForemanMaintain::Scenarios
|
|
|
108
108
|
end
|
|
109
109
|
|
|
110
110
|
def compose
|
|
111
|
-
pkgs_to_update =
|
|
111
|
+
pkgs_to_update = [ForemanMaintain.main_package_name]
|
|
112
112
|
if feature(:instance).downstream
|
|
113
113
|
pkgs_to_update << 'satellite-maintain'
|
|
114
114
|
downstream_self_upgrade(pkgs_to_update)
|
|
@@ -76,6 +76,7 @@ module Scenarios::Satellite_6_13
|
|
|
76
76
|
add_step(Procedures::RefreshFeatures)
|
|
77
77
|
add_step(Procedures::Service::Start.new)
|
|
78
78
|
add_step(Procedures::Pulpcore::TrimRpmChangelogs.new)
|
|
79
|
+
add_step(Procedures::Pulpcore::ContainerRepairMediaType.new)
|
|
79
80
|
add_steps(find_procedures(:post_migrations))
|
|
80
81
|
end
|
|
81
82
|
end
|
data/lib/foreman_maintain.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: foreman_maintain
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.2.
|
|
4
|
+
version: 1.2.9
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ivan Nečas
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-
|
|
11
|
+
date: 2023-06-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: clamp
|
|
@@ -269,6 +269,7 @@ files:
|
|
|
269
269
|
- definitions/procedures/foreman/remove_duplicate_obsolete_roles.rb
|
|
270
270
|
- definitions/procedures/foreman/remove_duplicate_permissions.rb
|
|
271
271
|
- definitions/procedures/foreman_docker/remove_foreman_docker.rb
|
|
272
|
+
- definitions/procedures/foreman_maintain_features.rb
|
|
272
273
|
- definitions/procedures/foreman_openscap/invalid_report_associations.rb
|
|
273
274
|
- definitions/procedures/foreman_proxy/features.rb
|
|
274
275
|
- definitions/procedures/foreman_tasks/delete.rb
|
|
@@ -300,6 +301,7 @@ files:
|
|
|
300
301
|
- definitions/procedures/pulp/print_remove_instructions.rb
|
|
301
302
|
- definitions/procedures/pulp/remove.rb
|
|
302
303
|
- definitions/procedures/pulpcore/migrate.rb
|
|
304
|
+
- definitions/procedures/pulpcore/repair_container_media_type.rb
|
|
303
305
|
- definitions/procedures/pulpcore/trim_rpm_changelogs.rb
|
|
304
306
|
- definitions/procedures/puppet/delete_empty_ca_cert_request_files.rb
|
|
305
307
|
- definitions/procedures/puppet/remove_puppet.rb
|
|
@@ -353,8 +355,6 @@ files:
|
|
|
353
355
|
- definitions/scenarios/upgrade_to_capsule_6_12_z.rb
|
|
354
356
|
- definitions/scenarios/upgrade_to_capsule_6_13.rb
|
|
355
357
|
- definitions/scenarios/upgrade_to_capsule_6_13_z.rb
|
|
356
|
-
- definitions/scenarios/upgrade_to_capsule_6_14.rb
|
|
357
|
-
- definitions/scenarios/upgrade_to_capsule_6_14_z.rb
|
|
358
358
|
- definitions/scenarios/upgrade_to_capsule_6_8.rb
|
|
359
359
|
- definitions/scenarios/upgrade_to_capsule_6_8_z.rb
|
|
360
360
|
- definitions/scenarios/upgrade_to_capsule_6_9.rb
|
|
@@ -369,8 +369,6 @@ files:
|
|
|
369
369
|
- definitions/scenarios/upgrade_to_satellite_6_12_z.rb
|
|
370
370
|
- definitions/scenarios/upgrade_to_satellite_6_13.rb
|
|
371
371
|
- definitions/scenarios/upgrade_to_satellite_6_13_z.rb
|
|
372
|
-
- definitions/scenarios/upgrade_to_satellite_6_14.rb
|
|
373
|
-
- definitions/scenarios/upgrade_to_satellite_6_14_z.rb
|
|
374
372
|
- definitions/scenarios/upgrade_to_satellite_6_2.rb
|
|
375
373
|
- definitions/scenarios/upgrade_to_satellite_6_2_z.rb
|
|
376
374
|
- definitions/scenarios/upgrade_to_satellite_6_3.rb
|
|
@@ -499,7 +497,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
499
497
|
- !ruby/object:Gem::Version
|
|
500
498
|
version: '0'
|
|
501
499
|
requirements: []
|
|
502
|
-
rubygems_version: 3.
|
|
500
|
+
rubygems_version: 3.4.10
|
|
503
501
|
signing_key:
|
|
504
502
|
specification_version: 4
|
|
505
503
|
summary: Foreman maintenance tool belt
|
|
@@ -1,92 +0,0 @@
|
|
|
1
|
-
module Scenarios::Capsule_6_14
|
|
2
|
-
class Abstract < ForemanMaintain::Scenario
|
|
3
|
-
def self.upgrade_metadata(&block)
|
|
4
|
-
metadata do
|
|
5
|
-
tags :upgrade_scenario
|
|
6
|
-
confine do
|
|
7
|
-
feature(:capsule) &&
|
|
8
|
-
(feature(:capsule).current_minor_version == '6.13' || \
|
|
9
|
-
ForemanMaintain.upgrade_in_progress == '6.14')
|
|
10
|
-
end
|
|
11
|
-
instance_eval(&block)
|
|
12
|
-
end
|
|
13
|
-
end
|
|
14
|
-
|
|
15
|
-
def target_version
|
|
16
|
-
'6.14'
|
|
17
|
-
end
|
|
18
|
-
end
|
|
19
|
-
|
|
20
|
-
class PreUpgradeCheck < Abstract
|
|
21
|
-
upgrade_metadata do
|
|
22
|
-
description 'Checks before upgrading to Capsule 6.14'
|
|
23
|
-
tags :pre_upgrade_checks
|
|
24
|
-
run_strategy :fail_slow
|
|
25
|
-
end
|
|
26
|
-
|
|
27
|
-
def compose
|
|
28
|
-
add_steps(find_checks(:default))
|
|
29
|
-
add_steps(find_checks(:pre_upgrade))
|
|
30
|
-
add_step(Checks::Foreman::CheckpointSegments)
|
|
31
|
-
add_step(Checks::Repositories::Validate.new(:version => '6.14'))
|
|
32
|
-
end
|
|
33
|
-
end
|
|
34
|
-
|
|
35
|
-
class PreMigrations < Abstract
|
|
36
|
-
upgrade_metadata do
|
|
37
|
-
description 'Procedures before migrating to Capsule 6.14'
|
|
38
|
-
tags :pre_migrations
|
|
39
|
-
end
|
|
40
|
-
|
|
41
|
-
def compose
|
|
42
|
-
add_steps(find_procedures(:pre_migrations))
|
|
43
|
-
add_step(Procedures::Service::Stop.new)
|
|
44
|
-
end
|
|
45
|
-
end
|
|
46
|
-
|
|
47
|
-
class Migrations < Abstract
|
|
48
|
-
upgrade_metadata do
|
|
49
|
-
description 'Migration scripts to Capsule 6.14'
|
|
50
|
-
tags :migrations
|
|
51
|
-
end
|
|
52
|
-
|
|
53
|
-
def set_context_mapping
|
|
54
|
-
context.map(:assumeyes, Procedures::Installer::Upgrade => :assumeyes)
|
|
55
|
-
end
|
|
56
|
-
|
|
57
|
-
def compose
|
|
58
|
-
add_step(Procedures::Repositories::Setup.new(:version => '6.14'))
|
|
59
|
-
modules_to_enable = ["satellite-capsule:#{el_short_name}"]
|
|
60
|
-
add_step(Procedures::Packages::EnableModules.new(:module_names => modules_to_enable))
|
|
61
|
-
add_step(Procedures::Packages::UnlockVersions.new)
|
|
62
|
-
add_step(Procedures::Packages::Update.new(:assumeyes => true))
|
|
63
|
-
add_step_with_context(Procedures::Installer::Upgrade)
|
|
64
|
-
end
|
|
65
|
-
end
|
|
66
|
-
|
|
67
|
-
class PostMigrations < Abstract
|
|
68
|
-
upgrade_metadata do
|
|
69
|
-
description 'Procedures after migrating to Capsule 6.14'
|
|
70
|
-
tags :post_migrations
|
|
71
|
-
end
|
|
72
|
-
|
|
73
|
-
def compose
|
|
74
|
-
add_step(Procedures::RefreshFeatures)
|
|
75
|
-
add_step(Procedures::Service::Start.new)
|
|
76
|
-
add_steps(find_procedures(:post_migrations))
|
|
77
|
-
end
|
|
78
|
-
end
|
|
79
|
-
|
|
80
|
-
class PostUpgradeChecks < Abstract
|
|
81
|
-
upgrade_metadata do
|
|
82
|
-
description 'Checks after upgrading to Capsule 6.14'
|
|
83
|
-
tags :post_upgrade_checks
|
|
84
|
-
run_strategy :fail_slow
|
|
85
|
-
end
|
|
86
|
-
|
|
87
|
-
def compose
|
|
88
|
-
add_steps(find_checks(:default))
|
|
89
|
-
add_steps(find_checks(:post_upgrade))
|
|
90
|
-
end
|
|
91
|
-
end
|
|
92
|
-
end
|
|
@@ -1,92 +0,0 @@
|
|
|
1
|
-
module Scenarios::Capsule_6_14_z
|
|
2
|
-
class Abstract < ForemanMaintain::Scenario
|
|
3
|
-
def self.upgrade_metadata(&block)
|
|
4
|
-
metadata do
|
|
5
|
-
tags :upgrade_scenario
|
|
6
|
-
confine do
|
|
7
|
-
feature(:capsule) &&
|
|
8
|
-
(feature(:capsule).current_minor_version == '6.14' || \
|
|
9
|
-
ForemanMaintain.upgrade_in_progress == '6.14.z')
|
|
10
|
-
end
|
|
11
|
-
instance_eval(&block)
|
|
12
|
-
end
|
|
13
|
-
end
|
|
14
|
-
|
|
15
|
-
def target_version
|
|
16
|
-
'6.14.z'
|
|
17
|
-
end
|
|
18
|
-
end
|
|
19
|
-
|
|
20
|
-
class PreUpgradeCheck < Abstract
|
|
21
|
-
upgrade_metadata do
|
|
22
|
-
description 'Checks before upgrading to Capsule 6.14.z'
|
|
23
|
-
tags :pre_upgrade_checks
|
|
24
|
-
run_strategy :fail_slow
|
|
25
|
-
end
|
|
26
|
-
|
|
27
|
-
def compose
|
|
28
|
-
add_steps(find_checks(:default))
|
|
29
|
-
add_steps(find_checks(:pre_upgrade))
|
|
30
|
-
add_step(Checks::Foreman::CheckpointSegments)
|
|
31
|
-
add_step(Checks::Repositories::Validate.new(:version => '6.14'))
|
|
32
|
-
end
|
|
33
|
-
end
|
|
34
|
-
|
|
35
|
-
class PreMigrations < Abstract
|
|
36
|
-
upgrade_metadata do
|
|
37
|
-
description 'Procedures before migrating to Capsule 6.14.z'
|
|
38
|
-
tags :pre_migrations
|
|
39
|
-
end
|
|
40
|
-
|
|
41
|
-
def compose
|
|
42
|
-
add_steps(find_procedures(:pre_migrations))
|
|
43
|
-
add_step(Procedures::Service::Stop.new)
|
|
44
|
-
end
|
|
45
|
-
end
|
|
46
|
-
|
|
47
|
-
class Migrations < Abstract
|
|
48
|
-
upgrade_metadata do
|
|
49
|
-
description 'Migration scripts to Capsule 6.14.z'
|
|
50
|
-
tags :migrations
|
|
51
|
-
end
|
|
52
|
-
|
|
53
|
-
def set_context_mapping
|
|
54
|
-
context.map(:assumeyes, Procedures::Installer::Upgrade => :assumeyes)
|
|
55
|
-
end
|
|
56
|
-
|
|
57
|
-
def compose
|
|
58
|
-
add_step(Procedures::Repositories::Setup.new(:version => '6.14'))
|
|
59
|
-
modules_to_enable = ["satellite-capsule:#{el_short_name}"]
|
|
60
|
-
add_step(Procedures::Packages::EnableModules.new(:module_names => modules_to_enable))
|
|
61
|
-
add_step(Procedures::Packages::UnlockVersions.new)
|
|
62
|
-
add_step(Procedures::Packages::Update.new(:assumeyes => true))
|
|
63
|
-
add_step_with_context(Procedures::Installer::Upgrade)
|
|
64
|
-
end
|
|
65
|
-
end
|
|
66
|
-
|
|
67
|
-
class PostMigrations < Abstract
|
|
68
|
-
upgrade_metadata do
|
|
69
|
-
description 'Procedures after migrating to Capsule 6.14.z'
|
|
70
|
-
tags :post_migrations
|
|
71
|
-
end
|
|
72
|
-
|
|
73
|
-
def compose
|
|
74
|
-
add_step(Procedures::RefreshFeatures)
|
|
75
|
-
add_step(Procedures::Service::Start.new)
|
|
76
|
-
add_steps(find_procedures(:post_migrations))
|
|
77
|
-
end
|
|
78
|
-
end
|
|
79
|
-
|
|
80
|
-
class PostUpgradeChecks < Abstract
|
|
81
|
-
upgrade_metadata do
|
|
82
|
-
description 'Checks after upgrading to Capsule 6.14.z'
|
|
83
|
-
tags :post_upgrade_checks
|
|
84
|
-
run_strategy :fail_slow
|
|
85
|
-
end
|
|
86
|
-
|
|
87
|
-
def compose
|
|
88
|
-
add_steps(find_checks(:default))
|
|
89
|
-
add_steps(find_checks(:post_upgrade))
|
|
90
|
-
end
|
|
91
|
-
end
|
|
92
|
-
end
|
|
@@ -1,94 +0,0 @@
|
|
|
1
|
-
module Scenarios::Satellite_6_14
|
|
2
|
-
class Abstract < ForemanMaintain::Scenario
|
|
3
|
-
def self.upgrade_metadata(&block)
|
|
4
|
-
metadata do
|
|
5
|
-
tags :upgrade_scenario
|
|
6
|
-
confine do
|
|
7
|
-
feature(:satellite) &&
|
|
8
|
-
(feature(:satellite).current_minor_version == '6.13' || \
|
|
9
|
-
ForemanMaintain.upgrade_in_progress == '6.14')
|
|
10
|
-
end
|
|
11
|
-
instance_eval(&block)
|
|
12
|
-
end
|
|
13
|
-
end
|
|
14
|
-
|
|
15
|
-
def target_version
|
|
16
|
-
'6.14'
|
|
17
|
-
end
|
|
18
|
-
end
|
|
19
|
-
|
|
20
|
-
class PreUpgradeCheck < Abstract
|
|
21
|
-
upgrade_metadata do
|
|
22
|
-
description 'Checks before upgrading to Satellite 6.14'
|
|
23
|
-
tags :pre_upgrade_checks
|
|
24
|
-
run_strategy :fail_slow
|
|
25
|
-
end
|
|
26
|
-
|
|
27
|
-
def compose
|
|
28
|
-
add_steps(find_checks(:default))
|
|
29
|
-
add_steps(find_checks(:pre_upgrade))
|
|
30
|
-
add_step(Checks::Foreman::CheckpointSegments)
|
|
31
|
-
add_step(Checks::Repositories::Validate.new(:version => '6.14'))
|
|
32
|
-
end
|
|
33
|
-
end
|
|
34
|
-
|
|
35
|
-
class PreMigrations < Abstract
|
|
36
|
-
upgrade_metadata do
|
|
37
|
-
description 'Procedures before migrating to Satellite 6.14'
|
|
38
|
-
tags :pre_migrations
|
|
39
|
-
end
|
|
40
|
-
|
|
41
|
-
def compose
|
|
42
|
-
add_steps(find_procedures(:pre_migrations))
|
|
43
|
-
add_step(Procedures::Service::Stop.new)
|
|
44
|
-
end
|
|
45
|
-
end
|
|
46
|
-
|
|
47
|
-
class Migrations < Abstract
|
|
48
|
-
upgrade_metadata do
|
|
49
|
-
description 'Migration scripts to Satellite 6.14'
|
|
50
|
-
tags :migrations
|
|
51
|
-
run_strategy :fail_fast
|
|
52
|
-
end
|
|
53
|
-
|
|
54
|
-
def set_context_mapping
|
|
55
|
-
context.map(:assumeyes, Procedures::Installer::Upgrade => :assumeyes)
|
|
56
|
-
end
|
|
57
|
-
|
|
58
|
-
def compose
|
|
59
|
-
add_step(Procedures::Repositories::Setup.new(:version => '6.14'))
|
|
60
|
-
modules_to_enable = ["satellite:#{el_short_name}"]
|
|
61
|
-
add_step(Procedures::Packages::EnableModules.new(:module_names => modules_to_enable))
|
|
62
|
-
add_step(Procedures::Packages::UnlockVersions.new)
|
|
63
|
-
add_step(Procedures::Packages::Update.new(:assumeyes => true))
|
|
64
|
-
add_step_with_context(Procedures::Installer::Upgrade)
|
|
65
|
-
add_step(Procedures::Installer::UpgradeRakeTask)
|
|
66
|
-
end
|
|
67
|
-
end
|
|
68
|
-
|
|
69
|
-
class PostMigrations < Abstract
|
|
70
|
-
upgrade_metadata do
|
|
71
|
-
description 'Procedures after migrating to Satellite 6.14'
|
|
72
|
-
tags :post_migrations
|
|
73
|
-
end
|
|
74
|
-
|
|
75
|
-
def compose
|
|
76
|
-
add_step(Procedures::RefreshFeatures)
|
|
77
|
-
add_step(Procedures::Service::Start.new)
|
|
78
|
-
add_steps(find_procedures(:post_migrations))
|
|
79
|
-
end
|
|
80
|
-
end
|
|
81
|
-
|
|
82
|
-
class PostUpgradeChecks < Abstract
|
|
83
|
-
upgrade_metadata do
|
|
84
|
-
description 'Checks after upgrading to Satellite 6.14'
|
|
85
|
-
tags :post_upgrade_checks
|
|
86
|
-
run_strategy :fail_slow
|
|
87
|
-
end
|
|
88
|
-
|
|
89
|
-
def compose
|
|
90
|
-
add_steps(find_checks(:default))
|
|
91
|
-
add_steps(find_checks(:post_upgrade))
|
|
92
|
-
end
|
|
93
|
-
end
|
|
94
|
-
end
|
|
@@ -1,93 +0,0 @@
|
|
|
1
|
-
module Scenarios::Satellite_6_14_z
|
|
2
|
-
class Abstract < ForemanMaintain::Scenario
|
|
3
|
-
def self.upgrade_metadata(&block)
|
|
4
|
-
metadata do
|
|
5
|
-
tags :upgrade_scenario
|
|
6
|
-
confine do
|
|
7
|
-
feature(:satellite) &&
|
|
8
|
-
(feature(:satellite).current_minor_version == '6.14' || \
|
|
9
|
-
ForemanMaintain.upgrade_in_progress == '6.14.z')
|
|
10
|
-
end
|
|
11
|
-
instance_eval(&block)
|
|
12
|
-
end
|
|
13
|
-
end
|
|
14
|
-
|
|
15
|
-
def target_version
|
|
16
|
-
'6.14.z'
|
|
17
|
-
end
|
|
18
|
-
end
|
|
19
|
-
|
|
20
|
-
class PreUpgradeCheck < Abstract
|
|
21
|
-
upgrade_metadata do
|
|
22
|
-
description 'Checks before upgrading to Satellite 6.14.z'
|
|
23
|
-
tags :pre_upgrade_checks
|
|
24
|
-
run_strategy :fail_slow
|
|
25
|
-
end
|
|
26
|
-
|
|
27
|
-
def compose
|
|
28
|
-
add_steps(find_checks(:default))
|
|
29
|
-
add_steps(find_checks(:pre_upgrade))
|
|
30
|
-
add_step(Checks::Foreman::CheckpointSegments)
|
|
31
|
-
add_step(Checks::Repositories::Validate.new(:version => '6.14'))
|
|
32
|
-
end
|
|
33
|
-
end
|
|
34
|
-
|
|
35
|
-
class PreMigrations < Abstract
|
|
36
|
-
upgrade_metadata do
|
|
37
|
-
description 'Procedures before migrating to Satellite 6.14.z'
|
|
38
|
-
tags :pre_migrations
|
|
39
|
-
end
|
|
40
|
-
|
|
41
|
-
def compose
|
|
42
|
-
add_steps(find_procedures(:pre_migrations))
|
|
43
|
-
add_step(Procedures::Service::Stop.new)
|
|
44
|
-
end
|
|
45
|
-
end
|
|
46
|
-
|
|
47
|
-
class Migrations < Abstract
|
|
48
|
-
upgrade_metadata do
|
|
49
|
-
description 'Migration scripts to Satellite 6.14.z'
|
|
50
|
-
tags :migrations
|
|
51
|
-
end
|
|
52
|
-
|
|
53
|
-
def set_context_mapping
|
|
54
|
-
context.map(:assumeyes, Procedures::Installer::Upgrade => :assumeyes)
|
|
55
|
-
end
|
|
56
|
-
|
|
57
|
-
def compose
|
|
58
|
-
add_step(Procedures::Repositories::Setup.new(:version => '6.14'))
|
|
59
|
-
modules_to_enable = ["satellite:#{el_short_name}"]
|
|
60
|
-
add_step(Procedures::Packages::EnableModules.new(:module_names => modules_to_enable))
|
|
61
|
-
add_step(Procedures::Packages::UnlockVersions.new)
|
|
62
|
-
add_step(Procedures::Packages::Update.new(:assumeyes => true))
|
|
63
|
-
add_step_with_context(Procedures::Installer::Upgrade)
|
|
64
|
-
add_step(Procedures::Installer::UpgradeRakeTask)
|
|
65
|
-
end
|
|
66
|
-
end
|
|
67
|
-
|
|
68
|
-
class PostMigrations < Abstract
|
|
69
|
-
upgrade_metadata do
|
|
70
|
-
description 'Procedures after migrating to Satellite 6.14.z'
|
|
71
|
-
tags :post_migrations
|
|
72
|
-
end
|
|
73
|
-
|
|
74
|
-
def compose
|
|
75
|
-
add_step(Procedures::RefreshFeatures)
|
|
76
|
-
add_step(Procedures::Service::Start.new)
|
|
77
|
-
add_steps(find_procedures(:post_migrations))
|
|
78
|
-
end
|
|
79
|
-
end
|
|
80
|
-
|
|
81
|
-
class PostUpgradeChecks < Abstract
|
|
82
|
-
upgrade_metadata do
|
|
83
|
-
description 'Checks after upgrading to Satellite 6.14.z'
|
|
84
|
-
tags :post_upgrade_checks
|
|
85
|
-
run_strategy :fail_slow
|
|
86
|
-
end
|
|
87
|
-
|
|
88
|
-
def compose
|
|
89
|
-
add_steps(find_checks(:default))
|
|
90
|
-
add_steps(find_checks(:post_upgrade))
|
|
91
|
-
end
|
|
92
|
-
end
|
|
93
|
-
end
|