fs001 of validations fails validations: Unsupported parameters for (ansible.legacy.command\n) module

Bug #1998098 reported by Ananya Banerjee
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
tripleo
Fix Released
Critical
Unassigned

Bug Description

fs001 of validations (master and zed) fails consistently in either overcloud deployment or Run validations catalogue

        {
            "Duration": "0:00:05.215",
            "Host_Group": "undercloud, allovercloud",
            "Reasons": "undercloud: Unsupported parameters for (ansible.legacy.command\n) module: warn. Supported parameters include: removes, argv, creates, _uses_shell, strip_empty_ends, stdin_add_newline, _raw_params, stdin, chdir, executable.,\novercloud-novacompute-0: Unsupported parameters for (ansible.legacy.command\n) module: warn. Supported parameters include: executable, stdin_add_newline, creates, chdir, argv, _uses_shell, removes, strip_empty_ends, _raw_params, stdin.,\novercloud-controller-2: Unsupported parameters for (ansible.legacy.command\n) module: warn. Supported parameters include: strip_empty_ends, creates, chdir, _uses_shell, _raw_params, stdin_add_newline, stdin, removes, executable, argv.,\novercloud-controller-1: Unsupported parameters for (ansible.legacy.command\n) module: warn. Supported parameters include: creates, executable, removes, argv, stdin, stdin_add_newline, strip_empty_ends, _uses_shell, chdir, _raw_params.,\novercloud-controller-0: Unsupported parameters for (ansible.legacy.command\n) module: warn. Supported parameters include: executable, _raw_params, removes, stdin_add_newline, strip_empty_ends, chdir, _uses_shell, stdin, argv, creates.",
            "Status": "FAILED",
            "Status_by_Host": "overcloud-controller-0,FAILED, overcloud-controller-1,FAILED, overcloud-controller-2,FAILED, overcloud-novacompute-0,FAILED, undercloud,FAILED",
            "UUID": "632c86bb-2609-4b15-af56-f02bcabf6998",
            "Unreachable_Hosts": "",
            "Validations": "repos"
        },

https://logserver.rdoproject.org/openstack-component-validation/opendev.org/openstack/tripleo-ci/master/periodic-tripleo-ci-centos-9-ovb-3ctlr_1comp-featureset001-component-zed-validation/6600bcd/logs/undercloud/home/zuul/validation_catalogue_execution.log.txt.gz

https://logserver.rdoproject.org/openstack-component-validation/opendev.org/openstack/tripleo-ci/master/periodic-tripleo-ci-centos-9-ovb-3ctlr_1comp-featureset001-component-master-validation/b5f03c7/logs/undercloud/home/zuul/full_validation_history.log.txt.gz

Changed in tripleo:
status: New → Triaged
importance: Undecided → Critical
milestone: none → antelope-1
tags: added: ci promotion-blocker
summary: - fs001 of validations fails in either overcloud deployment or Run
- validations catalogue
+ fs001 of validations fails check-cpu and check-ram validations
description: updated
summary: - fs001 of validations fails check-cpu and check-ram validations
+ fs001 of validations fails check-cpu and check-ram validations:
+ Unsupported parameters for (ansible.legacy.command\n) module
description: updated
description: updated
summary: - fs001 of validations fails check-cpu and check-ram validations:
- Unsupported parameters for (ansible.legacy.command\n) module
+ fs001 of validations fails validations: Unsupported parameters for
+ (ansible.legacy.command\n) module
Revision history for this message
Ananya Banerjee (frenzyfriday) wrote :
description: updated
Revision history for this message
Ananya Banerjee (frenzyfriday) wrote :
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to validations-common (master)
Changed in tripleo:
status: Triaged → In Progress
Revision history for this message
Rabi Mishra (rabi) wrote :

This is ansible 2.14 incompatibility. https://review.opendev.org/c/openstack/validations-common/+/865863 would fix I think.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to tripleo-validations (master)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to tripleo-validations (stable/zed)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to validations-common (master)

