Exclude compute and object programs from defaults

compute and object programs are part of platform program,
if platform program is executed so that compute and object
ones are - therefore it doesn't make sense to have them all
in the defaults.

Change-Id: I8d85333869c80c4071280b9a819b1fb3b804e624
This commit is contained in:
Martin Kopec 2022-08-18 12:13:09 +02:00
parent f4a790f5ab
commit d5f6d1cfe2
1 changed files with 2 additions and 2 deletions

View File

@ -19,8 +19,8 @@ dest_dir: "{{ lookup('env', 'PWD') }}"
guideline: "2022.06"
refstack_target_programs:
- platform
- compute
- object
# - compute - runs as part of platform program
# - object - runs as part of platform program
- dns
- orchestration
- shared_file_system