contiv-experimental / demo

Easy cut demos to try contiv [DEPRECATED]
Other
6 stars 25 forks source link

Docker public key problem during istallation #111

Open smolit opened 8 years ago

smolit commented 8 years ago

Hi @all,

while running net_demo_installer script I am getting an error @Task [docker | add docker's public key for CS-engine (debian)](see end of output). Is there a solution availabel?

Thank you in advance Sebastian

labor@ubuntu15-1:~$ ./net_demo_installer Using version: v0.1-07-14-2016.07-06-17.UTC

W: Fehlschlag beim Holen von http://ppa.launchpad.net/ansible/ansible/ubuntu/dists/wily/main/binary-i386/Packages 403 Forbidden

E: Einige Indexdateien konnten nicht heruntergeladen werden. Sie wurden ignoriert oder alte an ihrer Stelle benutzt.

Netplugin Cluster will be set up on the following servers in Standalone mode:

10.10.0.164

Ready to proceed(y/n)? y

[netplugin-node]

node1 ansible_ssh_host=10.10.0.164 contiv_network_mode=standalone control_interface=eth0 netplugin_if=eth1 fwd_mode=bridge

Setting up services on nodes

PLAY [devtest] **** skipping: no hosts matched

PLAY [volplugin-test] ***** skipping: no hosts matched

PLAY [cluster-node] *** skipping: no hosts matched

PLAY [cluster-control] **** skipping: no hosts matched

PLAY [service-master] ***** skipping: no hosts matched

PLAY [service-worker] ***** skipping: no hosts matched

PLAY [netplugin-node] *****

GATHERING FACTS *** ok: [node1]

TASK: [base | upgrade system (debian)] **** ok: [node1]

TASK: [base | install base packages (debian)] ***** ok: [node1] => (item=ntp,unzip,bzip2,curl,python-software-properties,bash-completion,python-selinux,e2fsprogs,openssh-server)

TASK: [base | install epel release package (redhat)] ** skipping: [node1]

TASK: [base | install/upgrade base packages (redhat)] ***** skipping: [node1]

TASK: [base | install and start ntp] ** skipping: [node1]

TASK: [docker | check docker version] ***** changed: [node1]

TASK: [docker | create docker daemon's config directory] ** ok: [node1]

TASK: [docker | setup docker daemon's environment] **** ok: [node1]

TASK: [docker | add docker's public key for CS-engine (debian)] *** failed: [node1] => {"failed": true} msg: Failed to download key at https://sks-keyservers.net/pks/lookup?op=get&search=0xee6d536cf7dc86e2d7d56f59a178ac6c6238f52e: Request failed: <urlopen error EOF occurred in violation of protocol (_ssl.c:590)>

FATAL: all hosts have already failed -- aborting

PLAY RECAP **** to retry, use: --limit @/home/labor/site.retry

node1 : ok=6 changed=1 unreachable=0 failed=1

rhim commented 7 years ago

The only workable solution we found to this problem before was to cache the docker key in our installation. This key is most likely not going to change for a while.