summaryrefslogtreecommitdiffstats
path: root/vnftest/onap/lifecycle/create_service_instance.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'vnftest/onap/lifecycle/create_service_instance.yaml')
-rw-r--r--vnftest/onap/lifecycle/create_service_instance.yaml65
1 files changed, 29 insertions, 36 deletions
diff --git a/vnftest/onap/lifecycle/create_service_instance.yaml b/vnftest/onap/lifecycle/create_service_instance.yaml
index 93850b7..996c580 100644
--- a/vnftest/onap/lifecycle/create_service_instance.yaml
+++ b/vnftest/onap/lifecycle/create_service_instance.yaml
@@ -11,42 +11,35 @@
# See the License for the specific language governing permissions and limitations under
# the License
##############################################################################
-
---
-method: "POST"
-url: "http://{mso_ip}/ecomp/mso/infra/serviceInstances/v5"
-headers: {
- "Content-Type": "application/json",
- "Accept": "application/json",
- "Authorization": "Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==",
- "X-FromAppId": "MSO",
- "X-TransactionId": "demo"
- }
-body: {
- "requestDetails": {
- "requestInfo": {
- "source": "VID",
- "requestorId": "vid1",
- "suppressRollback": "true",
- "instanceName": "{service_instance_name}"
- },
- "modelInfo": {
- "modelVersionId": "{service_model_version_id}",
- "modelVersion": "{service_model_version}",
- "modelName": "{service_model_normalized_name}",
- "modelInvariantId": "{service_model_invariant_id}",
- "modelType": "service"
- },
- "requestParameters": {
- "userParams": [
+method: POST
+url: http://{{mso_ip}}/ecomp/mso/infra/serviceInstances/v5
+headers:
+ Content-Type: application/json
+ Accept: application/json
+ Authorization: Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==
+ X-FromAppId: MSO
+ X-TransactionId: demo
+
+body:
+ requestDetails:
+ requestInfo:
+ source: VID
+ requestorId: vid1
+ suppressRollback: true
+ instanceName: {{service_instance_name}}
+
+ modelInfo:
+ modelVersionId: {{service_model_version_id}}
+ modelVersion: {{service_model_version}}
+ modelName: {{service_model_normalized_name}}
+ modelInvariantId: {{service_model_invariant_id}}
+ modelType: service
- ],
- "aLaCarte": "true",
- "subscriptionServiceType": "vFW"
- },
- "subscriberInfo": {
- "globalSubscriberId": "{customer_name}"
- }
- }
- }
+ requestParameters:
+ userParams: []
+ aLaCarte: true
+ subscriptionServiceType: vFW
+ subscriberInfo:
+ globalSubscriberId: {{customer_name}} \ No newline at end of file