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

New GCP module: gcp_bigtable_instance_info #67333

Conversation

modular-magician
Copy link
Contributor

SUMMARY

New GCP module: gcp_bigtable_instance_info
This PR is the result of the following Magic Modules PRs:

ISSUE TYPE
  • New Module Pull Request
ADDITIONAL INFORMATION
This was generated by [Magic Modules](https://github.com/googlecloudplatform/magic-modules)

@ansibot
Copy link
Contributor

ansibot commented Feb 12, 2020

@ansibot ansibot added affects_2.10 This issue/PR affects Ansible v2.10 cloud community_review In order to be merged, this PR must follow the community review workflow. gce module This issue/PR relates to a module. needs_triage Needs a first human triage before being processed. 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. labels Feb 12, 2020
@ansibot ansibot added needs_ci This PR requires CI testing to be performed. Please close and re-open this PR to trigger CI. stale_ci This PR has been tested by CI more than one week ago. Close and re-open this PR to get it retested. labels Feb 13, 2020
@modular-magician modular-magician force-pushed the gcp_bigtable_instance_info branch 2 times, most recently from dc2f402 to f92d2ca Compare February 15, 2020 07:06
@ansibot ansibot removed needs_ci This PR requires CI testing to be performed. Please close and re-open this PR to trigger CI. stale_ci This PR has been tested by CI more than one week ago. Close and re-open this PR to get it retested. labels Feb 15, 2020
@ansibot
Copy link
Contributor

ansibot commented Feb 15, 2020

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

lib/ansible/modules/cloud/google/gcp_bigtable_instance_info.py:0:0: parameter-list-no-elements: Argument 'scopes' in argument_spec defines type as list but elements is not defined

click here for bot help

@ansibot ansibot added ci_verified Changes made in this PR are causing tests to fail. 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 Feb 15, 2020
@felixfontein
Copy link
Contributor

@erjohnso @rambleraptor PTAL the sanity tests are failing (there are now some more strict checks for type='list' options; they require `elements=''). Similar errors also in #67332.

@ansibot ansibot removed the needs_triage Needs a first human triage before being processed. label Feb 15, 2020
@ansibot ansibot removed the ci_verified Changes made in this PR are causing tests to fail. label Feb 16, 2020
@ansibot
Copy link
Contributor

ansibot commented Feb 16, 2020

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

lib/ansible/modules/cloud/google/gcp_bigtable_instance_info.py:0:0: parameter-list-no-elements: Argument 'scopes' in argument_spec defines type as list but elements is not defined

click here for bot help

@ansibot ansibot added the ci_verified Changes made in this PR are causing tests to fail. label Feb 16, 2020
@ansibot ansibot removed the ci_verified Changes made in this PR are causing tests to fail. label Feb 17, 2020
@ansibot
Copy link
Contributor

ansibot commented Feb 17, 2020

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

lib/ansible/modules/cloud/google/gcp_bigtable_instance_info.py:0:0: parameter-list-no-elements: Argument 'scopes' in argument_spec defines type as list but elements is not defined

click here for bot help

@ansibot ansibot added the needs_revision This PR fails CI tests or a maintainer has requested a review/revision of the PR. label Mar 19, 2020
@ansibot ansibot added community_review In order to be merged, this PR must follow the community review workflow. and removed ci_verified Changes made in this PR are causing tests to fail. needs_revision This PR fails CI tests or a maintainer has requested a review/revision of the PR. labels Mar 20, 2020
@ansibot
Copy link
Contributor

ansibot commented Mar 20, 2020

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

lib/ansible/modules/cloud/google/gcp_bigtable_instance_info.py:0:0: parameter-list-no-elements: Argument 'scopes' in argument_spec defines type as list but elements is not defined

click here for bot help

@ansibot ansibot added ci_verified Changes made in this PR are causing tests to fail. 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 Mar 20, 2020
@ansibot ansibot added community_review In order to be merged, this PR must follow the community review workflow. and removed ci_verified Changes made in this PR are causing tests to fail. needs_revision This PR fails CI tests or a maintainer has requested a review/revision of the PR. labels Mar 21, 2020
@ansibot
Copy link
Contributor

ansibot commented Mar 22, 2020

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

lib/ansible/modules/cloud/google/gcp_bigtable_instance_info.py:0:0: parameter-list-no-elements: Argument 'scopes' in argument_spec defines type as list but elements is not defined

click here for bot help

@ansibot ansibot added ci_verified Changes made in this PR are causing tests to fail. 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 Mar 22, 2020
@ansibot ansibot added community_review In order to be merged, this PR must follow the community review workflow. and removed ci_verified Changes made in this PR are causing tests to fail. needs_revision This PR fails CI tests or a maintainer has requested a review/revision of the PR. labels Mar 23, 2020
@ansibot
Copy link
Contributor

ansibot commented Mar 26, 2020

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

lib/ansible/modules/cloud/google/gcp_bigtable_instance_info.py:0:0: parameter-list-no-elements: Argument 'scopes' in argument_spec defines type as list but elements is not defined

click here for bot help

@ansibot ansibot added ci_verified Changes made in this PR are causing tests to fail. 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 Mar 26, 2020
@rambleraptor
Copy link
Contributor

close_me

@ansibot ansibot closed this Mar 26, 2020
@ansible ansible locked and limited conversation to collaborators Apr 23, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
affects_2.10 This issue/PR affects Ansible v2.10 ci_verified Changes made in this PR are causing tests to fail. cloud gce 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. support:community This issue/PR relates to code supported by the Ansible community.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants