Using RAM to Record Deployment Histories
Since designing the Rational Asset Manager (RAM) schema to support Release Mangement we have been extensively using the Release and Component Assets. However, the use of the Deployment History Assets never really gained much traction. I think the reason for this was that we had not figured out how to make using these Assets simple. It was easy enough the create them, recording the deployment of a Component or Release. However, it was not really obvious how we would use them to do reporting. It was difficult to understand the state of an environment, or the history of Components deployed as part of a particular Release.
The solution we wanted to implement had to fulfill the following requirements:
- Report on the current state of Components within environment X.
- Report on the deployment of Components belonging to Release Y.
Within a project the deployment of Release Components occurs over a period of time. Also, a new Release will usually only have a few Components that are really new, with the rest remaining the same as in the previous Release. Therefore the deployment environments are potentially composed of Components that come from many Releases. This is demonstrated in the following two diagrams.
![]()
We use Rational Build Forge (RBF) to automate the deployment of Components. The last step of the deployment project creates a new Deployment History within RAM to describe the outcome of the deployment. This Deployment History is linked to the Component that was deployed. The process is shown in the following diagram.
- Diagram 3 – RBF automating the deployment of the Component
The Deployment History can also be used to store files, as depicted in the above diagram. These files could be automated test reports, screen captures, stdout captures, etc.
An important point to note is that the link between the Deployment History and the Component is not a RAM relationship. Instead it is a set of attributes within the Deployment History that describe the Component that was deployed, I.e. Name and version. The reason for this “soft” link is to do with the complexities of managing relationships when new versions of an Asset are created. A description of these complexities, with regards to the use of Release Assets, is provided in my previous blog.
For each Component and environment there is a single Deployment History Asset. And each time the Component is deployed to the environment a new version of the Deployment History Asset is created. In the following example Component A, version 1.0, is deployed to System Test twice. Probably because the first attempt failed.
- Diagram 4 – Component A environment Deployment Histories
The next diagram shows more clearly how different versions of a Deployment History describe the deployment of different versions of a Component. Component B, version 2.0, is deployed twice as the first attempt failed.
- Diagram 5 – Component B UAT Deployment Histories
By recording deployments of a Component in this way it becomes easy to see what the most recent version of a Component within an environment is. You just look at the most recent version of the Deployment History. And to see the entire history of deployments for a Component within an environment you just look through all the versions of the Deployment History. This behaviour allows us to fulfill the first requirement, report on the current state of Components within environment X. By looking for the most recent version of the Deployment History linked to each of the Release Components within a particular environment we are able to produce the following report.
- Diagram 6 – UAT Environment Deployment Report
Not only does this report tell us what the current Component versions are within an environment, it also checks that all of the Components are part of the same Release. The highest Release reported for UAT is ReleaseX, version 2.0. However, if you look closely you’ll see that ComponentA was deployed as part of ReleaseX, version 1.0. In fact ComponentA did not change in ReleaseX, version 2.0, as depicted in diagram 2 above. The report is clever enough to know this and therefore reports that all Components deployed into UAT are part of ReleaseX, version 2.0. This is only possible due to the expressive power of RAM relationships.
To fulfill the second requirement, report on the deployment of Components belonging to Release Y, we also create a Deployment History for the Release. Each time a Component related to the Release is deployed we not only create a new version of the Deployment History for the Component but we also create a new version of the Deployment History for the Release. However, as there is only one set of attributes in a Deployment History Asset, and we want to use them to link to the Release, we make use of the description field instead. The Deployment History for ReleaseX, version 1.0 looks like the following.
- Diagram 7 – Release X 1.0 in UAT Report
Finally, it may be that some Components of a Release have not been automated and are instead deployed manually. In this case a simple command is executed at the conclusion of the deployment by the deployment team. This command creates the Deployment History for the manually deployed Component and allows reporting to include these Components as well.
Automation with Rational
The complexity of IT systems today with all the infrastructure components and devices, applications and configurations that make up a working system have been putting even more pressure to deliver software more efficiently and consistently. Hence… Read more
Wrestling with RAM relationships
One of the most powerful features of Rational Asset Manager is its ability to relate Assets to each other. I touched on this ability in my last blog post when describing how we modeled a release structure. However, as is the case with most… Read more
Rational Asset Manager – Schema for Release Management
Last year I was presented with an opportunity to work on the schema design of Rational Asset Manager (RAM) within a large organization. RAM is an Asset repository. With an Asset being a collection of artefacts and meta-data that collectively… Read more







