Remove Mariadb Upgrade Check

Previous versions of OpenStack-Ansible allowed
for upgrading Mariadb from version 5.5 to 10.0.

Mitaka assumes Mariadb version 10.0, thus the
upgrade check is no longer needed for gate
testing.

Change-Id: I589b3849e52ab4d6810f16588c733aed4d17b6b2
This commit is contained in:
Michael Gugino 2016-05-18 09:43:15 -04:00
parent 013052bebd
commit 7bec84f67a
2 changed files with 3 additions and 25 deletions

View File

@ -0,0 +1,3 @@
---
other:
- Mariadb version upgrade gate checks removed.

View File

@ -29,28 +29,3 @@
# Run functional tests
- include: test-galera-server-functional.yml
############################# UPGRADE TESTING #############################
# Run container clean up and build
- include: test-prepare-containers.yml
# Install previous version of Galera server
- include: test-install-galera-server.yml
vars:
message: "===== Running MariaDB 5.5 Deployment for Upgrade ====="
galera_mariadb_server_package: "mariadb-galera-server-5.5"
galera_apt_repo_url: "https://mirror.rackspace.com/mariadb/repo/5.5/ubuntu"
# Run initial functional tests
- include: test-galera-server-functional.yml
# Perform upgrade of Galera server
- include: test-install-galera-server.yml
vars:
message: "===== Running MariaDB 5.5 to Current Upgrade ====="
galera_ignore_cluster_state: true
galera_upgrade: true
# Run final functional tests
- include: test-galera-server-functional.yml