From e59be96fa5936ed4c5af343fa62eb38716ada3aa Mon Sep 17 00:00:00 2001 From: Tom Barron Date: Sun, 1 Aug 2021 14:18:49 -0400 Subject: [PATCH] Remove ganesha_vip extra config workaround for scenario004 We were using extra config to set ganesha_vip because it was unset if the isolated StorageNFS network is not deployed, as it is with Standalone deployment in CI. Now it is set, and set to an address on the external net where guest VMs can reach it. Related-Bug: #1911022 Depends-On: https://review.opendev.org/c/openstack/tripleo-heat-templates/+/822022 Depends-On: https://review.opendev.org/c/openstack/tripleo-ansible/+/822045 Change-Id: Ic20b3aaccc18c19973a07798f20a63ac9d5c0bb7 (cherry picked from commit 8b07db1979fe6b31646ee54a7a881ed0ad51385f) (cherry picked from commit 43c28e9c2a2fc9d81d85f0ebc9c08dc635cdd9fe) --- ci/environments/scenario004-standalone.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/ci/environments/scenario004-standalone.yaml b/ci/environments/scenario004-standalone.yaml index d02aeeae69..bade4072cd 100644 --- a/ci/environments/scenario004-standalone.yaml +++ b/ci/environments/scenario004-standalone.yaml @@ -94,6 +94,3 @@ parameter_defaults: globalkey: globalvalue anotherkey: anothervalue ManilaCephFSCephFSProtocolHelperType: 'NFS' - # Workaround for https://bugs.launchpad.net/tripleo/+bug/1911022 - ExtraConfig: - ganesha_vip: 192.168.24.3 \ No newline at end of file