Skip to content

Commit c7b3c01

Browse files
Merge pull request #1168 from gaogao101/main
run_local_ironic.sh: make HTTP_PORT customizable
2 parents 104b761 + 4e9c61c commit c7b3c01

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/run_local_ironic.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ MARIADB_IMAGE=${MARIADB_IMAGE:-"quay.io/metal3-io/mariadb:main"}
1212
IPA_BASEURI=${IPA_BASEURI:-}
1313
IRONIC_DATA_DIR=${IRONIC_DATA_DIR:-"/opt/metal3-dev-env/ironic"}
1414
CONTAINER_RUNTIME="${CONTAINER_RUNTIME:-podman}"
15-
HTTP_PORT="6180"
15+
HTTP_PORT=${HTTP_PORT:-"6180"}
1616
PROVISIONING_IP="${PROVISIONING_IP:-"172.22.0.1"}"
1717
CLUSTER_PROVISIONING_IP="${CLUSTER_PROVISIONING_IP:-"172.22.0.2"}"
1818
# ironicendpoint is used in the CI setup

0 commit comments

Comments
 (0)