-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bevo2 configs #186
bevo2 configs #186
Conversation
2b14e46
to
e8bed55
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See review, some potential problems here.
isRdma: false | ||
nicselector: | ||
pfNames: | ||
- ens5f1#0-1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- ens5f1#0-1 | |
- ens5f0#0-1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
wrong interface.
isRdma: false | ||
nicselector: | ||
pfNames: | ||
- ens2f0#3-6 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- ens2f0#3-6 | |
- ens2f0#3-7 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
needs to add up to max VFs.
nodeNetwork: | ||
interfaces: | ||
- name: ens2f0 | ||
macAddress: "b4:96:91:a5:04:ac" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nodeNetwork: | |
interfaces: | |
- name: ens2f0 | |
macAddress: "b4:96:91:a5:04:ac" | |
nodeNetwork: | |
interfaces: | |
- name: eno12399np0 | |
macAddress: "e4:3d:1a:dd:b8:20" | |
- name: ens2f0 | |
macAddress: "b4:96:91:a5:04:ac" | |
- name: ens5f0 | |
macAddress: "50:7c:6f:1f:b3:58" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
add broadcom interface like bevo1. also add other connected (with carrier) interfaces.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added a few more ifaces, and ipaddress confiuration in the broadcom.
- name: ens2f0 | ||
type: ethernet | ||
state: up | ||
ipv4: | ||
enabled: true | ||
address: | ||
- ip: "192.168.38.151" | ||
prefix-length: 26 | ||
dhcp: false | ||
ipv6: | ||
enabled: true | ||
address: | ||
- ip: "2600:52:7:300::151" | ||
prefix-length: 64 | ||
autoconf: false | ||
dhcp: false | ||
dns-resolver: | ||
config: | ||
server: | ||
- 192.168.38.12 | ||
- 2600:52:7:38::12 | ||
routes: | ||
config: | ||
- destination: 0.0.0.0/0 | ||
next-hop-address: 192.168.38.129 | ||
next-hop-interface: ens2f0 | ||
- destination: ::/0 | ||
next-hop-address: 2600:52:7:300::1 | ||
next-hop-interface: ens2f0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- name: ens2f0 | |
type: ethernet | |
state: up | |
ipv4: | |
enabled: true | |
address: | |
- ip: "192.168.38.151" | |
prefix-length: 26 | |
dhcp: false | |
ipv6: | |
enabled: true | |
address: | |
- ip: "2600:52:7:300::151" | |
prefix-length: 64 | |
autoconf: false | |
dhcp: false | |
dns-resolver: | |
config: | |
server: | |
- 192.168.38.12 | |
- 2600:52:7:38::12 | |
routes: | |
config: | |
- destination: 0.0.0.0/0 | |
next-hop-address: 192.168.38.129 | |
next-hop-interface: ens2f0 | |
- destination: ::/0 | |
next-hop-address: 2600:52:7:300::1 | |
next-hop-interface: ens2f0 | |
- name: eno12399np0 | |
type: ethernet | |
state: up | |
ipv4: | |
enabled: true | |
address: | |
- ip: "192.168.38.151" | |
prefix-length: 26 | |
dhcp: false | |
ipv6: | |
enabled: true | |
address: | |
- ip: "2600:52:7:300::151" | |
prefix-length: 64 | |
autoconf: false | |
dhcp: false | |
- name: ens2f0 | |
type: ethernet | |
state: down | |
- name: ens5f0 | |
type: ethernet | |
state: down | |
dns-resolver: | |
config: | |
server: | |
- 192.168.38.12 | |
- 2600:52:7:38::12 | |
routes: | |
config: | |
- destination: 0.0.0.0/0 | |
next-hop-address: 192.168.38.129 | |
next-hop-interface: eno12399np0 | |
- destination: ::/0 | |
next-hop-address: 2600:52:7:300::1 | |
next-hop-interface: eno12399np0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
switch default route to broadcom, unless i'm missing something here? also you need to add other interfaces and set to down
so those interfaces don't DHCP constantly (undesired).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not missing anything. Also added all the ports and states.
bmcAddress: "idrac-virtualmedia://192.168.38.204/redfish/v1/Systems/System.Embedded.1" | ||
bmcCredentialsName: | ||
name: "r750-2-bmc-creds-secret" | ||
bootMACAddress: "b4:96:91:a5:04:ac" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
bootMACAddress: "b4:96:91:a5:04:ac" | |
bootMACAddress: "e4:3d:1a:dd:b8:20" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
switch this to default router interface (eno12399np0).
Co-authored-by: Dave Cain <[email protected]>
This PR follows the configurations provided in Bevoguide to mimic Day2 configs using ZTP:
Also adds TGM config in PTP operator.