Thomas Vachuska

Adding sample config.

Change-Id: I9a1b5905057fbfc0be409ec844aaa61c80242607
/* curl -X POST -H'Content-type:application/json' http://$OCI:8181/onos/v1/network/configuration -d @/users/tom/onos/tools/test/configs/sample-basic.json */
{
"devices": {
"of:001122334455667788" : {
"basic" : {
"allowed": false,
"name": "Bad Device",
"owner": "Luigi"
}
}
},
"hosts": {},
"links": {}
}
\ No newline at end of file