bridge: change prod Ansible policy to <8
Instead of pinning to an exact release, make this just accept anything from the current version series. I think this is a good trade-off between us have to bump every single time a point release comes out, but also not jumping too far and breaking production. Change-Id: I4789fe99651597b073e35066ec3be312e18659b8
This commit is contained in:
parent
d741b66e94
commit
368b781cc6
@ -28,7 +28,7 @@
|
|||||||
name: install-ansible
|
name: install-ansible
|
||||||
vars:
|
vars:
|
||||||
install_ansible_name: '{{ bridge_ansible_name | default("ansible") }}'
|
install_ansible_name: '{{ bridge_ansible_name | default("ansible") }}'
|
||||||
install_ansible_version: '{{ bridge_ansible_version | default("7.0.0") }}'
|
install_ansible_version: '{{ bridge_ansible_version | default("<8") }}'
|
||||||
install_ansible_openstacksdk_name: '{{ bridge_openstacksdk_name | default("openstacksdk") }}'
|
install_ansible_openstacksdk_name: '{{ bridge_openstacksdk_name | default("openstacksdk") }}'
|
||||||
install_ansible_openstacksdk_version: '{{ bridge_openstacksdk_verison | default("latest") }}'
|
install_ansible_openstacksdk_version: '{{ bridge_openstacksdk_verison | default("latest") }}'
|
||||||
# NOTE(ianw): At 2018-12, ARA is only enabled during gate
|
# NOTE(ianw): At 2018-12, ARA is only enabled during gate
|
||||||
|
Loading…
Reference in New Issue
Block a user