I am not using any Ansible modules. I wasn't aware that EMC had created any for the ECS platform. I am only using API calls for creation tasks. S3 is not involved at all with these steps.
Have you tried the PUT operation using a different REST client like postman or something to validate the JSON data that your sending outside of the Ansible context?
FoolInTheRain
123 Posts
0
April 1st, 2020 14:00
Hi Jeff,
In order to try and get the proper group/resource to try and help you, I need to ask some basic questions:
1) What Ansible Modules are you using?
2) Where did you download them from? (Do you have the link you could share?)
If I was to guess (and I don't like to guess!), you may need help from the ECS team. With the above info, we might be able to narrow that down.
Let me know,
Jay Farrell
jay.farrell@dell.com
jeff-botw
10 Posts
0
April 1st, 2020 15:00
I am not using any Ansible modules. I wasn't aware that EMC had created any for the ECS platform. I am only using API calls for creation tasks. S3 is not involved at all with these steps.
Thank you.
bmcfeeters
1 Rookie
•
72 Posts
0
April 1st, 2020 16:00
Have you tried the PUT operation using a different REST client like postman or something to validate the JSON data that your sending outside of the Ansible context?
bmcfeeters
1 Rookie
•
72 Posts
0
April 2nd, 2020 17:00
I have used this tool in the past and it has helped a bit to find YAML syntax issues
https://yamllint.readthedocs.io/en/stable/index.html
FoolInTheRain
123 Posts
0
April 7th, 2020 05:00
It seems the issue was resolved. It appears there was a syntax error, there was a missing "-".
I just wanted to share that update.