<html>
<head>
<meta content="text/html; charset=iso-8859-15"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix">Hi Prasad:<br>
The first two things to check are:<br>
<br>
1 - Check the VM instance in Horizon to confirm that there are
three IP addresses assigned to it. If there is only one IP
address assigned to the VM, check the subnet configuration for the
vnf_private and private networks and make sure they have DHCP
enabled.<br>
<br>
2 - Verify that the image you are using is configured to enable
DHCP on eth1 and eth2 or their equivalent network interfaces.<br>
<br>
If there ARE three IP addresses assigned to the VM from step 1
then it is likely that the image is not configured to support DHCP
on eth1 and eth2.<br>
You would need to either modify the image to enabled DHCP on eth1
and eth2 and then save the modified image, or find a new image
that has DHCP enabled on those ports.<br>
<br>
Hope this helps<br>
<br>
Bob<br>
<br>
<br>
On 11/16/2016 4:11 AM, prasad kokkula wrote:<br>
</div>
<blockquote
cite="mid:CAD6spRV5AvFDfNXRKuiWZ08dpqaU9AvtNFGwa-_6SiRhKGuU5A@mail.gmail.com"
type="cite">
<meta http-equiv="Content-Type" content="text/html;
charset=iso-8859-15">
<div dir="ltr"><span style="font-size:12.8px">Hi All,</span>
<div style="font-size:12.8px"><br>
</div>
<div style="font-size:12.8px">
<div>[Tacker] I have tried to launch the vnf Instance using
Tacker. vnf is launched succesfully and able to do SSH.</div>
<div><br>
</div>
<div>I have faced the issue, the connection points (CP2, CP3)
are not getting ip addreess except managament CP (CP1).
Could you please let me know is this Tacker issue or any
configuration mismatch. </div>
<div><br>
</div>
<div>I have installed openstack newton release on Centos 7.
Please let me know if you need any other configuration.</div>
<div><br>
</div>
<div><br>
</div>
<div><br>
</div>
<div>==============================<wbr>==============================<wbr>=========================</div>
<div>Below are the net-list ip's</div>
</div>
<div style="font-size:12.8px"><br>
</div>
<div style="font-size:12.8px">
<div>[root@localhost (keystone_admin)]# neutron net-list</div>
<div>+-----------------------------<wbr>---------+-------------+------<wbr>------------------------------<wbr>-------------------+</div>
<div>| id | name |
subnets |</div>
<div>+-----------------------------<wbr>---------+-------------+------<wbr>------------------------------<wbr>-------------------+</div>
<div>| 55077c0e-8291-4730-99b4-f28096<wbr>7cb69e | public
| 39256aad-d075-4c38-bf2c-14613d<wbr>f2252e <a
moz-do-not-send="true" href="http://172.24.4.224/28"
target="_blank">172.24.4.224/28</a> |</div>
<div>| 73bbaf70-9bdd-4359-a3a2-09dbd5<wbr>734341 | private
| 09b9018c-ca3b-46ee-9a4e-507e51<wbr>24139f <a
moz-do-not-send="true" href="http://10.0.0.0/24"
target="_blank">10.0.0.0/24</a> |</div>
<div>| d0560ee9-9ab0-4df8-a0d2-140649<wbr>50a17c | vnf_mgmt
| 01d2b67c-ee28-4875-92e0-a8e51f<wbr>df8401 <a
moz-do-not-send="true" href="http://192.168.200.0/24"
target="_blank">192.168.200.0/24</a> |</div>
<div>| f98f38b8-8b6c-4adb-b0e9-a265ce<wbr>969acf | vnf_private
| 61d39f59-2ff7-4292-afd9-536f00<wbr>7fd30c <a
moz-do-not-send="true" href="http://192.168.201.0/24"
target="_blank">192.168.201.0/24</a> |</div>
<div>+-----------------------------<wbr>---------+-------------+------<wbr>------------------------------<wbr>-------------------+</div>
<div>[root@localhost (keystone_admin)]#</div>
</div>
<div style="font-size:12.8px"><br>
</div>
<div style="font-size:12.8px">Tosca file used for vnf creation.</div>
<div style="font-size:12.8px"><br>
</div>
<div style="font-size:12.8px"><br>
</div>
<div style="font-size:12.8px">[root@localhost (keystone_admin)]#
cat sample-vnfd.yaml<br>
</div>
<div style="font-size:12.8px"><br>
</div>
<div style="font-size:12.8px">
<div>tosca_definitions_version: tosca_simple_profile_for_nfv_1<wbr>_0_0</div>
<div><br>
</div>
<div>description: Demo vCPE example</div>
<div><br>
</div>
<div>metadata:</div>
<div> template_name: sample-tosca-vnfd</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: 512 MB</div>
<div> disk_size: 1 GB</div>
<div> properties:</div>
<div> image: cirros1</div>
<div> availability_zone: nova</div>
<div> mgmt_driver: noop</div>
<div> user_data_format: RAW</div>
<div> config: |</div>
<div> param0: key1</div>
<div> param1: key2</div>
<div><br>
</div>
<div> CP1:</div>
<div> type: tosca.nodes.nfv.CP.Tacker</div>
<div> properties:</div>
<div> management: true</div>
<div> requirements:</div>
<div> - virtualLink:</div>
<div> node: VL1</div>
<div> - virtualBinding:</div>
<div> node: VDU1</div>
<div><br>
</div>
<div> CP2:</div>
<div> type: tosca.nodes.nfv.CP.Tacker</div>
<div> properties:</div>
<div> anti_spoofing_protection: false</div>
<div> requirements:</div>
<div> - virtualLink:</div>
<div> node: VL2</div>
<div> - virtualBinding:</div>
<div> node: VDU1</div>
<div><br>
</div>
<div> CP3:</div>
<div> type: tosca.nodes.nfv.CP.Tacker</div>
<div> properties:</div>
<div> anti_spoofing_protection: false</div>
<div> requirements:</div>
<div> - virtualLink:</div>
<div> node: VL3</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: vnf_mgmt</div>
<div> vendor: Tacker</div>
<div><br>
</div>
<div> VL2:</div>
<div> type: tosca.nodes.nfv.VL</div>
<div> properties:</div>
<div> network_name: vnf_private</div>
<div> vendor: Tacker</div>
<div><br>
</div>
<div> VL3:</div>
<div> type: tosca.nodes.nfv.VL</div>
<div> properties:</div>
<div> network_name: private</div>
<div> vendor: Tacker</div>
</div>
<div style="font-size:12.8px"><br>
</div>
<div style="font-size:12.8px">==============================<wbr>==============================<wbr>==============================<wbr>=====</div>
</div>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">__________________________________________________________________________
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: <a class="moz-txt-link-abbreviated" href="mailto:OpenStack-dev-request@lists.openstack.org?subject:unsubscribe">OpenStack-dev-request@lists.openstack.org?subject:unsubscribe</a>
<a class="moz-txt-link-freetext" href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev</a>
</pre>
</blockquote>
<br>
</body>
</html>