diff options
Diffstat (limited to 'deployment/heat/onap-rke')
-rw-r--r-- | deployment/heat/onap-rke/onap-oom.yaml | 10 | ||||
-rw-r--r-- | deployment/heat/onap-rke/parts/onap-oom-1.yaml | 10 |
2 files changed, 10 insertions, 10 deletions
diff --git a/deployment/heat/onap-rke/onap-oom.yaml b/deployment/heat/onap-rke/onap-oom.yaml index f4b55c7a1..8534444a7 100644 --- a/deployment/heat/onap-rke/onap-oom.yaml +++ b/deployment/heat/onap-rke/onap-oom.yaml @@ -30,12 +30,12 @@ parameters: oam_ext_network_host_route: type: json description: > - host routes - "destination": '10.12.0.0/16' - "nexthop": '10.100.0.1' + host routes + "destination": '10.12.0.0/16' + "nexthop": '10.100.0.1' default: - "destination": '10.12.0.0/16' - "nexthop": '10.100.0.1' + "destination": '10.12.0.0/16' + "nexthop": '10.100.0.1' ubuntu_1804_image: type: string diff --git a/deployment/heat/onap-rke/parts/onap-oom-1.yaml b/deployment/heat/onap-rke/parts/onap-oom-1.yaml index eaa7159c1..13888e95f 100644 --- a/deployment/heat/onap-rke/parts/onap-oom-1.yaml +++ b/deployment/heat/onap-rke/parts/onap-oom-1.yaml @@ -25,12 +25,12 @@ parameters: oam_ext_network_host_route: type: json description: > - host routes - "destination": '10.12.0.0/16' - "nexthop": '10.100.0.1' + host routes + "destination": '10.12.0.0/16' + "nexthop": '10.100.0.1' default: - "destination": '10.12.0.0/16' - "nexthop": '10.100.0.1' + "destination": '10.12.0.0/16' + "nexthop": '10.100.0.1' ubuntu_1804_image: type: string |