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

os_image does not include "tag" parameter #30923

Closed
oridgar opened this issue Sep 26, 2017 · 7 comments
Closed

os_image does not include "tag" parameter #30923

oridgar opened this issue Sep 26, 2017 · 7 comments
Labels
affects_2.3 This issue/PR affects Ansible v2.3 bot_closed bug This issue/PR relates to a bug. cloud collection Related to Ansible Collections work has_pr This issue has an associated PR. module This issue/PR relates to a module. openstack support:community This issue/PR relates to code supported by the Ansible community.

Comments

@oridgar
Copy link

oridgar commented Sep 26, 2017

ISSUE TYPE
  • Bug Report
COMPONENT NAME

os_image

ANSIBLE VERSION
ansible 2.3.0.0
  config file = /etc/ansible/ansible.cfg
  configured module search path = Default w/o overrides
  python version = 2.7.5 (default, Nov  6 2016, 00:28:07) [GCC 4.8.5 20150623 (Red Hat 4.8.5-11)]
CONFIGURATION

default configuration

OS / ENVIRONMENT

N/A

SUMMARY

when running os_image module, there isn't an option to add a tag to an image.
when running the command through openstack CLI the option is available.
I did not find any other way to tag an image through ansible except running openstack CLI from a shell/command task.

STEPS TO REPRODUCE
  - name: upload custom image to glance
    os_image:
      filename: "myfile.qcow2"
      name: "test_image"
      disk_format: "qcow2"
      container_format: "bare"
      tag: "experiment"
EXPECTED RESULTS

image is created in glance with the tag "experiment"

ACTUAL RESULTS

Not possible as this parameter does not exist


@ansibot
Copy link
Contributor

ansibot commented Sep 26, 2017

@ansibot ansibot added affects_2.3 This issue/PR affects Ansible v2.3 bug_report cloud module This issue/PR relates to a module. needs_triage Needs a first human triage before being processed. openstack support:community This issue/PR relates to code supported by the Ansible community. labels Sep 26, 2017
@jborean93 jborean93 removed the needs_triage Needs a first human triage before being processed. label Sep 28, 2017
@ansibot ansibot added bug This issue/PR relates to a bug. and removed bug_report labels Mar 1, 2018
@ansibot
Copy link
Contributor

ansibot commented May 12, 2018

cc @omgjlk
click here for bot help

@ansibot ansibot added support:core This issue/PR relates to code supported by the Ansible Engineering Team. and removed support:community This issue/PR relates to code supported by the Ansible community. labels Sep 17, 2018
@ansibot ansibot added support:community This issue/PR relates to code supported by the Ansible community. and removed support:core This issue/PR relates to code supported by the Ansible Engineering Team. labels Oct 3, 2018
@ansibot
Copy link
Contributor

ansibot commented Oct 11, 2018

cc @mnaser
click here for bot help

@mnaser
Copy link
Contributor

mnaser commented Oct 13, 2018

needs_contributor

@ansibot ansibot added the waiting_on_contributor This would be accepted but there are no plans to actively work on it. label Oct 13, 2018
@ansibot
Copy link
Contributor

ansibot commented Nov 2, 2018

@ansibot
Copy link
Contributor

ansibot commented Apr 6, 2019

cc @gtema
click here for bot help

vooon added a commit to vooon/ansible that referenced this issue Aug 10, 2019
Signed-off-by: Vladimir Ermakov <vooon341@gmail.com>
vooon added a commit to vooon/ansible that referenced this issue Nov 4, 2019
Signed-off-by: Vladimir Ermakov <vooon341@gmail.com>
@ansibot ansibot added collection Related to Ansible Collections work collection:openstack.cloud needs_collection_redirect https://github.com/ansible/ansibullbot/blob/master/docs/collection_migration.md has_pr This issue has an associated PR. labels Apr 29, 2020
@ansibot ansibot removed collection:openstack.cloud needs_collection_redirect https://github.com/ansible/ansibullbot/blob/master/docs/collection_migration.md labels Jul 15, 2020
@ansibot
Copy link
Contributor

ansibot commented Aug 24, 2020

Thank you very much for your interest in Ansible. Ansible has migrated much of the content into separate repositories to allow for more rapid, independent development. We are closing this issue/PR because this content has been moved to one or more collection repositories.

For further information, please see:
https://github.com/ansible/ansibullbot/blob/master/docs/collection_migration.md

@ansibot ansibot closed this as completed Aug 24, 2020
@ansible ansible locked and limited conversation to collaborators Sep 21, 2020
@sivel sivel removed the waiting_on_contributor This would be accepted but there are no plans to actively work on it. label Dec 3, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
affects_2.3 This issue/PR affects Ansible v2.3 bot_closed bug This issue/PR relates to a bug. cloud collection Related to Ansible Collections work has_pr This issue has an associated PR. module This issue/PR relates to a module. openstack support:community This issue/PR relates to code supported by the Ansible community.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants