Allow updatePod API requests to update startIP and endIP#3292
Allow updatePod API requests to update startIP and endIP#3292kioie wants to merge 7 commits intoapache:mainfrom
Conversation
Signed-off-by: kioie <kioie@gmail.com>
|
user_ip_address table may need updating, and also several others checks may be necessary around IP range overlaps etc. |
…datePodIP # Conflicts: # server/src/main/java/com/cloud/configuration/ConfigurationManagerImpl.java
|
@blueorangutan package |
|
@kioie a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress. |
|
Packaging result: ✔centos6 ✔centos7 ✔debian. JID-101 |
|
@blueorangutan package |
|
@andrijapanicsb a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress. |
|
@kioie have you tested this one - does it update the mentioned user_ip_address table (add or remove IPs if the range is being expanded or shrinked) ? |
|
Packaging result: ✖centos6 ✔centos7 ✔debian. JID-531 |
checks for overlaps without updating any allocation states, if state=allocated, overlap will return true and update will fail |
Hey @andrijapanicsb @rhtyd since this is pod IP edit, I think its op_dc_ip_address_alloc table as opposed to user_ip_address table, correct? |
…es. Added logic to update op_dc_ip_address_alloc table. Also bried cleanup
2406001 to
8e55dbf
Compare
|
Thanks for the PR @kioie - are you able to work on this, or is this work/PR abandoned? |
|
@rohityadavcloud It seems the same functionality was addressed in the PR #4010 with a new updatePodManagementNetworkIpRange API , and the work there was continued later in the PR #5458. So, I think, this PR is not valid and can be closed. Do you agree @kioie ? |
|
implemented by #5458 |
Definição do estado `BackupError` para VMs que falharam ao remover a oferta de _backup_ Closes #3292 See merge request scclouds/scclouds!1370
Signed-off-by: kioie kioie@gmail.com
Description
Fixes #2797
Types of changes
Screenshots (if appropriate):
How Has This Been Tested?
List the pods
Update pod endIP
Update pod startIP
Updates in the DB
