Activity log for bug #1775127

Date Who What changed Old value New value Message
2018-06-05 06:28:25 Vivek bug added bug
2018-06-05 06:28:36 Vivek juniperopenstack: milestone r4.1.2.0
2018-06-05 06:28:48 Vivek nominated for series juniperopenstack/r4.1
2018-06-05 06:28:48 Vivek bug task added juniperopenstack/r4.1
2018-06-05 06:28:59 Vivek juniperopenstack/r4.1: assignee Pieter Malan (pmalan)
2018-06-05 06:29:02 Vivek juniperopenstack/r4.1: importance Undecided High
2018-06-05 06:29:06 Vivek juniperopenstack/r4.1: milestone r4.1.2.0
2018-06-05 06:29:09 Vivek juniperopenstack: milestone r4.1.2.0
2018-06-05 06:29:16 Vivek bug task deleted juniperopenstack
2018-06-05 06:52:46 Vivek description 4.1 Contrail bringup with accelerated NIC requires following steps to be executed manually. Ideally we want to get rid of these steps and do one step installation. On Computes: * have the following debs pre-installed: * agilio-nic-firmware*.deb * agilio-nfp-driver-dkms*.deb * ns-agilio-vrouter-udev*.deb * The rename deb should create a udev file in `/etc/udev/rules.d/10-netronome.udev.rules`. If the file is not present make sure that the nfp module is loaded `rmmod nfp; modprobe nfp` and then execute the script `/opt/netronome/libexec/write_udev_rules.sh` * Run `update-initramfs -u` on the pre-provisioned compute node * Reboot the compute nodes to verify that the `nfp_p0` network interface has correctly been configured. On Server-manager node: ### Create Netronome Repo Run the `00_create_netronome_repo.sh` script. This will setup a netronome repo on server-manager in the same way that the contrail repo is setup. This will also update some deb packages that were patched: ./00_create_netronome_repo.sh ocata ### Update docker images Run the `02_update_docker_images.sh` script as root. This will change into the `update-docker-images` directory and run `./update-docker-images.sh`. This will apply updates to the docker images on server manager before they are deployed to the nodes: ./02_update_docker_images.sh ocata 4.1 Contrail bringup with accelerated NIC requires following steps to be executed manually. Ideally we want to get rid of these steps and do one step installation. On Computes:     * have the following debs pre-installed:         * agilio-nic-firmware*.deb         * agilio-nfp-driver-dkms*.deb         * ns-agilio-vrouter-udev*.deb         * The rename deb should create a udev file in `/etc/udev/rules.d/10-netronome.udev.rules`. If the file is not present make sure that the nfp module is loaded `rmmod nfp; modprobe nfp` and then execute the script `/opt/netronome/libexec/write_udev_rules.sh`     * Run `update-initramfs -u` on the pre-provisioned compute node     * Reboot the compute nodes to verify that the `nfp_p0` network interface has correctly been configured. On Server-manager node: ### Create Netronome Repo Run the `00_create_netronome_repo.sh` script. This will setup a netronome repo on server-manager in the same way that the contrail repo is setup. This will also update some deb packages that were patched:     ./00_create_netronome_repo.sh ocata ### Update docker images Run the `02_update_docker_images.sh` script as root. This will change into the `update-docker-images` directory and run `./update-docker-images.sh`. This will apply updates to the docker images on server manager before they are deployed to the nodes:     ./02_update_docker_images.sh ocata
2018-10-20 18:47:14 Jeba Paulaiyan juniperopenstack/r4.1: status New Won't Fix