Skip to content

Commit

Permalink
Merge pull request #17 from datamattsson/v103
Browse files Browse the repository at this point in the history
V103
  • Loading branch information
datamattsson authored Jul 8, 2024
2 parents 1e6e779 + 63aa434 commit 621635a
Show file tree
Hide file tree
Showing 5 changed files with 42 additions and 9 deletions.
14 changes: 7 additions & 7 deletions docs/deployment/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ password: examplepassword

The `address` value is either a resolvable hostname or IP address of the management interface on the storage system. The `username` value identifies a storage system user with privileges described below.

| Storage System | User Type | Minimal Role | Open Ports Requirements |
| :------------------------------------------------ | :---------- | :------------- | :---------------------- |
| HPE Alletra 9000, Primera, 3PAR | System User | Browse | 22, 443 |
| HPE Alletra 5000/6000, Nimble Storage | System User | Guest | 5392 |
| HPE Alletra 5000/6000, Nimble Storage<sup>1</sup> | Tenant | N/A | 443, 5392 |
| Storage System | User Type | Minimal Role | Open Ports Requirements |
| :-------------------------------------------------------- | :---------- | :------------- | :---------------------- |
| HPE Alletra Storage MP Block, Alletra 9000, Primera, 3PAR | System User | Browse | 22, 443 |
| HPE Alletra 5000/6000, Nimble Storage | System User | Guest | 5392 |
| HPE Alletra 5000/6000, Nimble Storage<sup>1</sup> | Tenant | N/A | 443, 5392 |

<sup>1</sup> = NimbleOS 6.0 and above only.

Expand Down Expand Up @@ -58,7 +58,7 @@ CONFIG-PATH is the location of the storage system [configuration](#configuration

# Using a Container Image

A container image is hosted at `quay.io/hpestorage/array-exporter:v1.0.2`, with v1.0.2 replaced by the desired release version.
A container image is hosted at `quay.io/hpestorage/array-exporter:v1.0.3`, with v1.0.3 replaced by the desired release version.

When deploying the array exporter as a container, the configuration file must be mounted as a volume.

Expand All @@ -71,7 +71,7 @@ In this example, the configuration file at `/tmp/storage-system.yaml` is bound t
```markdown
docker run -it --name hpe-array-exporter -p 9090:8080 \
-v /tmp/storage-system.yaml:/etc/config/storage-system.yaml \
quay.io/hpestorage/array-exporter:v1.0.2 \
quay.io/hpestorage/array-exporter:v1.0.3 \
--log.path /var/log/hpe-array-exporter.log \
/etc/config/storage-system.yaml
```
Expand Down
1 change: 1 addition & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ This documentation shows how to [deploy](deployment/index.md) the exporter, the

HPE Storage Array Exporter for Prometheus is compatible with these storage arrays:

* HPE Alletra Storage MP Block
* HPE Alletra 9000
* HPE Alletra 5000/6000
* HPE Nimble Storage
Expand Down
2 changes: 1 addition & 1 deletion docs/legal/notices/index.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
```markdown
{% include 'NOTICES.txt' %}
{% include '../../../NOTICES.txt' %}
```
32 changes: 32 additions & 0 deletions docs/releases/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,38 @@ The exporter is delivered as:
- [Container images](https://quay.io/repository/hpestorage/array-exporter) hosted on Quay, deployable via standalone Docker or via Kubernetes (with object definitions in [YAML](https://github.com/hpe-storage/co-deployments/tree/master/yaml/array-exporter) available in GitHub).
- [Helm charts](https://artifacthub.io/packages/helm/hpe-storage/hpe-array-exporter/) hosted at Artifact Hub.

### HPE Storage Array Exporter for Prometheus 1.0.3

Release highlights:

- Support for HPE Alletra Storage MP Block

<table>
<tr>
<th>Binaries and Release Notes</th>
<td>
<a href="https://github.com/hpe-storage/array-exporter/releases/tag/v1.0.3">1.0.3</a> on GitHub
</td>
</tr>
<tr>
<th>Helm Chart</th>
<td>
<a href="https://artifacthub.io/packages/helm/hpe-storage/hpe-array-exporter/1.0.3">1.0.3</a> on Artifact Hub
</td>
</tr>
<tr>
<th>Platforms</th>
<td>
Alletra Storage MP OS 10.0.0 or later<br />
Alletra OS 9000 9.3.0 or later<br />
Alletra OS 5000/6000 6.0.0 or later<br />
Nimble OS 5.0.10 or later<br />
Primera OS 4.0.0 or later<br />
3PAR OS 3.3.1 or later
</td>
</tr>
</table>

### HPE Storage Array Exporter for Prometheus 1.0.2

Release highlights:
Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ nav:
- 'Grafana Dashboards': grafana/index.md
- COMMUNITY:
- 'HPE Developer Community': 'https://developer.hpe.com'
- 'Sign up to HPE Developer on Slack': 'https://slack.hpedev.io'
- 'Sign up to HPE Developer on Slack': 'https://developer.hpe.com/slack-signup/'
- 'Got feedback?': 'https://github.com/hpe-storage/array-exporter/issues/new?title=I have some feedback on the Array Exporter'
- LEGAL:
- 'End User License Agreement': 'legal/eula/index.md'
Expand Down

0 comments on commit 621635a

Please sign in to comment.