Skip to Content
Author's profile photo Jeff Wootton

How do I deploy the project’s CCR file to the remote cluster node?

The following command deploys a project (CCX) to a remote cluster node:

    

$ESP_HOME/bin/esp_cluster_admin
–uri=esp://<host>:<port> –username=<username>
–password=<password> –add_project
–workspace-name=default –project-name=<project>

–ccx=<ccx file>

But how do you deploy it with a project configuration (CCR) file? Same command, just add –ccr=<…ccr>

$ESP_HOME/bin/esp_cluster_admin

–uri=esp://<host>:<port> –username=<username>

–password=<password> –add_project

–workspace-name=default –project-name=<project>

–ccx=<project.ccx>

–ccr=<project.ccr>

Assigned Tags

      Be the first to leave a comment
      You must be Logged on to comment or reply to a post.