Skip to content
This repository has been archived by the owner on Oct 31, 2024. It is now read-only.

Commit

Permalink
configure route for overcloud hosts to reach local repository server
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
larsks committed Jun 22, 2018
1 parent 9af7a9f commit 41d2610
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions templates/network/config/controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,9 @@ resources:
name: eth2

This comment has been minimized.

Copy link
@radonm

radonm Jun 22, 2018

Contributor

Can we undo that - that seems a little too complicated (also for cloning to other environments) - local repo server has an ip in the new subnet, only repo configuration file needs to modified. This is configured (wget downloaded) by foreman during post install. I'll update the local repo file with the new repo server ip.

This comment has been minimized.

Copy link
@larsks

larsks Jun 22, 2018

Author Member

I just needed a quick fix in order to make things work. Updating the repo files is also fine.

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
Expand Down

0 comments on commit 41d2610

Please sign in to comment.