From 41d261032b3f4dea26c2a702af99b2537ead9244 Mon Sep 17 00:00:00 2001 From: Lars Kellogg-Stedman Date: Thu, 21 Jun 2018 22:33:11 -0400 Subject: [PATCH] configure route for overcloud hosts to reach local repository server with the new network configuration, the only route to the repository server @ 10.13.96.252 is via the default route, which unfortunately is a "public" address that cannot reach our internal networks. This adds a static route out eth2 to the repository server. --- templates/network/config/controller.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/templates/network/config/controller.yaml b/templates/network/config/controller.yaml index 24ec586..fa2b082 100644 --- a/templates/network/config/controller.yaml +++ b/templates/network/config/controller.yaml @@ -112,6 +112,9 @@ resources: name: eth2 use_dhcp: true defroute: false + routes: + - ip_netmask: 10.13.0.0/16 + next_hop: 172.16.0.253 # Put storage on eth3 - type: vlan