From ba4b7497c73793bbffecb69324e0cbd90d6132e3 Mon Sep 17 00:00:00 2001 From: Vladimir Khlyunev Date: Thu, 24 Nov 2016 12:12:53 +0300 Subject: [PATCH] Execute neutron db fixes for 9.0 seed release Neutron contains broken migrations between 7-8 release which leads to unavailable floating ips. Execute fix for 9.0 release too because we do not have 9.1 release value in nailgun db. Change-Id: Ia57f4fbc141469fe2af2f2ff948d5fbcd75362dc Closes-bug:1644190 --- deployment/puppet/octane_tasks/graphs/seed/upgrade-db.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deployment/puppet/octane_tasks/graphs/seed/upgrade-db.yaml b/deployment/puppet/octane_tasks/graphs/seed/upgrade-db.yaml index b65ac29c..6376f3aa 100644 --- a/deployment/puppet/octane_tasks/graphs/seed/upgrade-db.yaml +++ b/deployment/puppet/octane_tasks/graphs/seed/upgrade-db.yaml @@ -90,7 +90,7 @@ puppet_modules: /etc/fuel/octane/puppet:/etc/puppet/modules timeout: 360 -# Should be applied only on 6.0-7.0 -> 9.1+ +# Should be applied only on 6.0-7.0 -> 9.0+ - id: neutron_migrations_for_fuel_8 type: puppet version: 2.1.0 @@ -99,7 +99,7 @@ required_for: [] condition: # Double slashes so that Python's YAML parser doesn't try to escape \. - yaql_exp: "$.upgrade.relation_info.orig_cluster_version =~ '[6-7]\\.[0-1]' and $.upgrade.relation_info.seed_cluster_version =~ '9\\.[1-9]'" + yaql_exp: "$.upgrade.relation_info.orig_cluster_version =~ '[6-7]\\.[0-1]' and $.upgrade.relation_info.seed_cluster_version =~ '9\\.[0-9]'" parameters: puppet_manifest: /etc/fuel/octane/puppet/octane_tasks/modular/neutron_migrations_for_fuel_8.pp puppet_modules: /etc/fuel/octane/puppet:/etc/puppet/modules