John Walicki

Results 153 comments of John Walicki

Implementation would be similar to Doug's work in https://github.com/open-horizon/anax/pull/3451

@bencourliss Can you add this to the DevOps build pipeline?

I think a change is required to `edgeNodeFiles.sh` to add `ARM64-RPM` ? https://github.com/open-horizon/anax/blob/33710dca7917357d18ab838238e881810829f1be/agent-install/edgeNodeFiles.sh#L748-L766

And declare `ARM64-RPM` in https://github.com/open-horizon/anax/blob/33710dca7917357d18ab838238e881810829f1be/agent-install/edgeNodeFiles.sh#L8

I would be very interested in this enhancement. I have edge nodes running multiple agreements. A change to any single agreement stops all the containers/agreements. In some cases this is...

Master GH issue: Architecture : Support for aarch64 RPMs #3255 will track all of this effort.

Implementation would be similar to Doug's work in https://github.com/open-horizon/anax/pull/3451

I provided @MaxMcAdam with an operator.tar.gz that uses the `operators.coreos.com/v1alpha1` scheme (which I think was generated from an operator-sdk 1.4 build)

`kind: Subscription` is one of the features used in recent operators (included in my example operator.tar.gz). https://docs.openshift.com/container-platform/4.8/rest_api/operatorhub_apis/subscription-operators-coreos-com-v1alpha1.html

Additional operator framework / OLM links: - https://sdk.operatorframework.io/docs/installation/ - https://sdk.operatorframework.io/docs/upgrading-sdk-version/v1.4.0/ - https://sdk.operatorframework.io/docs/olm-integration/cli-overview/ - https://sdk.operatorframework.io/docs/olm-integration/tutorial-bundle/