Skip to content

Commit 521f00b

Browse files
committed
make cloudkitty playbooks optional
1 parent 699b14a commit 521f00b

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

ansible/group_vars/all/openstack

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,3 +81,7 @@ openstack_ratings_hashmap_service_mappings: []
8181
###############################################################################
8282
# Configuration of volumes for OpenStack.
8383
openstack_volumes_types: []
84+
85+
###############################################################################
86+
# Configuration of Cloudkitty for OpenStack.
87+
openstack_cloudkitty_enable: false

ansible/openstack.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@
99
- import_playbook: openstack-volume-types.yml # noqa name[play]
1010
- import_playbook: openstack-container-clusters.yml # noqa name[play]
1111
- import_playbook: openstack-ratings.yml # noqa name[play]
12+
when: openstack_cloudkitty_enable | bool

0 commit comments

Comments
 (0)