-
Notifications
You must be signed in to change notification settings - Fork 143
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
Guacamole user resource templates tagging #2061
Guacamole user resource templates tagging #2061
Conversation
…ttps://github.com/pedro-pelegrin-nttdata/AzureTRE into pedro-pelegrin-nttdata/3918_Tag_Innereye_workspace
…amole_user_resource_templates
…resource_templates' of https://github.com/pedro-pelegrin-nttdata/AzureTRE into pedro-pelegrin-nttdata/3862_Tag_azureml_Guacamole_user_resource_templates
…amole_user_resource_templates
/test-extended 0a47a85 |
🤖 pr-bot 🤖 🏃 Running extended tests: https://github.com/microsoft/AzureTRE/actions/runs/2531398263 (with refid (in response to this comment from @guybartal) |
templates/workspace_services/azureml/terraform/acr/variables.tf
Outdated
Show resolved
Hide resolved
…amole_user_resource_templates
/test-extented cdda9ed |
🤖 pr-bot 🤖
You can use the following commands: (in response to this comment from @guybartal) |
…amole_user_resource_templates
/test-extended 6d23d6e |
🤖 pr-bot 🤖 🏃 Running extended tests: https://github.com/microsoft/AzureTRE/actions/runs/2535655961 (with refid (in response to this comment from @guybartal) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please make sure you use the correct variables for tags,
it would be great if you'll try to deploy it on azure using the TRE API to make sure you see all required tags on all resources
...ates/workspace_services/guacamole/user_resources/guacamole-azure-linuxvm/terraform/locals.tf
Outdated
Show resolved
Hide resolved
...es/workspace_services/guacamole/user_resources/guacamole-azure-windowsvm/terraform/locals.tf
Outdated
Show resolved
Hide resolved
templates/workspace_services/guacamole/user_resources/guacamole-dev-vm/terraform/locals.tf
Outdated
Show resolved
Hide resolved
…amole_user_resource_templates
…amole_user_resource_templates
/test-extended c5d9c6a |
🤖 pr-bot 🤖 🏃 Running extended tests: https://github.com/microsoft/AzureTRE/actions/runs/2547931757 (with refid (in response to this comment from @guybartal) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you please try to create a VM and make sure all correct tags are set on Azure?
templates/workspace_services/azureml/user_resources/aml_compute/terraform/locals.tf
Outdated
Show resolved
Hide resolved
templates/workspace_services/azureml/user_resources/aml_compute/terraform/locals.tf
Outdated
Show resolved
Hide resolved
…resource_templates' of https://github.com/pedro-pelegrin-nttdata/AzureTRE into pedro-pelegrin-nttdata/3862_Tag_azureml_Guacamole_user_resource_templates
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
/test-extended 43a69fd |
🤖 pr-bot 🤖 🏃 Running extended tests: https://github.com/microsoft/AzureTRE/actions/runs/2549491449 (with refid (in response to this comment from @guybartal) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@pedro-pelegrin-nttdata there's an error deploying these resources as you've added a variable to the root module. Please see my comments.
templates/workspace_services/azureml/user_resources/aml_compute/terraform/variables.tf
Outdated
Show resolved
Hide resolved
...tes/workspace_services/guacamole/user_resources/guacamole-azure-linuxvm/terraform/linuxvm.tf
Outdated
Show resolved
Hide resolved
...s/workspace_services/guacamole/user_resources/guacamole-azure-linuxvm/terraform/variables.tf
Outdated
Show resolved
Hide resolved
...workspace_services/guacamole/user_resources/guacamole-azure-windowsvm/terraform/variables.tf
Outdated
Show resolved
Hide resolved
...workspace_services/guacamole/user_resources/guacamole-azure-windowsvm/terraform/windowsvm.tf
Outdated
Show resolved
Hide resolved
templates/workspace_services/guacamole/user_resources/guacamole-dev-vm/terraform/linuxvm.tf
Outdated
Show resolved
Hide resolved
templates/workspace_services/guacamole/user_resources/guacamole-dev-vm/terraform/variables.tf
Outdated
Show resolved
Hide resolved
…amole_user_resource_templates
…resource_templates' of https://github.com/pedro-pelegrin-nttdata/AzureTRE into pedro-pelegrin-nttdata/3862_Tag_azureml_Guacamole_user_resource_templates
/test-extended 109f31a |
🤖 pr-bot 🤖 🏃 Running extended tests: https://github.com/microsoft/AzureTRE/actions/runs/2554959810 (with refid (in response to this comment from @tamirkamara) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great. Tests pass as well.
What is being addressed
As a TRE developer,
I want to tag existing user resources templates
So that these templates include information for TRE id, TRE Workspace id, TRE Workspace Service Id and TRE User Resource id.
How is this addressed