fa1fb2d13b
* Test galaxy cli against pulp * linting fix * Renames and small fixes * Better handling for resetting pulp * Clean up some things, add a comment * I can't spell * Bump fallaxy, use alternate pulp image * Only reset pulp when we're are executing against pulp * Update for updated pulp container * Update some comments with correct URLs and typos * Linting fix * Pin pulp-fedora31 to a digest * Address review comments for documentation
21 lines
443 B
Django/Jinja
21 lines
443 B
Django/Jinja
[galaxy]
|
|
server_list=galaxy,automation_hub,pulp_v2,pulp_v3
|
|
|
|
[galaxy_server.galaxy]
|
|
url={{ fallaxy_galaxy_server }}
|
|
token={{ fallaxy_token }}
|
|
|
|
[galaxy_server.automation_hub]
|
|
url={{ fallaxy_ah_server }}
|
|
token={{ fallaxy_token }}
|
|
|
|
[galaxy_server.pulp_v2]
|
|
url={{ pulp_v2_server }}
|
|
username={{ pulp_user }}
|
|
password={{ pulp_password }}
|
|
|
|
[galaxy_server.pulp_v3]
|
|
url={{ pulp_v3_server }}
|
|
v3=true
|
|
username={{ pulp_user }}
|
|
password={{ pulp_password }}
|