From f4a790f5abe2f6fbcf28dbe73f687e7148436b87 Mon Sep 17 00:00:00 2001 From: Martin Kopec Date: Mon, 25 Jul 2022 14:18:04 +0200 Subject: [PATCH] Update default guideline to 2022.06 Recently we have released a new guideline, 2022.06, this commit changes the default guideline used by this ansible role. Change-Id: Ibdfc95a2397fd9110533f91527a05352f20ee79f --- README.md | 2 +- defaults/main.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2dc863e..bc06fdf 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 | 2021.11 | String | Specific refstack guideline. | +| guideline | False | 2022.06 | String | Specific refstack guideline. | | openstack_node | False | tester | String | OpenStack node ansible-role-refstack-client will be executed on. | | 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. Variable contains either a local path (the path on a machine, the playbook is executed from) or link to remote location from which the key will be downloaded.| | 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.| diff --git a/defaults/main.yaml b/defaults/main.yaml index a9a97dd..02071ca 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: "2021.11" +guideline: "2022.06" refstack_target_programs: - platform - compute