blob: 4d24d4269915ff0620820e76cd15c52f31b1d7a9 [file] [log] [blame]
Sample Pillars
==============
Collect artifacts and deploy to artifactory:
Actifact list:
- packages list - collected by default
- Salt pillar - collected by default
- Salt grains - collected by default
- Logs - see example below
- Cmd output - see example below
.. code-block:: yaml
runtest:
artifact_collector:
enabled: true
artifactory:
enabled: true
user: some_user_name
password: some_password
host: artifactory.mcp.mirantis.net
port: 443
proto: https
endpoint: /oscore-local/${_param:cluster_domain}/${_param:infra_config_hostname}
artifacts:
sys_logs:
path: /var/log
etc:
path: /etc
cmds:
some_cmd:
cmd: ip addr
dst: /tmp/ip_addr.txt
yet_another_cmd:
cmd: ps -ef
dst: /tmp/ps.txt