diff options
| author | Valerii Ponomarov <vponomar@redhat.com> | 2018-04-02 13:06:13 +0300 |
|---|---|---|
| committer | Valerii Ponomarov <vponomar@redhat.com> | 2018-04-05 12:30:58 +0300 |
| commit | 19bb8f528a691adced03e060aa8cbcbc98832266 (patch) | |
| tree | a4f006966f5ccfec93d7331f6928318655058132 /tests/cns_tests_sample_config.yml | |
| parent | 0fe2b93d7b5ef4e7694746525592ea399560690d (diff) | |
Fix picking up of the heketi service
Doing 2 following things:
- Add 'heketi_service_name' config option to define the name of
Heketi service in OCP. Without it we use hardcoded name 'heketi'
which can be different on different setups.
- Add switching to the CNS project for CNS tests.
Change-Id: Iad308db7a1d63fc64ddd3f5b99823917b99c0706
Diffstat (limited to 'tests/cns_tests_sample_config.yml')
| -rw-r--r-- | tests/cns_tests_sample_config.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/cns_tests_sample_config.yml b/tests/cns_tests_sample_config.yml index b77be3fa..0f031df6 100644 --- a/tests/cns_tests_sample_config.yml +++ b/tests/cns_tests_sample_config.yml @@ -72,6 +72,7 @@ cns: trusted_storage_pool_list: - [gluster_server1, gluster_server2] heketi_config: + heketi_service_name: "fake-name-of-heketi-service" heketi_client_node: heketi_server_url: "http://heketi-storage-project.cloudapps.mystorage.com" heketi_cli_user: "admin" |
