From 1fc025f063af9d29a4707ebd9bd3911ce0dcd6c9 Mon Sep 17 00:00:00 2001 From: Samuel Verneck <70437578+salmoel@users.noreply.github.com> Date: Fri, 24 Dec 2021 15:10:12 -0300 Subject: [PATCH] chore: edit file readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9ef9360..0e93a95 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Your name: Support DevOps Challenges Cycle 1 -##Part 1 +## Part 1 __Challenge 1__: Write a script that builds a 512MB Cloud Server and returns the root password and IP address for the server. This must be done in PHP with php-opencloud @@ -15,7 +15,7 @@ __Challenge 3__: Write a script that prints a list of all of the DNS domains on __Challenge 4__: Write a script that creates a Cloud Files Container. If the container already exists, exit and let the user know. The script should also upload a directory from the local filesystem to the new container, and enable CDN for the new container. The script must return the CDN URL. This must be done in PHP with php-opencloud. -##Part 2 +## Part 2 __Challenge 5__: Write a script that creates a Cloud Database. If a CDB already exists with that name, suggest a new name like "name1" and give the user the choice to proceed or exit. The script should also create X number of Databases and X number of users in the new Cloud Database Instance. The script must return the Cloud DB URL. Choose your language and SDK!