This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- | |
| apiVersion: test.openstack.org/v1beta1 | |
| kind: Tempest | |
| metadata: | |
| name: tempest-tests | |
| namespace: openstack | |
| spec: | |
| SSHKeySecretName: dataplane-ansible-ssh-private-key-secret | |
| storageClass: local-storage |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |
NewerOlder