Browse code

Change port used for Ironic static http to 3928

Due to recent infrastructure changes, infra began using port 8088. This
caused a conflict with our apache config, causing services to not start.
Infra is changing this port (Ie67bbba02dbf61a481f66001de3e0dede9448316)
but it may take up to a week to take effect.

Instead of having our gate broken for a week, I'm changing the default
port. 3928 was not chosen at random; it's listed as the netboot-pxe
service port in /etc/services.

Change-Id: Ibb635555dc516e54f8d46e2dba0f9cecfa5dd1b3
Closes-bug: 1590139
Co-Authored-By: John L. Villalovos <john.l.villalovos@intel.com>
(cherry picked from openstack/ironic commit
2898b622f7072995b0c778d2a762adba5afe75aa)

Jay Faulkner authored on 2016/06/17 10:40:24
Showing 1 changed files
... ...
@@ -121,7 +121,7 @@ IRONIC_HOSTPORT=${IRONIC_HOSTPORT:-$SERVICE_HOST:$IRONIC_SERVICE_PORT}
121 121
 IRONIC_IPXE_ENABLED=$(trueorfalse False IRONIC_IPXE_ENABLED)
122 122
 IRONIC_HTTP_DIR=${IRONIC_HTTP_DIR:-$IRONIC_DATA_DIR/httpboot}
123 123
 IRONIC_HTTP_SERVER=${IRONIC_HTTP_SERVER:-$HOST_IP}
124
-IRONIC_HTTP_PORT=${IRONIC_HTTP_PORT:-8088}
124
+IRONIC_HTTP_PORT=${IRONIC_HTTP_PORT:-3928}
125 125
 
126 126
 # NOTE(lucasagomes): This flag is used to differentiate the nodes that
127 127
 # uses IPA as their deploy ramdisk from nodes that uses the agent_* drivers