diff options
author | Daniele Zulberti <danielezulberti@gmail.com> | 2022-05-03 16:41:51 +0200 |
---|---|---|
committer | Daniele Zulberti <danielezulberti@gmail.com> | 2022-05-16 10:29:47 +0200 |
commit | 2349ab83373ff51fe2ea6a5139f7f6f47744b9cd (patch) | |
tree | fcd523282ac90c2ae3e216d739475b36843ee6d0 /docs/testing/user/userguide/east-west-benchmarking/Configurations/Rapid/example-bidirectional.env | |
parent | 2fcc501a8cf9f5a7dbcedf48946e225dfc485ff8 (diff) |
[docs] Kubernetes East-West
Signed-off-by: Daniele Zulberti <danielezulberti@gmail.com>
Change-Id: I1c47906ae81bf3666520c65e66920d3a475f604e
Diffstat (limited to 'docs/testing/user/userguide/east-west-benchmarking/Configurations/Rapid/example-bidirectional.env')
-rw-r--r-- | docs/testing/user/userguide/east-west-benchmarking/Configurations/Rapid/example-bidirectional.env | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/docs/testing/user/userguide/east-west-benchmarking/Configurations/Rapid/example-bidirectional.env b/docs/testing/user/userguide/east-west-benchmarking/Configurations/Rapid/example-bidirectional.env new file mode 100644 index 00000000..8c59560f --- /dev/null +++ b/docs/testing/user/userguide/east-west-benchmarking/Configurations/Rapid/example-bidirectional.env @@ -0,0 +1,36 @@ +# Copyright 2022 Anuket, Intel Corporation, and The Linux Foundation +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# + +[rapid] +loglevel = DEBUG +version = 19.6.30 +total_number_of_machines = 1 + +[M1] +name = rapid-pod-1 +admin_ip = 10.244.1.157 +dp_ip1 = 192.168.30.11 +dp_mac1 = de:ad:c3:52:79:9b +dp_ip2 = 192.168.30.12 +dp_mac2 = 02:09:c0:fd:ba:1f + + +[ssh] +key=rapid_rsa_key +user = root + +[Varia] +vim = Openstack +stack = rapid |