Skip to content

Commit 804b34f

Browse files
committed
[ci_dcn_site] Update repo variables paths
Modified `ci_dcn_site_cifmw_repo_path` to create its value dynamically from cifmw_architecture_repo
1 parent 6a17e3c commit 804b34f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

roles/ci_dcn_site/defaults/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
# License for the specific language governing permissions and limitations
1515
# under the License.
1616

17-
ci_dcn_site_arch_repo_path: /home/zuul/src/github.com/openstack-k8s-operators/architecture
17+
ci_dcn_site_arch_repo_path: "{{ cifmw_architecture_repo | default('/home/zuul/src/github.com/openstack-k8s-operators/architecture') }}"
1818
ci_dcn_site_arch_path: "{{ ci_dcn_site_arch_repo_path }}/examples/dt/dcn"
19-
ci_dcn_site_cifmw_repo_path: /home/zuul/src/github.com/openstack-k8s-operators/ci-framework
19+
ci_dcn_site_cifmw_repo_path: "{{ ci_dcn_site_arch_repo_path | regex_replace('architecture$', 'ci-framework') }}"
2020
ci_dcn_site_search_storage_network_names:
2121
- "storage"
2222
- "storagedcn1"

0 commit comments

Comments
 (0)