]> review.fuel-infra Code Review - tools/sustaining.git/commitdiff
Change DNS server for swarm jobs 28/41228/1
authorVladimir Khlyunev <vkhlyunev@mirantis.com>
Wed, 24 Apr 2019 11:05:08 +0000 (15:05 +0400)
committerVladimir Khlyunev <vkhlyunev@mirantis.com>
Wed, 24 Apr 2019 11:05:08 +0000 (15:05 +0400)
Change-Id: I7b7430b653a43ed943d711268194a62e952f25dc

maintenance-ci/mos/jobs/9.x.swarm.tests.yaml
maintenance-ci/mos/templates/swarm-test.yaml

index aba64c40abd42701b64644d0cd660f70cd114eff..850723390d5481981698d6848275623f8f0511ba 100644 (file)
@@ -5,6 +5,7 @@
     description: '9.1 swarm test group' # fixme!
     swarm-test/node: 'mos.fuel.base'
     swarm-test/timeout: '600'
+    swarm-test/dns: '172.18.176.6'
 
     swarm-test/job-weight: '11'
 
index 6b8a57d22b5074bb4960104b47b61ee639ecac69..8be671662d4b74dcb06bec7ef14da0b3171329fb 100644 (file)
@@ -66,6 +66,7 @@
     builders:
     - inject: # Defaults
         properties-content: |
+          DNS={swarm-test/dns}
           OPENSTACK_RELEASE=ubuntu
           TEST_GROUP={testgroup}
           VENV_PATH={swarm-test/venvpath}