blob: 9aea48b8bde5c89e0395f351237530ad42f14646 [file] [log] [blame]
parameters:
artifactory:
client:
enabled: True
source:
engine: pip
server:
host: ${_param:artifactory_server_host}
port: ${_param:artifactory_server_port}
user: ${_param:artifactory_client_user}
password: ${_param:artifactory_client_password}
ssl_verify: False
repo:
local_artifactory_repo:
name: local_artifactory_repo
package_type: generic
repo_type: local
remote_artifactory_repo:
name: remote_artifactory_repo
package_type: generic
repo_type: remote
url: "http://artifactory.mcp.mirantis.net/"