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

Missing packages when installing bare metal #15425

Open
javieraubert opened this issue May 10, 2024 · 0 comments
Open

Missing packages when installing bare metal #15425

javieraubert opened this issue May 10, 2024 · 0 comments
Labels
type: bug Something isn't working

Comments

@javieraubert
Copy link

Prior to submitting an issue, check to see if one has already been created. If there is currently an open issue, add a thumbs-up emoji to identify that it is also affecting you.

Your Environment

  • **Version:1.8
  • **Affected Component:Access Gateway
  • **Affected Subcomponent: installation script
  • **Deployment Environment: Bare-metal

Describe the Issue

Ansible task for installing Magma is failing to complete because some errors on the python dependencies.

To Reproduce

Use the magma/lte/gateway/deploy/agw_install_ubuntu.sh and wait for the ansible task to fail.

Expected behavior

Installation should be completed without errors.

To complete the installation, before executing the script I had to do the following:
dpkg --configure -a
apt-get -y install curl make virtualenv zip rsync git software-properties-common python3-pip python-dev apt-transport-https

And then the magma installation task completed successfully.

@javieraubert javieraubert added the type: bug Something isn't working label May 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant