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

[PR #942/719483ff backport][stable-3] New module aws_eks_fargate_profile #1042

Conversation

patchback[bot]
Copy link

@patchback patchback bot commented Mar 31, 2022

This is a backport of PR #942 as merged into main (719483f).

SUMMARY

(this is a copy of #941 because i messed up my original branch)

New Module - aws_eks_fargate_profile
This create a new module to manage fargate profiles in EKS clusters.

Requires: ansible-collections/amazon.aws#651

ISSUE TYPE
  • New Module Pull Request
COMPONENT NAME

aws_eks_fargate_profile

ADDITIONAL INFORMATION
community.aws.aws_eks_fargate_profile
- name: create Fargate Profile 
  aws_eks_fargate_profile:
    name: 'my-profile'
    state: present
    cluster_name: 'my-eks-cluster'
    role_arn: 'arn:aws:iam::999999999999:role/eks-FargatePodExecutionRole'
    subnets:
        - subnet-aaaa1111
    selectors:
        - namespace: 'test_nm'
          labels:
              label1: test
    wait: true
    tags:
        env: test
        foo: bar

New module aws_eks_fargate_profile

SUMMARY
(this is a copy of #941 because i messed up my original branch)
New Module - aws_eks_fargate_profile
This create a new module to manage fargate profiles in EKS clusters.
Requires: ansible-collections/amazon.aws#651
ISSUE TYPE

New Module Pull Request

COMPONENT NAME
aws_eks_fargate_profile
ADDITIONAL INFORMATION
community.aws.aws_eks_fargate_profile
- name: create Fargate Profile
  aws_eks_fargate_profile:
    name: 'my-profile'
    state: present
    cluster_name: 'my-eks-cluster'
    role_arn: 'arn:aws:iam::999999999999:role/eks-FargatePodExecutionRole'
    subnets:
        - subnet-aaaa1111
    selectors:
        - namespace: 'test_nm'
          labels:
              label1: test
    wait: true
    tags:
        env: test
        foo: bar

Reviewed-by: Markus Bergholz <[email protected]>
Reviewed-by: Mark Woolley <[email protected]>
Reviewed-by: None <None>
Reviewed-by: Alina Buzachis <None>
Reviewed-by: Jill R <None>
(cherry picked from commit 719483f)
@ansibullbot
Copy link

@ansibullbot ansibullbot added community_review integration tests/integration module module needs_triage new_contributor Help guide this first time contributor new_plugin New plugin plugins plugin (any type) tests tests and removed new_plugin New plugin labels Mar 31, 2022
@markuman
Copy link
Member

recheck

@markuman
Copy link
Member

recheck

@markuman
Copy link
Member

see #1043

@markuman markuman closed this Mar 31, 2022
@tremble tremble deleted the patchback/backports/stable-3/719483ff49b3e56eb90efc74304c1b2a81f1c4bd/pr-942 branch July 7, 2022 19:30
abikouo pushed a commit to abikouo/community.aws that referenced this pull request Oct 24, 2023
Add rendered Changelog to the docs site

SUMMARY
ISSUE TYPE

Docs Pull Request

COMPONENT NAME
README.md
docs/docsite/extra-docs.yml
docs/docsite/rst/CHANGELOG.rst
ADDITIONAL INFORMATION
Related to ansible-community/community-team#61
fixes: ansible-collections#1042

Reviewed-by: Alina Buzachis <None>
Reviewed-by: Bikouo Aubin <None>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
community_review integration tests/integration module module new_contributor Help guide this first time contributor plugins plugin (any type) tests tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants