Following steps were executed on a node having internet connection:
curl https://uName:pWord@software.apigee.com/bootstrap.sh -o /tmp/bootstrap.sh
bash /tmp/bootstrap.sh apigeeuser=uName apigeepassword=pWord
/opt/apigee/apigee-service/bin/apigee-service apigee-mirror install
/opt/apigee/apigee-service/bin/apigee-service apigee-mirror sync
Following are the contents of /opt/apigee/data/apigee-mirror/repos directory:
$:/opt/apigee/data/apigee-mirror/repos # ls -ltr
total 0
-rw-r--r-- 1 apigee apigee 0 May 12 20:40 apigee-repo-1.0-6.x86_64.rpm
-rw-r--r-- 1 apigee apigee 0 May 12 20:40 bootstrap.sh
drwxr-xr-x 3 apigee apigee 20 May 12 20:47 apigee
drwxr-xr-x 5 apigee apigee 76 May 12 21:17 thirdparty
The issue is that "apigee-repo-1.0-6.x86_64.rpm" & "bootstrap.sh" files are getting created without any data.
@Prithpal Bhogill @Mukundha Madhavan Can you please help?