Skip to content

Commit

Permalink
Merge pull request metal3-io#477 from elfosardo/unix-sockets-412
Browse files Browse the repository at this point in the history
OCPBUGS-32386: Use unix sockets by default for reverse proxy communication
  • Loading branch information
openshift-merge-bot[bot] authored Apr 24, 2024
2 parents 4d127a2 + 827b51b commit 8be75fa
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 @@ -74,8 +74,8 @@ function 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 8be75fa

Please sign in to comment.