Age | Commit message (Collapse) | Author | Files | Lines |
|
This patch sets the hostname in the suts by command line
instead of using the cloud-init hostname module
This fix works for both the newest Centos 7.4-1708 and the older
Centos version in version 1.4
This patch should be merged separately from the patch
updating the Centos listmaker image to 7.4-1711.
Change-Id: Ie9f476ec82356fbd35077b74c55dd1a78e60248f
Signed-off-by: Thomas F Herbert <therbert@redhat.com>
|
|
if unset, arch variable will default to "x86_64"
* Note on "arm64" vs "aarch64"
debian-based uses arm64
rhel-based uses aarch64
qemu binaries of both distribs uses aarch64
dpdk uses arm64
vpp uses aarch64
python machine modules uses aarch64
=> prefer aarch64 to use the same nomenclature as vpp
* add ARCH argument to:
init_dpdk.sh, install_dpdk.sh, run_l2fwd.sh, install_tldk.sh, run_tldk.sh.
default to x86_64
converts "aarch64" if needed for dpdk naming convention
* fixed terminal end detection to allow "~]# "
add dut node arch as param to all robot set bin calls
* add --target-list flag to qemu_build.sh
defaults to x86_64-softmmu
* add arch flag to all the topology files
* topologies/available/ (and example file)
* resources/tools/virl/topologies/
* set _qemu_bin path using node['arch'] in qemu_set_node()
Change-Id: If46d88d064d213d3e4c6fc584bb8e0d4b6428cb8
Signed-off-by: Gabriel Ganne <gabriel.ganne@enea.com>
|
|
Change-Id: I73017e17543bda145c470cdc474bce4eda547742
Signed-off-by: Peter Mikus <pmikus@cisco.com>
|
|
Optimize VIRL job scheduling algorithm based on available VIRL
host capacity. Add IP pool availability pre-checks.
- add quota based on max. allowe IPs and max. allowe VMs per virl
- use one common bootstrap file instead of two separate files (one
for ubutnut, another for centos)
Change-Id: Ic40122a084624ff9c5eafa9f372b0451e857e29a
Signed-off-by: Peter Mikus <pmikus@cisco.com>
|
|
- Fix pylint errors
- Add expiry option to set expiration of simulation
- Add more sanitization of exceptions
- Fix printing of debug messages to stderr
Change-Id: Iecc1fe042b6da104a164fb5701e665b6f3aa298b
Signed-off-by: Peter Mikus <pmikus@cisco.com>
|
|
Change-Id: I36478bcae679d8e30ad00d97d7fc680130808670
Signed-off-by: Matej Klotton <mklotton@cisco.com>
|
|
Change-Id: I3351787787419ef97897ad436cfb71c812af79ba
Signed-off-by: Matej Klotton <mklotton@cisco.com>
|
|
Change-Id: I9fc3a74bf6356bdccee16c977df86567e91b4acf
Signed-off-by: Jan Gelety <jgelety@cisco.com>
|
|
Change-Id: I65d54fff4f936444bed3382ee21a260cf718bafd
Signed-off-by: Matej Klotton <mklotton@cisco.com>
|
|
Add download and install script for rpms.
Add topology virl file for Centos.
Change VPP repo urls for centos.
JIRA: CSIT-356
Change-Id: I3a0a88958a712d1b652f19c76e5e1b019796d0ae
Signed-off-by: Thomas F Herbert <therbert@redhat.com>
|
|
Change-Id: Id507ba1a139415b395f99cd3fcbe2581e1fe3f54
Signed-off-by: Fangyin Hu <fangyinx.hu@intel.com>
|
|
- use if statement to avoid deletion of /nfs/scratch directory
in case that session-id is not provided
Change-Id: Iffca231755ebef71babdd74447a0712bc21265ed
Signed-off-by: Jan Gelety <jgelety@cisco.com>
|
|
- modified to match xenial topology file
Change-Id: Ic160a6162e6fab7c0232a80ce08cf6d0479717c7
Signed-off-by: selias <samelias@cisco.com>
|
|
Change-Id: Ie8ef408d87f2bd0327489179507076c6ea619e1e
Signed-off-by: selias <samelias@cisco.com>
|
|
Change-Id: I872d1fe16d590652e75616516d11e6f3ce221ac6
Signed-off-by: Tibor Frank <tifrank@cisco.com>
|
|
Change-Id: Ice0246fb91faf215f5e19be92d6aca7c9f376586
Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
|
|
non-interactive installation of vpp packages
Change-Id: I298d84e8452dc623ed92b7a9533d3bbc5f216fa4
Signed-off-by: Miroslav Miklus <mmiklus@cisco.com>
|
|
Change-Id: If33008da9d0b1376b840a6533f4f57af44e3340a
Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
|
|
Change-Id: I93e8b5e977e974cda9ea4ebab327b59f9afd2fd0
Signed-off-by: pmikus <pmikus@cisco.com>
|
|
-update netconf port according to changes in https://gerrit.fd.io/r/2283
-update restconf port according to changes in https://gerrit.fd.io/r/2825
Change-Id: I66c240d962b5219bc78b9312a15c48a9de088486
Signed-off-by: selias <samelias@cisco.com>
|
|
Change-Id: Ic2781afc713a7a9333adca3022eff533c4d1594c
Signed-off-by: Carsten Koester <ckoester@cisco.com>
Signed-off-by: pmikus <pmikus@cisco.com>
|
|
JIRA: CSIT-56
- create bootstrap_vpp_honeycomb.sh script which deploys VPP and Honeycomb
on DUTs
- Modify start-testcase script
Change-Id: I88511479cb8681168675c934f4fccbea83fa34bc
Signed-off-by: Tibor Frank <tifrank@cisco.com>
|
|
Change-Id: Ia18ea34a6288aec0f12f176f4cc264d0f215d1fd
Signed-off-by: Carsten Koester <ckoester@cisco.com>
|
|
Fix cosmetic issues in VIRL topologies:
- Replace double whitespace by single whitespace in XML
- Remove reserved but unused IP address allocations from VIRL config
- Modify "start-testcase" script to handle links without IP address
Change-Id: Ie447bd91172df61b30ebb8650b56bdfca0f25fd4
Signed-off-by: Carsten Koester <ckoester@cisco.com>
|
|
Change-Id: Idcf173b1711076a5d7e4af8fe46e302b9eae4ff6
Signed-off-by: Carsten Koester <ckoester@cisco.com>
|
|
Change-Id: I57dbe4f179b3cfd3f51c9dec503ca45a5c0521fd
Signed-off-by: Carsten Koester <ckoester@cisco.com>
|
|
Change-Id: I02e7f85e3259dc0a5b2c7d0098747921a75fa5ea
Signed-off-by: Carsten Koester <ckoester@cisco.com>
|