Resource CREATE failed: NotFound: resources.VDU1: Could not find domain: default (HTTP 404)
while trying to deploy first VNFD template as shown below, My stack gets failed.
VNFD Template
_______
tosca_definitio
description: Demo example
metadata:
template_name: sample-tosca-vnfd
topology_template:
node_templates:
VDU1:
type: tosca.nodes.
properties:
image: Cirros
flavor: m1.tiny
CP1:
type: tosca.nodes.
properties:
management: true
requirements:
- virtualLink:
node: VL1
- virtualBinding:
node: VDU1
CP2:
type: tosca.nodes.
properties:
requirements:
- virtualLink:
node: VL2
- virtualBinding:
node: VDU1
VL1:
type: tosca.nodes.nfv.VL
properties:
vendor: Tacker
VL2:
type: tosca.nodes.nfv.VL
properties:
vendor: Tacker
_______
While doing debug with stack-list getting below output:
_______
root@controler:
+------
| ID | Stack Name | Stack Status | Creation Time | Updated Time |
+------
| 4591083a-
| | 54c92434-
+------
root@controler:
DEBUG (session) REQ: curl -g -i -X GET http://
DEBUG (connectionpool) Starting new HTTP connection (1): controler
DEBUG (connectionpool) http://
DEBUG (session) RESP: [200] Date: Tue, 07 Mar 2017 21:11:03 GMT Server: Apache/2.4.7 (Ubuntu) Vary: X-Auth-Token X-Distribution: Ubuntu x-openstack-
RESP BODY: {"version": {"status": "stable", "updated": "2016-04-
DEBUG (base) Making authentication request to http://
DEBUG (connectionpool) http://
DEBUG (session) REQ: curl -g -i -X GET http://
DEBUG (connectionpool) Starting new HTTP connection (1): controler
DEBUG (connectionpool) http://
DEBUG (session) RESP: [200] Content-Type: application/json; charset=UTF-8 Content-Length: 795 X-Openstack-
RESP BODY: {"stacks": [{"description": "Demo example\n", "parent": null, "stack_
+------
| id | stack_name | stack_status | creation_time | updated_time |
+------
| 4591083a-
+------
Any Pointers towards this issue resolution? what causing VNF stacking failed?
Thanks,
Abhijeet Karve
Question information
- Language:
- English Edit question
- Status:
- Answered
- For:
- tacker Edit question
- Assignee:
- No assignee Edit question
- Last query:
- Last reply:
Can you help with this problem?
Provide an answer of your own, or ask Abhijeet for more information if necessary.