Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
afd842a
Update releasenotes/notes/release-train-02-2023-package-refresh-9de80…
MoteHue Feb 13, 2023
051399d
Merge pull request #379 from stackhpc/wallaby-update-pulp-repo-versions
MoteHue Feb 13, 2023
cd566b4
Merge pull request #389 from stackhpc/xena-wallaby-merge
markgoddard Feb 13, 2023
6344d42
fix: task would fail to delegate and run on host
jackhodgkiss Feb 14, 2023
147c0b4
Merge pull request #391 from stackhpc/fix-compute-drain-delegate
markgoddard Feb 14, 2023
c3676e0
Fix missing group in smart alerting rules
technowhizz Dec 23, 2022
9ccd872
alertmanager example and monitoring docs update
Alex-Welsh Jan 23, 2023
2bf04bf
Add drive temps to hardware dashboard
technowhizz Dec 30, 2022
b66e05c
Update the hardware overview dashboard
technowhizz Jan 4, 2023
efc90d2
Add release note for smart rules bugfix
technowhizz Dec 23, 2022
be5e64d
Add awesome alerts alert for NTP
technowhizz Jan 4, 2023
f6888bb
Fix versions & releases in package refresh note
MoteHue Feb 14, 2023
9b2e604
Merge pull request #393 from stackhpc/fix-package-refresh-release-note
markgoddard Feb 14, 2023
cacf3ab
Merge pull request #392 from stackhpc/xena-backports
markgoddard Feb 15, 2023
0aff381
Refresh ubuntu containers
jovial Feb 15, 2023
87024d3
Merge pull request #387 from stackhpc/sync/xena
markgoddard Feb 16, 2023
9a03f40
Document how to override swap_device
priteau Feb 17, 2023
eaa7564
Fix Ansible deprecation warning
priteau Feb 19, 2023
feb000f
Merge pull request #400 from stackhpc/swap-device-var
markgoddard Feb 20, 2023
a97be6d
Merge pull request #401 from stackhpc/callbacks-enabled
markgoddard Feb 20, 2023
02cf478
Adds release note for ubuntu container refresh
jovial Feb 20, 2023
c6c5a01
Refresh Ubuntu images
jovial Feb 20, 2023
326a253
Merge remote-tracking branch 'origin/refresh/wallaby/ubuntu-2023-02-1…
jovial Feb 20, 2023
6e337ad
Merge remote-tracking branch 'origin/refresh/xena/ubuntu-2023-02-20' …
jovial Feb 21, 2023
315c3fd
Refresh ubuntu container images
jovial Feb 21, 2023
af6e34e
Correct release note for yoga release
jovial Feb 21, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion etc/kayobe/ansible.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ bin_ansible_callbacks = True
# Disable fact variable injection to improve performance.
inject_facts_as_vars = False
# Add timing information to output
callback_whitelist = ansible.posix.profile_tasks
callbacks_enabled = ansible.posix.profile_tasks

[ssh_connection]
pipelining = True
2 changes: 2 additions & 0 deletions etc/kayobe/ansible/nova-compute-drain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
extra_args: "{% if pip_upper_constraints_file %}-c {{ pip_upper_constraints_file }}{% endif %}"
run_once: true
delegate_to: "{{ groups['controllers'][0] }}"
vars:
ansible_host: "{{ hostvars[groups['controllers'][0]].ansible_host }}"

- block:
- name: Query instances
Expand Down
4 changes: 3 additions & 1 deletion etc/kayobe/ansible/swap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
# * swap_group: Host pattern against which to target the playbook. Default is
# 'overcloud'.
# * swap_device: Name of the swap device to configure. Default is
# '/dev/rootvg/lv_swap'.
# '/dev/rootvg/lv_swap'. To use a different value, set an extra
# var (e.g. in $KAYOBE_CONFIG_PATH/swap.yml) because play vars
# take precedence over any inventory variable.

- name: Configure swap
hosts: "{{ swap_group | default('overcloud') }}"
Expand Down
2 changes: 1 addition & 1 deletion etc/kayobe/kolla.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ kolla_docker_registry_password: "{{ stackhpc_docker_registry_password }}"

# Kolla OpenStack release version. This should be a Docker image tag.
# Default is {{ openstack_release }}.
kolla_openstack_release: "{% if kolla_base_distro == 'centos' %}yoga-20230217T135826{% else %}yoga-20221215T122529{% endif %}"
kolla_openstack_release: "{% if kolla_base_distro == 'centos' %}yoga-20230217T135826{% else %}yoga-20230220T181235{% endif %}"

# Docker tag applied to built container images. Default is
# {{ kolla_openstack_release }}.
Expand Down
9 changes: 1 addition & 8 deletions etc/kayobe/kolla/globals.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,7 @@ enable_docker_repo: {% raw %}"{{ 'overcloud' not in group_names or ansible_facts
{% if kolla_base_distro == 'centos' %}
bifrost_tag: yoga-20230217T160618
{% else %}
bifrost_tag: yoga-20221215T142947
blazar_tag: yoga-20230215T113406
cinder_tag: yoga-20230125T114437
etcd_tag: yoga-20230207T153642
glance_tag: yoga-20230125T114437
magnum_tag: yoga-20230131T174509
neutron_tag: yoga-20230104T163118
nova_tag: yoga-20230125T114437
bifrost_tag: yoga-20230220T184947
{% endif %}

glance_tls_proxy_tag: "{% raw %}{{ haproxy_tag | default(openstack_tag) }}{% endraw %}"
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
features:
- |
Container images for Ubuntu based deployments have been updated.
Key packages to note are:

* Libvirt
* version: 8.0.0
* release: 1ubuntu7.4~cloud0
* OVS
* version: 2.17.3
* release: 0ubuntu0.22.04.1~cloud0
* OVN (unchanged since last container build)
* version: 22.03.0
* release: 0ubuntu1~cloud0