Reviewed: https://review.opendev.org/c/openstack/validations-common/+/865863
Committed: https://opendev.org/openstack/validations-common/commit/899b8f5c625c58717f186a330a3e6890fcd187e4
Submitter: "Zuul (22348)"
Branch: master

commit 899b8f5c625c58717f186a330a3e6890fcd187e4
Author: rabi <email address hidden>
Date: Mon Nov 28 20:43:48 2022 +0530

    Fix ansible 2.14 incompatibility

    The warn parameter of command/shell module was deprecated was
    removed in 2.14[1].

    [1] https://github.com/ansible/ansible/pull/77411

    Closes-Bug: #1998098
    Change-Id: Ib5ab3cafcfa4a95bd5a806abe757aef0916344ba

Changed in tripleo:
status: In Progress → Fix Released
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to tripleo-validations (master)

Reviewed: https://review.opendev.org/c/openstack/tripleo-validations/+/865957
Committed: https://opendev.org/openstack/tripleo-validations/commit/1ae0f58d97252284d0a5d1f8b76e70e6764b5d5d
Submitter: "Zuul (22348)"
Branch: master

commit 1ae0f58d97252284d0a5d1f8b76e70e6764b5d5d
Author: rabi <email address hidden>
Date: Tue Nov 29 14:27:39 2022 +0530

    Fix ansible 2.14 incompatibility

    The warn parameter of command/shell module was deprecated was
    removed in 2.14[1].

    [1] https://github.com/ansible/ansible/pull/77411

    Closes-Bug: #1998098
    Change-Id: If153ef72d9fbc0cbae7c1275ba866331f864995f

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to tripleo-validations (stable/zed)

Reviewed: https://review.opendev.org/c/openstack/tripleo-validations/+/865958
Committed: https://opendev.org/openstack/tripleo-validations/commit/4013da99e2d0d537331eeacc00bae9d34bc8405a
Submitter: "Zuul (22348)"
Branch: stable/zed

commit 4013da99e2d0d537331eeacc00bae9d34bc8405a
Author: rabi <email address hidden>
Date: Tue Nov 29 14:27:39 2022 +0530

    Fix ansible 2.14 incompatibility

    The warn parameter of command/shell module was deprecated was
    removed in 2.14[1].

    [1] https://github.com/ansible/ansible/pull/77411

    Closes-Bug: #1998098
    Change-Id: If153ef72d9fbc0cbae7c1275ba866331f864995f
    (cherry picked from commit 1ae0f58d97252284d0a5d1f8b76e70e6764b5d5d)

tags: added: in-stable-zed
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to tripleo-validations (stable/wallaby)

Fix proposed to branch: stable/wallaby
Review: https://review.opendev.org/c/openstack/tripleo-validations/+/874548

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to tripleo-validations (stable/wallaby)

Reviewed: https://review.opendev.org/c/openstack/tripleo-validations/+/874548
Committed: https://opendev.org/openstack/tripleo-validations/commit/6a31b0c2d9a3d7c61d317a9eaa37df4e30467df4
Submitter: "Zuul (22348)"
Branch: stable/wallaby

commit 6a31b0c2d9a3d7c61d317a9eaa37df4e30467df4
Author: rabi <email address hidden>
Date: Tue Nov 29 14:27:39 2022 +0530

    Fix ansible 2.14 incompatibility

    The warn parameter of command/shell module was deprecated was
    removed in 2.14[1].

    [1] https://github.com/ansible/ansible/pull/77411

    Closes-Bug: #1998098
    Change-Id: If153ef72d9fbc0cbae7c1275ba866331f864995f
    (cherry picked from commit 1ae0f58d97252284d0a5d1f8b76e70e6764b5d5d)
    (cherry picked from commit 4013da99e2d0d537331eeacc00bae9d34bc8405a)

tags: added: in-stable-wallaby
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/validations-common 1.9.0

This issue was fixed in the openstack/validations-common 1.9.0 release.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.