Removes undefined and unused port_range

port_range is not part of networking schema and it is neither
defined in subcluster network catalog nor used for any purpose.

Change-Id: Ife7fd2d113221a9a6a458ba89b8c03bc3e2ec865
This commit is contained in:
Reddy, Hemachandra (hr858f) 2021-05-27 12:41:26 -05:00
parent bb8962f3fc
commit 3c30a8ddb5
2 changed files with 0 additions and 20 deletions

View File

@ -21,13 +21,3 @@ replacements:
kind: NetworkCatalogue
name: networking
fieldrefs: ["{.spec.kubernetes}"]
- source:
objref:
kind: VariableCatalogue
name: subcluster-networking
fieldref: "{.spec.lma.port_range}"
target:
objref:
kind: NetworkCatalogue
name: networking
fieldrefs: ["{.spec.port_range}"]

View File

@ -18,13 +18,3 @@ replacements:
kind: NetworkCatalogue
name: networking
fieldrefs: ["{.spec.kubernetes}"]
- source:
objref:
kind: VariableCatalogue
name: subcluster-networking
fieldref: "{.spec.wordpress.port_range}"
target:
objref:
kind: NetworkCatalogue
name: networking
fieldrefs: ["{.spec.port_range}"]