From f8eca5691c63479e5b4c59b5d65456553d4999dd Mon Sep 17 00:00:00 2001 From: Matej Klotton Date: Wed, 15 Feb 2017 17:01:59 +0100 Subject: [PATCH] Add symlink to nodes on Virl Change-Id: I3351787787419ef97897ad436cfb71c812af79ba Signed-off-by: Matej Klotton --- resources/tools/virl/topologies/double-ring-nested.centos7.virl | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/resources/tools/virl/topologies/double-ring-nested.centos7.virl b/resources/tools/virl/topologies/double-ring-nested.centos7.virl index e4265979ed..b59d94c0ff 100644 --- a/resources/tools/virl/topologies/double-ring-nested.centos7.virl +++ b/resources/tools/virl/topologies/double-ring-nested.centos7.virl @@ -17,6 +17,8 @@ runcmd: - echo "UseDNS no" >> /etc/ssh/sshd_config - service ssh restart - service sshd restart +- ln -s /sbin/lspci /usr/bin/lspci +- ln -s /sbin/pidof /usr/bin/pidof users: - default - gecos: User configured by VIRL Configuration Engine 0.21.4 @@ -94,6 +96,9 @@ runcmd: - sed -i 's/no-pci//' /opt/cisco/vpe/etc/qn.conf - sed -i 's/1024/1024 decimal-interface-names/g' /opt/cisco/vpe/etc/qn.conf - ln -s /dev/null /etc/sysctl.d/80-vpp.conf +- ln -s /sbin/pidof /usr/bin/pidof +- ln -s /usr/libexec/qemu-kvm /usr/bin/qemu-system-x86_64 +- ln -s /sbin/fuser /usr/bin/fuser users: - default - gecos: User configured by VIRL Configuration Engine 0.21.4 @@ -194,6 +199,9 @@ runcmd: - sed -i 's/no-pci//' /opt/cisco/vpe/etc/qn.conf - sed -i 's/1024/1024 decimal-interface-names/g' /opt/cisco/vpe/etc/qn.conf - ln -s /dev/null /etc/sysctl.d/80-vpp.conf +- ln -s /sbin/pidof /usr/bin/pidof +- ln -s /usr/libexec/qemu-kvm /usr/bin/qemu-system-x86_64 +- ln -s /sbin/fuser /usr/bin/fuser users: - default - gecos: User configured by VIRL Configuration Engine 0.21.4 -- 2.16.6