You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What are you looking to push? Many things can be pushed from Panorama to a NGFW. There is not enough detail in this to give any kind of helpful information.
We are using Terraform to manage everything on the firewalls that you can manage via TF. Before we pushed it directly to the FWs but now we start to use Panorama and try to do the same thing but I'm not getting it to work. I'm not a GO expert so I'm probably missing something.
I'm able to Commit it to Panorama but not push it to the devices. I agree that the documentation on how to do this is not very clear.
I have tried with PanoramaCommit and PanoramaCommitAll but both of them are just committing to Panorama. I must then push it via the web gui to the devices.
// Build the commit to be performed.cmd:= commit.PanoramaCommitAll{
Description: "test",
Name: "testgroup",
Type: "DeviceGroup",
IncludeTemplate: true,
ForceTemplateValues: false,
Devices: []string{"testfw1", "testfw2"},
}
sd:=time.Duration(sleep) *time.Second// Perform the commitjobId, _, err=panorama.Commit(cmd, "commit-all", nil)
Documentation link
https://github.com/PaloAltoNetworks/pango/blob/master/README.md
Describe the problem
We see the example go script to commit in Panos Terraform provider, but we don't see a way to push from Panorama to the devices.
Suggested fix
Either show an example or clearly state this is not supported.
The text was updated successfully, but these errors were encountered: