Skip to content
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

Nk 2701 Kernel upgrade #50

Draft
wants to merge 11 commits into
base: master
Choose a base branch
from
Draft

Nk 2701 Kernel upgrade #50

wants to merge 11 commits into from

Commits on Mar 7, 2023

  1. NK-5641 Get vmlinuz from kernel rpm

    Update centos, kernel version to same as zCompute
    Separate requirements from docker
    Uses pip without epel
    Readme
    Removed build-container-tag from skipper.yaml
    IliaFeldgun committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    9aa3e5c View commit details
    Browse the repository at this point in the history
  2. Internal yum repos

    IliaFeldgun committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    521951c View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2023

  1. Configuration menu
    Copy the full SHA
    9fa36b7 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2023

  1. Make sure yum utils

    IliaFeldgun committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    e51ed70 View commit details
    Browse the repository at this point in the history
  2. osmosis no-op

    osmosis no upseto
    IliaFeldgun committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    a2143cd View commit details
    Browse the repository at this point in the history
  3. rpm dependencies

    IliaFeldgun committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    d2df978 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fda4814 View commit details
    Browse the repository at this point in the history
  5. CCISS

    IliaFeldgun committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    97e1cc1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    edb1f52 View commit details
    Browse the repository at this point in the history
  7. Better log

    IliaFeldgun committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    4097271 View commit details
    Browse the repository at this point in the history
  8. mlx4 line fix

    ```bash
    [root@localhost inaugurator]# modprobe --show-depends mlx4_en
    insmod /lib/modules/3.10.0-1160.45.1.el7.x86_64/kernel/drivers/pps/pps_core.ko.xz
    insmod /lib/modules/3.10.0-1160.45.1.el7.x86_64/kernel/drivers/ptp/ptp.ko.xz
    insmod /lib/modules/3.10.0-1160.45.1.el7.x86_64/kernel/net/core/devlink.ko.xz
    install /sbin/modprobe --ignore-install mlx4_core $CMDLINE_OPTS && (if [ -f /usr/libexec/mlx4-setup.sh -a -f /etc/rdma/mlx4.conf ]; then /usr/libexec/mlx4-setup.sh < /etc/rdma/mlx4.conf; fi; /sbin/modprobe mlx4_en; if /sbin/modinfo mlx4_ib > /dev/null 2>&1; then /sbin/modprobe mlx4_ib; fi)
    insmod /lib/modules/3.10.0-1160.45.1.el7.x86_64/kernel/drivers/net/ethernet/mellanox/mlx4/mlx4_en.ko.xz
    ```
    IliaFeldgun committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    3571ae0 View commit details
    Browse the repository at this point in the history