From c169d68dbe30c185d8b925764e098e7bec3a7da7 Mon Sep 17 00:00:00 2001 From: Scott Little Date: Fri, 5 Apr 2024 16:52:02 -0400 Subject: [PATCH] cengn reference removal mirror.starlingx.cengn.ca no longer exists. CENGN is kindly forwarding requests to the new location mirror.starlingx.windriver.com for now, but that will only last a few months. We need to replace all the references with the new URL. I will also remove as many 'cengn' references as possible, replacing them with 'stx_mirror' Partial-Bug: 2033555 Change-Id: Ib6c89b3ac7f00fefad27bbd1b218804d493d4afc Signed-off-by: Scott Little --- virtualbox/pybox/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/virtualbox/pybox/README.md b/virtualbox/pybox/README.md index 0c79bb1..61f9e96 100644 --- a/virtualbox/pybox/README.md +++ b/virtualbox/pybox/README.md @@ -148,7 +148,7 @@ will be configured and used. 5. (Optional) Get the latest stx-openstack application package if you want to install it: ```shell - wget https://mirror.starlingx.cengn.ca/mirror/starlingx/release/latest_release/debian/monolithic/outputs/helm-charts/stx-openstack-1.0-1.stx.6-debian-stable-latest.tgz\ + wget https://mirror.starlingx.windriver.com/mirror/starlingx/release/latest_release/debian/monolithic/outputs/helm-charts/stx-openstack-1.0-1.stx.6-debian-stable-latest.tgz\ -O $HOME/Downloads/stx-openstack-pkg.tgz ```