From: Gabriel Ramirez Date: Tue, 25 Jun 2019 04:52:11 +0000 (-0700) Subject: validate.py: Fix alphabetical order on uca X-Git-Tag: v5.0.0alpha1~254 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=82262c6e8c22eca98ffba5d0c65fa65e83a62793;p=ceph-ansible.git validate.py: Fix alphabetical order on uca Alphabetized ceph_repository_uca keys due to errors validating when using UCA/queens repository on Ubuntu 16.04 An exception occurred during task execution. To see the full traceback, use -vvv. The error was: SchemaError: -> ceph_stable_repo_uca schema item is not alphabetically ordered Closes: #4154 Signed-off-by: Gabriel Ramirez --- diff --git a/plugins/actions/validate.py b/plugins/actions/validate.py index a473aa686..dbe4a3038 100644 --- a/plugins/actions/validate.py +++ b/plugins/actions/validate.py @@ -259,9 +259,9 @@ ceph_repository_dev = ( ceph_repository_custom = ("ceph_custom_repo", types.string) ceph_repository_uca = ( - ("ceph_stable_repo_uca", types.string), ("ceph_stable_openstack_release_uca", types.string), ("ceph_stable_release_uca", types.string), + ("ceph_stable_repo_uca", types.string), ) monitor_options = (