From 6c0033c24207690d38667d27105dae4583915857 Mon Sep 17 00:00:00 2001 From: Kevin Reynolds Date: Mon, 29 Apr 2024 21:14:35 -0400 Subject: [PATCH 1/2] correct URL for route2 --- labapp/app/app.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/labapp/app/app.py b/labapp/app/app.py index c0ade27..0cdc0b6 100644 --- a/labapp/app/app.py +++ b/labapp/app/app.py @@ -221,8 +221,8 @@ def route2(): if not ns: raise LabException("Ephemeral NS not set") base_url = app.config['base_url'] - aws_url = f"https://{ns}.{base_url}/aws/raw" - azure_url = f"https://{ns}.{base_url}/azure/raw" + aws_url = f"https://{ns}.{base_url}/raw" + azure_url = f"https://{ns}.{base_url}/raw" aws_data = cloudapp_fetch(aws_url, 5, 'request_env', 'AWS', headers={"X-MCN-lab": "aws"}) azure_data = cloudapp_fetch(azure_url, 5, 'request_env', 'Azure', headers={"X-MCN-lab": "azure"}) data = { From 787693bb63e270a06f4e92dd50b4d747264f9f5f Mon Sep 17 00:00:00 2001 From: Kevin Reynolds Date: Mon, 29 Apr 2024 21:55:21 -0400 Subject: [PATCH 2/2] true up --- labapp/app/markdown/setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/labapp/app/markdown/setup.md b/labapp/app/markdown/setup.md index 364a159..c6e7f66 100644 --- a/labapp/app/markdown/setup.md +++ b/labapp/app/markdown/setup.md @@ -6,7 +6,7 @@ -Log in to the [lab tenant](https://f5-xc-lab-mcn.console.ves.volterra.io/) and open any namespaced tile (Multi-Cloud App Connect, Distributed Apps, etc.). Your ephemeral NS name is a randomly generated concatenation of _adjective_-_animal_. +Log in to the [lab tenant](https://f5-xc-lab-mcn.console.ves.volterra.io/) and open any namespaced tile (Multi-Cloud App Connect, Distributed Apps, etc.). Your ephemeral NS name is a randomly generated concatenation of _adjective_-_animal_ in the navigation bar towards the top. eph-ns