1
0
-1

Can anyone comment why it has the following errors?

root@nokia-dcae-bootstrap:/opt/config# /opt/dcae2_vm_init.sh

:

:

:

2018-05-03 20:32:10 CFY <local> Starting 'install' workflow execution
2018-05-03 20:32:11 CFY <local> [key_pair_c1e90] Creating node
2018-05-03 20:32:11 CFY <local> [security_group_64500] Creating node
2018-05-03 20:32:11 CFY <local> [private_net_85b96] Creating node
2018-05-03 20:32:11 CFY <local> [floatingip_vm00_7cc3f] Creating node
2018-05-03 20:32:11 CFY <local> [security_group_64500.create] Sending task 'neutron_plugin.security_group.create'
2018-05-03 20:32:11 CFY <local> [key_pair_c1e90.create] Sending task 'nova_plugin.keypair.create'
2018-05-03 20:32:11 CFY <local> [floatingip_vm00_7cc3f.create] Sending task 'neutron_plugin.floatingip.create'
2018-05-03 20:32:11 CFY <local> [private_net_85b96.create] Sending task 'neutron_plugin.network.create'
2018-05-03 20:32:11 CFY <local> [security_group_64500.create] Task started 'neutron_plugin.security_group.create'
2018-05-03 20:32:11 CFY <local> [key_pair_c1e90.create] Task started 'nova_plugin.keypair.create'
2018-05-03 20:32:11 CFY <local> [security_group_64500.create] Task failed 'neutron_plugin.security_group.create' -> Connection to neutron failed: ('Connection aborted.', gaierror(-2, 'Name or service not known'))
2018-05-03 20:32:12 CFY <local> [floatingip_vm00_7cc3f.create] Task started 'neutron_plugin.floatingip.create'
2018-05-03 20:32:12 CFY <local> [key_pair_c1e90.create] Task failed 'nova_plugin.keypair.create' -> ('Connection aborted.', gaierror(-2, 'Name or service not known'))
2018-05-03 20:32:12 CFY <local> [private_net_85b96.create] Task started 'neutron_plugin.network.create'
2018-05-03 20:32:12 CFY <local> [floatingip_vm00_7cc3f.create] Task failed 'neutron_plugin.floatingip.create' -> Connection to neutron failed: ('Connection aborted.', gaierror(-2, 'Name or service not known'))
2018-05-03 20:32:12 CFY <local> [private_net_85b96.create] Task failed 'neutron_plugin.network.create' -> Connection to neutron failed: ('Connection aborted.', gaierror(-2, 'Name or service not known'))
2018-05-03 20:32:12 CFY <local> [security_group_64500.create] Sending task 'neutron_plugin.security_group.create' [retry 1/10]
2018-05-03 20:32:12 CFY <local> [security_group_64500.create] Task started 'neutron_plugin.security_group.create' [retry 1/10]
2018-05-03 20:32:13 CFY <local> [security_group_64500.create] Task failed 'neutron_plugin.security_group.create' -> Connection to neutron failed: ('Connection aborted.', gaierror(-2, 'Name or service not known')) [retry 1/10]
2018-05-03 20:32:13 CFY <local> [key_pair_c1e90.create] Sending task 'nova_plugin.keypair.create' [retry 1/10]
2018-05-03 20:32:13 CFY <local> [key_pair_c1e90.create] Task started 'nova_plugin.keypair.create' [retry 1/10]
2018-05-03 20:32:13 CFY <local> [floatingip_vm00_7cc3f.create] Sending task 'neutron_plugin.floatingip.create' [retry 1/10]
2018-05-03 20:32:13 CFY <local> [floatingip_vm00_7cc3f.create] Task started 'neutron_plugin.floatingip.create' [retry 1/10]
2018-05-03 20:32:13 CFY <local> [key_pair_c1e90.create] Task failed 'nova_plugin.keypair.create' -> ('Connection aborted.', gaierror(-2, 'Name or service not known')) [retry 1/10]
2018-05-03 20:32:13 CFY <local> [private_net_85b96.create] Sending task 'neutron_plugin.network.create' [retry 1/10]
2018-05-03 20:32:13 CFY <local> [private_net_85b96.create] Task started 'neutron_plugin.network.create' [retry 1/10]
2018-05-03 20:32:13 CFY <local> [floatingip_vm00_7cc3f.create] Task failed 'neutron_plugin.floatingip.create' -> Connection to neutron failed: ('Connection aborted.', gaierror(-2, 'Name or service not known')) [retry 1/10]
2018-05-03 20:32:13 CFY <local> [private_net_85b96.create] Task failed 'neutron_plugin.network.create' -> Connection to neutron failed: ('Connection aborted.', gaierror(-2, 'Name or service not known')) [retry 1/10]

    CommentAdd your comment...

    2 answers

    1.  
      1
      0
      -1

      Hi Kranthi, I have checked the configurations (for security reason, I did not present the full return):

      [root@controller ~]# openstack service list

      +----------------------------------+------------+----------------+

      | ID                               | Name       | Type           |

      +----------------------------------+------------+----------------+

      | 883daaccad7c4534b6606232fc301127 | designate  | dns            |

      +----------------------------------+------------+----------------+


      [root@controller ~]# designate domain-list

      /usr/lib/python2.7/site-packages/designateclient/cli/base.py:38: DeprecationWarning: The "designate" CLI is being deprecated in favour of the "openstack" CLI plugin. All designate API v2 commands are implemented there. When the v1 API is removed this CLI will stop functioning

        DeprecationWarning)

      +--------------------------------------+-----------------+------------+

      | id                                   | name            |     serial |

      +--------------------------------------+-----------------+------------+

      7624f488-8844-4785-9c99-ef0fbfad25dcPBZv.onap.dcae.

      1525215132



      API:


      Can you please guide/help me that from which point, I should troubleshoot this problem.  

      Many thanks,

      Will

        CommentAdd your comment...
      1.  
        1
        0
        -1

        Will Weidong Chen its basically cloudify was unable to communicate the neutron endpoints in openstack cloud. 

          CommentAdd your comment...