Update git submodules

* Update tripleo-upgrade from branch 'master'
  - Allow to specify order of roles upgrade.
    
    We always start upgrade from Controllers role, that's a requirement.
    Other roles are upgrade in the order in which they apper in
    'overcloud' hostgroup from tripleo-ansible-inventory.
    
    So far we cannot guarantee more than upgrading controllers first.
    This change introduces new variable 'roles_upgrade_order'
    (semi-colon separated list of roles),  which can specify desired order
    of roles' upgrade.
    
    WARNING: it's operator's responsibility to specify 'controller'
    role as first item of a list.
    
    Example of using 'roles_upgrade_order' variable:
      -e 'roles_upgrade_order=Controller,Database;Networker;Compute'
    Here we start upgrade with Controller and Database roles,
     then Networker role and finishing with Compute role.
    
    Default behavior is unchanged: we start by upgrading Controller role,
    followed by a roles from tripleo-ansible-inventory.
    
    Change-Id: I8807877990f569cf6eec76e162bc353e8a34ffe8
This commit is contained in:
Yurii Prokulevych 2019-01-08 14:24:38 +02:00 committed by Gerrit Code Review
parent ed1f9190b4
commit 3293f8d4e5
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit 815846cddbcca9f9192ae0dfdc559b81d8e7f471
Subproject commit 34b12e0dee83579001ff0a20c05e9d8131c199f9