Skip to content

Commit 08b8503

Browse files
committed
[cifmw_cephadm] fix: drop FQCN for ci_script
The Zuul executor runs a restricted Ansible environment where the 'cifmw' collection is not formally installed. It relies on finding plugins via relative paths rather than collection namespaces. Consequently, the FQCN 'cifmw.general.ci_script' cannot be resolved. This patch reverts the module call to the short name 'ci_script' to ensure the plugin is correctly located. JIRA: OSPCIX-1169 Link: https://issues.redhat.com/browse/OSPCIX-1169 Signed-off-by: Oleg Belolipetskii <obelolip@redhat.com>
1 parent 357a1d5 commit 08b8503

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roles/cifmw_cephadm/tasks/glance_s3_info.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
no_log: true
104104

105105
- name: Get OpenStack internal object-store endpoints
106-
cifmw.general.ci_script:
106+
ci_script:
107107
extra_args:
108108
KUBECONFIG: "{{ cifmw_openshift_kubeconfig }}"
109109
output_dir: "{{ cifmw_cephadm_basedir }}/artifacts"

0 commit comments

Comments
 (0)