Uploaded image for project: 'Red Hat Fuse'
  1. Red Hat Fuse
  2. ENTESB-11075

[Operator] OperatorHub manifest out of sync with jboss-fuse/fuse-operators

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Blocker Blocker
    • fuse-7.4-GA
    • fuse-7.4-GA
    • Build, Fuse Online, Prod
    • None
    • % %

      here is the diff:

      diff prod.yml 7.4.0/fuse-online-operator.v7.4.0.clusterserviceversion.yaml 
      4c4
      <   name: syndesisoperator.v7.4.0
      ---
      >   name: fuse-online-operator.v7.4.0
      42a43,65
      >     ### Before you begin
      >     You must configure authentication to Red Hat container registry before you can import and use the Red Hat Fuse OpenShift Image Streams. Follow instruction given below to configure the registration to container registry.
      > 
      >     1. Log in to the OpenShift Server as an administrator, as follow:
      >         ```
      >         oc login -u system:admin
      >         ```
      >     2. Log in to the OpenShift project where you will be installing the operator.
      >         ```
      >         oc project fuse-online
      >         ```
      >     3. Create a docker-registry secret using either Red Hat Customer Portal account or Red Hat Developer Program account credentials.
      >         ```
      >         oc create secret docker-registry imagestreamsecret \
      >           --docker-server=registry.redhat.io \
      >           --docker-username=CUSTOMER_PORTAL_USERNAME \
      >           --docker-password=CUSTOMER_PORTAL_PASSWORD \
      >           --docker-email=EMAIL_ADDRESS
      >         ```
      >         NOTE: You need to create a docker-registry secret in every new namespace where the image streams reside and which use registry.redhat.io.
      > 
      >         If you do not wish to use your Red Hat account username and password to create the secret, it is recommended to create an authentication token using a [registry service account](https://access.redhat.com/terms-based-registry/).
      > 
      89c112
      <           verbs: [ get, list, create, update, delete, deletecollection, watch]
      ---
      >           verbs: [ get, list, create, update, delete, deletecollection, watch ]
      100c123
      <           verbs: [ get, list, create, update, delete, deletecollection, watch]
      ---
      >           verbs: [ get, list, create, update, delete, deletecollection, watch ]
      104,105c127,129
      <           - pods/log
      <           verbs: [ get ]
      ---
      >           - replicationcontrollers
      >           - replicationcontrollers/scale
      >           verbs: [ get, list, create, update, delete, deletecollection, watch, patch ]
      107c131
      <           - ""
      ---
      >           - apps
      109c133,151
      <           - replicationcontrollers
      ---
      >           - daemonsets
      >           - deployments
      >           - deployments/scale
      >           - replicasets
      >           - replicasets/scale
      >           - statefulsets
      >           - statefulsets/scale
      >           verbs: [ get, list, create, update, delete, deletecollection, watch, patch ]
      >         - apiGroups:
      >           - extensions
      >           resources:
      >           - daemonsets
      >           - deployments
      >           - deployments/rollback
      >           - deployments/scale
      >           - ingresses
      >           - networkpolicies
      >           - replicasets
      >           - replicasets/scale
      110a153,162
      >           verbs: [ get, list, create, update, delete, deletecollection, watch, patch ]
      >         - apiGroups:
      >           - ""
      >           resources:
      >           - bindings
      >           - events
      >           - limitranges
      >           - namespaces/status
      >           - pods/log
      >           - pods/status
      112c164,166
      <           verbs: [ get, list, create, update, delete, deletecollection, watch ]
      ---
      >           - resourcequotas
      >           - resourcequotas/status
      >           verbs: [ get, list, watch ]
      117d170
      <           - builds
      119d171
      <           - builds/details
      120a173,179
      >           - builds
      >           verbs: [ get, list, create, update, delete, deletecollection, watch, patch ]
      >         - apiGroups:
      >           - ""
      >           - build.openshift.io
      >           resources:
      >           - buildconfigs/instantiate
      121a181,192
      >           - builds/clone
      >           verbs: [ create ]
      >         - apiGroups:
      >           - ""
      >           - build.openshift.io
      >           resources:
      >           - builds/details
      >           verbs: [ update ]
      >         - apiGroups:
      >           - ""
      >           - build.openshift.io
      >           resources:
      123c194
      <           verbs: [ get, list, create, update, delete, deletecollection, watch ]
      ---
      >           verbs: [ get, list, watch ]
      160d230
      <           - imagestreams/status
      161a232,237
      >           verbs: [ create ]
      >         - apiGroups:
      >           - ""
      >           - image.openshift.io
      >           resources:
      >           - imagestreams/status
      173c249
      <           verbs: [ get, list, create, update, delete, deletecollection, watch]
      ---
      >           verbs: [ get, list, create, update, delete, deletecollection, watch ]
      183a260,265
      >           - ""
      >           - build.openshift.io
      >           resources:
      >           - buildlogs
      >           verbs: [ get, list, create, update, delete, deletecollection, watch, patch ]
      >         - apiGroups:
      187c269
      <           verbs: [ get, list, create, update, delete, deletecollection, watch]
      ---
      >           verbs: [ get, list, create, update, delete, deletecollection, watch ]
      193c275
      <           verbs: [ get, list, create, update, delete, deletecollection, watch]
      ---
      >           verbs: [ get, list, create, update, delete, deletecollection, watch, patch ]
      243c325
      <                   image: brew-pulp-docker01.web.prod.ext.phx2.redhat.com:8888/fuse7/fuse-online-operator:1.4
      ---
      >                   image: syndesis/syndesis-operator:1.7.8
      244a327,331
      >                   args:
      >                     - '-v'
      >                     - 'master'
      

      There are some issues opened in https://github.com/jboss-fuse/fuse-operators/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc so it would be worth to wait with rebuild until they are fixed

            dcoleman@redhat.com Darren Coleman
            avano@redhat.com Andrej Vano
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: