ea0d7bdb3e
This commit adds the following swift3 functional testing: 1. Install and configure `s3cmd` utility 2. Verify bucket creation 3. Verify object upload 4. Verify object listing 5. Verify object and bucket deletion Change-Id: I6290e8b02004f6c518983700a6439d28fbd127a4 Co-Authored-By: Jean-Philippe Evrard <jean-philippe@evrard.me>
8 lines
199 B
Django/Jinja
8 lines
199 B
Django/Jinja
[default]
|
|
access_key = "{{ ec2_access_key }}"
|
|
host_base = "{{ ansible_host }}:8080"
|
|
host_bucket = "{{ ansible_host }}:8080"
|
|
secret_key = "{{ ec2_secret_key }}"
|
|
signature_v2 = True
|
|
use_https = False
|