aboutsummaryrefslogtreecommitdiffstats
path: root/prototypes
diff options
context:
space:
mode:
authorManuel Buil <manuel.buil@ericsson.com>2016-05-19 13:30:25 +0200
committerManuel Buil <manuel.buil@ericsson.com>2016-05-19 13:33:00 +0200
commit439f684991c36f61483b12134a8c981f78f0e473 (patch)
treec53817a7f78d07f85793fc25eb7a09a3142f6acb /prototypes
parent678d3fafb75bca688ca4749073090cf42d16ec1b (diff)
Remove coexistence configuration from post script
This is not more needed as the config comes from FUEL ODL plug-in Change-Id: Ie09a52ac3919ac641924d41431dc000910e6d4f4 Signed-off-by: Manuel Buil <manuel.buil@ericsson.com>
Diffstat (limited to 'prototypes')
-rwxr-xr-xprototypes/sfc_tacker/poc.tacker-up.sh13
1 files changed, 0 insertions, 13 deletions
diff --git a/prototypes/sfc_tacker/poc.tacker-up.sh b/prototypes/sfc_tacker/poc.tacker-up.sh
index 4dbb37240..be647b409 100755
--- a/prototypes/sfc_tacker/poc.tacker-up.sh
+++ b/prototypes/sfc_tacker/poc.tacker-up.sh
@@ -350,18 +350,6 @@ function populate_rc() {
done
}
-
-#Configure ODL so that it allows the coexistence between Netvirt and SFC
-function coexistence() {
- curl -i -u admin:admin -H 'Content-type: application/json' -X PUT \
- -d '{"netvirt-providers-config":{"table-offset":"1"}}' \
- http://${mgmt_addr}:${odl_port}/restconf/config/netvirt-providers-config:netvirt-providers-config
-
- curl -i -u admin:admin -H 'Content-type: application/json' -X PUT \
- -d '{"sfc-of-renderer-config":{"sfc-of-table-offset":"150","sfc-of-app-egress-table-offset":"11"}}' \
- http://${mgmt_addr}:${odl_port}/restconf/config/sfc-of-renderer:sfc-of-renderer-config
-}
-
envSetup
deployTackerClient
deployJsonrpclib
@@ -371,7 +359,6 @@ deployTackerServer
populate_client
orchestarte
populate_rc
-coexistence
remove_repo "$MYREPO"
remove_repo "$DEPREPO"