tacker ns-create "Request failed: internal server error while processing your request"

Asked by montida

Hi,
I got some error while executing 'tacker ns-create' command as "Request Failed: internal server error while processing your request". Although, I have on board vnfd already.

 $ tacker vim-list
+--------------------------------------+----------------------------------+------+-----------+------------+------------------------------+---------+
| id | tenant_id | name | type | is_default | placement_attr | status |
+--------------------------------------+----------------------------------+------+-----------+------------+------------------------------+---------+
| 23b5c6d2-38fa-47bd-bedc-e6497de01ace | 9b3e1bd915e04634893646940f0712e6 | VIM0 | openstack | True | {u'regions': [u'RegionOne']} | PENDING |
| 79ff38a5-3a12-4a0f-9dd0-78393f140b5c | db4af119b710492f846e048f9c383059 | VIM2 | openstack | False | {u'regions': [u'RegionOne']} | PENDING |
| a5f841fc-b382-4062-ba1b-695da98ffc3d | db4af119b710492f846e048f9c383059 | VIM1 | openstack | False | {u'regions': [u'RegionOne']} | PENDING |
+--------------------------------------+----------------------------------+------+-----------+------------+------------------------------+---------+

$ tacker vnfd-list
+--------------------------------------+-------+-----------------+--------------------+
| id | name | template_source | description |
+--------------------------------------+-------+-----------------+--------------------+
| 720caf76-8322-49b5-a6e1-35d50d97bda8 | vnfd2 | onboarded | Demo example VNFD2 |
| b36c2e1a-46f1-48af-9f89-1f11745e88e8 | vnfd1 | onboarded | Demo Sample VNFD1 |
+-----------------

$ tacker vnf-list
+--------------------------------------+------+-----------------------------------------------------+--------+--------------------------------------+--------------------------------------+
| id | name | mgmt_url | status | vim_id | vnfd_id |
+--------------------------------------+------+-----------------------------------------------------+--------+--------------------------------------+--------------------------------------+
| 0aa91bdb-5c81-4701-904c-927100ce3a89 | vnf2 | {"VDU1": "192.168.120.11", "VDU2": "192.168.120.6"} | ACTIVE | 79ff38a5-3a12-4a0f-9dd0-78393f140b5c | b36c2e1a-46f1-48af-9f89-1f11745e88e8 |
| 0ecff66a-6ce3-45ec-ae29-d6d7017dfe72 | vnf1 | {"VDU1": "192.168.120.5", "VDU2": "192.168.120.12"} | ACTIVE | 79ff38a5-3a12-4a0f-9dd0-78393f140b5c | b36c2e1a-46f1-48af-9f89-1f11745e88e8 |
+--------------------------------------+------+-----------------------------------------------------+--------+--------------------------------------+--------------------------------------+

$ tacker nsd-list
+--------------------------------------+---------+------------------------------+
| id | name | description |
+--------------------------------------+---------+------------------------------+
| 2be645c5-5eba-4d38-a707-9713dc7368a9 | nsd-vnf | Import VNDs(already on-bo... |
+--------------------------------------+---------+------------------------------+
---------------------+-------+-----------------+--------------------+

$ tacker ns-create --nsd-name nsd-vnf --vim-name VIM2 ns-vnf
Request Failed: internal server error while processing your request.

As a matter of fact, I can successfully initiate vnf instance, but I am wondering why I can not initiate ns instance even though I already specified the VIM's name.

Can you help me?

Question information

Language:
English Edit question
Status:
Expired
For:
tacker Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Launchpad Janitor (janitor) said :
#1

This question was expired because it remained in the 'Open' state without activity for the last 15 days.