Skip to content

Fix runtime config URL after zos-config repo rename (zos-config->zos_config)#117

Closed
ashraffouda wants to merge 2960 commits into
developmentfrom
chore/repo-rename-zos-config
Closed

Fix runtime config URL after zos-config repo rename (zos-config->zos_config)#117
ashraffouda wants to merge 2960 commits into
developmentfrom
chore/repo-rename-zos-config

Conversation

@ashraffouda

Copy link
Copy Markdown
Collaborator

pkg/environment/environment.go fetched the extended node config from raw.githubusercontent.com/threefoldtech/zos-config/main/. That repo was renamed to zos_config; this points the base URL at the new name instead of relying on GitHub's non-permanent rename redirect.

Verified production.json, testing.json, qa.json, development.json all return 200 from the new URL. No functional change.

Part of the repo-rename migration off GitHub redirects.

rowangamal and others added 30 commits December 4, 2024 10:31
Signed-off-by: needsure <qinzhipeng@outlook.com>
Signed-off-by: Ashraf Fouda <ashraf.m.fouda@gmail.com>
add number of open connections to node statistics
add --no-header when getting number of node connections
* feat: use of retryable http server

Signed-off-by: nabil salah <nabil.salah203@gmail.com>

* feat: use retryable http in zos upgarde hub and increase the max retry count

Signed-off-by: nabil salah <nabil.salah203@gmail.com>

* remove: request wrapping

Signed-off-by: nabil salah <nabil.salah203@gmail.com>

* feat: use retryable http on more clients

Signed-off-by: nabil salah <nabil.salah203@gmail.com>

* fix:linting

---------

Signed-off-by: nabil salah <nabil.salah203@gmail.com>
Signed-off-by: Ashraf Fouda <ashraf.m.fouda@gmail.com>
Signed-off-by: Ashraf Fouda <ashraf.m.fouda@gmail.com>
Signed-off-by: Ashraf Fouda <ashraf.m.fouda@gmail.com>
ashraffouda and others added 24 commits March 10, 2026 13:19
Signed-off-by: Ashraf Fouda <ashraf.m.fouda@gmail.com>
* provsion docs

Signed-off-by: Ashraf Fouda <ashraf.m.fouda@gmail.com>

* fixing linter for workflows

Signed-off-by: Ashraf Fouda <ashraf.m.fouda@gmail.com>

---------

Signed-off-by: Ashraf Fouda <ashraf.m.fouda@gmail.com>
Signed-off-by: Ashraf Fouda <ashraf.m.fouda@gmail.com>
Signed-off-by: Ashraf Fouda <ashraf.m.fouda@gmail.com>
Signed-off-by: Ashraf Fouda <ashraf.m.fouda@gmail.com>
Signed-off-by: Ashraf Fouda <ashraf.m.fouda@gmail.com>
Signed-off-by: Ashraf Fouda <ashraf.m.fouda@gmail.com>
Signed-off-by: Ashraf Fouda <ashraf.m.fouda@gmail.com>
update chain, rmb client and fix lint
Signed-off-by: Ashraf Fouda <ashraf.m.fouda@gmail.com>
The extended-config base URL pointed at github.com/threefoldtech/zos-config,
which was renamed to zos_config. Point it at the new name instead of relying
on GitHub's non-permanent rename redirect. Verified all running-mode config
files (production/testing/qa/development.json) serve 200 from the new URL.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@ashraffouda ashraffouda changed the base branch from main to development July 7, 2026 12:17
@ashraffouda ashraffouda closed this Jul 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.