This project is part of FIWARE OPS infrastructure. It has a recipe to redeploy a showcase.
- Server
- Ubuntu18+
python 2.7andsetuptoolsmust be installed, usesudo apt-get install -y python python-setuptools
- Ansible
- Version 2.3+
config.jsonwith docker credentials must be put todocker/ansible_hostinhostsmust be filled in with the external ip of the target hostadmin passwordfor Grafana must be defined insecrets.yml- please, verify the value of
MTUparameter indocker.ymlanddocker/daemon.json
- DNS + zerod.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.ymlWhen this variable is not defined, the scenario executes only showcase.yml, i.e. it only redeploys showcase itself
$ ansible-playbook main.yml