-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Octavia volume-based Amphora test #1173
Merged
dosaboy
merged 2 commits into
openstack-charmers:master
from
freyes:test-volume-based-amphora
Sep 24, 2024
Merged
Add Octavia volume-based Amphora test #1173
dosaboy
merged 2 commits into
openstack-charmers:master
from
freyes:test-volume-based-amphora
Sep 24, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
freyes
force-pushed
the
test-volume-based-amphora
branch
from
December 5, 2023 19:27
f929c48
to
0dc90ac
Compare
This PR is being exercised by https://review.opendev.org/c/openstack/charm-octavia/+/810567 |
freyes
force-pushed
the
test-volume-based-amphora
branch
2 times, most recently
from
December 7, 2023 13:09
d434fc9
to
c70ac57
Compare
dosaboy
force-pushed
the
test-volume-based-amphora
branch
3 times, most recently
from
August 9, 2024 10:21
8b6bb0a
to
7eb0ae2
Compare
dosaboy
force-pushed
the
test-volume-based-amphora
branch
10 times, most recently
from
September 20, 2024 15:30
172b8cf
to
825813e
Compare
dosaboy
changed the title
Add LBaaSv2 volume-based Amphora test
Add Octavia volume-based Amphora test
Sep 20, 2024
dosaboy
force-pushed
the
test-volume-based-amphora
branch
2 times, most recently
from
September 22, 2024 20:33
a1bd6e8
to
e9701f3
Compare
Enable Amphora to run instances booted from volume by flipping the config option `enable-volume-based-amphora` to True and checking volumes attached to the amphora instances. Depends-On: https://review.opendev.org/c/openstack/charm-octavia/+/810567 Related-Bug: https://launchpad.net/bugs/1901732
dosaboy
force-pushed
the
test-volume-based-amphora
branch
from
September 22, 2024 20:39
e9701f3
to
3c4482b
Compare
these tests are now passing see https://review.opendev.org/c/openstack/charm-octavia/+/929917 |
nicolasbock
approved these changes
Sep 24, 2024
openstack-mirroring
pushed a commit
to openstack/charm-octavia
that referenced
this pull request
Sep 24, 2024
By default launched amphora will use ephemeral storage as defined by flavor used, this is suboptimal for environments where live-migration is desired (and avoiding the transfer of the blockstorage is needed), but also provides some resiliency in case of hypervisor failures. This patch adds a new set of configuration option to enable amphora instances booted from volume. * enable-volume-based-amphora * volume-size * volume-type More details about this feature can be found at https://opendev.org/openstack/octavia/commit/93b509cfe5ccced92ab482fa789ed6cdb700f154 Also: * removes Mantic tests Func-Test-Pr: openstack-charmers/zaza-openstack-tests#1173 Closes-Bug: #1901732 Change-Id: I45a8385e3522f161e31daf786f293777363e57e0 (cherry picked from commit a4711f5)
openstack-mirroring
pushed a commit
to openstack/charm-octavia
that referenced
this pull request
Oct 15, 2024
By default launched amphora will use ephemeral storage as defined by flavor used, this is suboptimal for environments where live-migration is desired (and avoiding the transfer of the blockstorage is needed), but also provides some resiliency in case of hypervisor failures. This patch adds a new set of configuration option to enable amphora instances booted from volume. * enable-volume-based-amphora * volume-size * volume-type More details about this feature can be found at https://opendev.org/openstack/octavia/commit/93b509cfe5ccced92ab482fa789ed6cdb700f154 Also: * removes Mantic tests Func-Test-Pr: openstack-charmers/zaza-openstack-tests#1173 Closes-Bug: #1901732 Change-Id: I45a8385e3522f161e31daf786f293777363e57e0 (cherry picked from commit a4711f5)
openstack-mirroring
pushed a commit
to openstack/charm-octavia
that referenced
this pull request
Oct 16, 2024
By default launched amphora will use ephemeral storage as defined by flavor used, this is suboptimal for environments where live-migration is desired (and avoiding the transfer of the blockstorage is needed), but also provides some resiliency in case of hypervisor failures. This patch adds a new set of configuration option to enable amphora instances booted from volume. * enable-volume-based-amphora * volume-size * volume-type More details about this feature can be found at https://opendev.org/openstack/octavia/commit/93b509cfe5ccced92ab482fa789ed6cdb700f154 Func-Test-Pr: openstack-charmers/zaza-openstack-tests#1173 Closes-Bug: #1901732 Change-Id: I45a8385e3522f161e31daf786f293777363e57e0
openstack-mirroring
pushed a commit
to openstack/openstack
that referenced
this pull request
Oct 16, 2024
* Update charm-octavia from branch 'master' to a4711f55d757c8bcbe22079e09880254c961f213 - Add config options for volume-based amphora. By default launched amphora will use ephemeral storage as defined by flavor used, this is suboptimal for environments where live-migration is desired (and avoiding the transfer of the blockstorage is needed), but also provides some resiliency in case of hypervisor failures. This patch adds a new set of configuration option to enable amphora instances booted from volume. * enable-volume-based-amphora * volume-size * volume-type More details about this feature can be found at https://opendev.org/openstack/octavia/commit/93b509cfe5ccced92ab482fa789ed6cdb700f154 Func-Test-Pr: openstack-charmers/zaza-openstack-tests#1173 Closes-Bug: #1901732 Change-Id: I45a8385e3522f161e31daf786f293777363e57e0
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Enable Amphora to run instances booted from a volume by flipping the config option
enable-volume-based-amphora
to True and checking volumes attached to the amphora instances.Depends-On: https://review.opendev.org/c/openstack/charm-octavia/+/810567
Related-Bug: https://launchpad.net/bugs/1901732