[vpp-dev] How to create a CSIT topology file?

2018-05-17 Thread
cd ${CSIT_DIR} export PYTHONPATH=$(pwd) ./resources/tools/topology/update_topology.py -f -v -o topologies/available/vagrant_pci.yaml topologies/available/vagrant.yaml According to this step, I have the following error: (env) root@ubuntu:/csit# ./resources/tools/topology/update_topology.py -f -v -o

[vpp-dev] How to copy the SSH key to the Vagrant virtual machine

2018-05-14 Thread
According to the tutorial steps: Copy your ssh-key to Vagrant VMs This steps has to be repeated every time your Vagrant VMs are re-created (i.e. vagrant destroy command was issued) echo csit@192.168.255.10{0,1,2} | xargs -n 1 ssh-copy-id Respond with "csit" as password (without quotes). From now

Re: [vpp-dev] Build error

2018-05-03 Thread
So do you know why make run failed? If you know, please tell me, thank you. nwnj...@fiberhome.com From: Klement Sekera Date: 2018-05-03 15:29 To: 汤超; vpp-dev Subject: Re: [vpp-dev] Build error Hi, the reason for the errors you see is that some API messages are not sane enough for the VAPI

Re: [csit-dev] [vpp-dev] A 404 error occurred in the process of sudo apt-get update. How to solve it?

2018-05-02 Thread
.virtualbox.org/virtualbox/debian xenial contrib nwnj...@fiberhome.com From: Chris Luke Date: 2018-05-02 19:06 To: 汤超; vpp-dev CC: csit-dev Subject: Re: [csit-dev] [vpp-dev] A 404 error occurred in the process of sudo apt-get update. How to solve it? ‘fd.io.ubuntu..main’ is not a valid URL – spot

[vpp-dev] A 404 error occurred in the process of sudo apt-get update. How to solve it?

2018-05-01 Thread
A 404 error occurred in the process of sudo apt-get update. How to solve it? fiber@ubuntu:/etc/apt$ sudo apt-get update Have you ever met? Hit:1 http://archive.ubuntukylin.com:10006/ubuntukylin xenial InRelease Hit:2 http://download.virtualbox.org/virtualbox/debian xenial InRelease

[vpp-dev] Are there any DUT devices that know vagrant pull up to sign the default account password?

2018-04-18 Thread
Are there any DUT devices that know vagrant pull up to sign the default account password? I searched for many default account passwords on the Internet, all of which were wrong. nwnj...@fiberhome.com

[vpp-dev] Vagrant up is wrong, dut device can't get up

2018-04-18 Thread
Excuse me, when vagrant up --parallel --provision came up, there was a lot of errors. How to solve it? Unpack, print the following: fiber@ubuntu:~/toni/csit-vagrant$ vagrant up --parallel --provision Bringing machine 'tg' up with 'virtualbox' provider... Bringing machine 'dut1' up with 'virtualb

[vpp-dev] I need some help.Please help me.

2018-04-16 Thread
vpp dut1: vpp-api-java dut1: vpp-api-lua dut1: vpp-api-python dut1: vpp-lib dut1: vpp-plugins The SSH command responded with a non-zero exit status. Vagrant assumes that this means the command failed. The output for this command should be in the log above. Please read the

[vpp-dev] 转发: [csit-dev] I need some help.Please help me.

2018-04-16 Thread
nwnj...@fiberhome.com 发件人: 汤超 发送时间: 2018-04-17 10:59 收件人: csit-dev 主题: [csit-dev] I need some help.Please help me. Hello, everyone, I have installed the framework of CSIT in accordance with the official network tutorial, but after the vagrant SSH dut1 in, sudo start VPP this command

[vpp-dev] Do you have the installation steps for CSIT ?

2018-04-11 Thread
Hello, everyone. I just contacted CSIT architecture, and encountered many problems in the process of building CSIT. Can you help me to make a list for me? Do I need to install steps? There are a lot less data on the Internet I need to complete the architecture of CSIT, and be able to use Python