Add oscli
Signed-off-by: Arnaud Morin <arnaud.morin@ovhcloud.com>
This commit is contained in:
parent
9e7cb01c23
commit
5875e454ba
|
@ -62,6 +62,11 @@ Cela devrait creer un serveur sur OpenStack.
|
||||||
|
|
||||||
Verifiez que votre serveur ping.
|
Verifiez que votre serveur ping.
|
||||||
|
|
||||||
|
Si vous avez besoin de la commande `openstack`, il faut d'abord sourcer l'environment openstack:
|
||||||
|
```bash
|
||||||
|
source /opt/oscli/bin/activate
|
||||||
|
```
|
||||||
|
|
||||||
Montrez au prof le resultat.
|
Montrez au prof le resultat.
|
||||||
|
|
||||||
## destroy
|
## destroy
|
||||||
|
|
|
@ -0,0 +1,2 @@
|
||||||
|
# Terraform 104
|
||||||
|
Now do the same as 103 but on kubernetes infra instead of openstack!
|
Loading…
Reference in New Issue