CNF Deployment failed due to missing Default VIM

This patch makes kubernetes VIM as Default VIM,
in "ETSI NFV-SOL CNF Deployment" Documentation.

Closes-Bug: 1968680
Change-Id: I8a9e763a0ef7df07135ebfbdcc9fa104b778ee77
This commit is contained in:
Ashutosh Mishra 2022-04-12 08:10:11 +00:00
parent acf84a168a
commit 388ec25a8d
1 changed files with 4 additions and 4 deletions

View File

@ -94,7 +94,7 @@ the [1. Create a config file] chapter.
.. code-block:: console .. code-block:: console
$ openstack vim register --config-file vim-k8s.yaml test-vim-k8s --fit-width $ openstack vim register --config-file vim-k8s.yaml test-vim-k8s --fit-width --is-default
+----------------+-----------------------------------------------------------------------------------------------------------------+ +----------------+-----------------------------------------------------------------------------------------------------------------+
| Field | Value | | Field | Value |
+----------------+-----------------------------------------------------------------------------------------------------------------+ +----------------+-----------------------------------------------------------------------------------------------------------------+
@ -125,7 +125,7 @@ the [1. Create a config file] chapter.
| created_at | 2020-10-19 08:08:12.116040 | | created_at | 2020-10-19 08:08:12.116040 |
| description | | | description | |
| id | 8d8373fe-6977-49ff-83ac-7756572ed186 | | id | 8d8373fe-6977-49ff-83ac-7756572ed186 |
| is_default | False | | is_default | True |
| name | test-vim-k8s | | name | test-vim-k8s |
| placement_attr | { | | placement_attr | { |
| | "regions": [ | | | "regions": [ |
@ -153,7 +153,7 @@ Also we can check if the status of VIM is REACHABLE by
+--------------------------------------+----------------+----------------------------------+------------+------------+-----------+ +--------------------------------------+----------------+----------------------------------+------------+------------+-----------+
| ID | Name | Tenant_id | Type | Is Default | Status | | ID | Name | Tenant_id | Type | Is Default | Status |
+--------------------------------------+----------------+----------------------------------+------------+------------+-----------+ +--------------------------------------+----------------+----------------------------------+------------+------------+-----------+
| 8d8373fe-6977-49ff-83ac-7756572ed186 | test-vim-k8s | 2a505a8efb7a4569af73594bd9904834 | kubernetes | False | REACHABLE | | 8d8373fe-6977-49ff-83ac-7756572ed186 | test-vim-k8s | 2a505a8efb7a4569af73594bd9904834 | kubernetes | True | REACHABLE |
+--------------------------------------+----------------+----------------------------------+------------+------------+-----------+ +--------------------------------------+----------------+----------------------------------+------------+------------+-----------+
Prepare VNF Package Prepare VNF Package
@ -656,7 +656,7 @@ Get the ID of target VIM.
+--------------------------------------+----------------+----------------------------------+------------+------------+-----------+ +--------------------------------------+----------------+----------------------------------+------------+------------+-----------+
| ID | Name | Tenant_id | Type | Is Default | Status | | ID | Name | Tenant_id | Type | Is Default | Status |
+--------------------------------------+----------------+----------------------------------+------------+------------+-----------+ +--------------------------------------+----------------+----------------------------------+------------+------------+-----------+
| 8d8373fe-6977-49ff-83ac-7756572ed186 | test-vim-k8s | 2a505a8efb7a4569af73594bd9904834 | kubernetes | False | REACHABLE | | 8d8373fe-6977-49ff-83ac-7756572ed186 | test-vim-k8s | 2a505a8efb7a4569af73594bd9904834 | kubernetes | True | REACHABLE |
+--------------------------------------+----------------+----------------------------------+------------+------------+-----------+ +--------------------------------------+----------------+----------------------------------+------------+------------+-----------+
A json file includes path of Kubernetes resource definition file and Kubernetes A json file includes path of Kubernetes resource definition file and Kubernetes