Page MenuHomeDevCentral

Configure reactor on Salt primary server
ClosedPublic

Authored by dereckson on Jan 14 2024, 11:04.
Tags
None
Referenced Files
F3763896: D3279.diff
Fri, Nov 22, 03:12
Unknown Object (File)
Tue, Nov 12, 05:57
Unknown Object (File)
Sun, Nov 10, 02:00
Unknown Object (File)
Thu, Nov 7, 09:52
Unknown Object (File)
Thu, Nov 7, 09:37
Unknown Object (File)
Mon, Nov 4, 15:12
Unknown Object (File)
Thu, Oct 31, 20:02
Unknown Object (File)
Sun, Oct 27, 07:34
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 Not Applicable
Unit
Tests Not Applicable

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.