Open jfargen opened 5 years ago
@jfargen Assuming you are talking about AVRS nodes, we do it as part of overcloud deployment. We do remove dpdk pacakge on all AVRS nodes. https://github.com/sunny-verma/nuage-ospdirector/blob/refactoring_nuage_templates/nuage-tripleo-heat-templates/docker/services/nova-compute-avrs.yaml#L228-L231
And please can you make sure you add more info to the issues you open and add relevant information so it's easy for us to know what exactly you are talking about like
Thanks,
@sunny-verma Even though the installation of the 6wind packages has been moved to the overcloud the deployment, the packages still need to be pulled down doing a yum download process in your nuage_overcloud_full_patch.py script. That process will not work if the dpdk is installed on the overcloud image.
branch: OSPD13 file: nuage_overcloud_full_patch.py
Hi,
Currently we are using yum install --downloadonly --downloaddir=/6wind ...
to download the 6wind packages.
If I understand it correct, this command should throw an error when dpdk
is already present on overcloud image?
Because we haven't seen any issues with the current approach.
Thanks, Sai
Please include the dpdk* package to be removed from the overcloud image.