mirror of
https://github.com/ansible/awx.git
synced 2026-02-01 09:38:10 -03:30
reimplement licensing to work with RHSM and entitlement uploads
Co-authored-by: Christian Adams <chadams@redhat.com>
This commit is contained in:
@@ -71,6 +71,7 @@ RUN cd /tmp && make requirements_collections
|
||||
{% if build_dev|bool %}
|
||||
ADD requirements/requirements_dev.txt /tmp/requirements
|
||||
RUN cd /tmp && make requirements_awx_dev requirements_ansible_dev
|
||||
RUN setfacl -m u:awx:r /etc/rhsm/rhsm.conf
|
||||
{% endif %}
|
||||
{% if not build_dev|bool %}
|
||||
COPY {{ awx_sdist_file }} /tmp/{{ awx_sdist_file }}
|
||||
|
||||
@@ -197,6 +197,8 @@ data:
|
||||
AWX_CONTAINER_GROUP_DEFAULT_IMAGE = "{{ container_groups_image }}"
|
||||
REDHAT_CANDLEPIN_HOST = "{{ candlepin_host | default(omit) }}"
|
||||
REDHAT_CANDLEPIN_VERIFY = "{{ candlepin_verify | default(omit) }}"
|
||||
REDHAT_CONTENT_URL = "{{ redhat_content_url | default(omit) }}"
|
||||
REDHAT_CONTENT_PATH = "{{ redhat_content_path | default(omit) }}"
|
||||
BROADCAST_WEBSOCKET_PORT = 8052
|
||||
BROADCAST_WEBSOCKET_PROTOCOL = 'http'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user