Merge "Do not depends on the order of the hash vars in ffu repo switching."

This commit is contained in:
Zuul
2018-02-15 01:58:15 +00:00
committed by Gerrit Code Review

View File

@@ -116,8 +116,7 @@ outputs:
- name: Enable tripleo-repos - name: Enable tripleo-repos
command: tripleo-repos {{ cmd_args | join(' ') }} command: tripleo-repos {{ cmd_args | join(' ') }}
vars: vars:
query: "tripleo_repos[?release=='{{release}}'].args" cmd_args: "{{ fast_forward_repo_args | json_query('tripleo_repos[?release=='+release+'].args') }}"
cmd_args: "{{ fast_forward_repo_args | json_query(query) }}"
when: when:
- step|int == 3 - step|int == 3
- is_bootstrap_node|bool - is_bootstrap_node|bool