<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: WaitCondition timed out. Received 0 conditions when expecting 1 in Cloud Firewall</title>
    <link>https://community.checkpoint.com/t5/Cloud-Firewall/WaitCondition-timed-out-Received-0-conditions-when-expecting-1/m-p/108757#M4047</link>
    <description>&lt;P&gt;the issue is usually with internet connectivity or DNS resolve.&lt;/P&gt;
&lt;P&gt;check it on the Gateways after deployment.&lt;/P&gt;</description>
    <pubDate>Mon, 25 Jan 2021 13:46:19 GMT</pubDate>
    <dc:creator>Nir_Shamir</dc:creator>
    <dc:date>2021-01-25T13:46:19Z</dc:date>
    <item>
      <title>WaitCondition timed out. Received 0 conditions when expecting 1</title>
      <link>https://community.checkpoint.com/t5/Cloud-Firewall/WaitCondition-timed-out-Received-0-conditions-when-expecting-1/m-p/7897#M4042</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Didn't see much on this in the support portal.&amp;nbsp; This occurs 45-60 minutes after I kick off a cloudformation template for r80.10 management into a pre-existing VPC. Template #6 from&amp;nbsp;&lt;SPAN style="color: #000000; background-color: #ffffff; font-size: 14px;"&gt;sk111013 (top section -- first #6).&amp;nbsp; Any recommendations on next steps?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE style="color: #444444; margin: 1em 0px;"&gt;&lt;TBODY class=""&gt;&lt;TR class=""&gt;&lt;TD class="" colspan="5" style="font-size: 12.6px; padding-right: 10px;" title="arn:aws:cloudformation:us-east-1:709799569732:stack/Check-Point-Management/cefceab0-b9aa-11e7-b989-50a686e4bbe6/ReadyHandle"&gt;&lt;STRONG class="" style="margin-right: 5px;"&gt;Physical ID:&lt;/STRONG&gt;arn:aws:cloudformation:us-east-1:709709569732:stack/Check-Point-Management/cefceab0-b9aa-11e7-b989-50a686e4bbe3/ReadyHandle&lt;/TD&gt;&lt;/TR&gt;&lt;TR class=""&gt;&lt;TD style="padding-right: 10px;"&gt;&lt;/TD&gt;&lt;TD class="" colspan="5" style="font-size: 12.6px; padding-right: 10px;" title="Console-CreateStack-262cdf0a-5109-4f76-ba24-39e5272c7a43"&gt;&lt;STRONG class="" style="margin-right: 5px;"&gt;Client Request Token:&lt;/STRONG&gt;Console-CreateStack-262cdf0a-5109-4f76-ba24-39e5272c7a4a&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Oct 2017 18:55:13 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Cloud-Firewall/WaitCondition-timed-out-Received-0-conditions-when-expecting-1/m-p/7897#M4042</guid>
      <dc:creator>Paul_Warnagiris</dc:creator>
      <dc:date>2017-10-25T18:55:13Z</dc:date>
    </item>
    <item>
      <title>Re: WaitCondition timed out. Received 0 conditions when expecting 1</title>
      <link>https://community.checkpoint.com/t5/Cloud-Firewall/WaitCondition-timed-out-Received-0-conditions-when-expecting-1/m-p/7898#M4043</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you look in the template, there is a wait condition of 3600 seconds, waiting for the instance to come up. In the boot script of the instance, there is a curl command that is supposed to trigger the wait condition to be released.&amp;nbsp; There is no internet connected to any of these subnets yet as this is a highly secured environment.&amp;nbsp; We will be connecting to the management and the gateways via an on-prem VPN and during the cut window we will allow access which will be ultimately guarded by the Check Point.&amp;nbsp; Until that time however, no Internet access is available.&amp;nbsp; Is Internet access a mandatory requirement?&amp;nbsp; &amp;nbsp;My guess is that since&amp;nbsp;there is no Internet&amp;nbsp;this wait thing requires public internet access.&amp;nbsp; Is my only option allowing Internet access to this box?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Oct 2017 19:06:12 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Cloud-Firewall/WaitCondition-timed-out-Received-0-conditions-when-expecting-1/m-p/7898#M4043</guid>
      <dc:creator>Paul_Warnagiris</dc:creator>
      <dc:date>2017-10-25T19:06:12Z</dc:date>
    </item>
    <item>
      <title>Re: WaitCondition timed out. Received 0 conditions when expecting 1</title>
      <link>https://community.checkpoint.com/t5/Cloud-Firewall/WaitCondition-timed-out-Received-0-conditions-when-expecting-1/m-p/7899#M4044</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The wait condition appears to be&amp;nbsp;the act of&amp;nbsp;allocating a Public IP address:&lt;/P&gt;&lt;PRE style="padding-left: 30px;"&gt; "ReadyCondition": {&lt;BR /&gt; "Type": "AWS::CloudFormation::WaitCondition",&lt;BR /&gt; "Condition": "AllocatePublicAddress",&lt;BR /&gt; "DependsOn": [&lt;BR /&gt; "Instance"&lt;BR /&gt; ],&lt;BR /&gt; "Properties": {&lt;BR /&gt; "Handle": {&lt;BR /&gt; "Ref": "ReadyHandle"&lt;BR /&gt; },&lt;BR /&gt; "Timeout": "3600"&lt;BR /&gt; }&lt;BR /&gt; },&lt;/PRE&gt;&lt;P&gt;My guess is that you will need to modify the template so that it doesn't do this.&lt;/P&gt;&lt;P&gt;Also, choose a different wait condition &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://community.checkpoint.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Oct 2017 19:26:57 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Cloud-Firewall/WaitCondition-timed-out-Received-0-conditions-when-expecting-1/m-p/7899#M4044</guid>
      <dc:creator>PhoneBoy</dc:creator>
      <dc:date>2017-10-25T19:26:57Z</dc:date>
    </item>
    <item>
      <title>Re: WaitCondition timed out. Received 0 conditions when expecting 1</title>
      <link>https://community.checkpoint.com/t5/Cloud-Firewall/WaitCondition-timed-out-Received-0-conditions-when-expecting-1/m-p/7900#M4045</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just to let you know I removed the wait condition and the device provisioned as expected.&amp;nbsp; Not sure what was going on with that particular AWS cloud or the template, but simply removing the wait allowed it to provision properly...&amp;nbsp; Odd...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Oct 2017 17:43:22 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Cloud-Firewall/WaitCondition-timed-out-Received-0-conditions-when-expecting-1/m-p/7900#M4045</guid>
      <dc:creator>Paul_Warnagiris</dc:creator>
      <dc:date>2017-10-27T17:43:22Z</dc:date>
    </item>
    <item>
      <title>Re: WaitCondition timed out. Received 0 conditions when expecting 1</title>
      <link>https://community.checkpoint.com/t5/Cloud-Firewall/WaitCondition-timed-out-Received-0-conditions-when-expecting-1/m-p/69275#M4046</link>
      <description>I have come across the same problem... how did you manage to remove the wait condition.. how to edit the template ?</description>
      <pubDate>Wed, 04 Dec 2019 09:32:51 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Cloud-Firewall/WaitCondition-timed-out-Received-0-conditions-when-expecting-1/m-p/69275#M4046</guid>
      <dc:creator>LostBoY</dc:creator>
      <dc:date>2019-12-04T09:32:51Z</dc:date>
    </item>
    <item>
      <title>Re: WaitCondition timed out. Received 0 conditions when expecting 1</title>
      <link>https://community.checkpoint.com/t5/Cloud-Firewall/WaitCondition-timed-out-Received-0-conditions-when-expecting-1/m-p/108757#M4047</link>
      <description>&lt;P&gt;the issue is usually with internet connectivity or DNS resolve.&lt;/P&gt;
