vspone_object

28Modules42Plugins

Overview

Description

Ansible modules to manage Hitachi Virtual Storage Platform One Object Storage systems using the VSP One platform. These modules provide a simplified and automated way to configure and manage VSP One Object storage systems, enabling seamless integration with Ansible playbooks and workflows.

Readme

Hitachi VSP One Object Storage Modules for Red Hat® Ansible® 1.1.0

The Hitachi VSP One Object Storage Modules provide a comprehensive set of Ansible modules for managing Hitachi VSP One Object series systems. These modules enable seamless integration with Red Hat Ansible, allowing users to automate storage provisioning, configuration, and management tasks.

Hardware requirements

  • VSP One Object 3.2

Software requirements

  • Red Hat Ansible Core - 2.16, 2.17, 2.18, 2.19
  • Python - 3.7 or higher

Supported operating systems

  • Oracle Enterprise Linux 8.9 or higher
  • Red Hat Enterprise Linux 8.9 or higher

Recommended Host configuration

  • CPU/vCPU - 2
  • Memory - 4 GB
  • HardDisk - 30 GB

Idempotence

  • Idempotence is supported for this release

Changelog

View the Changelog.

Available Modules

For a detailed list of available modules, please refer to the Modules Documentation.

Installation

Before using this collection, you need to install it with the Ansible Galaxy command-line tool:

ansible-galaxy collection install hitachivantara.vspone_object
collections:
    - hitachivantara.vspone_object.oneobject_node

Note that if you install the collection from Ansible Galaxy, it will not be upgraded automatically when you upgrade the Ansible package.

To upgrade the collection to the latest available version, run the following command:

ansible-galaxy collection install hitachivantara.vspone_object --upgrade

If you need to install a specific version of the collection (for example, to downgrade due to issues in the latest version), you can use the following syntax to install version 1.0.0:

ansible-galaxy collection install hitachivantara.vspone_object:==1.0.0

See using Ansible collections for more details.

Troubleshooting

For troubleshooting tips and common issues, please refer to the Troubleshooting Guide.

Testing

This collection has been tested using the following methods:

Sanity Tests

ansible-test sanity

Use Cases

Below is an example of how this collection can be used to manage Hitachi VSP One Object Storage:

Add certificate to VSP One Object

This example shows how to add a certificate to VSP One Object

- name: Add 
  hosts: localhost
  gather_facts: false
  tasks:
    - name: Add a certificate to VSP One Object
      hitachivantara.vspone_object.oneobject_node.hv_certificates::
        connection_info: "{{ connection_info }}"
        state: "present"
        spec:
          cert_file_path: "/path/to/certificate.crt"
      register: result

    - name: Debug the result variable
      ansible.builtin.debug:
        var: result

Support

As Red Hat Ansible Certified Content, this collection is entitled to support through the Ansible Automation Platform (AAP) using the Create issue button on the top right corner.

If a support case cannot be opened with Red Hat and the collection has been obtained either from Galaxy or GitHub, there may be community help available on the Ansible Forum.

For additional support, please use one of the following channels:

Release Notes and Roadmap

Release Notes

Version 1.1.0 highlights:

  • Expanded hv_storage_component to include ARRAY-type storage component support for VSP One Block storage management.
  • General performance enhancements and bug fixes

Roadmap

  • Feature enhancements and new module development
  • Ongoing bug fixes and maintenance

License

GPL-3.0-or-later

Author

This collection was created by the Hitachi Vantara® Ansible Team in 2025.

Certification

Product
Red Hat Ansible Automation Platform 2.4
Red Hat Ansible Automation Platform 2.5
Red Hat Ansible Automation Platform 2.6
DocumentationDependencies
No dependencies
There are currently no dependencies for this collection.
View in Automation Hub
Red Hat logoLinkedInYouTubeFacebookTwitter

Platforms

Products & services

Try, buy, sell

Help

About Red Hat Ecosystem Catalog

The Red Hat Ecosystem Catalog is the official source for discovering and learning more about the Red Hat Ecosystem of both Red Hat and certified third-party products and services.

We’re the world’s leading provider of enterprise open source solutions—including Linux, cloud, container, and Kubernetes. We deliver hardened solutions that make it easier for enterprises to work across platforms and environments, from the core datacenter to the network edge.

© 2025 Red Hat