summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Henkel <tobias.henkel@bmw.de>2020-05-12 20:06:08 +0200
committerTobias Henkel <tobias.henkel@bmw.de>2020-05-15 09:22:38 +0200
commit93c19d389a1d6d407c793185a88c7053acac4c77 (patch)
treea16adca37c832c1d22e74d9130739259af3b67f7
parenta655aee0f18f426df27651226fcc998921bdd115 (diff)
downloadzuul-93c19d389a1d6d407c793185a88c7053acac4c77.tar.gz
Default to Ansible 2.9
Ansible 2.9 is there since several months now and had numerous bugfix releases. Thus we should default to it since it is the newest and best maintained release. Change-Id: If6687514a6237bb9816b54745aac5ec24383c8bf
-rw-r--r--releasenotes/notes/ansible-29-default-067e82c48805c5d5.yaml4
-rw-r--r--tests/fixtures/config/ansible-versions/git/common-config/zuul.yaml2
-rw-r--r--zuul/lib/ansible-config.conf2
3 files changed, 6 insertions, 2 deletions
diff --git a/releasenotes/notes/ansible-29-default-067e82c48805c5d5.yaml b/releasenotes/notes/ansible-29-default-067e82c48805c5d5.yaml
new file mode 100644
index 000000000..78aac682e
--- /dev/null
+++ b/releasenotes/notes/ansible-29-default-067e82c48805c5d5.yaml
@@ -0,0 +1,4 @@
+---
+upgrade:
+ - |
+ Zuul now defaults to Ansible 2.9 if no version is specified.
diff --git a/tests/fixtures/config/ansible-versions/git/common-config/zuul.yaml b/tests/fixtures/config/ansible-versions/git/common-config/zuul.yaml
index a9ff58932..8e8c7f619 100644
--- a/tests/fixtures/config/ansible-versions/git/common-config/zuul.yaml
+++ b/tests/fixtures/config/ansible-versions/git/common-config/zuul.yaml
@@ -25,7 +25,7 @@
parent: ansible-version
vars:
test_ansible_version_major: 2
- test_ansible_version_minor: 8
+ test_ansible_version_minor: 9
# This job is used by a test case specifying a different ansible version in
# zuul.conf
diff --git a/zuul/lib/ansible-config.conf b/zuul/lib/ansible-config.conf
index e8920cb48..dae960eb6 100644
--- a/zuul/lib/ansible-config.conf
+++ b/zuul/lib/ansible-config.conf
@@ -1,6 +1,6 @@
# This file describes the currently supported ansible versions
[common]
-default_version = 2.8
+default_version = 2.9
requirements = ara>=0.16.5,<1.0.0 openstacksdk openshift jmespath google-cloud-storage
[2.6]