You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/README.md
+20Lines changed: 20 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -611,6 +611,10 @@ For more information on these attributes, refer to
611
611
available models per region
612
612
- `gpus`: number of GPUs of the `gpu_type` model to attach to the instance
613
613
614
+
##### Incus
615
+
616
+
- `target`: name of the [specific cluster member](https://linuxcontainers.org/incus/docs/main/howto/cluster_manage_instance/#launch-an-instance-on-a-specific-cluster-member) to deploy the instance. **Only use with Incus cluster.**
617
+
614
618
#### 4.7.3 Post build modification effect
615
619
616
620
Modifying any part of the map after the cluster is built will only affect
@@ -1157,6 +1161,22 @@ that will be used to create the instance root disk and the shared filesystems.
1157
1161
1158
1162
**Post build modification effect**: rebuild all instance and filesystems.
1159
1163
1164
+
### network_type (optional)
1165
+
1166
+
**default value**: `"bridge"`
1167
+
1168
+
Indicates the type of [Incus network](https://linuxcontainers.org/incus/docs/main/howto/network_create/#network-types).
1169
+
For OVN, the host must support the OVN network.
1170
+
1171
+
**Possible values**: 'ovn' or 'bridge'
1172
+
1173
+
### ovn_uplink_network (optional)
1174
+
**default value**: `"UPLINK"`
1175
+
1176
+
[Uplink bridge network](https://linuxcontainers.org/incus/docs/main/howto/network_ovn_setup/#set-up-an-incus-cluster-on-ovn) configured with the `ipv4.ovn.ranges` option.
1177
+
1178
+
**Only used for OVN network**
1179
+
1160
1180
## 6. DNS Configuration
1161
1181
1162
1182
Some functionalities in Magic Castle require the registration of DNS records under the
0 commit comments