Skip to content

Commit

Permalink
[rvl] Do not create Ubuntu and Fedore images by default
Browse files Browse the repository at this point in the history
Related-Prod: PRODX-47983
Change-Id: Ib6797eee9124f37cb10064a77e8dcc190883d70a
  • Loading branch information
jumpojoy committed Dec 4, 2024
1 parent 1f9a44f commit d5fff90
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions virtual_lab/ansible/roles/rvl/templates/osdpl.j2
Original file line number Diff line number Diff line change
Expand Up @@ -86,3 +86,13 @@ spec:
filter_scheduler:
enabled_filters:
- "~AvailabilityZoneFilter"
image:
glance:
values:
bootstrap:
structured:
images:
fedora:
enabled: False
ubuntu:
enabled: False

0 comments on commit d5fff90

Please sign in to comment.