Adding changes to configuration in voltha
Change-Id: I17aa46165a16311d39a6a1b4c36ebb8d65ff27aa
diff --git a/compose/docker-compose-auth-test.yml b/compose/docker-compose-auth-test.yml
index ddc294e..aeba625 100644
--- a/compose/docker-compose-auth-test.yml
+++ b/compose/docker-compose-auth-test.yml
@@ -2,18 +2,18 @@
services:
- freeradius:
- image: "marcelmaatkamp/freeradius"
- ports:
- - "1812:1812/udp"
- - "1813:1813"
- - "18120:18120"
- volumes:
- - "./data/clients.conf:/etc/raddb/clients.conf"
- - "./data/users:/etc/raddb/users"
- networks:
- authnet:
- ipv4_address: 172.25.0.100
+# freeradius:
+# image: "marcelmaatkamp/freeradius"
+# ports:
+# - "1812:1812/udp"
+# - "1813:1813"
+# - "18120:18120"
+# volumes:
+# - "./data/clients.conf:/etc/raddb/clients.conf"
+# - "./data/users:/etc/raddb/users"
+# networks:
+# authnet:
+# ipv4_address: 172.25.0.100
onos:
image: "cord/onos"
@@ -27,12 +27,23 @@
authnet:
ipv4_address: 172.25.0.200
- freeradius-test:
- image: "marcelmaatkamp/freeradius"
- command: "radtest user password freeradius 0 SECRET"
+ onos_config_push:
+ image: onos-config-push:phase2
+ environment:
+ ONOS_CONNECTION: 'onos:8181'
+ volumes:
+ - "../docker/config/netcfg.json:/data/onos-config.json"
networks:
authnet:
- ipv4_address: 172.25.0.101
+ links:
+ - "onos:onos"
+
+# freeradius-test:
+# image: "marcelmaatkamp/freeradius"
+# command: "radtest user password freeradius 0 SECRET"
+# networks:
+# authnet:
+# ipv4_address: 172.25.0.101
networks:
authnet: