Vagrant: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Thomas (Diskussion | Beiträge) |
Thomas (Diskussion | Beiträge) |
||
| Zeile 16: | Zeile 16: | ||
discovery: https://discovery.etcd.io/<token> | discovery: https://discovery.etcd.io/<token> | ||
| − | + | *eval `ssh-agent -s` | |
| + | *ssh-add | ||
| + | *ssh-add ~/.vagrant.d/insecure_private_key | ||
=links= | =links= | ||
*http://www.lucainvernizzi.net/blog/2014/12/03/vagrant-and-libvirt-kvm-qemu-setting-up-boxes-the-easy-way/ | *http://www.lucainvernizzi.net/blog/2014/12/03/vagrant-and-libvirt-kvm-qemu-setting-up-boxes-the-easy-way/ | ||
Version vom 20. April 2015, 15:18 Uhr
install
systems
After running this command you will get out a new private discovery URL that looks something like https://discovery.etcd.io/<token>. Take this token and put it in the relevant section of the user-data file using your favorite text editor. When you are done the top of the user-data file should look like this:
#cloud-config coreos: etcd: discovery: https://discovery.etcd.io/<token>
- eval `ssh-agent -s`
- ssh-add
- ssh-add ~/.vagrant.d/insecure_private_key