| 128 | ==== ProtoGENI Mappings ==== |
| 129 | |
| 130 | A dragon controller maps the [FeddAbout#GlobalIdentifiers:Three-levelNames three level name] to an X.509 certificate used to make GENI calls, an optional password for that certificate, and a username and ssh_key with rights to move files around on ProtoGENI for configuration of nodes. ProtoGENI supports less autometed installation than Emulab.This line; |
| 131 | |
| 132 | {{{ |
| 133 | (fedid:ce90957dd5b7d20f9c3890c4599313b7f1cf31ea,emulab-ops, faber) -> access, (/usr/local/etc/fedd-config/protoGENI/ProtoGENI.pem, tied_user, /usr/local/etc/fedd-config/protoGENI/fedd_rsa, jhktsta) |
| 134 | }}} |
| 135 | |
| 136 | Maps the given three-level name to a protogeni certificate called {{{/usr/local/etc/fedd-config/protoGENI/ProtoGENI.pem}}}. The user {{{tied_user}}} and the ssh key in {{{fedd_rsa}}} in the given directory will be used for configuration. The password for the certificate is the last entry. Because it contains passwords, this file should be readable only by the fedd user. |