Add SRv6 5 node docker demo 63/12563/9
authorMichal Cmarada <[email protected]>
Fri, 15 Jun 2018 08:37:14 +0000 (10:37 +0200)
committerMichal Cmarada <[email protected]>
Wed, 20 Jun 2018 06:29:14 +0000 (08:29 +0200)
commit1528ed5d01ddd8a0de14711de59861d16f727a3e
treedefc318c886c8673161b2cae43d6fa097b8a0772
parentb77a5725338dc700873b36c98af85d70acd7bbe4
Add SRv6 5 node docker demo

This demo is intended to test SRv6 implementation. There are
two options how to run the demo. First one is to use VPP only
configuration and the second one uses honeycomb to configure
SRv6 on nodes.

For detailed information about the demo read documentation in
./asciidoc/Readme.adoc file. Follow the instructions to run
the demo and use provided commands to verify the operation
of VPP nodes.

Change-Id: I7d17db0096cc48b06e9148e7c78faaf9d7b8a97d
Signed-off-by: Michal Cmarada <[email protected]>
16 files changed:
examples/docker/Dockerfile
examples/docker/SRv6_5-node/asciidoc/Readme.adoc [new file with mode: 0644]
examples/docker/SRv6_5-node/asciidoc/resources/SRv6-5node.svg [new file with mode: 0755]
examples/docker/SRv6_5-node/clean_demo.sh [new file with mode: 0755]
examples/docker/SRv6_5-node/hc_configurations/hc_vpp_a_rest_config.sh [new file with mode: 0755]
examples/docker/SRv6_5-node/hc_configurations/hc_vpp_b_rest_config.sh [new file with mode: 0755]
examples/docker/SRv6_5-node/hc_configurations/hc_vpp_c_rest_config.sh [new file with mode: 0755]
examples/docker/SRv6_5-node/hc_configurations/hc_vpp_d_rest_config.sh [new file with mode: 0755]
examples/docker/SRv6_5-node/hc_configurations/hc_vpp_e_rest_config.sh [new file with mode: 0755]
examples/docker/SRv6_5-node/pcap_vpp.sh [new file with mode: 0755]
examples/docker/SRv6_5-node/restart_demo.sh [new file with mode: 0755]
examples/docker/SRv6_5-node/show_configuration.sh [new file with mode: 0755]
examples/docker/SRv6_5-node/start_demo.sh [new file with mode: 0755]
examples/docker/SRv6_5-node/watch_int_vpp.sh [new file with mode: 0755]
examples/docker/create_image.sh
examples/docker/utils.sh