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

nuage_overcloud_full_patch.py: remove dpdk package #72

Open
jfargen opened this issue Jul 6, 2019 · 3 comments
Open

nuage_overcloud_full_patch.py: remove dpdk package #72

jfargen opened this issue Jul 6, 2019 · 3 comments

Comments

@jfargen
Copy link

jfargen commented Jul 6, 2019

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

@sunny-verma
Copy link
Collaborator

@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

  • Which branch
  • Which file
  • Error logs if any.

Thanks,

@jfargen
Copy link
Author

jfargen commented Jul 9, 2019

@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
Copy link

psairam commented Jul 24, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants