Page MenuHomeDevCentral

Configure reactor on Salt primary server
ClosedPublic

Authored by dereckson on Jan 14 2024, 11:04.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Aug 26, 16:43
Unknown Object (File)
Mon, Aug 25, 07:37
Unknown Object (File)
Sat, Aug 23, 02:28
Unknown Object (File)
Fri, Aug 22, 11:24
Unknown Object (File)
Wed, Aug 20, 22:23
Unknown Object (File)
Tue, Aug 19, 08:32
Unknown Object (File)
Tue, Aug 19, 07:29
Unknown Object (File)
Tue, Aug 19, 07:27
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.