ec5b3a7a82
This freezes the roles and copy each role releases notes for preparing the first Milestone of the Rocky release. Change-Id: I6b1343863eb27a5753ddbfcc3c1e2b063618ae50
17 lines
780 B
YAML
17 lines
780 B
YAML
---
|
|
features:
|
|
- |
|
|
This consolidates the amphora image tasks in a common file and adds a way
|
|
to download an amphora image from an artefact storage over http(s). With
|
|
the Octavia team providing test images the tests were modified to not
|
|
build images any longer but download them.
|
|
security:
|
|
- |
|
|
It is commonly considered bad practice to downlaod random images from the
|
|
Internet expecially the test images the Octavia team provides which could
|
|
potentially include unpatched operating system packages - so for any
|
|
production deploy adjust the download url to an artifact storage your
|
|
organization controls. The system also does not authenticate the image
|
|
(e.g. with an md5) so should only be used on networks your organization
|
|
controls.
|