Skip to content

Commit eb171c8

Browse files
authored
Merge pull request #2468 from minrk/rm-old-ovh
remove legacy ovh from federation
2 parents 9b0db10 + 46e8eb7 commit eb171c8

File tree

3 files changed

+0
-35
lines changed

3 files changed

+0
-35
lines changed

.github/workflows/cd.yml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -226,14 +226,6 @@ jobs:
226226
# https://github.com/jupyterhub/mybinder.org-deploy/issues/2252
227227
experimental: true
228228

229-
- federation_member: ovh
230-
binder_url: https://ovh.mybinder.org
231-
hub_url: https://hub-binder.mybinder.ovh
232-
# image-prefix should match ovh registry config in secrets/config/ovh.yaml
233-
chartpress_args: "--push --image-prefix=3i2li627.gra7.container-registry.ovh.net/binder/mybinder-"
234-
helm_version: ""
235-
experimental: false
236-
237229
- federation_member: ovh2
238230
binder_url: https://ovh2.mybinder.org
239231
hub_url: https://hub.ovh2.mybinder.org
@@ -293,15 +285,6 @@ jobs:
293285
env:
294286
GIT_CRYPT_KEY: ${{ secrets.GIT_CRYPT_KEY }}
295287

296-
# Action Repo: https://github.com/Azure/docker-login
297-
- name: "Stage 3: Login to Docker registry (OVH)"
298-
if: matrix.federation_member == 'ovh'
299-
uses: azure/docker-login@v1
300-
with:
301-
login-server: 3i2li627.gra7.container-registry.ovh.net
302-
username: ${{ secrets.DOCKER_USERNAME_OVH }}
303-
password: ${{ secrets.DOCKER_PASSWORD_OVH }}
304-
305288
- name: "Stage 3: Run chartpress to update values.yaml"
306289
run: |
307290
chartpress ${{ matrix.chartpress_args || '--skip-build' }}

images/federation-redirect/app.py

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -40,19 +40,6 @@
4040
versions="https://gke.mybinder.org/versions",
4141
prime=True,
4242
),
43-
"ovh": dict(
44-
url="https://ovh.mybinder.org",
45-
weight=1,
46-
health="https://ovh.mybinder.org/health",
47-
# health="https://httpbin.org/status/404",
48-
versions="https://ovh.mybinder.org/versions",
49-
),
50-
"gesis": dict(
51-
url="https://gesis.mybinder.org",
52-
weight=200,
53-
health="https://gesis.mybinder.org/health",
54-
versions="https://gesis.mybinder.org/versions",
55-
),
5643
},
5744
}
5845

mybinder/values.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -617,11 +617,6 @@ federationRedirect:
617617
weight: 100
618618
health: https://gesis.mybinder.org/health
619619
versions: https://gesis.mybinder.org/versions
620-
ovh:
621-
url: https://ovh.mybinder.org
622-
weight: 100
623-
health: https://ovh.mybinder.org/health
624-
versions: https://ovh.mybinder.org/versions
625620
ovh2:
626621
url: https://ovh2.mybinder.org
627622
weight: 100

0 commit comments

Comments
 (0)