Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Scaleway Instances Template
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
["Jérémy RINCKER"]
Scaleway Instances Template
Commits
0edf3bb0
Commit
0edf3bb0
authored
2 years ago
by
Nathan Rodet
Browse files
Options
Downloads
Patches
Plain Diff
Added documentation
parent
63a1f07e
Branches
develop
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+5
-5
5 additions, 5 deletions
README.md
with
5 additions
and
5 deletions
README.md
+
5
−
5
View file @
0edf3bb0
...
@@ -41,10 +41,10 @@ Fork the project from [this repository](https://forge.grandlyon.com/systemes-din
...
@@ -41,10 +41,10 @@ Fork the project from [this repository](https://forge.grandlyon.com/systemes-din
Go to the
`Settings`
menu,
`CI/CD`
and look for the
`Variables`
submenu.
Go to the
`Settings`
menu,
`CI/CD`
and look for the
`Variables`
submenu.
Once it's done, you will need to create the variable bellow :
Once it's done, you will need to create the variable bellow :
-
**ENVIRONMENT**
: Environment of the deployment, contained in domains, subdomains and resources name convention.
-
**ENVIRONMENT**
: Environment of the deployment, contained in domains, subdomains and resources name convention
, should match the project name
.
-
**TF_VAR_INSTANCES_COUNT**
: Number of instances to create.
-
**TF_VAR_INSTANCES_COUNT**
: Number of instances to create.
-
**TF_VAR_LETSENCRYPT_EMAIL**
: Lets encrypt mail for renewal.
-
**TF_VAR_LETSENCRYPT_EMAIL**
: Lets encrypt mail for renewal.
-
**TF_VAR_PROJECT_DOMAIN**
: External domain from Scaleway.
(
Example :
<xxx
>
.alpha.grandlyon.com
)
-
**TF_VAR_PROJECT_DOMAIN**
: External domain from Scaleway. Example :
`<PROJECT_DOMAIN
>.alpha.grandlyon.com
`
-
**TF_VAR_SCW_ACCESS_KEY**
: Scaleway Access Key.
-
**TF_VAR_SCW_ACCESS_KEY**
: Scaleway Access Key.
-
**TF_VAR_SCW_PROJECT_ID**
: Project ID from your Scaleway project.
-
**TF_VAR_SCW_PROJECT_ID**
: Project ID from your Scaleway project.
-
**TF_VAR_SCW_SECRET_KEY**
: Scaleway Secret Key.
-
**TF_VAR_SCW_SECRET_KEY**
: Scaleway Secret Key.
...
@@ -65,9 +65,9 @@ button` to destroy the infrastructure when you don't need it anymore.
...
@@ -65,9 +65,9 @@ button` to destroy the infrastructure when you don't need it anymore.
## Step 4 : Accessing your services
## Step 4 : Accessing your services
After deployment, each resource can be accessed though HTTPS, URL depends o
f
the variable you defined before :
After deployment, each resource can be accessed though HTTPS, URL depends o
n
the variable you defined before :
-
**TTYD :**
https://terminal-
<INSTANCE_COUNT>
.
<ENVIRONMENT>
-
<INSTANCE_COUNT>
.<PROJECT_DOMAIN
/
-
**TTYD :**
`
https://terminal-<INSTANCE_COUNT>.<ENVIRONMENT>-<INSTANCE_COUNT>.<PROJECT_DOMAIN
>.com/`
-
**Atrium :**
https://
<ENVIRONMENT>
-
<INSTANCE_COUNT>
.
<PROJECT_DOMAIN>
/
-
**Atrium :**
`
https://<ENVIRONMENT>-<INSTANCE_COUNT>.<PROJECT_DOMAIN>
.com/`
**Example :**
**Example :**
-
https://terminal-1.rust-1.daag.alpha.grandlyon.com/
-
https://terminal-1.rust-1.daag.alpha.grandlyon.com/
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment