Quantcast
Channel: Release Automation – OpenMake DevOps Insights
Browsing latest articles
Browse All 17 View Live

Application Packaging

We have defined that components are made up of runnable binaries.  And that components can depend upon each other.  Applications depend upon components as well.  You can think of components being the...

View Article


Release Packaging

Just as Applications package together components. Releases package together Applications.  This packaging enables you to release multiple applications together out to an environment.  Applications...

View Article


Postgresql Hot Standby for Windows

To get started you need two machines that are the same architecture, ie 64 bit, with the same version of Postgres installed, including same Postgres architecture. 1. On Master – In pgAdmin run: CREATE...

View Article

wsadmin get cell name

To get a cell name from Websphere use the following code: cells = AdminConfig.list("Cell" ) cells = wsadminToList(cells) cellName = cells[0].split('(')[0] AdminConfig.list will return all defined...

View Article

Steps to deploy an ear file to Websphere Cluster

Here are the steps I use to deploy an Application to a Websphere Cluster. Get a list the Servers that belong to the Cluster Loop through the list of Servers in the Cluster Stop the App on each server...

View Article


wsadmin – How to get a list of servers in a cluster

clusterId=AdminConfig.getid("/ServerCluster:"+clusterName) clusterMembers=AdminConfig.list('ClusterMember', clusterId) clusterMembers = wsadminToList(clusterMembers) 1. Get the cluster id based on the...

View Article

Release Engineer Scales CD integrated into Jenkins

I’ve had several people ask me how Release Engineer scales to support a deployment that requires thousands of endpoints. So we did some heavy stress testing to really get the numbers down. Check out...

View Article

7.6 Sneak Peak – RE and Ansible Galaxy roles

OpenMake Release Engineer 7.6 will include the ability to integrate Ansible Galaxy roles into your application release automation logic. This ability allows you to develop a deployment workflow that...

View Article


Image may be NSFW.
Clik here to view.

Use Deployment Version Control to achieve incremental Continuous Deployments

Deployment Version Control, Critical to Deployment Automation for Continuous Delivery In order to achieve Continuous Delivery, the Continuous Deployment step of the CD process must have the...

View Article


Image may be NSFW.
Clik here to view.

Component packaging

Component Packaging for easy software deployment Release Engineer helps you with Component Packaging Component packaging is the lowest level of assembling together the artifacts to be used in your...

View Article
Browsing latest articles
Browse All 17 View Live