Skip to main content

SaltStack connector for netunicorn

Project description

Salt connector for netunicorn

This is a connector for netunicorn platform to saltstack-managed infrastructure.

Installation

pip install netunicorn-connector-salt

Usage

Create a configuration file (see example). Then, add the connector information to the main configuration file of netunicorn-director-infrastructure module (see corresponding repo).

This connector represents saltstack-managed infrastructure to netunicorn platform. It works via Salt CherryPy API and requires a corresponding Salt configuration changes.

Salt configuration

In master configuration file (usually /etc/salt/master) specify the following options:

# external_auth configuration
external_auth:
  pam:
    remoteusername:
      - .*
      - '@wheel'
      - '@runner'
      - '@jobs'
...
# cherrypy configuration
rest_cherrypy:
  port: your_cherrypy_port
  host: your_cherrypy_host

See the Salt's documentation for more details.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

netunicorn-connector-salt-0.3.7.tar.gz (7.7 kB view hashes)

Uploaded Source

Built Distribution

netunicorn_connector_salt-0.3.7-py3-none-any.whl (7.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page