1
0
Fork 0
Signed-off-by: Arnaud M. <arnaud.choupinette@mailops.fr>
This commit is contained in:
Arnaud M. 2026-01-10 15:38:13 +01:00
parent ae7927f29c
commit 4b59d7bcf6
1 changed files with 1 additions and 2 deletions

View File

@ -1,9 +1,8 @@
# Create jumps # Create jumps
```bash ```bash
# NOTE(arnaud) we need large for the kubernetes ex. # NOTE(arnaud) we need c3-16 for the kubernetes ex.
c=20 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 c3-16 --image 'Debian 12' --net Ext-Net --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
``` ```