Skip to content

Commit

Permalink
Merge "CI: Jammy followup - move os_release" into stable/yoga
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuul authored and openstack-gerrit committed Mar 6, 2023
2 parents a292e4b + 524bc87 commit 5b35bbc
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 0 additions & 4 deletions playbooks/kayobe-overcloud-base/globals.yml.j2
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
---
{% if ansible_facts.distribution_release == "jammy" %}
os_release: "jammy"
{% endif %}

# Use HTTPS opendev quay.io registry proxy.
docker_registry_insecure: no

Expand Down
4 changes: 4 additions & 0 deletions playbooks/kayobe-overcloud-base/overrides.yml.j2
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
---
{% if ansible_facts.distribution_release == "jammy" %}
os_release: "jammy"
{% endif %}

# NOTE(mgoddard): Don't reboot after disabling SELinux during CI testing, as
# Ansible is run directly on the controller.
disable_selinux_do_reboot: false
Expand Down
4 changes: 4 additions & 0 deletions playbooks/kayobe-seed-base/overrides.yml.j2
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
---
{% if ansible_facts.distribution_release == "jammy" %}
os_release: "jammy"
{% endif %}

# NOTE(mgoddard): Don't reboot after disabling SELinux during CI testing, as
# Ansible is run directly on the controller.
disable_selinux_do_reboot: false
Expand Down

0 comments on commit 5b35bbc

Please sign in to comment.