Enable fuel automatic deployment on POD1
[releng.git] / jjb / genesis / genesis-fuel.yml
index 3d659f7..d482ee7 100644 (file)
             branch: master
 
     triggers:
-        - timed: '@midnight'
+        - timed: 'H */6 * * *'
 
     logrotate:
         daysToKeep: 30
             set -o nounset
             set -o pipefail
 
-            # remove the fuel master ssh key from $HOME/.ssh/known_hosts
-            ssh-keygen -R 172.30.200.206
-
             # source the file so we get OPNFV vars
             source latest.properties
 
 
             # start the deployment
             echo "Issuing command"
-            echo "sudo TMPDIR=${TMPDIR} ${TOPDIR}/deploy/deploy.sh ${WORKSPACE}/opnfv.iso ${TOPDIR}/configs/lf_pod1/dea.yaml ${TOPDIR}/configs/lf_pod1/dha.yaml"
-            sudo TMPDIR=${TMPDIR} ${TOPDIR}/deploy/deploy.sh ${WORKSPACE}/opnfv.iso ${TOPDIR}/configs/lf_pod1/dea.yaml ${TOPDIR}/configs/lf_pod1/dha.yaml
+            echo "sudo TMPDIR=${TMPDIR} ${TOPDIR}/deploy/deploy.sh ${WORKSPACE}/opnfv.iso ${TOPDIR}/configs/lf_pod1/dea_no-ha.yaml ${TOPDIR}/configs/lf_pod1/dha.yaml"
+            sudo TMPDIR=${TMPDIR} ${TOPDIR}/deploy/deploy.sh ${WORKSPACE}/opnfv.iso ${TOPDIR}/configs/lf_pod1/dea_no-ha.yaml ${TOPDIR}/configs/lf_pod1/dha.yaml
 
             echo
             echo "--------------------------------------------------------"