Skip to content

Commit

Permalink
added new chassis size of 2UTM for new Stornado
Browse files Browse the repository at this point in the history
  • Loading branch information
markdhooper committed Jul 26, 2023
1 parent c8e06bd commit 245b55c
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- 'v*.*.*'
jobs:
main:
runs-on: self-hosted
runs-on: deployinatorv1
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
## Serial45d 2.0.1-3
## Serial45d 2.0.1-4

* updated config file
* added 2UTM chassis size for new stornado
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"title": "Serial45d",
"prerelease": true,
"version": "2.0.1",
"buildVersion": "3",
"buildVersion": "4",
"author": "Mark Hooper <mhooper@45drives.com>",
"url": "https://github.com/45Drives/serial45d",
"category": "utils",
Expand Down Expand Up @@ -53,7 +53,7 @@
"changelog": {
"urgency": "medium",
"version": "2.0.1",
"buildVersion": "3",
"buildVersion": "4",
"ignore": [],
"date": null,
"packager": "Mark Hooper <mhooper@45drives.com>",
Expand Down
2 changes: 2 additions & 0 deletions packaging/el7/main.spec
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ fi
%{_bindir}/*

%changelog
* Wed Jul 26 2023 Mark Hooper <mhooper@45drives.com> 2.0.1-4
- added 2UTM chassis size for new stornado
* Wed Jul 26 2023 Mark Hooper <mhooper@45drives.com> 2.0.1-3
- updated config file
* Mon Apr 03 2023 Mark Hooper <mhooper@45drives.com> 2.0.1-2
Expand Down
2 changes: 2 additions & 0 deletions packaging/el8/main.spec
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ fi
%{_bindir}/*

%changelog
* Wed Jul 26 2023 Mark Hooper <mhooper@45drives.com> 2.0.1-4
- added 2UTM chassis size for new stornado
* Wed Jul 26 2023 Mark Hooper <mhooper@45drives.com> 2.0.1-3
- updated config file
* Mon Apr 03 2023 Mark Hooper <mhooper@45drives.com> 2.0.1-2
Expand Down
6 changes: 6 additions & 0 deletions packaging/focal/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
serial45d (2.0.1-4focal) focal; urgency=medium

* added 2UTM chassis size for new stornado

-- Mark Hooper <mhooper@45drives.com> Wed, 26 Jul 2023 09:02:20 -0300

serial45d (2.0.1-3focal) focal; urgency=medium

* updated config file
Expand Down
8 changes: 7 additions & 1 deletion src/fakeroot/opt/45drives/serial45d/configs/config.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ CPU:Intel(R) Xeon(R) Silver 4310 CPU @ 2.10GHz
CPU:Intel(R) Xeon(R) Silver 4314 CPU @ 2.40GHz
Chassis Type:2U
Chassis Type:2UGW
Chassis Type:2UTM
Chassis Type:AV15
Chassis Type:C8
Chassis Type:F8X1
Expand Down Expand Up @@ -196,4 +197,9 @@ Product Name:Stornado-AV15-Enhanced
Product Name:Stornado-AV15-Enhanced-AMD
Product Name:Stornado-AV15-Enhanced-S
Product Name:Stornado-AV15-Turbo
Product Name:Stornado-AV15-Turbo-G
Product Name:Stornado-AV15-Turbo-G
Product Name:Stornado-2UTM-Base-B
Product Name:Stornado-2UTM-Enhanced-AMD
Product Name:Stornado-2UTM-Enhanced-S
Product Name:Stornado-2UTM-Turbo
Product Name:Stornado-2UTM-Turbo-G

0 comments on commit 245b55c

Please sign in to comment.