From 280fce114a6ffeb8f782e4a2152f6c270b6570ad Mon Sep 17 00:00:00 2001 From: madmax-codewarrior-0 <58088316+madmax-codewarrior-0@users.noreply.github.com> Date: Thu, 23 Feb 2023 14:41:38 -0800 Subject: [PATCH 1/8] Update spelling, grammar, and layout --- content/hub/_index.md | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/content/hub/_index.md b/content/hub/_index.md index a0fd315..a5b2b73 100644 --- a/content/hub/_index.md +++ b/content/hub/_index.md @@ -4,13 +4,8 @@ date: 2020-03-10 draft: false --- -The OpenPOWER HUB Resources is part of the [HUB SIG](/groups/hub/) and provides POWER based resources for usage. +The OpenPOWER HUB Resources is part of the [HUB SIG](/groups/hub/) and provides POWER based resources for usage. The [HUB SIG](/groups/hub/) is a public Special Integration Group that provides information and resources on how to port to POWER. -The [HUB SIG](/groups/hub/) is a public Special Integration Group that provides information and resources on how to port to POWER. +OpenPOWER Foundation HUB providers are OpenPOWER Foundation members that are part of the [HUB SIG](/groups/hub/), that give you access to POWER hardware to enable you to get acquainted with the POWER platform. Each provider has their own specific setup and you can request access through our OPF HUB Request Form. - -OpenPOWER Foundation HUB providers are OpenPOWER Foundation members that are part of the [HUB SIG](/groups/hub/), -that give you access to POWER hardware to enable you to get acquinted with the POWER platform. -Each provider has it's specific setup and you can request access through our OPF HUB Request Form. - -Here is a list of OpenPOWER Hub providers. +Here are our current OpenPOWER Hub providers: From 871f7c7df411a5459f88fe17bdf1ad8b1d7d02f1 Mon Sep 17 00:00:00 2001 From: madmax-codewarrior-0 <58088316+madmax-codewarrior-0@users.noreply.github.com> Date: Thu, 23 Feb 2023 14:46:46 -0800 Subject: [PATCH 2/8] Update spelling --- themes/openpowerfoundation/assets/css/pages.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/openpowerfoundation/assets/css/pages.scss b/themes/openpowerfoundation/assets/css/pages.scss index d2c5d3a..09fb5bf 100644 --- a/themes/openpowerfoundation/assets/css/pages.scss +++ b/themes/openpowerfoundation/assets/css/pages.scss @@ -223,7 +223,7 @@ section#steeringcomittee { font-size: 14px; } } - .operatingsystsms ul { + .operatingsystems ul { list-style-type: disc; } .operatingsystems ul li { From 997fa7a89abff1a2d080c9ef28174ff1f2c193d1 Mon Sep 17 00:00:00 2001 From: madmax-codewarrior-0 <58088316+madmax-codewarrior-0@users.noreply.github.com> Date: Thu, 23 Feb 2023 14:48:47 -0800 Subject: [PATCH 3/8] Update provides and addons; Update/enhance operating systems; Add OpenStack instance flavors --- content/hub/oregonstateuniversity.md | 101 ++++++++++++++++-- .../layouts/partials/hubform.html | 52 ++++++--- 2 files changed, 129 insertions(+), 24 deletions(-) diff --git a/content/hub/oregonstateuniversity.md b/content/hub/oregonstateuniversity.md index b8d0fe8..c533b61 100644 --- a/content/hub/oregonstateuniversity.md +++ b/content/hub/oregonstateuniversity.md @@ -1,21 +1,106 @@ --- -title: OSU Open Source Lab +title: Oregon State University Open Source Lab member: oregonstateuniversity projects: - Open Source provides: - - Bare Metal - - Virtual Machine - - Container + - Bare Metal Machine (coming soon) + - Virtual Machine (via OpenStack; with GPU) + - Container (via OpenShift; with FPGA; coming soon) addons: - none - - GPU (vm) - - FPGA (container) + - Nvidia V100 GPU (VM) + - OpenCAPI Alpha Data 9H3 FPGA (container) systems: - POWER9 +opnstkflavors: + standard: + - name: "oph.c1m4.d20" + cpus: 1 + memory: 4 + gpus: "-" + disk: 20 + - name: "oph.c2m8.d20" + cpus: 2 + memory: 8 + gpus: "-" + disk: 20 + - name: "oph.c4m12.d40" + cpus: 4 + memory: 12 + gpus: "-" + disk: 40 + - name: "oph.c8m16.d80" + cpus: 8 + memory: 16 + gpus: "-" + disk: 80 + - name: "oph.c16m32.d120" + cpus: 16 + memory: 32 + gpus: "-" + disk: 120 + - name: "oph.c32m64.d240" + cpus: 32 + memory: 64 + gpus: "-" + disk: 240 + - name: "oph.c64m128.d240" + cpus: 64 + memory: 128 + gpus: "-" + disk: 240 + gpuenabled: + - name: "oph.c8m16.g1.d120" + cpus: 8 + memory: 16 + gpus: 1 + disk: 120 + - name: "oph.c16m32.g1.d120" + cpus: 16 + memory: 32 + gpus: 1 + disk: 120 + - name: "oph.c16m32.g2.d120" + cpus: 16 + memory: 32 + gpus: 2 + disk: 120 + - name: "oph.c32m64.g2.d240" + cpus: 32 + memory: 64 + gpus: 2 + disk: 240 + - name: "oph.c64m128.g2.d240" + cpus: 64 + memory: 128 + gpus: 2 + disk: 240 operatingsystems: - - CentOS - - Ubuntu + available: + standard: + - CentOS Stream 8 + - CentOS Stream 9 + - Debian 10 + - Debian 11 + - Fedora [latest] + - Ubuntu 18.04 + - Ubuntu 20.04 + - Ubuntu 22.04 + gpuenabled: + - CentOS Stream 8 + - CentOS Stream 9 + - Ubuntu 20.04 + - Ubuntu 22.04 + unavailable: + standard: + - Alma Linux 8 + - Alma Linux 9 + - Rocky Linux 9 + gpuenabled: + - Alma Linux 8 + - Alma Linux 9 + - Rocky Linux 9 weight: -9000 date: 2022-08-24 draft: false diff --git a/themes/openpowerfoundation/layouts/partials/hubform.html b/themes/openpowerfoundation/layouts/partials/hubform.html index 10b5836..0a66d27 100644 --- a/themes/openpowerfoundation/layouts/partials/hubform.html +++ b/themes/openpowerfoundation/layouts/partials/hubform.html @@ -46,60 +46,80 @@ var goal = "{{ .Site.Params.forms.hub.goal }}";
E(NfR|M84Oi%!eB7W$eAhluzWB#k%G$amDWhi{934hPB0jx79cCpN
zqq}%mzhD?#qYIshNW_P1g`tTOmW@)CY7^toI-a;L6x)0|L*s@hI~l)jPT&F^>4P^D
zDQK5~ydBX;1iUrz6&g_AUOw%G*=o>}@2>Xmz~2*rjwXAE((`yTu(G%=i)Cm=dU=<#
zOvZ}OeBu03pS|Uz$@Q3IT>`Cz5yq3`>Q|=#80aAyT-vwm_J#Tx`sGrZm2bF D$qVZ&1kAXX4
z;d-rdywfn#Z~^g2ln&+#-KG5KpDj1Mya*#>$nn; 9L%KgV)2I(Tm`vmMKzQtxi5CIC^t)PfubwCw6D6UG;fbi&Iv;`p8&Ec?^Iw
zE>Rjy=#P?JN2ai`8KN7M?%n$c;ULtM`J-aDSfv@rhLd4sc&o_ _UC$gi-eS320Sua16g;paaN~Yyf
z-nmliqnRt#vjlr_x4dwC0}G)-%77fNT4&~46H~n~9-bNu7NlF3S+bU<&!s6m>$Uli
zW%rv`XU9>oa~7dkA6epn9V+5(285bc7ca88>NJIN4{3T$nj6M+=6+8`q_7B6;ILZ<
zPT^Xazw_8uXht}ELo?JC3DL%2K+ZPQx(8Q%eXwc~ZC@2hXUf!{_?e3vRTh1khe&(7
zo!lCRs&lwoJEnYN{K38>aMUah?z*?803R7&AFrd+$F_0O6t)#7H;A|iR%Qt)-ng^?
z07lsk>J5(zuxsX5plz$OwIV09?~n?5IRA2n;Q|_?E)aatTV*Bpj!}{vC+*kVFh`&6
za;*K?lL+chm&(xg83BQ|HDUZdz$z~9cuIVzt}2NdQkLTV;6X}@4s#m~|NRYw#?MKp
zeB{DcHHNZQxp(WErnmH)AK3mEcv=#TiYa;bJon=4;Be-6e0|AXAtjvc9C_$^AwNzC
z^}s~E_i3s7SzT7FIajiJYI{fE$t>ADi1$gg;k@0e(}thCSR+l;6ebd72}oRC9()CH
zwh7&-VdZQ*afz>L@JQ*WZ?M}{)VFJ`=YD}^Y1+1J^!m=+jUxZvE;?^hxEE8Al@cid
zMdvFnHqDuAki%`w(zw|>=S^+5zDIx0w#;MQ$py?v+x2h706ImG3S%GhNV7rKqZ-Gv
zU&mOdGJmJe294qFi)jW|YVRNgPUz0E3KxMOw{5vjeB-9s)t}08
z&jEi1(ag#6vo?&73anBVPd_2cv=v|OyydEMJ$<>lqOx*jZaq5o3u~SJ3SXg}Is7PT
z^P*)}_d}uQwPELpAOEV?U#`{ wk?EAY2x0C&v*n`rl9b-7z2N|C=^@l)3I@C^yOm;Pw`ue*BfGD}kgb2V|7u0Ofhf
z%`&L9!f$R0)2k2vHFt#J;M?6w14?par%wk8{_PreID|Q*e(y)JaR?C@h2o$?-uTWI
zzqI2eDNH70W92aW68t;=vs2txmmgkFE(})9bk71!XYpMOB-D0_aPtj@OSPY8b
zg#?S=W*{M|U>~{#ctf8Rm7cGnIP8!TmwaWHslP%fKZjlHG0_KFsaF0ma?lEX4Ggk030=$VoGsuALaZ=>F2m-`AHS
z@K!5S<@hse>=1prf!)gYnH9l+r_lN>#f;&xtxK