Add ENGINE_ANSIBLE_PARAMS to enable debugging 80/980/2
authorWenqing Gu <wenqing.gu@gmail.com>
Fri, 12 Apr 2019 07:52:40 +0000 (09:52 +0200)
committerWenqing Gu <wenqing.gu@gmail.com>
Fri, 12 Apr 2019 10:51:19 +0000 (10:51 +0000)
We add -vvv to the periodical jobs so that we can see what is going
on for the issues.

Change-Id: I650ec786787a0fb4535b8be6f6be0a5c3507d1f1

jjb/cloud-infra/cloud-infra-periodic-engine.yaml

index 253cc862162b4a3eec8f6556d28187a6b6abe1f9..7f66e2969ba95d7dde77453707aa0e7343f53932 100644 (file)
           name: DIB_OS_ELEMENT
           default: 'ubuntu-minimal'
           description: 'DIB OS Element to use for building the deployment image to provision target nodes with. Overriden by upstream job.'
+      - string:
+          name: ENGINE_ANSIBLE_PARAMS
+          default: ' -vvv '
+          description: 'Extra paramters that can be added when run the play books.'
       - string:
           name: DEPLOY_SCENARIO
           default: 'k8-calico-nofeature'