Some PDIs are currently unavailable, and PDI actions are paused. View the latest updates here. Read More

ReleaseOps - Update set promotion issues - Unable to send messages to start the operation remotely.

NowMaestro
Tera Contributor

Hello,

We are exploring the use of ReleaseOps application to manage our release.

We have configured the instance (3-instance config).

Has anyone run into this issue when processing the deployment request.

 

Error Message: Unable to send messages to start the operation remotely.

 

The deployment assessment playbook cannot run successfully because there appears to be some thing that prevents update set retrieval and deployment from dev to test instance.

NowMaestro_0-1783502822006.png

 

NowMaestro_1-1783503016085.png

 

 

7 REPLIES 7

NowMaestro
Tera Contributor

Hello Everyone,

Thanks for chiming in. I am not quite sure what might be missing in the trust set-up. But here below I am sharing the trust set up for the sub-production instances on the controller instance. Hopefully this helps to figure out what is missing. I also have the update sources set up and connection is working.

NowMaestro_0-1783540901168.png

 

NowMaestro_2-1783541083556.png

Playbook: Deployment Request Assessment

Subflow: Integrate Deployment Request

Action: Retrieve Update Set From Update Source Instance ID

Operation:  

(function execute(inputs, outputs) {
    var operationTracker = new sn_releaseops_apis.ReleaseOperationManager().startOperation(
        inputs.instance_name,
        `{
            "@type":"PullRemoteUpdateSetRequest",
            "updateSetId": "${inputs.update_set_id}",
            "updateSourceInstanceId": "${inputs.update_source_instance_id}",
            "autoPreview": "${inputs.auto_preview}",
            "cleanUpRetrieved": "${inputs.cleanup_retrieved}"
        }`);
    outputs.operation_tracker = operationTracker;
})(inputs, outputs);

 

That is where that error is coming from.

Hi @NowMaestro , is this fixed?

Still working with support to get a solution