Talos using DCI works

This commit is contained in:
Jeroen Vermeulen 2023-09-25 14:52:02 +02:00
parent 1ff9b578d4
commit 4605f987a6
No known key found for this signature in database
5 changed files with 44 additions and 15 deletions

2
.gitignore vendored
View File

@ -3,3 +3,5 @@
/.idea
/.ansible
/configs/*/*.yaml
/configs/*/tmp
/configs/*/old

View File

@ -37,9 +37,6 @@ bw login
### Execute playbook
```zsh
{
export BW_SESSION=$(bw unlock --raw)
bw sync
ansible-playbook site.yml --limit customer_deovero
}
export BW_SESSION=$(bw unlock --raw) bw sync
export BW_SESSION=$(bw unlock --raw) ansible-playbook site.yml --limit customer_deovero
```

View File

@ -1,7 +1,10 @@
debug: true
machine:
install:
bootloader: true
extensions:
- image: ghcr.io/siderolabs/iscsi-tools:v0.1.4
wipe: true
kubelet:
registerWithFQDN: true
extraArgs:

View File

@ -24,24 +24,51 @@ kubernetes:
ansible_remote: 185.62.58.15
w2.deovero.k8s.snel.com:
ansible_remote: 185.62.56.96
hw1.nl1.k8s.snel.com:
hw1.deovero.k8s.snel.com:
ansible_remote: 77.95.229.160
talos_disk: /dev/nvme0n1
tmp_dci_server_id: 331
tmp_install_interface_works: enp196s0f1
hw2.nl1.k8s.snel.com:
network_interface: bond0
network_interfaces_bond:
mode: balance-rr
miimon: 100
updelay: 200
downdelay: 200
interfaces:
- enp196s0f1
- enp65s0f1
tmp__dci_server_id: 331
tmp__install_interface_works: enp196s0f1
hw2.deovero.k8s.snel.com:
ansible_remote: 128.204.192.80
talos_disk: /dev/nvme0n1
tmp_install_interface_works: enp196s0f1
hw3.nl1.k8s.snel.com:
network_interface: bond0
network_interfaces_bond:
mode: balance-rr
miimon: 100
updelay: 200
downdelay: 200
interfaces:
- enp196s0f1
- enp65s0f1
tmp__install_interface_works: enp196s0f1
hw3.deovero.k8s.snel.com:
ansible_remote: 89.207.131.21
talos_disk: /dev/nvme0n1
network_interface: bond0
network_interfaces_bond:
mode: balance-rr
miimon: 100
updelay: 200
downdelay: 200
interfaces:
- enp196s0f1
- enp65s0f1
tmp_install_interface_works: enp196s0f1
talos_hardware_nodes:
hosts:
hw1.nl1.k8s.snel.com:
hw2.nl1.k8s.snel.com:
hw3.nl1.k8s.snel.com:
hw1.deovero.k8s.snel.com:
hw2.deovero.k8s.snel.com:
hw3.deovero.k8s.snel.com:
talos_first_nodes:
hosts:
c1.deovero.k8s.snel.com:

@ -1 +1 @@
Subproject commit 378a8f868b04d36c44ac19360736b57a5ec2a592
Subproject commit 19c83649ca5cf5f9293b6fd066c1ac87e5cc5d91