Skip to content

Commit

Permalink
Merge pull request metal3-io#475 from elfosardo/unix-sockets-414
Browse files Browse the repository at this point in the history
OCPBUGS-32388: Use unix sockets by default for reverse proxy communication
  • Loading branch information
openshift-merge-bot[bot] authored Apr 23, 2024
2 parents 9aaba23 + 3ca533d commit 0e91ffa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/ironic-common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ run_ironic_dbsync()
}

# Use the special value "unix" for unix sockets
export IRONIC_PRIVATE_PORT=${IRONIC_PRIVATE_PORT:-6388}
export IRONIC_INSPECTOR_PRIVATE_PORT=${IRONIC_INSPECTOR_PRIVATE_PORT:-5049}
export IRONIC_PRIVATE_PORT=${IRONIC_PRIVATE_PORT:-unix}
export IRONIC_INSPECTOR_PRIVATE_PORT=${IRONIC_INSPECTOR_PRIVATE_PORT:-unix}

export IRONIC_ACCESS_PORT=${IRONIC_ACCESS_PORT:-6385}
export IRONIC_LISTEN_PORT=${IRONIC_LISTEN_PORT:-$IRONIC_ACCESS_PORT}
Expand Down

0 comments on commit 0e91ffa

Please sign in to comment.