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

pc: Fix Azure NFS test #17782

Closed
wants to merge 3 commits into from

Conversation

ricardobranco777
Copy link
Contributor

@ricardobranco777 ricardobranco777 commented Sep 15, 2023

@@ -168,10 +168,6 @@ resource "azurerm_storage_account_network_rules" "openqa-group" {
virtual_network_subnet_ids = [azurerm_subnet.openqa-subnet.id]
// AZURE LIMITATION: After setting Deny, we need to allow this host otherwise we cannot do changes or delete the resources
ip_rules = [chomp(data.http.myip.response_body)]

private_link_access {
endpoint_resource_id = azurerm_subnet.openqa-subnet.id
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We need to check if this is really not required. I remember that when using NFS there are some network one restrictions. Let's make a VR that shows it works.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Marking it as "requesting changes" because this has the potential to break test runs (in a different way).

A valid VR is enough to resolve this

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1 to what Felix said . it looks weird to me that we removing something I would expect that some property changed format due to not backward-compatible changes but not something like that . Anyway if you will provide passed VR AND some brief explanations why this is suppose to be a fix I will add +1

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

Successfully merging this pull request may close these issues.

3 participants