&lt;P&gt;check it on the Gateways after deployment.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jan 2021 13:46:19 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Cloud-Firewall/WaitCondition-timed-out-Received-0-conditions-when-expecting-1/m-p/108757#M4047</guid>
      <dc:creator>Nir_Shamir</dc:creator>
      <dc:date>2021-01-25T13:46:19Z</dc:date>
    </item>
    <item>
      <title>Re: WaitCondition timed out. Received 0 conditions when expecting 1</title>
      <link>https://community.checkpoint.com/t5/Cloud-Firewall/WaitCondition-timed-out-Received-0-conditions-when-expecting-1/m-p/168335#M4048</link>
      <description>&lt;P&gt;Stack roll backs and deletes all the GWs or Management Server due to this WaitCondition&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jan 2023 11:22:09 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Cloud-Firewall/WaitCondition-timed-out-Received-0-conditions-when-expecting-1/m-p/168335#M4048</guid>
      <dc:creator>LostBoY</dc:creator>
      <dc:date>2023-01-19T11:22:09Z</dc:date>
    </item>
    <item>
      <title>Re: WaitCondition timed out. Received 0 conditions when expecting 1</title>
      <link>https://community.checkpoint.com/t5/Cloud-Firewall/WaitCondition-timed-out-Received-0-conditions-when-expecting-1/m-p/168336#M4049</link>
      <description>&lt;P&gt;Can you please share how did you delete the wait condition ..did you remove the entire "Type" or just deleted "Condition" ?&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jan 2023 11:23:05 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Cloud-Firewall/WaitCondition-timed-out-Received-0-conditions-when-expecting-1/m-p/168336#M4049</guid>
      <dc:creator>LostBoY</dc:creator>
      <dc:date>2023-01-19T11:23:05Z</dc:date>
    </item>
    <item>
      <title>Re: WaitCondition timed out. Received 0 conditions when expecting 1</title>
      <link>https://community.checkpoint.com/t5/Cloud-Firewall/WaitCondition-timed-out-Received-0-conditions-when-expecting-1/m-p/185636#M4050</link>
      <description>&lt;P&gt;Hi LostBoY,&lt;BR /&gt;Don't know if this is still relevant for you, but to answer your questions:&lt;BR /&gt;1. How to edit the template-&lt;BR /&gt;You can find the method to manually load a template in our GitHub page. you will need to edit the relevant .yaml file.&lt;BR /&gt;&lt;A href="https://github.com/CheckPointSW/CloudGuardIaaS/tree/master/aws/templates" target="_blank"&gt;CloudGuardIaaS/aws/templates at master · CheckPointSW/CloudGuardIaaS · GitHub&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;2. The section you need to delete from the yaml file to bypass the wait condition:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt; ManagementReadyCondition:
    Type: AWS::CloudFormation::WaitCondition
    Condition: EIP
    DependsOn: ManagementInstance
    Properties:
      Handle: !Ref ManagementReadyHandle
      Timeout: 1800&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 05 Jul 2023 07:18:41 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Cloud-Firewall/WaitCondition-timed-out-Received-0-conditions-when-expecting-1/m-p/185636#M4050</guid>
      <dc:creator>Edan_Leventhal</dc:creator>
      <dc:date>2023-07-05T07:18:41Z</dc:date>
    </item>
  </channel>
</rss>

