Skip to content

Commit eaa3680

Browse files
committed
moved pulp port into url
1 parent 90a33fa commit eaa3680

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ansible/roles/pulp_site/defaults/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
pulp_site_url: "http://{{ appliances_pulp_url }}:{{ pulp_site_port }}"
1+
pulp_site_url: "http://{{ appliances_pulp_url }}"
22
pulp_site_port: 8080
33
pulp_site_username: admin # shouldn't be changed
44
pulp_site_upstream_username: slurm-app-ci
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
#update_enable: false # Can uncomment for speed debugging non-update related build issues
2-
appliances_pulp_url: http://192.168.10.157
2+
appliances_pulp_url: http://192.168.10.157:8080

0 commit comments

Comments
 (0)