forked from bn222/cluster-deployment-automation
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add manual script to enable p1 networking
Once the fxp-net_linux-networking.pkg package has been loaded, we need to enable primary networking by designating enp0s1f0d5 as the primary networking interface on the acc. By default when the ACC first comes up, this package will not be loaded (we will use the default package which enables networking on P0/P1 on the d1/d2 interfaces respectively. However after the first time we install the vsp, this will become required. Signed-off-by: Salvatore Daniele <[email protected]>
- Loading branch information
1 parent
a4f2eb3
commit de8cd57
Showing
3 changed files
with
30 additions
and
4 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# This script needs to be run on reboot each time in order for P1 to be used as the primary interface via enp0s1f0d5 | ||
echo "Configure enp0s1f0d5 as designated primary network interface to Microshift OVS" | ||
echo "#Add to VSI Group 1 : enp0s1f0d5 [vsi: 0x0C]" | ||
devmem 0x20292002a0 64 0x800005000000000c | ||
devmem 0x2029200388 64 0x1 | ||
devmem 0x20292002a0 64 0xa00005000000000c |