Cinder Diagnostics CLI
Project description
HPE Storage OpenStack Cinder Diagnostic CLI
Free software: Apache license
Overview
This CLI tool can be used to validate a user cinder.conf file and also to verify software installed on Cinder and Nova nodes.
** Note that versions >= 2.0.0 of this package only work with the re-branded versions of the “HPE” cinder drivers. To run against the older “HP” cinder drivers, please install the latest 1.0.x version of this package.
Requirements
Installation instructions
pip install cinderdiags
Running the CLI
To view command options:
cinderdiags --help
Example commands:
cinderdiags help options-check cinderdiags options-check -v cinderdiags help software-check cinderdiags software-check --log-file tmp.txt cinderdiags software-check -software python-lefthandclient --package-min-version 2.0.0
Configuration File
Before executing cinderdiags, the user must create a cli.conf configuration file. The following example shows the required fields and format:
[MY-CINDER-NODE] # required section name - must be unique service=cinder # service type = cinder or nova host_ip=15.125.224.1 # host system where service is running ssh_user=admin # SSH credentials for host system ssh_password=admin conf_source=/etc/cinder/cinder.conf # if cinder node, location of cinder config file [MY-NOVA-NODE] service=nova host_ip=15.125.224.1 ssh_user=admin
By default, this file needs to exist in the /etc/cinderdiags/ directory. Alternatively, this file path can be passed into the CLI command using the argument ‘-conf-file <file path>’.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for cinderdiags-2.2.3-py2-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | dbb0995577a06c7353f40341dec27e216370eca29718b34a3fc194c76bb7ec45 |
|
MD5 | 772d518f299eedb769515ed13b3e5687 |
|
BLAKE2b-256 | ce01721433751ab7fcd3a1e2bcc41b8dbca46be70b32a063074d7092a2c0f684 |