ansible / ansible

Ansible is a radically simple IT automation platform that makes your applications and systems easier to deploy and maintain. Automate everything from code deployment to network configuration to cloud management, in a language that approaches plain English, using SSH, with no agents to install on remote systems. https://docs.ansible.com.
https://www.ansible.com/
GNU General Public License v3.0
63.15k stars 23.93k forks source link

Modules to Create, Delete, List Events in oVirt/RHV #51760

Closed nasx closed 5 years ago

nasx commented 5 years ago
SUMMARY

Submitting a pair of oVirt/RHV modules (ovirt_event and ovirt_event_facts) to create, delete and list events in oVirt/RHV.

ISSUE TYPE
COMPONENT NAME

oVirt Modules

ADDITIONAL INFORMATION

The modules would be used to create, delete and list events in oVirt/RHV.

# Create an event
- ovirt_event:
    state: present
    description: "The file system /home on host xyz is almost full!"
    origin: "mymonitor"
    custom_id: 123456789
    severity: warning

# Return all events of type alert
- ovirt_event_facts:
    search: "severity=alert"
ansibot commented 5 years ago

Files identified in the description:

If these files are inaccurate, please update the component name section of the description or use the !component bot command.

click here for bot help

ansibot commented 5 years ago

@nasx: Greetings! Thanks for taking the time to open this issue. In order for the community to handle your issue effectively, we need a bit more information.

Here are the items we could not find in your description:

Please set the description of this issue with this template: https://raw.githubusercontent.com/ansible/ansible/devel/.github/ISSUE_TEMPLATE.md

click here for bot help

ansibot commented 5 years ago

cc @adriane-cardozo @amit0701 @bcoca @carchi8py @cyberark-bizdev @dagwieers @dprts @enunez-cyberark @erasmix @fgbulsoni @fishman @hulquest @jasperla @jpdasma @lmprice @lonico @machacekondra @mator @mwperina @ndswartz @scathatheworm @schmots1 @tmiotto @troy2914 @xen0l click here for bot help

ansibot commented 5 years ago

@nasx, just so you are aware we have a dedicated Working Group for network. You can find other people interested in this in #ansible-network on Freenode IRC For more information about communities, meetings and agendas see https://github.com/ansible/community

click here for bot help

dagwieers commented 5 years ago

!component -lib/ansible/modules/network/illumos/dladm_etherstub.py

ansibot commented 5 years ago

Files identified in the description:

If these files are inaccurate, please update the component name section of the description or use the !component bot command.

click here for bot help

dprts commented 5 years ago

!component -lib/ansible/modules/storage/netapp/na_ontap_gather_facts.py

ansibot commented 5 years ago

Files identified in the description:

If these files are inaccurate, please update the component name section of the description or use the !component bot command.

click here for bot help

nasx commented 5 years ago

!component -lib/ansible/parsing/utils/yaml.py !component -lib/ansible/modules/remote_management/oneview/oneview_ethernet_network_facts.py !component -lib/ansible/modules/remote_management/oneview/oneview_ethernet_network.py !component -lib/ansible/modules/identity/cyberark/cyberark_authentication.py

gundalow commented 5 years ago

bot_status

ansibot commented 5 years ago

Files identified in the description:

If these files are inaccurate, please update the component name section of the description or use the !component bot command.

click here for bot help

ansibot commented 5 years ago

Components

lib/ansible/modules/cloud/ovirt support: community maintainers: machacekondra mwperina

Metadata

waiting_on: nasx needs_info: True

click here for bot help

ansibot commented 5 years ago

cc @joshainglis @karmab click here for bot help

ansibot commented 5 years ago

cc @mnecas click here for bot help

nasx commented 5 years ago

Modules merged. Closing.