nuagenetworks / nuage-ospdirector

OSP Director integration for Nuage VSP
https://github.com/nuagenetworks/nuage-ospdirector/wiki
Apache License 2.0
16 stars 33 forks source link

nuage_overcloud_full_patch.py: remove dpdk package #72

Open jfargen opened 5 years ago

jfargen commented 5 years ago

Please include the dpdk* package to be removed from the overcloud image.

sunny-verma commented 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,

jfargen commented 5 years ago

@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

psairam commented 4 years ago

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