1
0
Signed-off-by: Arnaud M <arnaud.choupinette@mailops.fr>
This commit is contained in:
Arnaud M
2023-03-04 21:44:32 +01:00
parent 6fe575b9ac
commit cd0ee9007f
2 changed files with 12 additions and 5 deletions

View File

@@ -1,2 +1,9 @@
# E.G. to boot 20 instances
openstack server create --user-data isen-postinstall.sh --min 20 --max 20 --flavor d2-4 --image 'Debian 11' --net Ext-Net --key-name arnaud-choupinette isen-
openstack server create --user-data isen-postinstall.sh --min 20 --max 20 --flavor d2-4 --image 'Debian 11' --net Ext-Net --key-name arnaud-choupinette isen
# Then copy/paste openrc files into the servers so that students can do
# source /root/openrc
# Clean the project:
openstack keypair list -f value -c Name | xargs openstack keypair delete