The source project of this merge request has been removed.
ICSHWI-9486: Fixed extraneous /ccce-api in the playbook (for -demo and -test only)
There was one reference in the playbook to /ccce-api
:
- name: Create frontend application configuration
copy:
dest: /etc/ccce/ce-deploy-ui/config.js
mode: 0644
owner: root
group: root
content: |
SERVER_ADDRESS='{{ ccce_server_address | default(omit) }}'
API_BASE_ENDPOINT='{{ ccce_api_base_endpoint | default('/ccce-api') }}'
TOKEN_RENEW_INTERVAL='{{ ccce_token_renew_interval | default(180000) }}'
CCDB_ADDRESS='{{ ccce_ccdb_base_url | default('https://ccdb.esss.lu.se') }}'
We have fixed this for now by adding ccce_api_base_endpoint
to the host_vars for each of -demo and -test.