Skip to content

Commit

Permalink
correction de syntaxe et coloration md
Browse files Browse the repository at this point in the history
  • Loading branch information
natman committed Oct 28, 2024
1 parent 8239bb0 commit 8cf485f
Show file tree
Hide file tree
Showing 19 changed files with 400 additions and 358 deletions.
10 changes: 5 additions & 5 deletions documentation/Installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ l\'installation échouera sur un timeout.**

Création d\'un fichier de configuration à l\'api d\'ovirt

``` /bash
``` bash
tee ~/.ovirt/ovirt-config.yaml <<EOF
ovirt_url: https://ovirt.example.com/ovirt-engine/api
ovirt_fqdn: ovirt.example.com
Expand All @@ -68,14 +68,14 @@ EOF
On crée un fichier d\'installation dans le but de le modifier avant
l\'installation.

``` /bash
``` bash
$ openshift-install create install-config --log-level=info (--dir okd_install)
```

On modifie le fichier en fonction des valeurs `$API` et `$APPS` rentrées
précédemment.

``` /bash
``` bash
yum install -y moreutils
sudo wget https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64 -O /usr/bin/yq && sudo chmod +x /usr/bin/yq
CIDR='10.34.212.0/23'; API='10.34.212.49'; APPS='10.34.212.39'
Expand All @@ -87,7 +87,7 @@ yq eval -o json install-config.yaml | jq ".networking.cidr = \"$CIDR\"" \

Puis on lance l\'installateur:

``` /bash
``` bash
$ openshift-install create cluster --log-level=info (--dir okd_install)
```

Expand Down Expand Up @@ -162,7 +162,7 @@ Il est possible de personnaliser l\'installation:
Il faut créer pour cela un fichier de configuration
`install-config.yaml`

``` /bash
``` bash
additionalTrustBundlePolicy: Proxyonly
apiVersion: v1
baseDomain: okd-prod.abes.fr
Expand Down
4 changes: 3 additions & 1 deletion documentation/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# OKD
# Documentation issue du wiki du service Infra et réseau de l'Abes.

Cette documentation est donnée à titre d'exemple du travail collaboratif accompli sur le POC `OKD` dans le cadre de la contribution du SIRE aux `jres 2024` https://2024.jres.org/programme. Elle regroupe l'ensemble de la recherche et de la mise en oeuvre sur le thème `Openshift/OKD` sans pourtant être exhaustive. Les instructions propres au SI de l'Abes ainsi que les données sensibles supprimées ne représentent en aucun cas des cas généraux d'utilisation.

\- [Installation d\'OKD sous Ovirt](Installation.md)

Expand Down
Loading

0 comments on commit 8cf485f

Please sign in to comment.