Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
Kolla Ansible
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Very Demiurge Very Mindful
Kolla Ansible
Commits
10036c07
Commit
10036c07
authored
4 years ago
by
Zuul
Committed by
Gerrit Code Review
4 years ago
Browse files
Options
Downloads
Plain Diff
Merge "CI: Fix Debian aarch64 jobs"
parents
2f77670f
30b8eed1
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
tests/pre.yml
+30
-2
30 additions, 2 deletions
tests/pre.yml
zuul.d/base.yaml
+3
-0
3 additions, 0 deletions
zuul.d/base.yaml
with
33 additions
and
2 deletions
tests/pre.yml
+
30
−
2
View file @
10036c07
...
...
@@ -25,11 +25,39 @@
tasks
:
# NOTE(yoctozepto): we use gawk to add time to each logged line
# outside of Ansible (e.g. for init-runonce)
-
name
:
Install gawk
-
name
:
Install gawk
and Python modules
package
:
name
:
gawk
name
:
-
gawk
-
python3-pip
-
python3-setuptools
-
python3-virtualenv
-
python3-wheel
become
:
true
# FIXME(hrw): drop when previous_release == ussuri
-
name
:
Install Python2 modules for stable/train
package
:
name
:
-
python-pip
-
python-setuptools
-
python-virtualenv
-
python-wheel
become
:
true
when
:
-
is_upgrade
-
previous_release == 'train'
-
not (ansible_os_family == "RedHat" and ansible_distribution_major_version | int == 8)
# NOTE(hrw): On RedHat systems it is part of python3-virtualenv
-
name
:
Install virtualenv on Debian systems
package
:
name
:
-
virtualenv
become
:
true
when
:
ansible_os_family == "Debian"
-
name
:
Ensure /tmp/logs/ dir
file
:
path
:
"
{{
logs_dir
}}"
...
...
This diff is collapsed.
Click to expand it.
zuul.d/base.yaml
+
3
−
0
View file @
10036c07
...
...
@@ -38,6 +38,9 @@
neutron_external_network_prefix_length
:
"
24"
neutron_external_interface_name
:
vxlan1
tls_enabled
:
false
# NOTE(yoctozepto): Ansible on Debian defaults to /usr/bin/python which is
# python2. Let's use python3 instead as expected in 2020 and beyond.
ansible_python_interpreter
:
python3
roles
:
-
zuul
:
zuul/zuul-jobs
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment