You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are already using Hyperfoil-operator on IBM Z(s390x) architecture
Since we are utilise it to benchmark operators for OCP on Z. This are some custom test scenarios specifically related to Z infra.
We need to port Horreum for storing these results.
Since Horreum have a lot of dependency on components like Postgres,keycloak.This might take some time for complete migration on IBM Z but we wanted to maintain a running instance in a x86 based cluster for now
NOTE:
Horreum operator was build from master branch and all issues mentioned are in horreum-app deployment/pod.
Issues:
There is a logic in code that expects the code to populate secret crd-name-app-certs(horreum-app-certs in my case) which is specific being done in code for vanilla k8s but logic is absent for open shift
After code changes for issue 1 was done, the init container complained that it needs jq to parse some stuff
I modified this file Dockerfile and added command to install jq in horreum base image
After code changes for issues 2 was done, still the init container complains that it is unable to parse some values
The text was updated successfully, but these errors were encountered:
Motivation:
We are already using Hyperfoil-operator on IBM Z(s390x) architecture
Since we are utilise it to benchmark operators for OCP on Z. This are some custom test scenarios specifically related to Z infra.
We need to port Horreum for storing these results.
Since Horreum have a lot of dependency on components like Postgres,keycloak.This might take some time for complete migration on IBM Z but we wanted to maintain a running instance in a x86 based cluster for now
NOTE:
Horreum operator was build from master branch and all issues mentioned are in horreum-app deployment/pod.
Issues:
I modified this file Dockerfile and added command to install jq in horreum base image
The text was updated successfully, but these errors were encountered: