Skip to content

Conversation

markgoddard
Copy link
Contributor

  • Fix default when ANSIBLE_SERIAL not set
  • Bump the default worker count
  • Fix release train 02-2023 renos
  • release notes: Remove default_branch config option
  • Use yoga upper constraints for releasenotes tox env
  • Run doc8 and reno lint in pep8 tox env
  • Reduce concurrency
  • Configure tunnel mtu in neutron
  • Reduce tempest concurrency to 1
  • Bump timeouts to account for ceph being slow
  • Bump MTU on external network
  • Set storage protocol
  • Clarify which exchanges should remain after the forced reset of RabbitMQ
  • Change fix-networking.yml so it doesn't overwrite all of /etc/hosts
  • Update doc/source/operations/rabbitmq.rst
  • Correct marker
  • Fix InstanceDown alert (Fix InstanceDown alert #419)
  • Build Neutron from stackhpc fork
  • Build caso container with release train
  • Build caso image
  • Build blazar image
  • Revert "Build caso image"
  • Add image tags for caso and blazar
  • Bump Neutron to include IPv6 metadata workaround
  • Adds a release note for caso
  • Adds a release note for blazar
  • Bump neutron containers to support NGS batching
  • Bump Neutron to include IPv6 metadata workaround
  • Add release note for Neutron IPv6 metadata workaround
  • Use newer liblasso package in Ubuntu
  • Bump up Keystone's image tag for Ubuntu
  • Use newer liblasso package in Ubuntu
  • Bump up Keystone's image tag for Ubuntu
  • Add unit (GiB) to LowMemory alert (Add unit (GiB) to LowMemory alert #437)
  • Add tags for Blazar and Caso images

jovial and others added 30 commits February 15, 2023 14:32
You will see:

```
ERROR! Unexpected Exception, this is probably a bug: invalid literal for int() with base 10: ''
```

This is because the default filter only works on undefined variables and the lookup returns an empty string. We can
use the boolean parameter on the default filter, see:

https://jinja.palletsprojects.com/en/3.1.x/templates/#jinja-filters.default
…efault

Fix default when ANSIBLE_SERIAL not set
Hoping this will help with the slowness when pulling container images
across multiple hosts. Credit to @m-bull for noticing the option:

pulp/pulp-oci-images@29c29df

I've bumped pulp to 3.22 so that we don't have to force pull 3.21 to get
an image with this feature.
This option seemed to cause a few problems:

1. The GitHub PR CI used the release branch, so does not test changes to
   release notes
2. Only tags that have not yet been merged to later release branches
   appeared in the release notes.

Things look better after removing the option.
This allows building on Python 3.10, and is what we do for the docs env already.
This determines the default mtu that neutron will use when networks
are created.
We need this to match the global_physical_network_mtu set in
neutron.conf for some tests to pass correctly.
Resolves a few tempest failures:

```
2023-02-10 18:34:25.310 590 INFO default [-] {1} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_crud_with_volume_type_and_extra_specs ... success [4.531s]
2023-02-10 18:34:46.163 590 INFO default [-] {1} tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_from_snapshot_cascade_delete ... skip [0.000s]: b'Skip because of Bug#1677525'
2023-02-10 18:34:48.844 590 INFO default [-] {1}
tempest.api.volume.test_volumes_backup.VolumesBackupsTest.test_volume_backup_create_get_detailed_list_restore_delete
... skip [0.000s]: b'ceph does not support arbitrary container names'
```
Co-authored-by: Mark Goddard <mark@stackhpc.com>
Fixes the InstanceDown alerting rule wait time to be consistent with
the alert message. The alert message says "for 5 minutes" but the rule
was set to wait for 1 minute.
Change fix-networking.yml so it doesn't overwrite all of /etc/hosts
Clarify which exchanges should remain after the forced reset of RabbitMQ
Run doc8 and reno lint in pep8 tox env
This is required to include our IPv6 metadata workaround.
This is required for the scientific-openstack/release train merge.
This reverts commit d887546.
Build Neutron from stackhpc fork
jovial and others added 23 commits March 6, 2023 11:13
Bump Neutron to include IPv6 metadata workaround
Adds missing images needed by Scientific OpenStack.
This is used by scientific-openstack and is opt in via a config
option.

See: stackhpc/networking-generic-switch#54
Add release note for Neutron IPv6 metadata workaround
Bump neutron containers to support NGS batching
Wallaby: Use newer liblasso package version in Ubuntu
Xena: Use newer liblasso package version in Ubuntu
Add unit (GiB) to LowMemory alert
@markgoddard markgoddard requested a review from a team as a code owner March 15, 2023 14:00
@markgoddard markgoddard self-assigned this Mar 15, 2023
@markgoddard markgoddard merged commit 8a14261 into stackhpc/yoga Mar 16, 2023
@markgoddard markgoddard deleted the yoga-xena-merge branch March 16, 2023 11:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants