dc1ccff0f325d8167fd78b9a1b9f485c4434b0d1
.redirects.gollum
... | ... | @@ -1,3 +1,4 @@ |
1 | 1 | --- |
2 | 2 | Receipts.md: Recipes.md |
3 | 3 | pv_ag_openstackfr_2024.md: openstackfr/pv_ag_openstackfr_2024.md |
4 | +nmstate_bond_vlan.md: ocp/nmstate_bond_vlan.md |
nmstate_bond_vlan.md
... | ... | @@ -1,66 +0,0 @@ |
1 | -``` |
|
2 | ---- |
|
3 | -dns: |
|
4 | - config: |
|
5 | - server: |
|
6 | - - 192.0.2.1 |
|
7 | - search: |
|
8 | - - example.org |
|
9 | -routes: |
|
10 | - config: |
|
11 | - - destination: 0.0.0.0/0 |
|
12 | - next-hop-interface: eth1 |
|
13 | - next-hop-address: 192.0.2.1 |
|
14 | - |
|
15 | -interfaces: |
|
16 | -- ipv4: |
|
17 | - enabled: false |
|
18 | - ipv6: |
|
19 | - enabled: false |
|
20 | - link-aggregation: |
|
21 | - mode: active-backup |
|
22 | - options: |
|
23 | - all_slaves_active: delivered |
|
24 | - miimon: "140" |
|
25 | - ports: |
|
26 | - - en0s1 |
|
27 | - - en1s1 |
|
28 | - name: bond0 |
|
29 | - state: up |
|
30 | - type: bond |
|
31 | -- ipv4: |
|
32 | - address: |
|
33 | - - ip: 192.168.143.15 |
|
34 | - prefix-length: 20 |
|
35 | - dhcp: false |
|
36 | - enabled: true |
|
37 | - ipv6: |
|
38 | - enabled: false |
|
39 | - name: bond0.1516 |
|
40 | - state: up |
|
41 | - type: vlan |
|
42 | - vlan: |
|
43 | - base-iface: bond0 |
|
44 | - id: 1516 |
|
45 | - reorder-headers: true |
|
46 | -``` |
|
47 | - |
|
48 | - |
|
49 | - |
|
50 | -``` |
|
51 | -{ |
|
52 | - "cniVersion": "0.3.1", |
|
53 | - "name": "ipvlan-net", |
|
54 | - "type": "ipvlan", |
|
55 | - "linkInContainer": false, |
|
56 | - "mode": "l3", |
|
57 | - "ipam": { |
|
58 | - "type": "static", |
|
59 | - "addresses": [ |
|
60 | - { |
|
61 | - "address": "192.168.10.10/24" |
|
62 | - } |
|
63 | - ] |
|
64 | - } |
|
65 | -} |
|
66 | -``` |
|
... | ... | \ No newline at end of file |
ocp/nmstate_bond_vlan.md
... | ... | @@ -0,0 +1,66 @@ |
1 | +``` |
|
2 | +--- |
|
3 | +dns: |
|
4 | + config: |
|
5 | + server: |
|
6 | + - 192.0.2.1 |
|
7 | + search: |
|
8 | + - example.org |
|
9 | +routes: |
|
10 | + config: |
|
11 | + - destination: 0.0.0.0/0 |
|
12 | + next-hop-interface: eth1 |
|
13 | + next-hop-address: 192.0.2.1 |
|
14 | + |
|
15 | +interfaces: |
|
16 | +- ipv4: |
|
17 | + enabled: false |
|
18 | + ipv6: |
|
19 | + enabled: false |
|
20 | + link-aggregation: |
|
21 | + mode: active-backup |
|
22 | + options: |
|
23 | + all_slaves_active: delivered |
|
24 | + miimon: "140" |
|
25 | + ports: |
|
26 | + - en0s1 |
|
27 | + - en1s1 |
|
28 | + name: bond0 |
|
29 | + state: up |
|
30 | + type: bond |
|
31 | +- ipv4: |
|
32 | + address: |
|
33 | + - ip: 192.168.143.15 |
|
34 | + prefix-length: 20 |
|
35 | + dhcp: false |
|
36 | + enabled: true |
|
37 | + ipv6: |
|
38 | + enabled: false |
|
39 | + name: bond0.1516 |
|
40 | + state: up |
|
41 | + type: vlan |
|
42 | + vlan: |
|
43 | + base-iface: bond0 |
|
44 | + id: 1516 |
|
45 | + reorder-headers: true |
|
46 | +``` |
|
47 | + |
|
48 | + |
|
49 | + |
|
50 | +``` |
|
51 | +{ |
|
52 | + "cniVersion": "0.3.1", |
|
53 | + "name": "ipvlan-net", |
|
54 | + "type": "ipvlan", |
|
55 | + "linkInContainer": false, |
|
56 | + "mode": "l3", |
|
57 | + "ipam": { |
|
58 | + "type": "static", |
|
59 | + "addresses": [ |
|
60 | + { |
|
61 | + "address": "192.168.10.10/24" |
|
62 | + } |
|
63 | + ] |
|
64 | + } |
|
65 | +} |
|
66 | +``` |
|
... | ... | \ No newline at end of file |