Sign In Start Free Trial
Account

Add to playlist

Create a Playlist

Modal Close icon
You need to login to use this feature.
  • Salt Cookbook
  • Toc
  • feedback
Salt Cookbook

Salt Cookbook

By : Anirban Saha
3.5 (2)
close
Salt Cookbook

Salt Cookbook

3.5 (2)
By: Anirban Saha

Overview of this book

If you are a professional associated with system and infrastructure management, looking at automated infrastructure and deployments, then this book is for you. No prior experience of Salt is required.
Table of Contents (13 chapters)
close
12
Index

Integrating and configuring the reactor system


Some of the best use cases for the event system of Salt can be demonstrated by integration with the reactor system. In this recipe, we will learn about the reactor system in Salt and the procedure to configure it.

How to do it...

  1. Configure a minion called salt-minion-1.

  2. On the Salt master, create a new directory as follows:

      [root@salt-master ~]# mkdir -p /etc/salt/master.d
    
  3. Create and edit /etc/salt/master.d/reactor.conf to have the following entries:

    reactor:
    
      - 'cookbook/test':
        - /opt/salt/staging/event/test.sls
  4. Create and edit /opt/salt/staging/event/test.sls to have the following entries:

    command_run:
      local.cmd.run:
        - tgt: '*'
        - arg:
          - 'ls -l /* > /tmp/test_output'
  5. Open a new terminal for the Salt master and run the eventlisten.py script:

    [root@salt-master ~]# python eventlisten.py
    
  6. Open another terminal for the Salt master. Stop the salt-master service daemon and start the Salt master service in debug mode:

    [root@salt...

Unlock full access

Continue reading for free

A Packt free trial gives you instant online access to our library of over 7000 practical eBooks and videos, constantly updated with the latest in tech
bookmark search playlist font-size

Change the font size

margin-width

Change margin width

day-mode

Change background colour

Close icon Search
Country selected

Close icon Your notes and bookmarks

Delete Bookmark

Modal Close icon
Are you sure you want to delete it?
Cancel
Yes, Delete