cloudstack/console-proxy/scripts
frank 32fa3cd996 Bug 13526 - copying template across zone failing with status HTTP Server returned 403 (expected 200 OK) Even though gets status message copy succeeded (
Bug 13429 - copy template FAIL - HTTP Server returned 403

lots of things:
1. generate a IP list of all SSVM across all zones, set this IP list to my .htaccess allowable from.
   so other SSVMs get privilege to access me.

2. broadcast my IP to other SSVMs instructing them set me to theirs .htacess allowable from. so I get
   privilege to access others

3. set outbound route for downloading through public IP. Because public ip/private ip in the same subnet in basic
zone, the http download traffic may come in through public ip but go outside through private ip which finally causes
the VM where the traffic is from to drop response packets. To resolve this, set individual route for each SSVM public
ip making sure the inter-communication between system vm happens through public IP

however, I met certificate expiraton on one SSVM, will report another bug

reviewed-by: Sheng.yang
status 13526: resolved fixed
status 13429: resolved fixed
2012-02-08 18:32:06 -08:00
..
_run.sh bug 10423: agent in ssvm needs to add default keystore, as we copying templates through https://**realhostip.** 2011-06-24 14:45:47 -04:00
config_auth.sh Add license header to files 2011-04-14 11:23:14 -07:00
config_ssl.sh bug 13470: add cert chain in db, and also open the api to upload a cert chain 2012-02-07 21:43:46 -08:00
ipfirewall.sh Bug 13526 - copying template across zone failing with status HTTP Server returned 403 (expected 200 OK) Even though gets status message copy succeeded ( 2012-02-08 18:32:06 -08:00
run-proxy.sh Add license header to files 2011-04-14 11:23:14 -07:00
run.bat build fix 2011-01-28 19:19:53 -08:00
run.sh Bug 11539 - SSVM stop script doesn't work 2011-09-22 17:50:52 -07:00
ssvm-check.sh bug 11663: iterate the whole /var/cache/cloud/cmdline to find out the mgt server ip address, as the position is different for each hypervisor 2011-10-06 14:22:44 -07:00