summaryrefslogtreecommitdiffstats
path: root/docker/Readme.txt
diff options
context:
space:
mode:
authorMarek Gradzki <mgradzki@cisco.com>2017-11-27 07:49:48 +0100
committerMarek Gradzki <mgradzki@cisco.com>2017-11-28 16:13:37 +0100
commit2c4c5fcaeb2f5bd0b3b710191bdfde8a03abbc93 (patch)
tree6484f883031ca281f1e8ff4afc292ff8fb2795df /docker/Readme.txt
parentc125686ff6e70ce3402ad4d1b7215cfe801b7158 (diff)
MPLS SR configuration examples
Provides examples of MPLS SR config using Honeycomb for the following topology: A / vpp1 – vpp2 – vpp4 \ // \ –– vpp3 –– B Each vpp node represents docker container with honeycomb running. A and B represent egrees nodes modeled using tap interfaces. Scripts for building topology and Postman collection with example requests included. Change-Id: I96099d9b5b2af50bf48962c869ad5b2474673227 Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
Diffstat (limited to 'docker/Readme.txt')
-rw-r--r--docker/Readme.txt13
1 files changed, 8 insertions, 5 deletions
diff --git a/docker/Readme.txt b/docker/Readme.txt
index e6bd19578..9022befe5 100644
--- a/docker/Readme.txt
+++ b/docker/Readme.txt
@@ -1,15 +1,18 @@
-# 1) Copy vpp and hc2vpp packages to docker/packages dir
+HC2VPP Docker image building&testing instructions
+---------------------------------------------------
-# 2) Build hc2vpp image
+1) Copy vpp and hc2vpp packages to docker/packages dir
+
+2) Build hc2vpp image
./create_image.sh
-# 3) Create & start container
+3) Create & start container
./start_hc2vpp_container.sh vpp1
-# 4) Start vpp & honeycomb
+4) Start vpp & honeycomb
docker exec -it vpp1 bash
./vpp/start.sh
./honeycomb/start.sh
-# 5) Test
+5) Test
./test/show_interfaces_state.sh vpp1