Here's how you can run the CloudRouter OSv OpenDaylight image on Google Cloud..
...
gsutil cp CloudRouter-Beta-OSv-ODL-20150320.tar.gz gs://<BUCKET_NAME>/CloudRouter-Beta-OSv-ODL-20150320.tar.gz
Step 7: Add the Image to be available in your google cloud project
gcutil addimage cloudrouter-beta-osv-odl-20150320 gs://<BUCKET_NAME>/CloudRouter-Beta-OSv-ODL-20150320.tar.gz
Step 8: Create a google cloud instance with the uploaded image
gcutil addinstance --image=cloudrouter-beta-osv-odl-20150320 --machine_type=f1-micro --zone=us-central1-a $instance_name
...