You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to expose service update to users including new dashboard urls returned
I need the maintenance_info to be returned to OSB clients, so that osb client can request a service instance update and receive a refreshed service instance view with an updated dashboard url
Acceptance test scenario
S1: catalog
Given a coab instance is configured with the following flags
maintenance_info.version: the osb-cmdb version
maintenance_info.description: the osb-cmdb description of the update
Then /v2/catalog returns the specified maintenance_info
S2: service provisionning
Given a coab instance is configured with the following flags
maintenance_info.version: the osb-cmdb version
maintenance_info.description: the osb-cmdb description of the update
When service instance provisionning request is received
Then the coab-vars.yml includes the specified maintenance_info
S3: service update: ignored when maintenance_info match
Given a coab instance is configured with the following flags
maintenance_info.version: v48
maintenance_info.description: "mariadb update y"
And service instance exists with maintenance info
"maintenance_info": {
"version": "v47",
"description": "mariadb version update to x"
}
When a service instance update request comes with
"maintenance_info": {
"version": "v47",
"description": "mariadb version update to x"
}
Acceptance test scenario
S1: catalog
maintenance_info
S2: service provisionning
maintenance_info
S3: service update: ignored when
maintenance_info
matchS4:
service update: triggers COA pipeline whenmaintenance_info
don't matchNote: This is delayed and moved into #245 instead
The text was updated successfully, but these errors were encountered: