diff options
author | Matej Klotton <mklotton@cisco.com> | 2017-02-15 17:01:59 +0100 |
---|---|---|
committer | Matej Klotton <mklotton@cisco.com> | 2017-02-27 07:09:32 +0000 |
commit | f8eca5691c63479e5b4c59b5d65456553d4999dd (patch) | |
tree | ca510f199cd54d7cb8c3865fb26f393763968d51 /resources/tools/virl | |
parent | dc8794cd1fb4da71b492cfde5c2ceec6ea2e4882 (diff) |
Add symlink to nodes on Virl
Change-Id: I3351787787419ef97897ad436cfb71c812af79ba
Signed-off-by: Matej Klotton <mklotton@cisco.com>
Diffstat (limited to 'resources/tools/virl')
-rw-r--r-- | resources/tools/virl/topologies/double-ring-nested.centos7.virl | 8 |
1 files changed, 8 insertions, 0 deletions
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 |