From 81f3fdafe3875ef8a5d8630b3d96acdce58797ac Mon Sep 17 00:00:00 2001 From: Martin Kopec Date: Thu, 16 Dec 2021 08:17:31 +0000 Subject: [PATCH] Update default guideline to the latest Recently we have published a new guideline, 2021.11, which supersedes 2020.11 one. Change-Id: Ie553dae62bb245c8dfe92b7f24c1462404a810e6 --- README.md | 2 +- defaults/main.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 55cd8a8..ab30277 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ deployment is working by passing refstack tests. | deployer_input | False | None | String | Pat to a deployer input file which will be used in tempest.conf generation step. | | dest_dir * | False | pwd | String | Local directory where the artifact files will be stored. | | download_artifacts | False | False | Bool | Whether artifacts should be downloaded to the host or not. They will be downloaded to dest_dir location.| -| guideline | False | 2020.06 | String | Specific refstack guideline. | +| guideline | False | 2021.11 | String | Specific refstack guideline. | | private_key_path_src * | False | None | String | If defined, the key defined by the param is copied to the targeted machine to private_key_path location.| | refstack_client_source | False | ~/.refstack-client | String | Destination where refstack-client will be cloned only if the dir doesn't exist or it's empty, otherwise it will be used as is.| | tempestconf_source | False | None | String | A path to python-tempestconf's source. If not defined, refstack-client's default is applied. | diff --git a/defaults/main.yaml b/defaults/main.yaml index 440dc74..6aa6da0 100644 --- a/defaults/main.yaml +++ b/defaults/main.yaml @@ -16,7 +16,7 @@ download_artifacts: false dest_dir: "{{ lookup('env', 'PWD') }}" # the latest guideline by default -guideline: "2020.11" +guideline: "2021.11" refstack_target_programs: - platform - compute