FIWARE-Ops / FIWARE-Ready.IoTDevices

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FIWARE Banner

FIWARE-Ready IoT Devices (Validator)

Overview

This project is part of FIWARE OPS infrastructure. It has a recipe to redeploy an environment to validate FIWARE-Ready IoT Devices.

Requirements

  • Server
    • Ubuntu18+
    • python 2.7 and setuptools must be installed, use sudo apt-get install -y python python-setuptools
  • Ansible
    • Version 2.3+
    • config.json with docker credentials must be put to docker/
    • ansible_host in hosts must be filled in with the external ip of the target host
    • please, verify the value of MTU parameter in docker.yml and docker/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

How to run

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

About

License:Apache License 2.0


Languages

Language:JavaScript 100.0%