summaryrefslogtreecommitdiff
path: root/roles
diff options
context:
space:
mode:
authorTim Burke <tim.burke@gmail.com>2020-05-26 12:41:03 -0700
committerTim Burke <tim.burke@gmail.com>2020-05-26 12:41:03 -0700
commit63b16a368366d7c1fb6976841ce28a914128ce6a (patch)
tree9ae22c1871244c68ae8695faa048b44633162dd8 /roles
parentbb9b0326fde08768e6d609a210a1d1a5ec1c32ff (diff)
downloadswift-63b16a368366d7c1fb6976841ce28a914128ce6a.tar.gz
dsvm: Run domain_remap tests with tempauth
Change-Id: Idcc33c71869ccf7ad5a3134767d36ae94aab4598
Diffstat (limited to 'roles')
-rw-r--r--roles/dsvm-additional-middlewares/tasks/main.yaml10
1 files changed, 9 insertions, 1 deletions
diff --git a/roles/dsvm-additional-middlewares/tasks/main.yaml b/roles/dsvm-additional-middlewares/tasks/main.yaml
index 66e186a3f..70ef7ae08 100644
--- a/roles/dsvm-additional-middlewares/tasks/main.yaml
+++ b/roles/dsvm-additional-middlewares/tasks/main.yaml
@@ -20,7 +20,7 @@
value: example.com
become: true
-- name: Set storage_domain in test.conf
+- name: Set storage_domain in test.conf (for Keystone tests)
ini_file:
path: /etc/swift/test.conf
section: func_test
@@ -28,6 +28,14 @@
value: example.com
become: true
+- name: Set storage_domain in test/sample.conf (for tempauth tests)
+ ini_file:
+ path: "{{ ansible_env.HOME }}/{{ zuul.project.src_dir }}/test/sample.conf"
+ section: func_test
+ option: storage_domain
+ value: example.com
+ become: true
+
- name: Enable object versioning
ini_file:
path: /etc/swift/proxy-server.conf