Skip to content

NetApp/netapp.trident

Repository files navigation

CI

Ansible Validated Content Collection for NetApp Trident

This collection includes a variety of validated Ansible Roles to automate and manage Day-2 use cases involving NetApp Trident in an OpenShift Virtualization environment.

Dependencies

This collection uses the kubernetes.core certified Ansible collection to manage Kubernetes objects such as StorageClasses, PersistentVolumeClaims (PVCs), and VolumeSnapshots via the NetApp Trident CSI driver.

Tested with Ansible

This collection has been tested with ansible-core >= 2.16.0.

Using this collection

Installing the Collection from Ansible Galaxy

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

ansible-galaxy collection install netapp.trident

You can also include it in a requirements.yml file and install it with ansible-galaxy collection install -r requirements.yml, using the format:

---
collections:
  - name: netapp.trident

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 netapp.trident --upgrade

You can also install a specific version of the collection, for example, if you need to downgrade when something is broken in the latest version (please report an issue in this repository). Use the following syntax to install a specific version, for example 1.0.0:

ansible-galaxy collection install netapp.trident:==1.0.0

See using Ansible collections for more details.

Release notes

See the changelog.

More information

About

Ansible Validated Content for NetApp Trident Roles and Tasks in OpenShift Virtualization environment

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors