Updated docs, updated vars files for ara_web and ara_frontend_nginx to support Debian 10
Change-Id: I39827c0113a4b4fd5e74e06df60cd9145352fc95
This commit is contained in:
1
roles/ara_api/vars/Debian.yaml
Symbolic link
1
roles/ara_api/vars/Debian.yaml
Symbolic link
@@ -0,0 +1 @@
|
|||||||
|
Ubuntu.yaml
|
@@ -22,6 +22,9 @@ ara_distribution_packages: []
|
|||||||
ara_api_required_packages:
|
ara_api_required_packages:
|
||||||
- git
|
- git
|
||||||
- python3-venv
|
- python3-venv
|
||||||
|
- python3-setuptools
|
||||||
|
- python-pkg-resources
|
||||||
|
- python3-pkg-resources
|
||||||
|
|
||||||
ara_api_postgresql_packages:
|
ara_api_postgresql_packages:
|
||||||
- postgresql
|
- postgresql
|
||||||
|
1
roles/ara_frontend_nginx/vars/Debian.yaml
Symbolic link
1
roles/ara_frontend_nginx/vars/Debian.yaml
Symbolic link
@@ -0,0 +1 @@
|
|||||||
|
Ubuntu.yaml
|
@@ -63,9 +63,10 @@ Deploy the ARA API and web client on the same machine with defaults:
|
|||||||
ara_api_allowed_hosts:
|
ara_api_allowed_hosts:
|
||||||
- api.ara.example.org
|
- api.ara.example.org
|
||||||
ara_api_cors_origin_whitelist:
|
ara_api_cors_origin_whitelist:
|
||||||
- web.ara.example.org
|
- "http://web.ara.example.org"
|
||||||
# ara_web
|
# ara_web
|
||||||
ara_web_fqdn: web.ara.example.org
|
ara_web_fqdn: web.ara.example.org
|
||||||
|
ara_web_frontend_server: nginx
|
||||||
ara_web_api_endpoint: "http://api.ara.example.org"
|
ara_web_api_endpoint: "http://api.ara.example.org"
|
||||||
roles:
|
roles:
|
||||||
- ara_api
|
- ara_api
|
||||||
|
Reference in New Issue
Block a user