Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bigiq_as3_deploy always report successful status #85

Open
andreas-jacobi opened this issue Jun 5, 2024 · 7 comments
Open

bigiq_as3_deploy always report successful status #85

andreas-jacobi opened this issue Jun 5, 2024 · 7 comments
Labels
Backlog Added to JIRA board bug Something isn't working

Comments

@andreas-jacobi
Copy link

COMPONENT NAME

bigiq_as3_deploy

Environment

ANSIBLE VERSION

2.13.7

CONFIGURATION
collections:
  - name: f5networks.f5_modules
    version: 1.27.1
  - name: f5networks.f5_bigip
    version: 3.5.0
BIGIP VERSION
BigIP: 17.1.1.2 Build 0.0.10 Point Release 2
BigIQ: 8.3.0 0.0.118
OS / ENVIRONMENT

Red Hat Ansible Automation Platform

SUMMARY

422 errors that are visible in the BigIQ interface are not reported back by the bigiq_as3_deploy. All deployments are reported as successful.

STEPS TO REPRODUCE

Deploy as3 config to BigIQ via bigiq_as3_deploy.

    - name: Executing as3 deploy
      bigiq_as3_deploy:
        content: "{{ lookup('file', '/var/tmp/as3.json') }}"
        timeout: "300"
      register: as3DeployPrimary
EXPECTED RESULTS

Report back any error from BigIQ so that the task fails as expected

ACTUAL RESULTS

422 errors that are visible in the BigIQ interface are not reported back by the module.

Respons from bigiq_as3_deploy

    {
      "changed": true,
      "failed": false
    }

Actual result as reported by BigIQ:

Failed to send declaration: /declare failed with status of 422, declaration is invalid 
@andreas-jacobi andreas-jacobi added the bug Something isn't working label Jun 5, 2024
@andreas-jacobi
Copy link
Author

Upgraded Ansible core to 2.15.10 but without any noticeable change for this issue.

@andreas-jacobi
Copy link
Author

Any update on this issue?

@pgouband
Copy link

Hi,

Thanks for reporting. Added to the backlog and internal tracking ID for this request is: INFRAANO-1632.

@pgouband pgouband added the Backlog Added to JIRA board label Jul 23, 2024
@andreas-jacobi
Copy link
Author

Hi,

Have you been able to replicate this issue? If so, when do you expect a fix to be released?

//Andreas

@pgouband
Copy link

pgouband commented Sep 5, 2024

Hi,

It's still under review and we trying to fix it in the coming release or the next one.

@prateekramani
Copy link

Hi @andreas-jacobi ,

I have fixed the issue and it can be tested from the upcoming release.
Thank you for your patience.

@andreas-jacobi
Copy link
Author

That's great, thanks. When can we expect that release?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Backlog Added to JIRA board bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants