diff options
author | leonwang <wanghui71@huawei.com> | 2018-08-07 14:49:27 +0800 |
---|---|---|
committer | leonwang <wanghui71@huawei.com> | 2018-08-07 14:57:29 +0800 |
commit | 91a84330494b100ac9077652c910fb248f737717 (patch) | |
tree | 2c86151a5276e9e4ea9b2ea16e24adfd9f34fb5f /ci/ansible/group_vars/osdsdock.yml | |
parent | 078bb837513f3b83fdd07f2e10f9abeb0bd485db (diff) |
Update the latest version of ansible script
This patch is proposed for merging the latest version of
ansible code according to opensds-installer project.
From the latest version code, we change the default
installation way from source code to release, which means
there is no need for golang environment prepare and
long-time building work.
Change-Id: I93d7d24f29e61979bc8fda7125ae753063eda423
Signed-off-by: leonwang <wanghui71@huawei.com>
Diffstat (limited to 'ci/ansible/group_vars/osdsdock.yml')
-rw-r--r-- | ci/ansible/group_vars/osdsdock.yml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/ci/ansible/group_vars/osdsdock.yml b/ci/ansible/group_vars/osdsdock.yml index c0f54f0..e23a546 100644 --- a/ci/ansible/group_vars/osdsdock.yml +++ b/ci/ansible/group_vars/osdsdock.yml @@ -90,10 +90,3 @@ cinder_name: cinder backend cinder_description: This is a cinder backend service
cinder_driver_name: cinder
cinder_config_path: "{{ opensds_driver_config_dir }}/cinder.yaml"
-
-
-###########
-# DOCKER #
-###########
-
-dock_docker_image: opensdsio/opensds-dock:latest
|