Project

General

Profile

« Previous | Next » 

Revision f9b002c7

Added by Kavita Gaikwad over 6 years ago

Fixes #20974 - procedures for Katello-Service stop and start

View differences:

definitions/scenarios/upgrade_to_satellite_6_3_z.rb
def compose
add_steps(find_procedures(:pre_migrations))
add_step(Procedures::KatelloService::Stop.new)
end
end
......
end
def compose
add_step(Procedures::KatelloService::Start.new)
add_steps(find_procedures(:post_migrations))
end
end

Also available in: Unified diff