diff --git a/assets/images/members/oregonstateuniversity.png b/assets/images/members/oregonstateuniversity.png index a8bd9f9..55009de 100644 Binary files a/assets/images/members/oregonstateuniversity.png and b/assets/images/members/oregonstateuniversity.png differ diff --git a/content/hub/_index.md b/content/hub/_index.md index a0fd315..29a4088 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: diff --git a/content/hub/oregonstateuniversity.md b/content/hub/oregonstateuniversity.md index b8d0fe8..ec6593b 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/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 { diff --git a/themes/openpowerfoundation/layouts/hub/single.html b/themes/openpowerfoundation/layouts/hub/single.html index 1276784..95345f5 100644 --- a/themes/openpowerfoundation/layouts/hub/single.html +++ b/themes/openpowerfoundation/layouts/hub/single.html @@ -11,7 +11,7 @@
{{ if .Param "member" }} - Provider :  +

Provider :  {{ $member := .Param "member" }} {{ range where .Site.RegularPages "Section" "members" }} {{ $membercompany := .File.BaseFileName }} @@ -33,61 +33,49 @@ {{ end }} {{ end }} - {{ end }} + {{ end }}

{{ end }}
- {{ if .Param "systems" }} -
- POWER Based systems : - -
- {{ end }} - {{ if .Param "provides" }} -
- Provides following OPF HUB resources : - -
- {{ end }} -
 
- {{ if .Param "addons" }} -
- Resource Addons : - -
- {{ end }} +
+ {{ if .Param "systems" }} +

POWER Based systems :

+ + {{ end }} + {{ if .Param "provides" }} +

Provides these OPF HUB resources :

+ + {{ end }} +
+
{{ if .Param "projects" }} -
- Project Types : -
    - {{ range $o := .Param "projects" }} -
  • {{ $o }}
  • - {{ end }} -
-
+

Project Types :

+ + {{ else }} +   {{ end }} -
 
- {{ if .Param "operatingsystems" }} -
- Operating Systems : -
    - {{ range $s := .Param "operatingsystems" }} -
  • {{ $s }}
  • - {{ end }} -
-
+ {{ if .Param "addons" }} +

Resource Addons :

+ {{ end }} +
{{ if .Content }} 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 }}";
- {{ $projects := .Param "projects" }} - {{ if $projects }} + {{ if .Param "projects" }}
What is your project?
{{ end }} - {{ $systems := .Param "systems" }} - {{ if $systems }} + {{ if .Param "systems" }}
What POWER system would you like?
{{ end }} - {{ $provides := .Param "provides" }} - {{ if $provides }} + {{ if .Param "provides" }}
What POWER resources do you require?
{{ end }} - {{ $addons := .Param "addons" }} - {{ if $addons }} + {{ if .Param "addons" }}
What POWER addons do you require?
{{ end }} - {{ $operatingsystems := .Param "operatingsystems" }} - {{ if $operatingsystems }} + {{ if .Param "operatingsystems" }}
What Operating System would you like on your POWER resource? -
+
+ {{ end }} + + {{ if .Param "opnstkflavors" }} +
+ What instance flavor would you like? + +
{{ end }}
SSH Public Key File Upload :