projects
/
lttng-ci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1b2501b
)
ansible: Update host names for SLES ci nodes
author
Kienan Stewart
<kstewart@efficios.com>
Tue, 9 Jan 2024 20:52:38 +0000
(15:52 -0500)
committer
Kienan Stewart
<kstewart@efficios.com>
Fri, 2 Feb 2024 14:07:03 +0000
(09:07 -0500)
Change-Id: Ic52654e46d4e64a2deb5a0f255fa8fb026966c23
automation/ansible/hosts
patch
|
blob
|
blame
|
history
diff --git
a/automation/ansible/hosts
b/automation/ansible/hosts
index 6fedfcf5d9efdc8d33596e6b1bf31818771a69dd..44e7c90fa2cdc4675bf13a823c837c2edda058e3 100644
(file)
--- a/
automation/ansible/hosts
+++ b/
automation/ansible/hosts
@@
-168,8
+168,10
@@
ci-rootnode-deb12-amd64-2d-01
ci-rootnode-deb12-i386-1a-01
[node_sles]
-ci-node-sles12sp5-amd64-03-01
-ci-node-sles15sp4-amd64-05-01
+# While ci-node-sles12sp5-amd64-1b-01 has python 3.4, more recent
+# versions of ansible require python 3.5. Therefore python2 is used.
+ci-node-sles12sp5-amd64-1b-01 ansible_python_interpreter=python2
+ci-node-sles15sp4-amd64-1b-01
[node_el]
ci-node-el7-amd64-02-01 ansible_python_interpreter=python2
This page took
0.025139 seconds
and
4
git commands to generate.