We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a17e3c commit 804b34fCopy full SHA for 804b34f
roles/ci_dcn_site/defaults/main.yml
@@ -14,9 +14,9 @@
14
# License for the specific language governing permissions and limitations
15
# under the License.
16
17
-ci_dcn_site_arch_repo_path: /home/zuul/src/github.com/openstack-k8s-operators/architecture
+ci_dcn_site_arch_repo_path: "{{ cifmw_architecture_repo | default('/home/zuul/src/github.com/openstack-k8s-operators/architecture') }}"
18
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
+ci_dcn_site_cifmw_repo_path: "{{ ci_dcn_site_arch_repo_path | regex_replace('architecture$', 'ci-framework') }}"
20
ci_dcn_site_search_storage_network_names:
21
- "storage"
22
- "storagedcn1"
0 commit comments