Uploaded image for project: 'Red Hat OpenStack Services on OpenShift'
  1. Red Hat OpenStack Services on OpenShift
  2. OSPRH-7815

test-operator CSV references tobiko image which does not exist

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Undefined Undefined
    • None
    • None
    • test-operator
    • None
    • False
    • Hide

      None

      Show
      None
    • False
    • ?
    • ?
    • ?
    • ?
    • None
    • Important

      Beta and later iterations of the test-operator CSV reference an openstack-tobiko service container image:

      apiVersion: operators.coreos.com/v1alpha1
      kind: ClusterServiceVersion
      metadata: 
        annotations: 
          alm-examples: |-
            [
      ...
              {
                "apiVersion": "test.openstack.org/v1beta1",
                "kind": "Tobiko",
                "metadata": {
                  "name": "tobiko-tests",
                  "namespace": "openstack"
                },
                "spec": {
                  "config": "[DEFAULT]\nlog_file = value\n\n[testcase]\ntimeout = value\ntest_runner_timeout = value\n\n[ubuntu]\ninterface_name = value\n\n[keystone]\ninterface_name = value\n",
                  "containerImage": "registry.redhat.io/rhoso-beta/openstack-tobiko:18.0",
                  "testenv": "py3",

      This image does not exist, making the alm-example unusable and breaking builds that attempt pullspec pinning.

      If customers are supposed to provide their own openstack-tobiko image, the registry.redhat.io/rhoso-beta/openstack-tobiko:18.0 pullspec should be replaced with something that is obviously not a pullspec, so that they know it needs to be configured.

            lpiwowar Lukáš Piwowarski
            mgarciac@redhat.com Miguel Garcia
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: