Discussions
Categories
Choose a Product
THRUST SERVICES
CORE APPS
CE PRODUCTS
...
Quick Links
POPULAR
HELPFUL TIPS
Groups
My Links
FOR SIGNED IN MEMBERS:
Back to website
Home
TeamSite
TeamSite, LiveSite and OpenDeploy
Failed Deployment
System
I have a problem with OpenDeploy.Please review this:
We are selecting files from Staging/edition Deploy and we have a custom menu item which calls a script(select_deploy.cgi) to get the server and the path name from a file server_list.cfg and which in turn calls select_deploy_2 to set the manual script for deployment to distinct receiver based on the server selected.
THe only changes made are:
1. Adding the new server reference to the server_list.cfg ( included x%/data/agencies) to deploy to two servers x1-web01 and x2-web02.
2. Adding code to call the maual scripts in select_deploy_2.cgi.
The changes made were:
if ($scenario eq "filelist" && $remote_server eq "x"){
$scenario_detail="Deploy selected files from STAGING to Portal Staging Servers 01 and 02";
$deployment_name="staging_manual_deploy_portal_staging";
$targetDir = gettargetDir($remote_server);
}
and
if ($scenario eq "edition" && $remote_server eq "x"){
$scenario_detail="Deploy selected EDITION to Portal Staging Servers 01 and 02";
$deployment_name="edition_manual_deploy_portal_staging";
$targetDir = gettargetDir($remote_server);
$branch = $edition;
}
3. Edited the already working scripts for other servers and changed the xml files to make it work for x1and x2.
I am getting a failed deployment each time I run this
The error log is attached... please ask if u need other cgi files
Find more posts tagged with
Comments
There are no comments yet