<div dir="ltr"><span style="font-size:12.8px">Hi,</span><div style="font-size:12.8px">   I'm running tacker and able to launch vnf through VNF manager. But the configuration of the VNF is not getting injected to VNF. </div><div style="font-size:12.8px">Kindly help me in debugging of injection of configuration</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">Please find below tosca config file</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px"><div>tosca_definitions_version: tosca_simple_profile_for_nfv_<wbr>1_0_0</div><div><br></div><div>description: OpenWRT with firewall services</div><div><br></div><div>metadata:</div><div>  template_name: APM</div><div><br></div><div>topology_template:</div><div>  node_templates:</div><div>    VDU1:</div><div>      type: tosca.nodes.nfv.VDU.Tacker</div><div>      capabilities:</div><div>        nfv_compute:</div><div>          properties:</div><div>            num_cpus: 1</div><div>            mem_size: 1024 MB</div><div>            disk_size: 1 GB</div><div>      properties:</div><div>        image: openWRT-image2</div><div>        config:</div><div>          firewall: |</div><div>            package firewall</div><div><br></div><div>            config defaults</div><div>                option syn_flood '1'</div><div>                option input 'ACCEPT'</div><div>                option output 'ACCEPT'</div><div>                option forward 'REJECT'</div><div><br></div><div>            config zone</div><div>                option name 'lan'</div><div>                list network 'lan'</div><div>                option input 'ACCEPT'</div><div>                option output 'ACCEPT'</div><div>                option forward 'REJECT'</div><div><br></div><div>            config zone</div><div>                option name 'wan'</div><div>                list network 'wan'</div><div>                list network 'wan6'</div><div>                option input 'REJECT'</div><div>                option output 'ACCEPT'</div><div>                option forward 'REJECT'</div><div>                option masq '1'</div><div>                option mtu_fix '1'</div><div><br></div><div>            config forwarding</div><div>                option src 'lan'</div><div>                option dest 'wan'</div><div><br></div><div>            config rule</div><div>                option name 'Allow-DHCP-Renew'</div><div>                option src 'wan'</div><div>                option proto 'udp'</div><div>                option dest_port '68'</div><div>                option target 'ACCEPT'</div><div>                option family 'ipv4'</div><div><br></div><div>            config rule</div><div>                option name 'Allow-Ping'</div><div>                option src 'wan'</div><div>                option proto 'icmp'</div><div>                option icmp_type 'echo-request'</div><div>                option family 'ipv4'</div><div>                option target 'REJECT'</div><div>        mgmt_driver: openwrt</div><div>        monitoring_policy:</div><div>          name: ping</div><div>          parameters:</div><div>            count: 3</div><div>            interval: 10</div><div>          actions:</div><div>            failure: respawn</div><div><br></div><div>    CP1:</div><div>      type: tosca.nodes.nfv.CP.Tacker</div><div>      properties:</div><div>        management: true</div><div>        anti_spoofing_protection: false</div><div>      requirements:</div><div>        - virtualLink:</div><div>            node: VL1</div><div>        - virtualBinding:</div><div>            node: VDU1</div><div><br></div><div>    VL1:</div><div>      type: tosca.nodes.nfv.VL</div><div>      properties:</div><div>        network_name: net_mgmt</div><div>        vendor: Tacker</div></div><div style="font-size:12.8px"><br><div><br></div><div><br></div><div>Note: haven't seen any ssh connection formed to VNF from host during and after installation.</div><div><br></div><div><br></div><div>Thanks && Regards,</div><div>-Vishnu</div></div></div>