Skip to content

Commit

Permalink
chore: move iscsi extension into storage category
Browse files Browse the repository at this point in the history
Signed-off-by: Noel Georgi <git@frezbo.dev>
  • Loading branch information
frezbo committed May 5, 2022
1 parent 182c3d2 commit dead35b
Show file tree
Hide file tree
Showing 18 changed files with 10 additions and 2 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,12 @@ All system extensions provided by Sidero Labs can be found in the [ghcr.io regis
| [amd-ucode](firmware/amd-ucode/) | [ghcr.io/siderolabs/amd-ucode](https://github.com/siderolabs/extensions/pkgs/container/amd-ucode) | AMD CPU microcode updates | `linux firmware version` |
| [bnx2-bnx2x](firmware/bnx2-bnx2x/) | [ghcr.io/siderolabs/bnx2-bnx2x](https://github.com/siderolabs/extensions/pkgs/container/bnx2-bnx2x) | Broadcom NetXtreme firmware | `linux firmware version` |
| [intel-ucode](firmware/intel-ucode/) | [ghcr.io/siderolabs/intel-ucode](https://github.com/siderolabs/extensions/pkgs/container/intel-ucode) | Intel CPU microcode updates | `upstream version` |
| [iscsi-tools](iscsi-tools/) | [ghcr.io/siderolabs/iscsi-tools](https://github.com/siderolabs/extensions/pkgs/container/iscsi-tools) | Open iSCSI tools | `0.1.0` |

### Storage

| Name | Image | Description | Version Format |
|-------------------------------------|-------------------------------------------------------------------------------------------------------|------------------|----------------|
| [iscsi-tools](storage/iscsi-tools/) | [ghcr.io/siderolabs/iscsi-tools](https://github.com/siderolabs/extensions/pkgs/container/iscsi-tools) | Open iSCSI tools | `v0.1.0` |

### Non-free

Expand Down
1 change: 0 additions & 1 deletion iscsi-tools/vars.yaml

This file was deleted.

3 changes: 3 additions & 0 deletions storage/iscsi-tools/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# iscsi-tools

iscsi-tools has been tested with a remote iSCSI target with `iscsiadm` commands run in the mount namespace of the `ext-iscsid` Talos extension service.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions storage/iscsi-tools/vars.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
VERSION: v0.1.0

0 comments on commit dead35b

Please sign in to comment.