Age | Commit message (Collapse) | Author | Files | Lines |
|
Rename fields in VfModule:
- volumeGroupName instead of volumeGroupInstanceName
- sdncPreLoad instead of usePreload
Also allow "set" on pupups by providing an empty "existingNames"
Issue-ID: VID-724
Change-Id: I18ea0c3fdb4fe716c01902effbb577844000f958
Signed-off-by: Ittay Stern <ittay.stern@att.com>
|
|
Issue-ID: VID-724
Change-Id: Ife26ef3278a37555a80fe4f3e8afa56666ca81ba
Signed-off-by: Alexey Sandler <alexey.sandler@intl.att.com>
|
|
Issue-ID: VID-724
Signed-off-by: Alexey Sandler <alexey.sandler@intl.att.com>
Change-Id: I6f050e77b41e57016a01c622b0bb09e5e36155e2
|
|
Issue-ID: VID-724
Signed-off-by: Alexey Sandler <alexey.sandler@intl.att.com>
Change-Id: I8231009ca8753987055291af83eb5c088d816ac8
|
|
This will satisfy a new test: Template Topology API test:
Deploy Cypress -> getTemplateTopology returns the same template
Also updating templates__instance_template.json with actual
"templateTopology" endpoint fields.
Issue-ID: VID-724
Change-Id: I1160656c9a58ab2678ca6f2529688463fbd60a91
Signed-off-by: Ittay Stern <ittay.stern@att.com>
|
|
Issue-ID: VID-724
Signed-off-by: Alexey Sandler <alexey.sandler@intl.att.com>
Change-Id: I97ca6efa552ee16cf163ca39446ddc34f1a719da
Signed-off-by: Alexey Sandler <alexey.sandler@intl.att.com>
|
|
to update state with template which was called from back end.
Issue-ID: VID-724
Signed-off-by: Alexey Sandler <alexey.sandler@intl.att.com>
Change-Id: I0726d54324e523d60bcd41116ee44b01a88d9c7b
|
|
Issue-ID: VID-724
Signed-off-by: Alexey Sandler <alexey.sandler@intl.att.com>
Change-Id: Ia3738a146d0b57e961e097c6b6e70e525c46a397
|
|
Use endpoint "templateTopology" instead of "bulkForRetry"
Issue-ID: VID-724
Change-Id: Ic92971e29d1f78768aeb82158ce424ff31bfbbb0
Signed-off-by: Alexey Sandler <alexey.sandler@intl.att.com>
|
|
A new route "RECREATE" allows the half-way between RETRY and CREATE: It
is "retry" because historic topology is loaded. It is "create" because
a new instance is created upon "Deploy".
Following commits should modify business-code, so that:
- The expectedPostAsyncInstantiation assertion pass;
- User is navigated the Instantiation-Status page;
- The template topology will be from a designated endpoint
"templateTopology", instead of "bulkForRetry";
- Consider the hack in `templates__instance_template.json`, where action
is "None_Create" instead of "Create" to workaround a state-oriented
problem in the method `extractServiceFields()`.
Issue-ID: VID-724
Change-Id: I0fc282b506a05b8161f3b3f96959493d3843c7f9
Signed-off-by: Ittay Stern <ittay.stern@att.com>
|