indigo-dc.calico

Calico Role

This role sets up and starts a Calico node based on the instructions found at

https://github.com/projectcalico/calico-containers/blob/master/docs/mesos/UsageGuideDockerContainerizer.md

It is designed specifically for deploying Calico in Mesos as part of the INDIGO-DataCloud project.

Role Variables

  • etcd_peers (optional): a list of etcd nodes. You can also use a suitable inventory file to specify the hosts in the [etcd_servers] group.

Dependencies

  • indigo-dc.docker

Example Playbook

- hosts: servers
  roles:
     - { role: indigo-dc.calico, etcd_peers: ["10.10.10.1", "10.10.10.2", "10.10.10.3"] }

License

Apache License v2 [1]

[1] http://www.apache.org/licenses/LICENSE-2.0

Informazioni sul progetto

Configure and run calico

Installa
ansible-galaxy install indigo-dc.calico
Licenza
apache-2.0
Download
81
Proprietario