<div dir="ltr">Hello,<div><br></div><div><br></div><div>Thank you Steve for your reply !</div><div><br></div><div>Yes I'm using the same manual you provided to create my image.</div><div><br></div><div><a href="https://github.com/openstack/heat-templates/tree/master/hot/software-config/elements" target="_blank" style="font-family:arial,sans-serif;font-size:13px">https://github.com/openstack/heat-templates/tree/master/hot/software-config/elements</a><br>
</div><div><br></div><div><br></div><div>In my network configuration, the tenant network is created in the same subnet as OpenStack Management </div><div>network (in order to ensure that controller, compute and network nodes can ping my instances and <span style="color:rgb(0,0,0);font-family:'Helvetica Neue',Helvetica,Arial,san-serif;font-size:13px;line-height:16.25px">vice versa).</span></div>
<div><br></div><div>The problem is:</div><div>       - >From controller, network and compute nodes I can not ping my instance and router address connected to tenant network.</div><div>       - From my instance I can just ping the router address but not controller node.</div>
<div><br></div><div>Note that ICMP rules are added in the security group.</div><div><br></div><div>Maybe the<span style="font-family:arial,sans-serif;font-size:13px"> </span><span style="font-family:arial,sans-serif;font-size:13px">deployments can't signal back because the instance can not reach the controller node.</span></div>
<div><span style="font-family:arial,sans-serif;font-size:13px"><br></span></div><div><span style="font-family:arial,sans-serif;font-size:13px">Thank you in advance.</span></div><div><br></div><div>Regards,</div><div><br></div>
<div>David</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">2014-08-12 23:19 GMT+02:00 Steve Baker <span dir="ltr"><<a href="mailto:sbaker@redhat.com" target="_blank">sbaker@redhat.com</a>></span>:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
  
    
  
  <div bgcolor="#FFFFFF" text="#000000"><div class="">
    <div>On 11/08/14 20:42, david ferahi wrote:<br>
    </div>
    <blockquote type="cite">
      <div dir="ltr">
        <div>Hello, <br>
          <br>
          I 'm trying to create a simple stack with heat (Icehouse
          release). <br>
          The template contains SoftwareConfig, SoftwareDeployment and a
          single server resources.<br>
          <br>
          The problem is that the SoftwareDeployment resource is always
          in progress !<br>
          <br>
        </div>
      </div>
    </blockquote></div>
    So first I'm going to assume you're using an image that you have
    created with diskimage-builder which includes the heat-config-script
    element:<br>
<a href="https://github.com/openstack/heat-templates/tree/master/hot/software-config/elements" target="_blank">https://github.com/openstack/heat-templates/tree/master/hot/software-config/elements</a><br>
    <br>
    When I a diagnosing deployments which don't signal back I do the
    following:<br>
    - ssh into the server and sudo to root<br>
    - stop the os-collect-config service:<br>
      systemctl stop os-collect-config<br>
    - run os-collect-config manually and check for errors:<br>
      os-collect-config --one-time --debug<div class=""><br>
    <br>
    
    <blockquote type="cite">
      <div dir="ltr">
        <div>After waiting for more than an hour the stack deployment
          failed and I got this error:<br>
          <br>
           TRACE heat.engine.resource HTTPUnauthorized: ERROR:
          Authentication failed. Please try again with option
          --include-password or export HEAT_INCLUDE_PASSWORD=1<br>
          TRACE heat.engine.resource Authentication required<br>
          <br>
        </div>
      </div>
    </blockquote></div>
    This looks like a different issue, you should find out what is
    happening to your server configuration first.<div class=""><br>
    <br>
    <br>
    <blockquote type="cite">
      <div dir="ltr">When I checked t<span style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;display:inline!important;float:none;background-color:rgb(255,255,255)">he
          log file (/var/log/heat/heat-engine.log), it shows  the
          following message(every second):</span>
        <br>
        2014-08-10 19:41:09.622 2391 INFO urllib3.connectionpool [-]
        Starting new HTTP connection (1): 192.168.122.10<br>
        2014-08-10 19:41:10.648 2391 INFO urllib3.connectionpool [-]
        Starting new HTTP connection (1): 192.168.122.10<br>
        2014-08-10 19:41:11.671 2391 INFO urllib3.connectionpool [-]
        Starting new HTTP connection (1): 192.168.122.10<br>
        2014-08-10 19:41:12.690 2391 INFO urllib3.connectionpool [-]
        Starting new HTTP connection (1): 192.168.122.10<br>
        <br>
        Here the template I am using :<br>
        <a href="https://github.com/openstack/heat-templates/blob/master/hot/software-config/example-templates/wordpress/WordPress_software-config_1-instance.yaml" target="_blank">https://github.com/openstack/heat-templates/blob/master/hot/software-config/example-templates/wordpress/WordPress_software-config_1-instance.yaml</a><br>

        <br>
        Please help !<br>
        <br>
      </div>
    </blockquote>
    <br>
  </div></div>

<br>_______________________________________________<br>
OpenStack-dev mailing list<br>
<a href="mailto:OpenStack-dev@lists.openstack.org">OpenStack-dev@lists.openstack.org</a><br>
<a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev</a><br>
<br></blockquote></div><br></div>