Skip to content
Snippets Groups Projects
Commit 989ccc6a authored by Nathan Rodet's avatar Nathan Rodet
Browse files

Added scripts configuration

parent 6af82680
Loading
Pipeline #50439 passed
...@@ -19,7 +19,7 @@ On run state, Terraform will create, modify and destroy infrastructure resources ...@@ -19,7 +19,7 @@ On run state, Terraform will create, modify and destroy infrastructure resources
| scaleway_instance_security_group | | 22, 443 | | scaleway_instance_security_group | | 22, 443 |
| scaleway_instance_server | DEV1-L | | | scaleway_instance_server | DEV1-L | |
After the resources provisionned with Terraform, Cloud-init will configure the instances by running bash scripts, creating files... And 3 services will be running for each instance : After the resources provisionned with Terraform, Cloud-init will configure the instances by running bash scripts, creating files... And 3 services will be running for each instance.
**Running services :** **Running services :**
...@@ -27,7 +27,7 @@ After the resources provisionned with Terraform, Cloud-init will configure the i ...@@ -27,7 +27,7 @@ After the resources provisionned with Terraform, Cloud-init will configure the i
- Code-server - Code-server
- Webtop - Webtop
After deployment, each resource can be accessed though HTTPS depending their count number : After deployment, each resource can be accessed though HTTPS depending on their count number :
- https://desktop-0.rust-0.daag.alpha.grandlyon.com/ - https://desktop-0.rust-0.daag.alpha.grandlyon.com/
- https://code-0.rust-0.daag.alpha.grandlyon.com/ - https://code-0.rust-0.daag.alpha.grandlyon.com/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment