ansible: add arm64 CI hosts
[lttng-ci.git] / automation / ansible / host_vars / ci-host-arm64-1b.internal.efficios.com.yml
1 ---
2 lxd_cluster_ip: 172.18.0.187
3 lxd_cluster:
4 enabled: true
5 server_address: 172.18.0.187
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:02:01
23 eth1:
24 match:
25 macaddress: 00:01:73:00:00:02
26 dhcp4: no
27 macaddress: 00:01:73:00:02:02
28 bridges:
29 br102:
30 interfaces:
31 - eth0
32 macaddress: 86:2b:17:13:4d:03
33 accept-ra: false
34 addresses:
35 - 172.18.0.187/16
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.031458 seconds and 4 git commands to generate.