This project is part of FIWARE OPS infrastructure. It has a recipe to redeploy an environment to validate FIWARE-Ready IoT Devices.
- Server
- Ubuntu18+
python 2.7
andsetuptools
must be installed, usesudo apt-get install -y python python-setuptools
- Ansible
- Version 2.3+
config.json
with docker credentials must be put todocker/
ansible_host
inhosts
must be filled in with the external ip of the target host- please, verify the value of
MTU
parameter indocker.yml
anddocker/daemon.json
- DNS
- iot-ready-json.lab.fiware.org should point to a server
- iot-ready-ul.lab.fiware.org should point to a server
When you use this scenario for the first time, execute it with the environment variable prepare
$ ansible-playbook -e prepare=True main.yml
When this variable is not defined, the scenario executes only validator.yml
, i.e. it only redeploys validator itself
$ ansible-playbook main.yml