aboutsummaryrefslogtreecommitdiffstats
path: root/etc/os-net-config/samples/team.json
diff options
context:
space:
mode:
Diffstat (limited to 'etc/os-net-config/samples/team.json')
-rw-r--r--etc/os-net-config/samples/team.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/etc/os-net-config/samples/team.json b/etc/os-net-config/samples/team.json
new file mode 100644
index 0000000..4524b3c
--- /dev/null
+++ b/etc/os-net-config/samples/team.json
@@ -0,0 +1,13 @@
+{ "network_config": [
+ {
+ "type": "team",
+ "name": "team1",
+ "use_dhcp": true,
+ "bonding_options": "{\"runner\": {\"name\": \"activebackup\"}}",
+ "members": [
+ { "type": "interface", "name": "em1", "primary": true },
+ { "type": "interface", "name": "em2" }
+ ]
+ }
+ ]
+}