From 2bb3f499e2842411fce115ac0497abc79c59d2c5 Mon Sep 17 00:00:00 2001 From: Fabian Arrotin Date: Dec 05 2022 14:03:43 +0000 Subject: new prod OCP ci URLs, now in aws Signed-off-by: Fabian Arrotin --- diff --git a/docs/ci.md b/docs/ci.md index 86ce46b..54ce3a7 100644 --- a/docs/ci.md +++ b/docs/ci.md @@ -5,19 +5,16 @@ We'll document soon how to get onboarded (on request) on the CentOS CI infra pla ![CI Infra overview](img/duffy-aws.drawio.png) -!!! warning - This is the future plan as we're currently moving infra from local DC to AWS. - We offer the following resources : * Openshift hosted jenkins (one per project/SIG), using usual authentication from FAS/ACO - * bare-metal and/or Virtual Machines ephemeral nodes on which you can run some tests (including destructive ones), that will be automatically be reinstalled (for bare-metal) or discarded (for VMs) - aka `Duffy` + * EC2 Virtual Machines (or `metal` but in limited quantity) ephemeral nodes on which you can run some tests (including destructive ones), that will be automatically be discarded after tests are finished - aka `Duffy` ## Openshift -We provide access to an [Openshift](https://console-openshift-console.apps.ocp.ci.centos.org/) cluster, hosted (actually) next to the Duffy ephemeral nodes infra. -Once [Infra ticket/request](https://pagure.io/centos-infra/new_issue?template=ci-migration) is validated you'll be granted access (through ACO/FAS account) to a namespace on that cluster. +We provide access to an [Openshift](https://console-openshift-console.apps.ocp.cloud.ci.centos.org/) cluster, hosted (actually) next to the Duffy ephemeral nodes infra. +Once [Infra ticket/request](https://pagure.io/centos-infra/new_issue?template=ci-onboarding) is validated you'll be granted access (through ACO/FAS account) to a namespace on that cluster. ### Authentication @@ -25,9 +22,9 @@ The openshift cluster is linked/tied to accounts.centos.org so it will be using ### Interacting with Openshift -One can use the [web console](https://console-openshift-console.apps.ocp.ci.centos.org/) to interact with deployed pods, see openshift logs, and also eventually interact with terminal on running pods. +One can use the [web console](https://console-openshift-console.apps.ocp.cloud.ci.centos.org/) to interact with deployed pods, see openshift logs, and also eventually interact with terminal on running pods. -But it's also possible to [download](https://console-openshift-console.apps.ocp.ci.centos.org/command-line-tools) the `oc` cli tool and so interact with openshift from cli. Don't forget that for that to work, you need first to login through web console and then you'll have a `copy login command` under your user name (top left corner) , that will basically take you to [oauth token](https://oauth-openshift.apps.ocp.ci.centos.org/oauth/token/display) display. +But it's also possible to [download](https://console-openshift-console.apps.ocp.cloud.ci.centos.org/command-line-tools) the `oc` cli tool and so interact with openshift from cli. Don't forget that for that to work, you need first to login through web console and then you'll have a `copy login command` under your user name (top left corner) , that will basically take you to [oauth token](https://oauth-openshift.apps.ocp.cloud.ci.centos.org/oauth/token/display) display. You can just copy that command in your own terminal (be sure to have up2date oc binary !) and start interacting with openshift