]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
validate.py: Fix alphabetical order on uca
authorGabriel Ramirez <gabrielramirez1109@gmail.com>
Tue, 25 Jun 2019 04:52:11 +0000 (21:52 -0700)
committerDimitri Savineau <savineau.dimitri@gmail.com>
Wed, 26 Jun 2019 12:59:57 +0000 (08:59 -0400)
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 <gabrielramirez1109@gmail.com>
(cherry picked from commit 82262c6e8c22eca98ffba5d0c65fa65e83a62793)

plugins/actions/validate.py

index d0ceebde7cdb3ab1c0a83e69f555c077ba935712..14c33327dd9b3f1a2ba16298665e793c7979bfea 100644 (file)
@@ -254,9 +254,9 @@ ceph_repository_dev = (
 )
 
 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 = (