google-code-export / camlistore

Automatically exported from code.google.com/p/camlistore
Apache License 2.0
0 stars 0 forks source link

Make gce/create.go easier to use #530

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
We should make sure that the GCE create.go script is easy to use.

Users are encouraged now to try it out and report difficulties.  It's in 
misc/gce/create.go currently.

Original issue reported on code.google.com by bradfitz on 21 Oct 2014 at 9:38

GoogleCodeExporter commented 9 years ago

Original comment by bradfitz on 21 Oct 2014 at 1:04

GoogleCodeExporter commented 9 years ago
https://camlistore-review.googlesource.com/3918
762d2d29747b1481a38473781385d3c99749b8d4

Original comment by mathieu....@gmail.com on 24 Oct 2014 at 11:20

GoogleCodeExporter commented 9 years ago
GCE's default firewall rules didn't allow HTTP(S) traffic. Maybe add a note to 
add the right rules to "create.go -help"?

Original comment by salman.a...@gmail.com on 26 Oct 2014 at 6:31

GoogleCodeExporter commented 9 years ago
Hmm, this seems like a GCE bug. Unchecking one of the http tags and checking it 
again seems to create the right rules.

Original comment by salman.a...@gmail.com on 26 Oct 2014 at 6:33

GoogleCodeExporter commented 9 years ago
yeah I had noted that it also proposes to create those default rules for you 
when you click on the external IP from the "Compute", "VM Instances" page. I 
wanted to state it somewhere but I forgot. I'll think of something.

Original comment by mathieu....@gmail.com on 26 Oct 2014 at 6:58

GoogleCodeExporter commented 9 years ago
Also, the ssh_public_key doesn't seem to be working for me.

Original comment by salman.a...@gmail.com on 28 Oct 2014 at 4:53

GoogleCodeExporter commented 9 years ago
(OK, sorry, that's a non issue. It works for the "core" user. I thought it did 
GCE's thing where it creates a new user with the username from they key.)

Original comment by salman.a...@gmail.com on 28 Oct 2014 at 8:15

GoogleCodeExporter commented 9 years ago
Please also support the "real cert" case (not self-signed), where somebody can 
point the tool at their real private key & cert and we should upload it to 
Cloud Storage (to be accessed via /wkfs). In that case we could even infer the 
hostname from the cert, without requiring a redundant flag.

Original comment by bradfitz on 28 Oct 2014 at 9:04

GoogleCodeExporter commented 9 years ago
This issue has moved to https://camlistore.org/issue/530

Original comment by bradfitz on 14 Dec 2014 at 11:37