Skip to content

Commit

Permalink
Merge pull request metal3-io#476 from elfosardo/unix-sockets-413
Browse files Browse the repository at this point in the history
OCPBUGS-32387: Use unix sockets by default for reverse proxy communication
  • Loading branch information
openshift-merge-bot[bot] authored Apr 24, 2024
2 parents 8d8034f + ccd9ea6 commit c4299c5
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 @@ -77,8 +77,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 c4299c5

Please sign in to comment.