The Red Hat Ecosystem Catalog is the official source for discovering and learning more about the Red Hat Ecosystem of both Red Hat and certified third-party products and services.
We’re the world’s leading provider of enterprise open source solutions—including Linux, cloud, container, and Kubernetes. We deliver hardened solutions that make it easier for enterprises to work across platforms and environments, from the core datacenter to the network edge.
Improve DevOps efficiency by automating software deployment at scale across your hybrid infrastructure. Remove risks of manual scripting while ensuring governance and compliance.
Digital.ai Deploy enables organizations to achieve fast, secure, and reliable deployments to hybrid infrastructure — including containers, private and public clouds, middleware, and mainframe.
Integrated with Digital.ai Release, you can automate the entire DevOps pipeline and operational functions, giving developers a seamless experience in deploying applications at scale while keeping compliance with your industry regulations.
Continuous Deployment
Automate software deployment to containers, private and public clouds, middleware, and mainframe
Deploy on Hybrid Cloud
Accelerate your cloud transformation strategy by automating application migration to a hybrid cloud
Integrations Marketplace
Seamlessly integrate with 3rd party technologies for unified deployment management
Software Chain of Custody
Capture Software Chain of Custody evidence and prove the end-to-end compliance
Automate Plan Generation
Automatically generate optimized deployment plans to simplify and speed up deployments
Model-Based Approach
Propagate changes to all environments automatically across your global deployment landscape
Red Hat certified products are tested to meet Red Hat’s criteria and supported as defined in the Red Hat Collaborative Support Process.
Partner validated products are tested by Red Hat Partners and supported as defined in the Red Hat Third Party Component Policy.
Yes, the operator is based on the helm chart available here. Check the values.yaml and README.md file for more about all configuration properties.
Please note that you select the appropriate branch for a specific version:
Yes, you can add OIDC configuration by adding following yaml part in the CR yaml:
oidc:
enabled: true
accessTokenUri: ""
clientId: ""
clientSecret: ""
emailClaim: ""
issuer: ""
keyRetrievalUri: ""
logoutUri: ""
postLogoutRedirectUri: ""
redirectUri: ""
rolesClaimName: ""
userAuthorizationUri: ""
userNameClaimName: ""
fullNameClaim: ""
scopes: '["openid"]'
For details check the documentation: Custom Configuration of Deploy.
Please note after changing any configuration on the central configuration or master or worker pods you need to restart the master and worker pod by deleting the STS, for example
oc delete sts dai-xld-digitalai-deploy-master -n digitalai
oc delete sts dai-xld-digitalai-deploy-worker -n digitalaiThat is required because we have for now turned off automatic restart of the pods, because of pod ordering startup.
For details check the documentation: Set up Truststore for Deploy
Red Hat OpenShift 4.12, 4.14, 4.16, 4.17, 4.18, 4.19, 4.20, 4.21, 4.22
Red Hat OpenShift 4.12, 4.14, 4.16, 4.17, 4.18, 4.19, 4.20, 4.21, 4.22
Red Hat OpenShift 4.12, 4.14, 4.16, 4.17, 4.18, 4.19, 4.20, 4.21, 4.22