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

ip addresses not being properly assigned #86

Closed
rmkraus opened this issue Oct 5, 2020 · 1 comment
Closed

ip addresses not being properly assigned #86

rmkraus opened this issue Oct 5, 2020 · 1 comment
Labels
bug Something isn't working

Comments

@rmkraus
Copy link
Member

rmkraus commented Oct 5, 2020

No description provided.

@rmkraus rmkraus added the bug Something isn't working label Oct 5, 2020
@rmkraus
Copy link
Member Author

rmkraus commented Oct 6, 2020

# ROUTER CONFIGURATION

export ROUTER_LAN_INT='["eno1", "eno5"]'

export SUBNET='192.168.8.0'

export SUBNET_MASK='24'

export ALLOWED_SERVICES='["SSH to Bastion", "HTTPS to Cluster API", "HTTP to Cluster Apps", "HTTPS to Cluster Apps", "HTTPS to Cockpit Panel"]'

# CLUSTER CONFIGURATION

export ADMIN_PASSWORD='Gofarosdemo$1'

export PULL_SECRET='{}'

# HOST RECORD CONFIGURATION

export MGMT_PROVIDER='ilo'

export MGMT_USER='farosadmin'

export MGMT_PASSWORD=''

export CP_NODES='[{"name": "node-3", "mac": "94:40:c9:f3:1a:31", "mgmt_mac": "94:40:C9:F3:1A:2B"}, {"name": "node-5", "mac": "94:40:c9:f3:1a:af", "mgmt_mac": "94:40:C9:F3:1A:A9"}, {"name": "node-7", "mac": "94:40:c9:f3:1c:61", "mgmt_mac": "94:40:C9:F3:1C:5B"}]'

# EXTRA DNS/DHCP RECORDS

export EXTRA_NODES='[{"name": "ChassisManger", "mac": "94:40:c9:20:d2:a4", "ip": "192.168.8.2"}, {"name": "Baston-iLO", "mac": "94:40:C9:F3:1A:86", "ip": "192.168.8.4"}, {"name": "DL380-Jump", "mac": "00:23:7D:E0:01:E4", "ip": "192.168.8.3"}]'

export IGNORE_MACS='[{"name": "Bay3-eno1", "mac": "94:40:c9:f3:1a:2d"}, {"name": "Bay5-eno1", "mac": "94:40:c9:f3:1a:ab"}, {"name": "Bay7-eno1", "mac": "94:40:c9:f3:1c:5d"}]
$ farosctl get ip-addresses

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Host                                     | IP Address     | Reachable (SSH)

--------------------------------------------------------------------------------

                                         |                |

bastion                                  | 192.168.8.1    | + YES

bootstrap                                | 192.168.8.7    | - NO

dhcp                                     | 192.168.8.1    | + YES

dns                                      | 192.168.8.1    | + YES

lan                                      | 192.168.8.1    | + YES

loadbalancer                             | 192.168.8.6    | - NO

node-3                                   | 192.168.8.8    | - NO

node-3-mgmt                              | 192.168.8.9    | + YES

node-5                                   | 192.168.8.10   | - NO

node-5-mgmt                              | 192.168.8.11   | + YES

node-7                                   | 192.168.8.12   | - NO

node-7-mgmt                              | 192.168.8.13   | + YES

wan                                      | 192.168.100.20 | + YES

ChassisManger                            | 192.168.8.2    | + YES

Baston-iLO                               | 192.168.8.3    | - NO

DL380-Jump                               | 192.168.8.5    | + YES

--------------------------------------------------------------------------------

rmkraus added a commit that referenced this issue Oct 27, 2020
The issue was because of case sensitivity when looking up IP address
from the MAC address. The recall was case insensitive, but the saving
was case sensitive. This has been fixed.
@rmkraus rmkraus closed this as completed Nov 11, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant