From 336148323abd117352674835eff34d51fdbc9c2c Mon Sep 17 00:00:00 2001 From: jamepark4 Date: Mon, 24 Feb 2025 16:39:16 -0500 Subject: [PATCH] [18.0-fr1] Update converge test controlplane kustomize directory --- .../ci_gen_kustomize_values/molecule/default/converge.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/roles/ci_gen_kustomize_values/molecule/default/converge.yml b/roles/ci_gen_kustomize_values/molecule/default/converge.yml index aef305d96b..fff09fc7fb 100644 --- a/roles/ci_gen_kustomize_values/molecule/default/converge.yml +++ b/roles/ci_gen_kustomize_values/molecule/default/converge.yml @@ -29,7 +29,7 @@ artifacts: "{{ cifmw_ci_gen_kustomize_values_basedir }}/artifacts" to_kustomize: - name: 'ctlplane' - path: 'examples/va/hci/control-plane/nncp' + path: 'examples/va/hci/control-plane/networking/nncp' - name: 'dataplane' path: 'examples/va/hci/edpm-pre-ceph/nodeset' ci_gen_kustomize_fetch_ocp_state: false @@ -90,7 +90,7 @@ cifmw_ci_gen_kustomize_values_src_file: >- {{ [architecture_repo, - "examples/va/hci/control-plane/nncp/values.yaml"] | path_join + "examples/va/hci/control-plane/networking/nncp/values.yaml"] | path_join }} ansible.builtin.include_role: name: ci_gen_kustomize_values @@ -163,7 +163,7 @@ cifmw_ci_gen_kustomize_values_src_file: >- {{ [architecture_repo, - "examples/va/hci/control-plane/nncp/values.yaml"] | path_join + "examples/va/hci/control-plane/networking/nncp/values.yaml"] | path_join }} ansible.builtin.include_role: name: ci_gen_kustomize_values @@ -186,7 +186,7 @@ dest: "{{ architecture_repo }}/{{ item.value }}" loop: - key: 'network-values' - value: 'examples/va/hci/control-plane/nncp/values.yaml' + value: 'examples/va/hci/control-plane/networking/nncp/values.yaml' - key: 'edpm-nodeset-values' value: 'examples/va/hci/edpm-pre-ceph/nodeset/values.yaml'