Provide external pillar data from RethinkDB
New in version 2018.3.0.
| depends: | rethinkdb (on the salt-master) |
|---|
rethinkdb.host - The RethinkDB server. Defaults to 'salt'rethinkdb.port - The port the RethinkDB server listens on.
Defaults to '28015'rethinkdb.database - The database to connect to.
Defaults to 'salt'rethinkdb.username - The username for connecting to RethinkDB.
Defaults to ''rethinkdb.password - The password for connecting to RethinkDB.
Defaults to ''The ext_pillar function arguments are given in single line dictionary notation.
ext_pillar:
- rethinkdb: {table: ext_pillar, id_field: minion_id, field: pillar_root, pillar_key: external_pillar}
salt.pillar.rethinkdb_pillar.ext_pillar(minion_id, pillar, table='pillar', id_field=None, field=None, pillar_key=None)¶Collect minion external pillars from a RethinkDB database
Arguments:
'pillar'Docs for previous releases are available on readthedocs.org.
Latest Salt release: 3004.1