1
0

Compare commits

..

4 Commits

Author SHA1 Message Date
Charles Vaillancourt
aec71aa51a Added some more python exercises 2024-10-25 23:50:25 +02:00
Florent Le Lain
0b0ab94faa add app binary 2024-10-25 23:50:25 +02:00
Florent Le Lain
0418052330 update README file 2024-10-25 23:50:25 +02:00
Arnaud Morin
a8f341a85f Add readme
Signed-off-by: Arnaud Morin <arnaud.morin@gmail.com>
2024-10-25 23:50:25 +02:00

View File

@ -78,9 +78,9 @@ Push your Dockerfile in the ex2 folder.
In ex3 folder, you will find an incomplete `openrc` file.
You will need to amend the file to configure the correct `OS_USERNAME` and `OS_PASSWORD` with the one that we gave to you.
You will need to amend the file to configure the correct `OS_USERNAME`, `OS_PASSWORD` and `OS_REGION_NAME` with the one that we gave to you.
Then, using `terraform`, can you write a plan to boot a `d2-4` on `GRA7` region with a floating IP.
Then, using `terraform`, can you write a plan to boot a `d2-4` with a floating IP.
Bonus, on that instance, make sure a web server (`nginx`) is running.