sclorg / httpd-container

Apache HTTP container images based on Red Hat Software Collections and intended for OpenShift and general usage. Users can choose between Red Hat Enterprise Linux, Fedora, and CentOS based images.
http://softwarecollections.org
Apache License 2.0
47 stars 123 forks source link

Support latest imagestreams and httpd ex repo #195

Closed phracek closed 10 months ago

phracek commented 10 months ago

Support latest imagestreams and httpd ex repo

Move test_latest_imagestreams from run-openshift-local-cluster to test-lib-httpd.sh So it can be used in run-openshift-remote-cluster as well and code is not duplicated. Added also test suite for testing httpd-ex repository.

Change in VERSIONS file: Micro image is not presented in imagestreams files and we need to check proper version like '2.4' in this case.

phracek commented 10 months ago

[test-openshift]

phracek commented 10 months ago

Testing Farm OpenSHift 3 failure is:

I1115 04:10:41.769473   18685 apply_template.go:81] Installing "kube-proxy"
I1115 04:10:41.770272   18685 apply_template.go:81] Installing "kube-dns"
I1115 04:10:41.770740   18685 apply_template.go:81] Installing "openshift-service-cert-signer-operator"
I1115 04:10:47.491644   18685 interface.go:41] Finished installing "kube-proxy" "kube-dns" "openshift-service-cert-signer-operator" "openshift-apiserver"
Error: timed out waiting for the condition
error: Missing or incomplete configuration info.  Please login or point to an existing, complete config file:

  1. Via the command-line flag --config
  2. Via the KUBECONFIG environment variable
  3. In your home directory as ~/.kube/config

To view or setup config directly use the 'config' command.

OpenShift tests for rhscl/httpd-24-rhel7:2.4 failed.
errexit on line 63, common/test.sh

The rest is passing.