gsheppar / Prisma-SD-WAN-Deploy-Make

GUI application to help push out Prisma SD-WAN sites from a CSV database and Jinja base file. Also, there is an application to help create the Jinja base file and CSV database if you want to customize your own.
4 stars 5 forks source link

Build.py failed #2

Closed cohearne77 closed 1 year ago

cohearne77 commented 1 year ago

I have been unable to get this work for the most part,

issue 1 is with the version of SDK (CloudGenix SDK v5.6.1b2) recommended in the readme, the gui is unable to pull a list of sites,

I updated the SDK to the latest version (6.1.1b1) and the pull works along with with the csv and jinja templates.

issue 2, I'm unable to use the build.py (Starting push of ./Configs/test.yaml . Please wait... Deployment failed for ./Configs/test.yaml)

using python 3.7 and tried with 3.10

all requirements installed ok except numpy which need 3.8 for 1.22.0 however running 1.20.1

Thanks

gsheppar commented 1 year ago

Thanks Updated Read Me - It should be 6.1.1b1 Updated the Make and Build - Try make a new jinja file and then push via the build again

cohearne77 commented 1 year ago

Legend, the build.py is working now and was able to deploy a new site. don't understand the cloudgenix_config version, I can't seem to find anything higher than 1.7 but again doesn't seem to be affecting anything.

Thanks for updating