Skip to content

Instantly share code, notes, and snippets.

View saneax's full-sized avatar

Sanjay Upadhyay saneax

View GitHub Profile
---
apiVersion: test.openstack.org/v1beta1
kind: Tempest
metadata:
name: tempest-tests
namespace: openstack
spec:
SSHKeySecretName: dataplane-ansible-ssh-private-key-secret
storageClass: local-storage
# Tigon22
25: ens1f0.429@ens1f0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
link/ether 6c:fe:54:3f:a0:70 brd ff:ff:ff:ff:ff:ff
inet 10.46.228.49/28 scope global ens1f0.429
valid_lft forever preferred_lft forever
inet6 fe80::6efe:54ff:fe3f:a070/64 scope link
valid_lft forever preferred_lft forever
26: ens1f1.10@ens1f1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
link/ether 6c:fe:54:3f:a0:71 brd ff:ff:ff:ff:ff:ff
inet 192.168.10.1/24 scope global ens1f1.10
switch basic_config.yml -
https://code.engineering.redhat.com/gerrit/gitweb?p=nfv-qe.git;a=blob;f=switches/panther08/basic_config.yml;h=5e390bf3846f3815c1928db08e6b4f33c31d4dbb;hb=refs/heads/main#l151
has only tigon15 configs to sw05
however hwoffload.yml -
https://code.engineering.redhat.com/gerrit/gitweb?p=nfv-qe.git;a=blob;f=switches/panther08/hwoffload.yml;h=ff86b2caa19fb5ad4e5912c537ba291c85358a7c;hb=refs/heads/main#l147
has both tigon15/16 connections to sw05
I find the above a bit strange. tigon 16 enp7s0f1 is connected to sw05 from above config, and actually I see its connected also by wire.
ssh -o PasswordAuthentication=yes -o PreferredAuthentications=keyboard-interactive,password -o PubkeyAuthentication=no
OpenSSH_8.8p1, OpenSSL 3.0.5 5 Jul 2022
debug1: Reading configuration data /home/sanjayu/.ssh/config
debug1: /home/sanjayu/.ssh/config line 1: Applying options for *
debug1: Reading configuration data /etc/ssh/ssh_config
debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0
debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf
debug2: checking match for 'final all' host tigon14.lab.eng.tlv2.redhat.com originally tigon14.lab.eng.tlv2.redhat.com
debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final'
debug2: match not found
 sanjayu   master  …  code  nfv  rhos-qe-jenkins  cat @10.75.5.25 /run/systemd/resolve/resolv.conf
cat: @10.75.5.25: No such file or directory
# This is /run/systemd/resolve/resolv.conf managed by man:systemd-resolved(8).
# Do not edit.
#
# This file might be symlinked as /etc/resolv.conf. If you're looking at
# /etc/resolv.conf and seeing this text, you have followed the symlink.
#
# This is a dynamic resolv.conf file for connecting local clients directly to
# all known uplink DNS servers. This file lists all configured search domains.
@saneax
saneax / basic_config.yml
Created July 8, 2021 13:12
basic_config.yml
nfv_private_sw03:
vlans:
- start: 80
end: 80
interfaces:
- { description: 'tigon19', iface: 'GigabitEthernet5/0/10', iface_mode: 'access', vlan: '80' }
nfv_private_sw01:
vlans:
- start: 80
@saneax
saneax / basic_config.yml
Created July 7, 2021 14:56
basic_config.yaml
nfv_private_sw03:
vlans:
- start: 80
end: 80
interfaces:
- { description: 'tigon19', iface: 'GigabitEthernet5/0/10', iface_mode: 'access', vlan: '80' }
nfv_private_sw01:
vlans:
- start: 80
@saneax
saneax / file1.txt
Created July 5, 2021 12:46
seed file for 16.2 geneve templates
# Example config file for ospd-16.2-geneve-ovn-dpdk-sriov-ctlplane-dataplane-bonding-hybrid
# nic-partitioning deployment topology
# Triggers
undercloud_conf: true
instackenv: true
nodes: true
dpdk: true
sriov: true
iface_mapping: true
resource_registry:
# Specify the relative/absolute path to the config files you want to use for override the default.
OS::TripleO::ControllerSriov::Net::SoftwareConfig: nic-configs/controllersriov.yaml
OS::TripleO::ComputeOvsDpdkSriovR730::Net::SoftwareConfig: nic-configs/computeovsdpdksriovr730.yaml
OS::TripleO::ComputeOvsDpdkSriovR740::Net::SoftwareConfig: nic-configs/computeovsdpdksriovr740.yaml
parameter_defaults:
# Define the DNS servers (maximum 2) for the overcloud nodes
DnsServers:
- 10.46.0.31
resource_registry:
# Specify the relative/absolute path to the config files you want to use for override the default.
OS::TripleO::ControllerSriov::Net::SoftwareConfig: nic-configs/controllersriov.yaml
OS::TripleO::ComputeOvsDpdkSriovR730::Net::SoftwareConfig: nic-configs/computeovsdpdksriovr730.yaml
OS::TripleO::ComputeOvsDpdkSriovR740::Net::SoftwareConfig: nic-configs/computeovsdpdksriovr740.yaml
parameter_defaults:
# Define the DNS servers (maximum 2) for the overcloud nodes
DnsServers:
- 10.46.0.31