Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

RAFW partial deployment

Hello,

I am facing the automation of partial deployment of an application. For RAFW v7.1.1.4, for was_common_deploy_update_app I have seen that the WAS actions coded in updateApp.py within "actions" folder are:

AdminApp.update 'file'
and
AdminApp.update 'moduelfile'

However, IT department is used of managing this operation by getting a zip file from development in a manner as:

AdminApp.update 'partialapp'

Is there a way of emulating this behavior for current actions? Should we write our own custom action to perform this operation with RAFW?

Thanks in advance for your help.

Regards,

Jorge.

0 votes



3 answers

Permanent link
 I think that you have a couple of options here:
1. Open an RFE and wait for this function to be prioritized/delivered in the product
2. Create a custom action to handle this scenario
3. Have development deliver you either a module or a complete application to update

0 votes


Permanent link
Hi David,

thanks for posting. This question is pretty old though and I finally developed a custom action for that based on the existing tasks. My custom actions gathers a zip file referenced in the properties (I use a new parameter called "ZIP_FILE"), and calls the addupdate operation for wasadmin AdminApp update.

Jorge.

0 votes


Permanent link
 Not sure why, but for some reason this popped as a new posting for me this AM... So I figured that I would post an answer.

Sounds like you did a great job adding that custom action - congrats on getting it working.

0 votes

Your answer

Register or log in to post your answer.

Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details

Question asked: Nov 12 '10, 7:24 a.m.

Question was seen: 5,508 times

Last updated: Jul 20 '12, 11:24 a.m.

Confirmation Cancel Confirm