Join / sign up
Short series on UrbanCode Deploy for IBM Z - the basics: 1. Introduction - Concepts of Applications and Processes 2. Components and Security 3. Deployment Processes 4. Resources #DevOps #IBMZ #UrbanCode
4 attachments
Organising the Resource Tree is a very important task that needs to be tackled early on if you are to avoid pain later. Managing the resource tree in UCD can be painful if you don't get it right early on. From a general user's point of view, things aren't that complicated since...
Absolutely!! However, before you dash off to craft your first masterpiece, there are some things we should consider. Don't Reinvent the Wheel Before you consider writing your own plug-in, check-out the UCD plug-ins website first. There are over 200 plug-ins of various types at...
The UrbanCode Deploy team created a new UCD z/OS component template for public use. The earlier version ships with the UrbanCode Deploy z/OS Utility plugin, but this one requires additional plugins and we are thinking of maintaining in github going forward, instead of shipping it with the UCD...
T he UCD Permissions model in some organisations can get very complex and it can be quite hard to work out what permissions you actually have on a given object and where they derive from. In enterprises with complex permissions models with many roles and types, working out exactly...
UrbanCode Deploys handles the deployment of any kind of application anywhere, with governance and control. That includes deploying containers to OpenShift. Watch this short video to see how you can do that, as a blue-green deployment. Thank you to M Fadin (M.Fadin@ibm.com) who created this...
You can download UrbanCode Deploy from this IBM site Osman Burucu, has created the attached video to help you quickly install the product, which includes information for IBMers and IBM Clients. IBMers get eval licenses from this internal site: https://ibm.co/3d6t1Yb #UrbanCode #DevOps
The udclient out-of-the-box is a one-shot tool. It runs a single instruction and then exits. There is a significant delay for each start-up of the udclient tool as it starts a JVM. So wouldn't it be nice to be able to use udclient interactively ? In this article I'm presenting a very...
This is a new youtube from IBMer Mohammed Fadin. https://www.youtube.com/watch?v=fDRfm14FPNA&feature=youtu.be The assets used in the making of this video can be found here: https://github.com/MohammedFadin/perfect-node-dockerfile-openshift/tree/helm-chart/ urbancode -demo-process...
Logging onto machines, particularly production machines, is not a DevOps best practice, so how can we get logs to diagnose faults? Particularly with Production systems, it's a poor DevOps practice to login to machines to make changes. Ideally everything should happen through your automated...