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

Adding module to do facial recognition analysis on images using AWS Rekognition #40761

Closed

Conversation

slapula
Copy link
Contributor

@slapula slapula commented May 27, 2018

SUMMARY

Here's a fun one. This is a module that will take two images (a source and a target, hosted on S3) and perform facial recognition analysis on them to see if the source image face exists in the target image. The module returns the results of the analysis much like a _facts module. You can then use that data elsewhere in your playbook. I imagine the use case for this is rather limited but I thought I'd submit it anyway.

ISSUE TYPE
  • New Module Pull Request
COMPONENT NAME

rekognition_compare_faces

ANSIBLE VERSION
ansible 2.4.1.0
  config file = None
  configured module search path = [u'/Users/asmith/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules']
  ansible python module location = /Users/asmith/.pyenv/versions/2.7.13/lib/python2.7/site-packages/ansible
  executable location = /Users/asmith/.pyenv/versions/2.7.13/bin/ansible
  python version = 2.7.13 (default, Sep  8 2017, 15:16:38) [GCC 4.2.1 Compatible Apple LLVM 8.1.0 (clang-802.0.42)]

@ansibot ansibot added affects_2.6 This issue/PR affects Ansible v2.6 aws cloud community_review In order to be merged, this PR must follow the community review workflow. module This issue/PR relates to a module. needs_triage Needs a first human triage before being processed. new_contributor This PR is the first contribution by a new community member. new_module This PR includes a new module. new_plugin This PR includes a new plugin. support:community This issue/PR relates to code supported by the Ansible community. test This PR relates to tests. labels May 27, 2018
@ansibot
Copy link
Contributor

ansibot commented May 27, 2018

The test ansible-test sanity --test validate-modules [explain] failed with 1 error:

lib/ansible/modules/cloud/amazon/rekognition_compare_faces.py:0:0: E307 version_added should be 2.7. Currently 2.6

click here for bot help

@ansibot ansibot added needs_revision This PR fails CI tests or a maintainer has requested a review/revision of the PR. and removed community_review In order to be merged, this PR must follow the community review workflow. labels May 27, 2018
@s-hertel s-hertel removed the needs_triage Needs a first human triage before being processed. label Jun 1, 2018
@mattclay
Copy link
Member

mattclay commented Jun 8, 2018

CI failure in integration tests test/integration/targets/rekognition_compare_faces/tasks/main.yaml:68:

{
    "assertion": "result.msg.startswith(\"missing required arguments:\")", 
    "changed": false, 
    "evaluated_to": false
}

@mattclay mattclay added the ci_verified Changes made in this PR are causing tests to fail. label Jun 8, 2018
@ansibot ansibot added the stale_ci This PR has been tested by CI more than one week ago. Close and re-open this PR to get it retested. label Jun 8, 2018
@ansibot ansibot removed the new_contributor This PR is the first contribution by a new community member. label Oct 24, 2018
@ansibot
Copy link
Contributor

ansibot commented Jan 31, 2020

@ansibot ansibot added the support:core This issue/PR relates to code supported by the Ansible Engineering Team. label Apr 29, 2020
@Akasurde
Copy link
Member

Hi @slapula, Thank you very much for your interest in Ansible. This plugin/module is no longer maintained in this repository and has been migrated to https://github.com/ansible-collections/community.aws

If you have further questions please stop by IRC or the mailing list:

* IRC: #ansible on irc.freenode.net
* mailing list: https://groups.google.com/forum/#!forum/ansible-project

needs_info

@Akasurde Akasurde closed this Aug 19, 2020
@ansible ansible locked as resolved and limited conversation to collaborators Aug 19, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
affects_2.6 This issue/PR affects Ansible v2.6 aws ci_verified Changes made in this PR are causing tests to fail. cloud module This issue/PR relates to a module. needs_revision This PR fails CI tests or a maintainer has requested a review/revision of the PR. new_module This PR includes a new module. new_plugin This PR includes a new plugin. stale_ci This PR has been tested by CI more than one week ago. Close and re-open this PR to get it retested. support:community This issue/PR relates to code supported by the Ansible community. support:core This issue/PR relates to code supported by the Ansible Engineering Team. test This PR relates to tests.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants