1
0
Fork 0

Add command to boot on ovh

Signed-off-by: Arnaud M <arnaud.choupinette@mailops.fr>
This commit is contained in:
Arnaud M 2025-02-07 22:27:39 +01:00
parent 585cfb6ada
commit a618e9db30
1 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,8 @@
```bash
# NOTE(arnaud) we need large for the kubernetes ex.
c=20
openstack server create --user-data isen-postinstall.sh --min $c --max $c --flavor large --image 'Debian 12' --net public --key-name arnaud-choupinette isen
#openstack server create --user-data isen-postinstall.sh --min $c --max $c --flavor large --image 'Debian 12' --net public --key-name arnaud-choupinette isen
openstack server create --user-data isen-postinstall.sh --min $c --max $c --flavor c3-16 --image 'Debian 12' --net Ext-Net --key-name arnaud-choupinette isen
```
# List jumps