Im not sure if this is really happening or not (im on my 3rd iteration to make sure it isnt just me) but it seems that the apigee-repo setup for on prem w/o external internet connectivity is leaving out a couple of key files when building:
The file that Im having issues w/ right now is bootstrap.sh. The file is being generated - but it appears to be empty when I check the file in /opt/apigee/data/apigee-mirror/repos.
Solved! Go to Solution.
The answer may be hidden in the sync code:
turns out that many of the files are downloaded w/ wget - which is not reading the user shell proxy settings! I am manually modifying the script to handle this. Another thing that could have been resolved w/ access to this code early.