Include dib-builddate.txt for configure_mirror.sh
Update our script to provide additional debug information, such as the builddate of our DIB images. Change-Id: Ie399b1ac9cd6c6ea4372378ae7b7bf930fac16a3 Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
parent
a44be1116e
commit
d623c337ba
@ -16,6 +16,12 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
if [ -f /etc/dib-builddate.txt ]; then
|
||||
echo "Image build date"
|
||||
echo "================"
|
||||
cat /etc/dib-builddate.txt
|
||||
fi
|
||||
|
||||
source /etc/nodepool/provider
|
||||
|
||||
NODEPOOL_MIRROR_HOST=${NODEPOOL_MIRROR_HOST:-mirror.$NODEPOOL_REGION.$NODEPOOL_CLOUD.openstack.org}
|
||||
|
Loading…
x
Reference in New Issue
Block a user