GCP VM-100 deployment issue

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements
Please sign in to see details of an important advisory in our Customer Advisories area.

GCP VM-100 deployment issue

L0 Member

I am trying to programmatically create a compute instance running the VM series Next-Gen bundle 2 PAYG image. 

Can anyone tell me how this can be done? I understand that I need to load the image into cloud Storage which I use in my code so that the compute vm knows where to get the PAN-OS image. However, Iit is not clear to me how I can get the PAYG image in the first place. Do I need to buy it from PaloAlto and then upload it? Or can I get it from GCP MarketPlace? 

 

Any help would be greatly appreciated.

Thanks Greg.

1 accepted solution

Accepted Solutions

L1 Bithead

Greg:

 

I was involved early on and did it "the hard way". It has subsequently been documented:

https://docs.paloaltonetworks.com/vm-series/10-0/vm-series-deployment/set-up-the-vm-series-firewall-...

View solution in original post

3 REPLIES 3

L1 Bithead

There is no longer a need to load the image into cloud storage as the images for the PAYGO bundles as well as BYOL are available directly from GCP. To see a list of available images/versions, you can use a CLI command from a cloud shell:

 

gcloud compute images list --project paloaltonetworksgcp-public --no-standard-images

 

If you need the entire URI:

 

gcloud compute images list --project paloaltonetworksgcp-public --no-standard-images --uri

 

Once you have the target image, it should be a matter of configuring your automation to reference it.

 

Regards,

 

Patrick

This is exactly what I am looking for. Thank you very much Patrick.

Out of interest is there a link somewhere which outlines these steps or did you learn this the "hard way"?

L1 Bithead

Greg:

 

I was involved early on and did it "the hard way". It has subsequently been documented:

https://docs.paloaltonetworks.com/vm-series/10-0/vm-series-deployment/set-up-the-vm-series-firewall-...

  • 1 accepted solution
  • 4146 Views
  • 3 replies
  • 0 Likes
Like what you see?

Show your appreciation!

Click Like if a post is helpful to you or if you just want to show your support.

Click Accept as Solution to acknowledge that the answer to your question has been provided.

The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!

These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!

The LIVEcommunity thanks you for your participation!