setup eu02

This commit is contained in:
Markus Brunsch 2025-11-19 16:07:28 +01:00
parent bdfab1c63c
commit 9e9ad3a06d
Signed by: markus.brunsch
GPG key ID: 67DD0736F0BE59BF
8 changed files with 8 additions and 79 deletions

View file

@ -50,8 +50,8 @@ The following variables can be configured.
| `stackit_org_id` | The STACKIT organization ID. | `string` | `null` | Yes |
| `stackit_sna_id` | The STACKIT Network Area ID. | `string` | `null` | Yes |
| `routing_table_name` | Name of the Routing Tabel | `string` | `null` | Yes |
| `dns_server` | Public DNS Server for the SKE Network| `string` | `null` | Yes (If SKE is selected) |
| `default_gateway` | Default Gateway for the DNS Server | `string` | `null` | Yes (If SKE is selected) |
| `dns_server` | Public DNS Server for the SKE Network| `string` | `null` | Yes (If SKE or LB is selected) |
| `default_gateway` | Default Gateway for the DNS Server | `string` | `null` | Yes (If SKE or LB is selected) |
### Dependencies

View file

@ -10,14 +10,14 @@
# Remove duplicate entries
if [[ $1 == "ske" ]]; then
cat eu01-stackit-ske.txt > ske_lb_s3_ips_uncleaned.tmp.txt
echo "" | cat - eu01-stackit-lb.txt >> ske_lb_s3_ips_uncleaned.tmp.txt
echo "" | cat - eu01-stackit-s3.txt >> ske_lb_s3_ips_uncleaned.tmp.txt
cat eu02-stackit-ske.txt > ske_lb_s3_ips_uncleaned.tmp.txt
echo "" | cat - eu02-stackit-lb.txt >> ske_lb_s3_ips_uncleaned.tmp.txt
echo "" | cat - eu02-stackit-s3.txt >> ske_lb_s3_ips_uncleaned.tmp.txt
sort -u ske_lb_s3_ips_uncleaned.tmp.txt -o ske-routing-table-tmp.tf
elif [[ $1 == "lb" ]]; then
sort -u eu01-stackit-lb.txt -o ske-routing-table-tmp.tf
sort -u eu02-stackit-lb.txt -o ske-routing-table-tmp.tf
elif [[ $1 == "s3" ]]; then
sort -u eu01-stackit-s3.txt -o ske-routing-table-tmp.tf
sort -u eu02-stackit-s3.txt -o ske-routing-table-tmp.tf
else
echo "Provider parameter ske, lb or s3"
exit 0

View file

@ -1,34 +0,0 @@
193.148.174.28
193.148.174.192
45.129.47.124
193.148.162.176
193.148.162.176
193.148.174.135
192.214.161.162
193.148.162.176
193.148.174.170
193.148.174.135
193.148.164.120
193.148.164.78
193.148.174.28
193.148.167.254
193.148.174.137
192.214.186.245
45.129.40.244
192.214.186.64
45.141.74.91
192.214.184.105
192.214.185.16
45.141.75.97
192.214.171.95
192.214.184.152
45.141.74.40
45.141.74.152
45.141.74.157
45.141.74.163
45.141.75.171
45.141.75.30
192.53.103.108
192.53.103.104
192.53.103.103
194.94.95.123

View file

@ -1 +0,0 @@
193.148.160.68

View file

@ -1,37 +0,0 @@
45.135.245.236
193.148.174.169
193.148.174.192
193.148.174.135
193.148.164.120
193.148.164.78
193.148.164.217
193.148.174.137
193.148.174.128
45.129.41.73
193.148.174.170
193.148.167.254
193.148.174.28
193.148.162.176
192.214.170.56
192.214.168.128
193.148.166.48
45.129.47.124
193.148.166.12
192.214.168.203
192.214.161.162
193.148.166.17
193.148.165.143
192.214.165.66
192.214.163.218
193.148.174.175
193.148.174.92
193.148.174.146
45.129.44.104
192.214.171.43
45.135.246.192
192.53.103.108
192.53.103.104
192.53.103.103
194.94.95.123
192.214.163.183
193.148.163.71

0
eu02-stackit-lb.txt Normal file
View file

1
eu02-stackit-s3.txt Normal file
View file

@ -0,0 +1 @@
45.137.175.70

0
eu02-stackit-ske.txt Normal file
View file