| # This Docker stackfile deploys a single onos container and freeradius. |
| # The stackfile assumes that overlay network 'voltha_net' has already been |
| # created. To deploy the stack, issue the command: |
| # docker stack deploy -c docker-compose-onos-swarm.yml onos |
| image: "marcelmaatkamp/freeradius" |
| - /cord/incubator/voltha/compose/data/clients.conf:/etc/raddb/clients.conf |
| - /cord/incubator/voltha/compose/data/users:/etc/raddb/users |
| # Single instance for now since a cluster |
| # needs to be configured through onos |
| ONOS_APPS: 'drivers,openflow-base' |