Hi !

1) I have just installed OpenWISP on Ubuntu 18.04LTS, and now trying to add 
Radius server.
Is it possible to do it with Ansible playbook like this:

- hosts: openwisp2
  roles:
    - openwisp.openwisp2
  vars:
    openwisp2_default_from_email: "[email protected]"
    openwisp2_python: python3
    openwisp2_network_topology: true
    # openwisp2_controller_pip: true
    openwisp2_users_pip: true
    openwisp2_django_netjsonconfig_pip: true
    openwisp2_django_x509_pip: true
    openwisp2_netjsonconfig_pip: true
    # openwisp2_network_topology_pip: true
    openwisp2_django_netjsongraph_pip: true
    openwisp2_time_zone: GMT+2


Running this playbook results in this error:

TASK [openwisp.openwisp2 : Install custom OpenWISP 2 Python packages] 
*************************************************************
failed: [openwisp2.starlett.lv] (item=True) => {"changed": false, "cmd": [
"/opt/openwisp2/env/bin/pip3", "install", "-U", "True"], "item": true, "msg"
: "stdout: Collecting True\n\n:stderr:   Could not find a version that 
satisfies the requirement True (from versions: )\nNo matching distribution 
found for True\n"}


There seem to be 2 conflicting variables - openwisp2_network_topology and 
openwisp2_network_topology_pip, 
does it mean 2nd installed via pip instead of apt? Which one should I use ?

2) Selecting locations in "Devices" (and other sections) doesn't seem to 
work, 
Location selection -> Existing -> Select Item 
opens a new window with list of locations, unfortunately, clicking on it 
results in nothing - master page not updated. 
Tried on mac and Linux, with Firefox and Chrome, same effect.

3) First attempt was to install OpenWISP on Debian Stretch 9.7. 
Unfortunately, Python package python-meld3 is not install-able at all, 
seems like broken. 


Thanks in advance for any help.
Andrei

-- 
You received this message because you are subscribed to the Google Groups 
"OpenWISP" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to