Magnus Andersson
47382d698e
Add kano ssh key
2024-05-29 09:08:09 +02:00
Magnus Andersson
5c57fb769c
Clean up more sunet server options
2024-05-28 22:15:44 +02:00
Magnus Andersson
894e3117f0
Try without nftables
2024-05-28 21:59:25 +02:00
Magnus Andersson
7901cd54d6
k8sw3.matrix.sunet.se added
2024-05-28 10:44:46 +02:00
Magnus Andersson
a576a123de
k8sw2.matrix.sunet.se added
2024-05-28 10:38:32 +02:00
Magnus Andersson
2aabf9afd9
k8sw1.matrix.sunet.se added
2024-05-28 10:35:01 +02:00
Magnus Andersson
d529ab9ecc
k8sc3.matrix.sunet.se added
2024-05-28 10:29:02 +02:00
Magnus Andersson
f219af697e
k8sc2.matrix.sunet.se added
2024-05-28 10:23:36 +02:00
Magnus Andersson
58cb178906
k8sc1.matrix.sunet.se added
2024-05-28 10:17:30 +02:00
Magnus Andersson
855f06db18
Add cosmos rules for matrix k8s prod.
2024-05-28 10:14:33 +02:00
Magnus Andersson
22718bb91d
Make test and prod IaC two separate directories
2024-05-28 09:01:42 +02:00
Magnus Andersson
ee78b4942f
Upgrade microk8s version and remove traefik reference
2024-05-28 08:15:49 +02:00
Magnus Andersson
72e0294d5e
Add authorized keys
2024-05-27 22:34:42 +02:00
Magnus Andersson
f8e6ba97ac
Add clouds config secret.
2024-05-27 21:41:33 +02:00
Magnus Andersson
7869398fae
Confiure k8s peers
2024-05-27 16:22:23 +02:00
Magnus Andersson
14b5ef2910
Restore inital cosmos rule range
2024-05-27 15:37:34 +02:00
Magnus Andersson
d35b0a5696
Add general server config
2024-05-27 15:35:57 +02:00
Magnus Andersson
5c4da9100f
Test server rule
2024-05-27 15:12:33 +02:00
Magnus Andersson
8a6e1c1c59
Test server rule
2024-05-27 15:10:27 +02:00
Magnus Andersson
9b3c4ae686
Add mgmt addresses config
2024-05-27 14:53:00 +02:00
Magnus Andersson
06e1e0c57f
Add some more tust
2024-05-27 11:11:36 +02:00
Magnus Andersson
219d351660
Fix setup_cosmos_modules
2024-05-27 11:02:16 +02:00
Magnus Andersson
7e172b5f25
Fix copy/paste error
2024-05-27 10:53:17 +02:00
Magnus Andersson
2dc16fa1b7
Add basic k8s cosmos rules.
2024-05-27 10:50:39 +02:00
Magnus Andersson
17aa029d3c
Add matrix version of setup_cosmos_modules
2024-05-27 10:47:18 +02:00
Magnus Andersson
7a9707bc46
k8sw3.matrix.test.sunet.se added
2024-05-26 21:53:20 +02:00
Magnus Andersson
063ba03915
k8sw2.matrix.test.sunet.se added
2024-05-26 21:45:55 +02:00
Magnus Andersson
ef4e9810d5
k8sw1.matrix.test.sunet.se added
2024-05-26 21:43:02 +02:00
Magnus Andersson
f820989e33
k8sc3.matrix.test.sunet.se added
2024-05-26 21:40:26 +02:00
Magnus Andersson
e92606a77b
k8sc2.matrix.test.sunet.se added
2024-05-26 21:37:36 +02:00
Magnus Andersson
5c8ef64a2a
Add some ssh keys
2024-05-23 22:55:16 +02:00
Magnus Andersson
8adbfbccbb
k8sc1.matrix.test.sunet.se added
2024-05-23 22:41:16 +02:00
Magnus Andersson
fd1dd2e302
Add some keys to trust
2024-05-23 22:37:19 +02:00
Magnus Andersson
98f0256f40
Fix typo in instance name
2024-05-23 13:43:36 +02:00
Magnus Andersson
2bd36bb9a1
Prepare providon of multiple environments from same IaC.
2024-05-23 13:40:02 +02:00
Magnus Andersson
35ae0d1711
Add more terraform files to .gitignore
2024-05-23 11:59:39 +02:00
Magnus Andersson
f6bd6abd6e
Refactor worker resources
2024-05-23 11:05:05 +02:00
Magnus Andersson
be6e9b21ae
Setup resource and data sources and refactor controller setup
2024-05-23 10:47:29 +02:00
Magnus Andersson
45d7f9b334
Add IaC dir description in README.md
2024-05-23 09:28:25 +02:00
Magnus Andersson
83d0e08a55
Fix missing closing brace typo in securitygroup rule
2024-05-23 09:18:26 +02:00
Magnus Andersson
c5a31699b1
Exclude terraform state files in .gitignore
2024-05-23 09:17:14 +02:00
Magnus Andersson
33dc76970f
First POC of IaC
2024-05-22 19:24:59 +02:00
Magnus Andersson
c55ff88470
Add initial README.md
2024-05-20 09:06:18 +02:00
Johan Wassberg
646c40daf1
Merge pull request #52 from SUNET/jocar-allow-empty-hosts
...
Allow empty hosts
2024-04-15 11:43:21 +02:00
Johan Wassberg
c72f5ccd86
Allow for hosts without class(s)
2024-04-12 15:32:40 +02:00
Micke Nordin
b39960484f
Merge pull request #51 from SUNET/patlu-run-cosmos-fleetlock
...
run-cosmos: support fleetlock unlocking at reboot
2024-01-25 13:23:27 +01:00
Patrik Lundin
df5558befb
Fix another indentation mismatch
2024-01-24 15:36:52 +01:00
Patrik Lundin
4b93d9c426
run-cosmos: support fleetlock unlocking at boot
...
This extends run-cosmos with a new argument that calls the unlock
function already included in the script as well as using the already
existing lock() function to make sure there is no race between the
bootup process and cron starting a normal run-cosmos process at the same
time.
The oexit() function is added to support exiting with a OK exit value
the same way eexit() is used to signal something is wrong.
This change also adds the systemd unit file that runs run-cosmos with the
new fleetlock-unlock argument at boot if fleetlock is configured.
While here fix indentation that was mixed between 3 and 4 spaces: it is
now 4 spaces everywhere.
2024-01-24 15:36:34 +01:00
Micke Nordin
cacb97a22c
Allow running of bumptag with out signed commits or tags
...
By setting ALLOW_UNSIGNED_COMMITS_WITHOUT_TAGS you can bootstrap bumptag
on first startup of new repo
2023-12-04 14:24:34 +01:00
Johan Wassberg
ecedda68e3
Merge pull request #50 from SUNET/kano-sshproxyjump
...
PREPARE/ADDHOST: allow the ues of proxyjump with ip address
2023-11-29 12:53:05 +01:00