From c1b71f95ce7e5ccb683525a93511599fb63868f2 Mon Sep 17 00:00:00 2001 From: garciadeblas Date: Fri, 17 Jan 2020 11:02:05 +0100 Subject: [PATCH] Fix params for KNF deployment Signed-off-by: garciadeblas --- 05-osm-usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/05-osm-usage.md b/05-osm-usage.md index c6de7e0..88349d4 100644 --- a/05-osm-usage.md +++ b/05-osm-usage.md @@ -1184,7 +1184,7 @@ You can instantiate two NS instances: ```bash osm ns-create --ns_name ldap --nsd_name openldap_ns --vim_account -osm ns-create --ns_name ldap2 --nsd_name openldap_ns --vim_account --config '{additionalParamsForVnf: [{"member-vnf-index": "openldap", "additionalParams": {"replicaCount": "2"}}]}' +osm ns-create --ns_name ldap2 --nsd_name openldap_ns --vim_account --config '{additionalParamsForVnf: [{"member-vnf-index": "openldap", additionalParamsForKdu: [{ kdu_name: "ldap", "additionalParams": {"replicaCount": "2"}}]}]}' ``` Check in the cluster that pods are properly created: -- GitLab