Skip to content

Commit 7162175

Browse files
authored
Merge pull request #1021 from AlexVulaj/OCM-13846_json-sdnovn-config-values
OCM-13846 | (fix): fix json values for sdn2ovn config properties
2 parents f3d7a47 + 8309f19 commit 7162175

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGES.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@
22

33
This document describes the relevant changes between releases of the API model.
44

5-
## 0.0.410 Jan 31 2025
5+
## 0.0.411 Feb 5 2025
6+
- Update json annotations for SdnToOvnClusterMigration properties
67

8+
## 0.0.410 Jan 31 2025
79
- Add `ClusterStatus` type to aro_hcp
810
- Add `ClusterStatus` resources to aro_hcp
911
- Update metamodel version to v0.0.65

model/clusters_mgmt/v1/sdn_to_ovn_cluster_migration_type.model

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,16 @@ limitations under the License.
1818
struct SdnToOvnClusterMigration {
1919
// The IP address range to use for the internalTransSwitchSubnet parameter of OVN-Kubernetes
2020
// upon migration.
21+
@json(name = "transit_ipv4")
2122
TransitIpv4 String
2223

2324
// The IP address range to use for the internalJoinSubnet parameter of OVN-Kubernetes
2425
// upon migration.
26+
@json(name = "join_ipv4")
2527
JoinIpv4 String
2628

2729
// The IP address range to us for the internalMasqueradeSubnet parameter of OVN-Kubernetes
2830
// upon migration.
31+
@json(name = "masquerade_ipv4")
2932
MasqueradeIpv4 String
3033
}

0 commit comments

Comments
 (0)