Revert "Change some default values for cvp jobs"

https://mirantis.jira.com/browse/PROD-22241

This reverts commit 3221af2ba8e7589972ddb07c465c741572c77bce.

Change-Id: I89d3deffc7a614939b241b6a008729205e137adf
diff --git a/jenkins/client/job/validate.yml b/jenkins/client/job/validate.yml
index 819b703..a020a73 100644
--- a/jenkins/client/job/validate.yml
+++ b/jenkins/client/job/validate.yml
@@ -206,12 +206,12 @@
               description: e.g. skipped_nodes=nal01.local.com,ntw01.local.com
             TESTS_SET:
               type: string
-              default: "cvp-sanity-checks/cvp_checks/tests/"
-              description: "Leave as is for full run or add a filename, e.g. <default path>/test_mtu.py"
+              default: "cvp-sanity-check/cvp_checks/tests/"
+              description: Leave empty for full run or choose a file, e.g. test_mtu.py
             PROXY:
               type: string
               default: ""
-              description: "Proxy address to use to access the Internet. For offline mode, use \"offline\" value."
+              description: Proxy address to clone repo and install python requirements
         cvp-func:
           type: workflow-scm
           name: cvp-func
@@ -246,7 +246,7 @@
               description: Credentials to the Salt API
             TEST_IMAGE:
               type: string
-              default: "xrally/xrally-openstack:0.9.2"
+              default: "xrally/xrally-openstack:0.9.1"
               description: Docker image to use for running Rally/Tempest
             TARGET_NODE:
               type: string
@@ -255,7 +255,7 @@
             PROXY:
               type: string
               default: ""
-              description: "Proxy address to use to access the Internet. For offline mode, use \"offline\" value."
+              description: Proxy address to clone repo and install python requirements
             TEMPEST_TEST_PATTERN:
               type: string
               default: "set=smoke"
@@ -309,7 +309,7 @@
               description: Node where container with tempest will be run
             TEST_IMAGE:
               type: string
-              default: "xrally/xrally-openstack:0.9.2"
+              default: "xrally/xrally-openstack:0.9.1"
               description: Docker image to use for running Rally/Tempest
             TARGET_NODES:
               type: string
@@ -330,7 +330,7 @@
             PROXY:
               type: string
               default: ""
-              description: "Proxy address to use to access the Internet. For offline mode, use \"offline\" value."
+              description: Proxy address to clone repo and install python requirements
             TEMPEST_TEST_PATTERN:
               type: string
               default: "set=smoke"
@@ -373,7 +373,7 @@
               description: Path to scenario file in container
             TEST_IMAGE:
               type: string
-              default: "xrally/xrally-openstack:0.9.2"
+              default: "xrally/xrally-openstack:0.9.1"
               description: Docker image to use for running Rally/Tempest
             SALT_MASTER_URL:
               type: string
@@ -390,11 +390,9 @@
             TOOLS_REPO:
               type: string
               default: "https://github.com/Mirantis/cvp-configuration"
-              description: URL of repo where testing tools, scenarios, configs are located.
             PROXY:
               type: string
               default: ""
-              description: "Proxy address to use to access the Internet. For offline mode, use \"offline\" value."
         cvp-stacklight:
           type: workflow-scm
           name: cvp-stacklight
@@ -421,7 +419,7 @@
               default: "salt"
             TESTS_REPO:
               type: string
-              default: "https://github.com/Mirantis/stacklight-pytest -b cvp_stacklight"
+              default: "https://github.com/legan4ik/stacklight-pytest"
               description: Url for cvp-stacklight-tests
             TESTS_SETTINGS:
               type: string
@@ -430,11 +428,11 @@
             TESTS_SET:
               type: string
               default: "stacklight-pytest/stacklight_tests/tests/prometheus/"
-              description: "Leave as is for full run or add a filename, e.g. <default path>/test_dashboards.py"
+              description: "Leave empty for full run or choose a file, e.g. test_dashboards.py"
             PROXY:
               type: string
               default: ""
-              description: "Proxy address to use to access the Internet. For offline mode, use \"offline\" value."
+              description: Proxy address to clone repo and install python requirements
         cvp-spt:
           type: workflow-scm
           name: cvp-spt
@@ -470,8 +468,8 @@
             TESTS_SET:
               type: string
               default: "cvp-spt/cvp_spt/tests/"
-              description: "Leave as is for full run or add a filename, e.g. <default path>/test_glance.py"
+              description: "Leave empty for full run or choose a file, e.g. test_glance.py"
             PROXY:
               type: string
               default: ""
-              description: "Proxy address to use to access the Internet. For offline mode, use \"offline\" value."
+              description: Proxy address to clone repo and install python requirements