<?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 Azure Terraform Bootstrap - cant get this working in Automation/API Discussions</title>
    <link>https://live.paloaltonetworks.com/t5/automation-api-discussions/azure-terraform-bootstrap-cant-get-this-working/m-p/327463#M2316</link>
    <description>&lt;P&gt;I am trying to create a vm-series FW in Azure using Terraform. I am following this example:&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/PaloAltoNetworks/terraform-azurerm-panos-bootstrap" target="_blank"&gt;https://github.com/PaloAltoNetworks/terraform-azurerm-panos-bootstrap&lt;/A&gt;&lt;/P&gt;&lt;P&gt;But I get a similar error to this one in the bootstrap status and log.&lt;/P&gt;&lt;P&gt;&lt;A href="https://knowledgebase.paloaltonetworks.com/KCSArticleDetail?id=kA10g000000PP7jCAG" target="_blank"&gt;https://knowledgebase.paloaltonetworks.com/KCSArticleDetail?id=kA10g000000PP7jCAG&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I have tried using the same parameters via the marketplace ARM template&amp;nbsp; and the bootstrap completes successfully so I think my bootstrap file share is set up correct.&amp;nbsp;&lt;/P&gt;&lt;P&gt;My snippet of Terraform code looks like this.&amp;nbsp;&lt;/P&gt;&lt;P&gt;os_profile {&lt;BR /&gt;computer_name = var.FirewallVmName&lt;BR /&gt;admin_username = var.adminUsername&lt;BR /&gt;admin_password = var.adminPassword&lt;BR /&gt;custom_data = join(&lt;BR /&gt;",",&lt;BR /&gt;[&lt;BR /&gt;"storage-account=mystgacct",&lt;BR /&gt;"access-key=mystgacctkey",&lt;BR /&gt;"file-share=myfileshare"&lt;BR /&gt;],&lt;BR /&gt;)&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;Any pointers are appreciated. Even the CLI commands I need to view what parameters actually get passed into the Vm-series would help.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 12 May 2020 01:56:46 GMT</pubDate>
    <dc:creator>DTG123</dc:creator>
    <dc:date>2020-05-12T01:56:46Z</dc:date>
    <item>
      <title>Azure Terraform Bootstrap - cant get this working</title>
      <link>https://live.paloaltonetworks.com/t5/automation-api-discussions/azure-terraform-bootstrap-cant-get-this-working/m-p/327463#M2316</link>
      <description>&lt;P&gt;I am trying to create a vm-series FW in Azure using Terraform. I am following this example:&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/PaloAltoNetworks/terraform-azurerm-panos-bootstrap" target="_blank"&gt;https://github.com/PaloAltoNetworks/terraform-azurerm-panos-bootstrap&lt;/A&gt;&lt;/P&gt;&lt;P&gt;But I get a similar error to this one in the bootstrap status and log.&lt;/P&gt;&lt;P&gt;&lt;A href="https://knowledgebase.paloaltonetworks.com/KCSArticleDetail?id=kA10g000000PP7jCAG" target="_blank"&gt;https://knowledgebase.paloaltonetworks.com/KCSArticleDetail?id=kA10g000000PP7jCAG&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I have tried using the same parameters via the marketplace ARM template&amp;nbsp; and the bootstrap completes successfully so I think my bootstrap file share is set up correct.&amp;nbsp;&lt;/P&gt;&lt;P&gt;My snippet of Terraform code looks like this.&amp;nbsp;&lt;/P&gt;&lt;P&gt;os_profile {&lt;BR /&gt;computer_name = var.FirewallVmName&lt;BR /&gt;admin_username = var.adminUsername&lt;BR /&gt;admin_password = var.adminPassword&lt;BR /&gt;custom_data = join(&lt;BR /&gt;",",&lt;BR /&gt;[&lt;BR /&gt;"storage-account=mystgacct",&lt;BR /&gt;"access-key=mystgacctkey",&lt;BR /&gt;"file-share=myfileshare"&lt;BR /&gt;],&lt;BR /&gt;)&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;Any pointers are appreciated. Even the CLI commands I need to view what parameters actually get passed into the Vm-series would help.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 May 2020 01:56:46 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/automation-api-discussions/azure-terraform-bootstrap-cant-get-this-working/m-p/327463#M2316</guid>
      <dc:creator>DTG123</dc:creator>
      <dc:date>2020-05-12T01:56:46Z</dc:date>
    </item>
    <item>
      <title>Re: Azure Terraform Bootstrap - cant get this working</title>
      <link>https://live.paloaltonetworks.com/t5/automation-api-discussions/azure-terraform-bootstrap-cant-get-this-working/m-p/327576#M2319</link>
      <description>&lt;P&gt;It looks like a network problem.&amp;nbsp; Could it be route reachability to the bootstrap fileshare?&amp;nbsp; I'd suggest troubleshooting the network access from the management port once the instance comes online.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The docs for the module are located here:&amp;nbsp;&amp;nbsp;&lt;A href="https://registry.terraform.io/modules/stealthllama/panos-bootstrap/azurerm/1.0.3" target="_blank"&gt;https://registry.terraform.io/modules/stealthllama/panos-bootstrap/azurerm/1.0.3&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 12 May 2020 17:38:32 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/automation-api-discussions/azure-terraform-bootstrap-cant-get-this-working/m-p/327576#M2319</guid>
      <dc:creator>rhagen</dc:creator>
      <dc:date>2020-05-12T17:38:32Z</dc:date>
    </item>
    <item>
      <title>Re: Azure Terraform Bootstrap - cant get this working</title>
      <link>https://live.paloaltonetworks.com/t5/automation-api-discussions/azure-terraform-bootstrap-cant-get-this-working/m-p/327678#M2327</link>
      <description>&lt;P&gt;I tried everything on the connectivity front. The FW doesn't seem to have any connectivity issues out the mgmt port.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 May 2020 01:53:32 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/automation-api-discussions/azure-terraform-bootstrap-cant-get-this-working/m-p/327678#M2327</guid>
      <dc:creator>DTG123</dc:creator>
      <dc:date>2020-05-13T01:53:32Z</dc:date>
    </item>
    <item>
      <title>Re: Azure Terraform Bootstrap - cant get this working</title>
      <link>https://live.paloaltonetworks.com/t5/automation-api-discussions/azure-terraform-bootstrap-cant-get-this-working/m-p/327679#M2328</link>
      <description>&lt;P&gt;I also used the exact same parameters and network config for VM-series via the marketplace template. And it worked perfectly.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 May 2020 01:55:16 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/automation-api-discussions/azure-terraform-bootstrap-cant-get-this-working/m-p/327679#M2328</guid>
      <dc:creator>DTG123</dc:creator>
      <dc:date>2020-05-13T01:55:16Z</dc:date>
    </item>
  </channel>
</rss>

