1
0
Fork 0

Switch to large flavor for isen servers and install fail2ban

Signed-off-by: Arnaud M <arnaud.choupinette@mailops.fr>
This commit is contained in:
Arnaud M 2024-01-19 11:38:39 +01:00
parent 26e936c396
commit 6f693ee2b9
2 changed files with 3 additions and 2 deletions

View File

@ -1,8 +1,9 @@
# Create jumps
```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 small --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
```
# List jumps

View File

@ -105,7 +105,7 @@ add-apt-repository \
stable"
apt-get update
apt-get install -y docker-ce docker-ce-cli containerd.io
apt-get install -y docker-ce docker-ce-cli containerd.io fail2ban
title.print "Clone trainings"