From c0a4aa96bbe70eefb179d59a1267b8115651bba5 Mon Sep 17 00:00:00 2001 From: Tim Rozet Date: Tue, 14 Aug 2018 21:17:33 -0400 Subject: Modify common patches schema to per branch The common patch design doesn't really work across branches very well. This patch makes it so the common patches are specified in the same file, but on a per branch basis. Making it easier to manage common patches per branch. Also, includes a fix and adds test coverage to the prep_image method where we were referencing 'undercloud_admin_ip' before assignment in a case where we were not using ODL and had patches to overcloud. Change-Id: I7672947afd826fdc0042361a0139e22d6d5dd864 Signed-off-by: Tim Rozet --- config/deploy/os-nosdn-nofeature-noha.yaml | 1 + 1 file changed, 1 insertion(+) (limited to 'config/deploy/os-nosdn-nofeature-noha.yaml') diff --git a/config/deploy/os-nosdn-nofeature-noha.yaml b/config/deploy/os-nosdn-nofeature-noha.yaml index e7758113..0725031f 100644 --- a/config/deploy/os-nosdn-nofeature-noha.yaml +++ b/config/deploy/os-nosdn-nofeature-noha.yaml @@ -1,6 +1,7 @@ --- global_params: ha_enabled: false + deploy_options: containers: true os_version: master -- cgit 1.2.3-korg