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

(Nexus Docker Hub) Change Nexus hosting to VM #1479

Closed
4 tasks done
Tracked by #1089
jjgriff93 opened this issue Mar 10, 2022 · 2 comments · Fixed by #1584
Closed
4 tasks done
Tracked by #1089

(Nexus Docker Hub) Change Nexus hosting to VM #1479

jjgriff93 opened this issue Mar 10, 2022 · 2 comments · Fixed by #1584
Assignees
Labels
story Stories are the smallest unit of work to be done for a project.
Milestone

Comments

@jjgriff93
Copy link
Collaborator

jjgriff93 commented Mar 10, 2022

As part of a solution to #1089, we need to host Nexus on a service that allows for exposing multiple custom ports. Currently App Service only allows one which is already consumed by Nexus' standard traffic over port 8081.

We need to move the Nexus container to be hosted by a VM:

  • Update the Terraform for the Nexus shared service to deploy a Linux VM
  • Use a cloudinit script to install necessary dependencies (i.e. Docker engine)
  • Also use this script to start the Nexus container and expose the port
  • Modify any related networking components to allow traffic to and from Nexus
@jjgriff93 jjgriff93 added the story Stories are the smallest unit of work to be done for a project. label Mar 10, 2022
@jjgriff93 jjgriff93 added this to the Release 0.3 milestone Mar 10, 2022
@jjgriff93 jjgriff93 moved this from Triage to In Progress in AzureTRE - Crew Rock Mar 10, 2022
@jjgriff93 jjgriff93 self-assigned this Mar 10, 2022
@marrobi
Copy link
Member

marrobi commented Mar 10, 2022

You are still going to require a SSL cert and private endpoint to enable
apt and pypi to work.

@jjgriff93
Copy link
Collaborator Author

Yep good point, I've removed the test at the end as we don't expect this to work until the follow on task is completed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
story Stories are the smallest unit of work to be done for a project.
Projects
No open projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants