commit | 67f6fd487317928d384e73a73caa154d11011211 | [log] [tgz] |
---|---|---|
author | sgudz <sgudz@mirantis.com> | Thu Oct 26 16:08:03 2017 +0300 |
committer | sgudz <sgudz@mirantis.com> | Thu Oct 26 16:08:15 2017 +0300 |
tree | 6a7c1f548fde4ddba1e60459d5d71dad41ece45d | |
parent | 4fab65f2c18a4c2981f1f25824031b72018fa46b [diff] [blame] |
Fix for correct mysql status during ironic node bootstrap Change-Id: I579def6ff673a4efd43e7a3a03ccafe31fd4f107
diff --git a/tcp_tests/templates/ironic_standalone/underlay--user-data-ironic.yaml b/tcp_tests/templates/ironic_standalone/underlay--user-data-ironic.yaml index 1d2d6a5..dcc2933 100644 --- a/tcp_tests/templates/ironic_standalone/underlay--user-data-ironic.yaml +++ b/tcp_tests/templates/ironic_standalone/underlay--user-data-ironic.yaml
@@ -53,6 +53,9 @@ - which wget >/dev/null || (apt-get update; apt-get install -y wget); - apt-get install -y ntp + #Installing mysql before running formula for correct mysql status + - DEBIAN_FRONTEND=noninteractive apt-get install -y mysql-server-5.7 python-mysqldb debconf-utils + - export IRONIC_PXE_MANAGER=dnsmasq - export IRONIC_PXE_INTERFACE_NAME=ens4 - export IRONIC_PXE_INTERFACE_ADDRESS={{ os_env('IRONIC_PXE_INTERFACE_ADDRESS', '10.0.175.2') }}