-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use debian-11 image in docs and replace one hard-coded test case.
- Loading branch information
Showing
11 changed files
with
12 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ resource "cloudscale_server" "gw" { | |
name = "gateway" | ||
zone_slug = "lpg1" | ||
flavor_slug = "flex-8-4" | ||
image_slug = "debian-9" | ||
image_slug = "debian-11" | ||
volume_size_gb = 20 | ||
ssh_keys = ["ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIL2jzgla23DfRVLQr3KT20QQYovqCCN3clHrjm2ZuQFW [email protected]"] | ||
interfaces { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ resource "cloudscale_server" "web-worker01" { | |
count = 3 | ||
name = "web-worker${count.index}" | ||
flavor_slug = "flex-8-4" | ||
image_slug = "debian-9" | ||
image_slug = "debian-11" | ||
server_group_ids = [data.cloudscale_server_group.web-worker-group.id] | ||
ssh_keys = ["ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIL2jzgla23DfRVLQr3KT20QQYovqCCN3clHrjm2ZuQFW [email protected]"] | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ Provides a cloudscale.ch Floating IP to represent a publicly-accessible static I | |
resource "cloudscale_server" "web-worker01" { | ||
name = "web-worker01" | ||
flavor_slug = "flex-8-4" | ||
image_slug = "debian-9" | ||
image_slug = "debian-11" | ||
ssh_keys = ["ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIL2jzgla23DfRVLQr3KT20QQYovqCCN3clHrjm2ZuQFW [email protected]"] | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,7 @@ resource "cloudscale_server" "gw" { | |
name = "gateway" | ||
zone_slug = "lpg1" | ||
flavor_slug = "flex-8-4" | ||
image_slug = "debian-9" | ||
image_slug = "debian-11" | ||
volume_size_gb = 20 | ||
ssh_keys = ["ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIL2jzgla23DfRVLQr3KT20QQYovqCCN3clHrjm2ZuQFW [email protected]"] | ||
interfaces { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ Provides a cloudscale.ch server resource. This can be used to create, modify, im | |
resource "cloudscale_server" "web-worker01" { | ||
name = "web-worker01" | ||
flavor_slug = "flex-8-4" | ||
image_slug = "debian-9" | ||
image_slug = "debian-11" | ||
volume_size_gb = 10 | ||
ssh_keys = ["ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIL2jzgla23DfRVLQr3KT20QQYovqCCN3clHrjm2ZuQFW [email protected]"] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ resource "cloudscale_server" "web-worker01" { | |
count = 3 | ||
name = "web-worker${count.index}" | ||
flavor_slug = "flex-8-4" | ||
image_slug = "debian-9" | ||
image_slug = "debian-11" | ||
server_group_ids = [cloudscale_server_group.web-worker-group.id] | ||
ssh_keys = ["ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIL2jzgla23DfRVLQr3KT20QQYovqCCN3clHrjm2ZuQFW [email protected]"] | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ Provides a cloudscale.ch volume (block storage) resource. This can be used to cr | |
resource "cloudscale_server" "web-worker01" { | ||
name = "web-worker01" | ||
flavor_slug = "flex-8-4" | ||
image_slug = "debian-9" | ||
image_slug = "debian-11" | ||
ssh_keys = ["ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIL2jzgla23DfRVLQr3KT20QQYovqCCN3clHrjm2ZuQFW [email protected]"] | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,7 +24,7 @@ provider "cloudscale" { | |
resource "cloudscale_server" "web-worker01" { | ||
name = "web-worker01" | ||
flavor_slug = "flex-8-4" | ||
image_slug = "debian-9" | ||
image_slug = "debian-11" | ||
volume_size_gb = 50 | ||
ssh_keys = ["ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIL2jzgla23DfRVLQr3KT20QQYovqCCN3clHrjm2ZuQFW [email protected]"] | ||
} | ||
|