Skip to content

Commit f87525f

Browse files
committed
update CONTENT_ORIGIN config
1 parent 84a5a67 commit f87525f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

playbooks/deploy.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
httpd_server_certificate: "{{ certificates_ca_directory }}/certs/{{ certificates_server }}.crt"
2929
httpd_server_key: "{{ certificates_ca_directory }}/private/{{ certificates_server }}.key"
3030
pulp_db_password: "CHANGEME"
31+
content_origin: "https://{{ ansible_fqdn }}"
3132
postgresql_databases:
3233
- name: candlepin
3334
owner: candlepin

roles/pulp/templates/settings.py.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
CONTENT_ORIGIN="http://{{ ansible_hostname }}:24816"
1+
CONTENT_ORIGIN="http://{{ ansible_fqdn }}:24816"
22
CACHE_ENABLED=True
33
REDIS_HOST="localhost"
44
REDIS_PORT=6379

0 commit comments

Comments
 (0)