Script to find interesting info about users, servers, images, networks... in FIWARE Lab.
The following software must be installed:
- Python 2.7
- pip
- virtualenv
The recommend installation method is using a virtualenv. Actually, the installation process is only about the python dependencies, because the python code do not need installation.
- Clone this repository.
- Create virtualenv: 'virtualenv -p python2.7 env
- Activate the virtualenv: 'source env/bin/activate
- Install dependencies: 'pip install -r requirements.txt'
The configuration file can be found in fiware-users.ini. You need to specify a valid administrator user credentials (tenant id, username and password) besides with the correct name of the FIWARE Lab node. You can copy this file in the /etc/fiware.d or define the environment variable 'FIWARE_USERS_SETTINGS_FILE' to the place in which you put yout config file.
$ export FIWARE_USERS_SETTINGS_FILE=fiware-users.ini
To execute the script, just run the command:
$ python interesting_info.py
These scripts are licensed under Apache License 2.0.