diff options
author | leonwang <wanghui71@huawei.com> | 2018-08-16 09:27:32 +0800 |
---|---|---|
committer | leonwang <wanghui71@huawei.com> | 2018-08-16 09:27:52 +0800 |
commit | 4ced57eae63a52ea517d4087662726d942da8441 (patch) | |
tree | b8fdca6b3c1eda0dd815b13166c7099b4c08f035 /ci/ansible/group_vars | |
parent | 401c7f3eae51c8bdf95fc8a2c4232969ac1f0b2f (diff) |
Fix some bugs about ansible deployment
According to the feedback from Compass4NFV team,
the goal of this patch is for:
1. Add notario package install step
2. Ignore the error of checking ceph osd and mon service
3. Move nbp-installer role to the last one to install
Change-Id: Id6555cd9cd2877dc21ee5a92774c514b7c3fca34
Signed-off-by: leonwang <wanghui71@huawei.com>
Diffstat (limited to 'ci/ansible/group_vars')
-rw-r--r-- | ci/ansible/group_vars/common.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ci/ansible/group_vars/common.yml b/ci/ansible/group_vars/common.yml index dab13a7..71e946e 100644 --- a/ci/ansible/group_vars/common.yml +++ b/ci/ansible/group_vars/common.yml @@ -57,8 +57,8 @@ nbp_remote_url: https://github.com/opensds/nbp.git ###########
# If user specifies intalling from release,then he can choose the specific version
-opensds_release: v0.2.1 # The version should be at least v0.2.1
-nbp_release: v0.2.1 # The version should be at least v0.2.1
+opensds_release: v0.3.0 # The version should be at least v0.2.1
+nbp_release: v0.3.0 # The version should be at least v0.2.1
# These fields are NOT suggested to be modified
opensds_download_url: https://github.com/opensds/opensds/releases/download/{{ opensds_release }}/opensds-hotpot-{{ opensds_release }}-linux-amd64.tar.gz
|