Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
Labo Rust
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
systemes-dinformation
alpha
projects
Labo Rust
Commits
f0c7a5aa
Commit
f0c7a5aa
authored
2 years ago
by
Nathan Rodet
Browse files
Options
Downloads
Patches
Plain Diff
Removed old usage of ssh in terraform
parent
2af42499
No related branches found
No related tags found
6 merge requests
!6
End of development
,
!5
Develop
,
!4
End of development
,
!3
Develop
,
!2
hot-fix: change readme.md
,
!1
Develop
Pipeline
#49278
passed
2 years ago
Stage: prepare
Stage: validate
Stage: build
Stage: deploy
Stage: destroy
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
README.md
+0
-2
0 additions, 2 deletions
README.md
instance-scripts/cloud-init.yml
+8
-0
8 additions, 0 deletions
instance-scripts/cloud-init.yml
terraform/main.tf
+0
-9
0 additions, 9 deletions
terraform/main.tf
terraform/variables-gitlab.tf
+0
-12
0 additions, 12 deletions
terraform/variables-gitlab.tf
with
8 additions
and
23 deletions
README.md
+
0
−
2
View file @
f0c7a5aa
...
...
@@ -50,8 +50,6 @@ Now, you can create a file for your variables information called **variables-loc
SCW_PROJECT_ID
=
""
SCW_ACCESS_KEY
=
""
SCW_SECRET_KEY
=
""
SCW_SSH_PUB_KEY
=
""
SCW_SSH_PRIVATE_KEY
=
""
INSTANCES_COUNT
=
"2"
ENVIRONMENT
=
"devrust"
```
...
...
This diff is collapsed.
Click to expand it.
instance-scripts/cloud-init.yml
+
8
−
0
View file @
f0c7a5aa
...
...
@@ -9,7 +9,9 @@ packages:
-
curl
write_files
:
#
# Atrium config file
#
-
content
:
|
hostname: %atrium_hostname%.daag.alpha.grandlyon.com
debug_mode: false
...
...
@@ -31,7 +33,9 @@ write_files:
host: desktop-%atrium_count_index%
target: localhost:8081
path
:
/root/atrium.yaml
#
# Code-server config file
#
-
content
:
|
bind-addr: 0.0.0.0:8080
auth: password
...
...
@@ -39,6 +43,10 @@ write_files:
cert: false
path
:
/root/config.yaml
#
# Webtop docker compose file
#
runcmd
:
#
# Install Rust
...
...
This diff is collapsed.
Click to expand it.
terraform/main.tf
+
0
−
9
View file @
f0c7a5aa
############
# Terraform SSH key
############
resource
"scaleway_account_ssh_key"
"ssh_key"
{
name
=
"FORGE alpha_project_manager"
public_key
=
var
.
SCW_SSH_PUB_KEY
}
############
# Public IP
############
...
...
This diff is collapsed.
Click to expand it.
terraform/variables-gitlab.tf
+
0
−
12
View file @
f0c7a5aa
...
...
@@ -18,18 +18,6 @@ variable "SCW_SECRET_KEY" {
description
=
"Scaleway secret key"
}
variable
"SCW_SSH_PUB_KEY"
{
type
=
string
sensitive
=
true
description
=
"SSH public key from Gitlab agent installed on scaleway"
}
variable
"SCW_SSH_PRIVATE_KEY"
{
type
=
string
sensitive
=
true
description
=
"SSH private key from Gitlab agent for remote-exec"
}
variable
"LETSENCRYPT_EMAIL"
{
type
=
string
sensitive
=
true
...
...
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