Merge "Add haproxy-install to setup-infrastructure.yml"

This commit is contained in:
Jenkins 2016-03-03 20:08:27 +00:00 committed by Gerrit Code Review
commit 465f50f151
2 changed files with 5 additions and 0 deletions

View File

@ -13,6 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
- include: haproxy-install.yml
- include: memcached-install.yml
- include: repo-install.yml
- include: galera-install.yml

View File

@ -0,0 +1,4 @@
---
features:
- The haproxy-install.yml playbook will now be
run as a part of setup-infrastructure.yml.