AETHER-2565 Update the guide for cluster-level deployment job changes

Change-Id: Idbb348040c901092b354424fa9c597017678d96e
diff --git a/edge_deployment/vpn_bootstrap.rst b/edge_deployment/vpn_bootstrap.rst
index 26b1c81..38a27e4 100644
--- a/edge_deployment/vpn_bootstrap.rst
+++ b/edge_deployment/vpn_bootstrap.rst
@@ -57,7 +57,7 @@
    $ cd $WORKDIR
    $ git clone "ssh://[username]@gerrit.opencord.org:29418/aether-ci-management"
 
-Add the jobs for the new cluster at the end of the ``cd-pipeline-terraform-ace`` project job list.
+Add the jobs for the new cluster at the end of the ``cd-pipeline-terraform-ace-prd`` project job list.
 Make sure to add both pre-merge and post-merge jobs.
 Note that the cluster name specified here will be used in the rest of the deployment procedure.
 
@@ -72,14 +72,13 @@
    +++ b/jjb/repos/cd-pipeline-terraform.yaml
    @@ -227,3 +227,9 @@
           - 'cd-pipeline-terraform-postmerge-cluster':
-              pod: 'production'
               cluster: 'ace-eks'
    +      - 'cd-pipeline-terraform-premerge-cluster':
-   +          pod: 'production'
    +          cluster: 'ace-test'
+   +          disable-job: false
    +      - 'cd-pipeline-terraform-postmerge-cluster':
-   +          pod: 'production'
    +          cluster: 'ace-test'
+   +          disable-job: false
 
 Submit your change and wait for the jobs you just added available in Aether Jenkins.