Page MenuHomeDevCentral

Configure reactor on Salt primary server
ClosedPublic

Authored by dereckson on Jan 14 2024, 11:04.
Tags
None
Referenced Files
F12375825: D3279.diff
Fri, Oct 31, 00:42
F12372548: D3279.id8438.diff
Thu, Oct 30, 15:11
Unknown Object (File)
Mon, Oct 27, 17:22
Unknown Object (File)
Sat, Oct 25, 07:02
Unknown Object (File)
Fri, Oct 24, 06:59
Unknown Object (File)
Thu, Oct 23, 10:55
Unknown Object (File)
Wed, Oct 22, 15:43
Unknown Object (File)
Tue, Oct 21, 04:28
Subscribers
None

Details

Summary

To make easier to track what events should use what reactor SLS file,
the reactor configuration file is to be published on this repository.

Therefore, the configuration consists of a symlink to that file.

Ref T1942

Test Plan
  • mkdir reactor ; touch reactor/reactor.conf
  • deploy state, symlink is created
  • rm reactor/reactor.conf
  • deploy state, symlink is deleted

Diff Detail

Repository
rOPS Nasqueron Operations
Lint
Lint Passed
Unit
No Test Coverage
Branch
reactor-primary
Build Status
Buildable 5185
Build 5466: arc lint + arc unit

Event Timeline

dereckson created this revision.
This revision is now accepted and ready to land.Jan 14 2024, 11:04

Tested successfully on Complector, behaves like as defined in the test plan.

This revision was automatically updated to reflect the committed changes.