Changeset - 4a23a2f7f56a
[Not reviewed]
0 3 0
Branko Majic (branko) - 3 years ago 2021-01-17 20:34:42
branko@majic.rs
MAR-151: Update/fix test site wsgihello2 role:

- Include six as dependency for ipcalc (bug in packaging of ipcalc).
- Updated requirements for the application.
- Specify the wsgi_requirements_in parameter, and update the
wsgi_requirements parameter.
3 files changed with 8 insertions and 4 deletions:
0 comments (0 inline, 0 general)
testsite/playbooks/roles/wsgihello2/files/requirements.in
Show inline comments
 
django-apptemplates
 
ipcalc
 
django~=1.8.0
 
# Undeclared dependency in ipcalc 1.99.0 (fixed in master HEAD).
 
six
 
\ No newline at end of file
testsite/playbooks/roles/wsgihello2/files/requirements.txt
Show inline comments
 
django-apptemplates==1.2
 
django-apptemplates==1.5
 
django==1.8.19
 
ipcalc==1.99.0
 
django==1.8.16
 
six==1.15.0
testsite/playbooks/roles/wsgihello2/meta/main.yml
Show inline comments
 
@@ -13,8 +13,9 @@ dependencies:
 
    environment_variables:
 
      WEBSITE_NAME: "Majic Ansible Roles Test Site"
 
    wsgi_requirements:
 
      - futures==3.1.1
 
      - gunicorn==19.6.0
 
      - gunicorn==19.9.0
 
    wsgi_requirements_in:
 
      - gunicorn
 
    python_version: 3
 
  - role: database
 
    db_name: wsgi_{{ testsite_domain_underscores }}
0 comments (0 inline, 0 general)