ansible: add arm64 CI hosts
[lttng-ci.git] / automation / ansible / host_vars / ci-host-arm64-1a.internal.efficios.com.yml
1 ---
2 lxd_cluster_ip: 172.18.0.186
3 lxd_cluster:
4 enabled: true
5 server_address: 172.18.0.186
6 #cluster_token: # Only used once on cluster join
7 member_config:
8 - entity: storage-pool
9 name: default
10 key: source
11 value: tank/lxd
12 netplan_manage: true
13 netplan_content: |
14 network:
15 version: 2
16 renderer: networkd
17 ethernets:
18 eth0:
19 match:
20 macaddress: 00:01:73:00:00:01
21 dhcp4: no
22 macaddress: 00:01:73:00:01:01
23 eth1:
24 match:
25 macaddress: 00:01:73:00:00:02
26 dhcp4: no
27 macaddress: 00:01:73:00:01:02
28 bridges:
29 br102:
30 interfaces:
31 - eth0
32 accept-ra: false
33 addresses:
34 - 172.18.0.186/16
35 macaddress: 3a:5f:d0:44:d4:12
36 routes:
37 - to: default
38 via: 172.18.0.1
39 nameservers:
40 search:
41 - internal.efficios.com
42 addresses:
43 - 172.18.0.13
This page took 0.030352 seconds and 4 git commands to generate.