ee78b4942f
Upgrade microk8s version and remove traefik reference
2024-05-28 08:15:49 +02:00
72e0294d5e
Add authorized keys
2024-05-27 22:34:42 +02:00
f8e6ba97ac
Add clouds config secret.
2024-05-27 21:41:33 +02:00
7869398fae
Confiure k8s peers
2024-05-27 16:22:23 +02:00
14b5ef2910
Restore inital cosmos rule range
2024-05-27 15:37:34 +02:00
d35b0a5696
Add general server config
2024-05-27 15:35:57 +02:00
5c4da9100f
Test server rule
2024-05-27 15:12:33 +02:00
8a6e1c1c59
Test server rule
2024-05-27 15:10:27 +02:00
9b3c4ae686
Add mgmt addresses config
2024-05-27 14:53:00 +02:00
06e1e0c57f
Add some more tust
2024-05-27 11:11:36 +02:00
219d351660
Fix setup_cosmos_modules
2024-05-27 11:02:16 +02:00
7e172b5f25
Fix copy/paste error
2024-05-27 10:53:17 +02:00
2dc16fa1b7
Add basic k8s cosmos rules.
2024-05-27 10:50:39 +02:00
17aa029d3c
Add matrix version of setup_cosmos_modules
2024-05-27 10:47:18 +02:00
7a9707bc46
k8sw3.matrix.test.sunet.se added
2024-05-26 21:53:20 +02:00
063ba03915
k8sw2.matrix.test.sunet.se added
2024-05-26 21:45:55 +02:00
ef4e9810d5
k8sw1.matrix.test.sunet.se added
2024-05-26 21:43:02 +02:00
f820989e33
k8sc3.matrix.test.sunet.se added
2024-05-26 21:40:26 +02:00
e92606a77b
k8sc2.matrix.test.sunet.se added
2024-05-26 21:37:36 +02:00
5c8ef64a2a
Add some ssh keys
2024-05-23 22:55:16 +02:00
8adbfbccbb
k8sc1.matrix.test.sunet.se added
2024-05-23 22:41:16 +02:00
fd1dd2e302
Add some keys to trust
2024-05-23 22:37:19 +02:00
98f0256f40
Fix typo in instance name
2024-05-23 13:43:36 +02:00
2bd36bb9a1
Prepare providon of multiple environments from same IaC.
2024-05-23 13:40:02 +02:00
35ae0d1711
Add more terraform files to .gitignore
2024-05-23 11:59:39 +02:00
f6bd6abd6e
Refactor worker resources
2024-05-23 11:05:05 +02:00
be6e9b21ae
Setup resource and data sources and refactor controller setup
2024-05-23 10:47:29 +02:00
45d7f9b334
Add IaC dir description in README.md
2024-05-23 09:28:25 +02:00
83d0e08a55
Fix missing closing brace typo in securitygroup rule
2024-05-23 09:18:26 +02:00
c5a31699b1
Exclude terraform state files in .gitignore
2024-05-23 09:17:14 +02:00
33dc76970f
First POC of IaC
2024-05-22 19:24:59 +02:00
c55ff88470
Add initial README.md
2024-05-20 09:06:18 +02:00
646c40daf1
Merge pull request #52 from SUNET/jocar-allow-empty-hosts
...
Allow empty hosts
2024-04-15 11:43:21 +02:00
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
df5558befb
Fix another indentation mismatch
2024-01-24 15:36:52 +01:00
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
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
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
71e112e009
PREPARE/ADDHOST: allow the ues of proxyjump with ip address
...
With this patch you can specify a ProxyJump for prepare-iaas-ubuntu,
prepare-iaas-debian and addhost. Example:
./prepare-iaas-debian 89.47.191.7 hj
./addhost -b -n node1.extern.drive.test.sunet.se -p hj -- 89.47.191.7
where hj is a host defined in my .ssh/config suitable for a proxyjump
to the host in question.
This makes it easier to use ip addresses for these scripts which might
be neccessary if dns takes a while to propagate.
2023-11-29 12:10:34 +01:00
Micke Nordin
1bd6524ad3
Merge pull request #48 from SUNET/john-bump-tag-from-nunoc-ops
...
Merge of improved bump-tag from nunoc-ops
2023-11-16 13:55:49 +01:00
John Van de Meulebrouck Brendgard
21c0cad8a0
Consistently use [[ for if statements.
2023-11-16 12:12:36 +01:00
John Van de Meulebrouck Brendgard
dc1df6671c
Shellcheck needs to have the PAGER quoted
...
in order to correctly interpret the meaning
according to it's wiki.
2023-11-16 12:11:09 +01:00
John Van de Meulebrouck Brendgard
fd4523308f
Replaced 'egrep' that is now deprecated.
2023-11-16 12:09:02 +01:00
John Van de Meulebrouck Brendgard
cb9e1f8670
Added shellcheck exceptions for misplaced warning.
2023-11-16 12:07:10 +01:00
John Van de Meulebrouck Brendgard
5a47b1a3f7
Readded this_branch=$(git rev-parse --abbrev-ref HEAD)
...
since it wasn't included in change to check
against the current branch instead of master
2023-11-16 12:04:30 +01:00
John Van de Meulebrouck Brendgard
826b8edf82
Changed from [[ ! -z ... to [[ -n ...
2023-11-16 11:59:33 +01:00
John Van de Meulebrouck Brendgard
53c58b413e
Changed from if [[ ${?} ]] to if cmd
2023-11-16 11:56:49 +01:00
John Van de Meulebrouck Brendgard
8a7c85dcf0
Added bump-tag from nunoc-ops that has
...
multiple improvements and checks for
signed commits, makes sure that important
script are not tampered with and much more.
2023-11-15 14:02:49 +01:00
083d6eda83
bump-tag: Compare against current branch
...
Mariah pointed out that this was lost in:
6ac9294dea
And should be reinstated
2023-11-15 12:15:46 +01:00