Skip to content

Commit c143a5f

Browse files
authored
Merge pull request #37915 from creydr/update-nmstate-nncp-and-nms-apis-to-v1
Update nmstate.io apis of NMS and NNCP from v1beta1 to v1
2 parents 51789da + 52878c4 commit c143a5f

7 files changed

+7
-7
lines changed

modules/virt-creating-interface-on-nodes.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ By default, the manifest applies to all nodes in the cluster. To add the interfa
1616
+
1717
[source,yaml]
1818
----
19-
apiVersion: nmstate.io/v1beta1
19+
apiVersion: nmstate.io/v1
2020
kind: NodeNetworkConfigurationPolicy
2121
metadata:
2222
name: <br1-eth1-policy> <1>

modules/virt-example-bond-nncp.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ It includes samples values that you must replace with your own information.
2525

2626
[source,yaml]
2727
----
28-
apiVersion: nmstate.io/v1beta1
28+
apiVersion: nmstate.io/v1
2929
kind: NodeNetworkConfigurationPolicy
3030
metadata:
3131
name: bond0-eth1-eth2-policy <1>

modules/virt-example-bridge-nncp.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ It includes samples values that you must replace with your own information.
1414

1515
[source,yaml]
1616
----
17-
apiVersion: nmstate.io/v1beta1
17+
apiVersion: nmstate.io/v1
1818
kind: NodeNetworkConfigurationPolicy
1919
metadata:
2020
name: br1-eth1-policy <1>

modules/virt-example-ethernet-nncp.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ It includes sample values that you must replace with your own information.
1313

1414
[source,yaml]
1515
----
16-
apiVersion: nmstate.io/v1beta1
16+
apiVersion: nmstate.io/v1
1717
kind: NodeNetworkConfigurationPolicy
1818
metadata:
1919
name: eth1-policy <1>

modules/virt-example-vlan-nncp.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ It includes samples values that you must replace with your own information.
1414

1515
[source,yaml]
1616
----
17-
apiVersion: nmstate.io/v1beta1
17+
apiVersion: nmstate.io/v1
1818
kind: NodeNetworkConfigurationPolicy
1919
metadata:
2020
name: vlan-eth1-policy <1>

modules/virt-removing-interface-from-nodes.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Similarly, removing an interface does not delete the policy.
2525
+
2626
[source,yaml]
2727
----
28-
apiVersion: nmstate.io/v1beta1
28+
apiVersion: nmstate.io/v1
2929
kind: NodeNetworkConfigurationPolicy
3030
metadata:
3131
name: <br1-eth1-policy> <1>

modules/virt-troubleshooting-incorrect-policy-config.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ To find the error, investigate the available NMState resources. You can then upd
1919
+
2020
[source,yaml]
2121
----
22-
apiVersion: nmstate.io/v1beta1
22+
apiVersion: nmstate.io/v1
2323
kind: NodeNetworkConfigurationPolicy
2424
metadata:
2525
name: ens01-bridge-testfail

0 commit comments

Comments
 (0)