saltstack / salt

Software to automate the management and configuration of any infrastructure or application at scale. Get access to the Salt software package repository here:
https://repo.saltproject.io/
Apache License 2.0
14.17k stars 5.48k forks source link

How do you successfully use the scaleway driver with salt cloud? #42104

Closed fake-name closed 5 years ago

fake-name commented 7 years ago

I've been trying to use the Scaleway salt-cloud driver to deploy a VPS, and I can't figure out how to do so successfully.

If I treat the provider as I treat the others (digital ocean, vultr, etc...), it fails:

done
Main.VpsHerder.MainThread - INFO - Creating instance...
Main.VpsHerder.MainThread - INFO -      Client name: 'test-4'
Main.VpsHerder.MainThread - INFO -      using provider: 'scaleway'
Main.VpsHerder.MainThread - INFO -      kwargs: '{'script_args': '-D', 'image': u'Ubuntu Xenial (16.04 latest)', 'script': '/home/client/AutoTriever/marshaller/bootstra
p-salt-delay.sh', 'location': 'Amsterdam', 'size': 'VC1S'}'
Main.MainThread - CRITICAL - Uncaught exception!
Main.MainThread - CRITICAL - Uncaught exception
Traceback (most recent call last):
  File "salt_runner.py", line 572, in <module>
    stest()
  File "salt_runner.py", line 552, in stest
    ret = herder.cc.create(names=[clientname], provider=provider, **kwargs)
  File "/usr/local/lib/python2.7/dist-packages/salt/cloud/__init__.py", line 412, in create
    mapper.create(vm_))
  File "/usr/local/lib/python2.7/dist-packages/salt/cloud/__init__.py", line 1287, in create
    output = self.clouds[func](vm_)
  File "/usr/local/lib/python2.7/dist-packages/salt/cloud/clouds/scaleway.py", line 300, in create
    ret = __utils__['cloud.bootstrap'](server_, __opts__)
  File "/usr/local/lib/python2.7/dist-packages/salt/utils/cloud.py", line 341, in bootstrap
    'Cannot deploy Salt in a VM if the \'key_filename\' setting '
SaltCloudSystemExit: Cannot deploy Salt in a VM if the 'key_filename' setting is not set and there is no password set for the VM. Check the provider docs for 'change_password' option if it is supported by your provider.

Ok, that's simple enough, lets set a randomly generated password on the call to CloudClient().create():

client@rabbit:~/AutoTriever/marshaller⟫ sudo python salt_runner.py stest
Setting up loggers....
done
Main.VpsHerder.MainThread - INFO - Creating instance...
Main.VpsHerder.MainThread - INFO -      Client name: 'test-4'
Main.VpsHerder.MainThread - INFO -      using provider: 'scaleway'
Main.VpsHerder.MainThread - INFO -      kwargs: '{'script_args': '-D', 'image': u'Ubuntu Xenial (16.04 latest)', 'script': '/home/client/AutoTriever/marshaller/bootstrap-salt-delay.sh', 'location': 'Amsterdam', 'size': 'VC1S', 'password': 'By05MWRHcWvpL2PS4ZFLymDFAWB1CKz4'}'

Warning: Permanently added '212.47.241.237' (ECDSA) to the list of known hosts.
root@212.47.241.237's password:
Permission denied, please try again.
root@212.47.241.237's password:
Permission denied, please try again.
root@212.47.241.237's password:
Permission denied (publickey,password).
Warning: Permanently added '212.47.241.237' (ECDSA) to the list of known hosts.
root@212.47.241.237's password:
Permission denied, please try again.

< snip a giant pile of retries >

Permission denied, please try again.
root@212.47.241.237's password:
Permission denied (publickey,password).
Warning: Permanently added '212.47.241.237' (ECDSA) to the list of known hosts.
root@212.47.241.237's password:
Permission denied, please try again.
root@212.47.241.237's password:
Permission denied, please try again.

Huh, maybe it's not caching the password, lets stick a really long password in the cloud.providers file:


client@rabbit:~/AutoTriever/marshaller⟫ sudo python salt_runner.py stest
Setting up loggers....
done
Main.VpsHerder.MainThread - INFO - Creating instance...
Main.VpsHerder.MainThread - INFO -      Client name: 'test-4'
Main.VpsHerder.MainThread - INFO -      using provider: 'scaleway'
Main.VpsHerder.MainThread - INFO -      kwargs: '{'script_args': '-D', 'image': u'Ubuntu Xenial (16.04 latest)', 'script': '/home/client/AutoTriever/marshaller/bootstrap-salt-delay.sh', 'location': 'Amsterdam', 'size': 'VC1S'}'

Warning: Permanently added '212.47.241.237' (ECDSA) to the list of known hosts.
root@212.47.241.237's password:
Permission denied, please try again.
root@212.47.241.237's password:
Permission denied, please try again.
root@212.47.241.237's password:
Permission denied (publickey,password).
Warning: Permanently added '212.47.241.237' (ECDSA) to the list of known hosts.
root@212.47.241.237's password:
Permission denied, please try again.
root@212.47.241.237's password:
Permission denied, please try again.
root@212.47.241.237's password:
Permission denied (publickey,password).
Warning: Permanently added '212.47.241.237' (ECDSA) to the list of known hosts.
root@212.47.241.237's password:
Permission denied, please try again.
root@212.47.241.237's password:
Permission denied, please try again.
root@212.47.241.237's password:
Permission denied (publickey,password).

Uh.... ok. so apparently scaleway password auth is broken. Hmm, lets try pubkey auth? Googling about, I think I need a .pem key file (annoying, why not support id_rsa/id_rsa.pub, that's much easier to generate), and I think I may also need to set the ssh_username parameter. I think it's root for scaleway?

My cloud.providers file now contains:


scaleway:
  access_key: <snip>
  token: <snip>
  driver: scaleway

  ssh_username: root
  key_filename : '/etc/salt/deploy-keys/id_rsa.pem'
  # password: '<snip>'

  script: bootstrap-salt
  minion:
    master: rabbit.wlnupdates.com

Run the test:


client@rabbit:~/AutoTriever/marshaller⟫ sudo python salt_runner.py stest
Setting up loggers....
done
Main.VpsHerder.MainThread - INFO - Creating instance...
Main.VpsHerder.MainThread - INFO -      Client name: 'test-4'
Main.VpsHerder.MainThread - INFO -      using provider: 'scaleway'
Main.VpsHerder.MainThread - INFO -      kwargs: '{'script_args': '-D', 'image': u'Ubuntu Xenial (16.04 latest)', 'script': '/home/client/AutoTriever/marshaller/bootstrap-salt-delay.sh', 'location': 'Paris', 'size': 'VC1S'}'
Warning: Permanently added '212.47.241.237' (ECDSA) to the list of known hosts.
Enter passphrase for key '/etc/salt/deploy-keys/id_rsa.pem':

Wat? There is no passphrase protection on the key, it was generated: ssh-keygen -f id_rsa.pub -m 'PEM' -e | sudo tee id_rsa.pem, where id_rsa has no password either.

So.... how do I actually create a scaleway VPS?

gtmanfred commented 7 years ago

Unfortunately we do not have a scaleway account.

@edouardb or @brmzkw it looks like yall have worked on this, could you take a look at this issue?

Thanks, Daniel

fake-name commented 7 years ago

I can provide someone with temporary access to my account, if needed.


Hmmmm, how do I change the logging output print level from python? Ok, I can attach my own handler to the salt.xxx log path, and I think I get the output I want.

fake-name commented 7 years ago

Ok, I attached much more logging:

salt.loaded.int.utils.cloud.MainThread - DEBUG - Using /etc/salt/deploy-keys/id_rsa.pem as the key_filename
salt.loaded.int.utils.cloud.MainThread - DEBUG - Attempting to authenticate as root (try 1 of 15)
salt.loaded.int.utils.cloud.MainThread - DEBUG - SSH command: 'ssh -oStrictHostKeyChecking=no -oUserKnownHostsFile=/dev/null -oControlPath=none -oPasswordAuthentication=no -oChallengeResponseAuthentication=no -oPubkeyAuthentication=yes -oIdentitiesOnly=yes -oKbdInteractiveAuthentication=no -i /etc/salt/deploy-keys/id_rsa.pem -oConnectTimeout=15 -p 22 root@212.47.241.237 date'
salt.utils.vt.MainThread - DEBUG - Child Forked! PID: 3309  STDOUT_FD: 9  STDERR_FD: 11
salt.utils.vt.MainThread - DEBUG - Terminal Command: /bin/sh -c ssh -oStrictHostKeyChecking=no -oUserKnownHostsFile=/dev/null -oControlPath=none -oPasswordAuthentication=no -oChallengeResponseAuthentication=no -oPubkeyAuthentication=yes -oIdentitiesOnly=yes -oKbdInteractiveAuthentication=no -i /etc/salt/deploy-keys/id_rsa.pem -oConnectTimeout=15 -p 22 root@212.47.241.237 date
Warning: Permanently added '212.47.241.237' (ECDSA) to the list of known hosts.
salt.utils.vt.Terminal.PID-3309.STDERR.MainThread - DEBUG - Warning: Permanently added '212.47.241.237' (ECDSA) to the list of known hosts.
salt.utils.vt.Terminal.PID-3309.STDOUT.MainThread - DEBUG - Enter passphrase for key '/etc/salt/deploy-keys/id_rsa.pem':
^CTraceback (most recent call last):
  File "salt_runner.py", line 579, in <module>
    stest()
  File "salt_runner.py", line 559, in stest
    ret = herder.cc.create(names=[clientname], provider=provider, **kwargs)
  File "/usr/local/lib/python2.7/dist-packages/salt/cloud/__init__.py", line 412, in create
    mapper.create(vm_))
  File "/usr/local/lib/python2.7/dist-packages/salt/cloud/__init__.py", line 1287, in create
    output = self.clouds[func](vm_)
  File "/usr/local/lib/python2.7/dist-packages/salt/cloud/clouds/scaleway.py", line 300, in create
    ret = __utils__['cloud.bootstrap'](server_, __opts__)
  File "/usr/local/lib/python2.7/dist-packages/salt/utils/cloud.py", line 537, in bootstrap
    deployed = deploy_script(**deploy_kwargs)
  File "/usr/local/lib/python2.7/dist-packages/salt/utils/cloud.py", line 1252, in deploy_script
    maxtries=maxtries, hard_timeout=hard_timeout):
  File "/usr/local/lib/python2.7/dist-packages/salt/utils/cloud.py", line 944, in wait_for_passwd
    status = root_cmd('date', tty=False, sudo=False, **kwargs)
  File "/usr/local/lib/python2.7/dist-packages/salt/utils/cloud.py", line 2271, in root_cmd
    retcode = _exec_ssh_cmd(cmd, allow_failure=allow_failure, **kwargs)
  File "/usr/local/lib/python2.7/dist-packages/salt/utils/cloud.py", line 1845, in _exec_ssh_cmd
    time.sleep(0.5)
KeyboardInterrupt

I thought the problem here is might be that my .pem file is only the public key, rather then the both the public and private keys. Re-generating the key with openssl rsa -in id_rsa -outform pem | sudo tee id_rsa.pem didn't have any success, though.

fake-name commented 7 years ago

Here's a full debug log, with some truncation to allow it to be posted at all (the deploy script makes it too long for github!)

Setting up loggers....
done
salt.config.MainThread - DEBUG - Reading configuration from /etc/salt/master
salt.config.MainThread - DEBUG - Using cached minion ID from /etc/salt/minion_id: rabbit.wlnupdates.com
salt.config.MainThread - DEBUG - Missing configuration file: /home/client/.saltrc
salt.utils.event.MainThread - DEBUG - MasterEvent PUB socket URI: /var/run/salt/master/master_event_pub.ipc
salt.utils.event.MainThread - DEBUG - MasterEvent PULL socket URI: /var/run/salt/master/master_event_pull.ipc
salt.config.MainThread - DEBUG - Reading configuration from /etc/salt/cloud
salt.config.MainThread - DEBUG - Reading configuration from /etc/salt/master
salt.config.MainThread - DEBUG - Using cached minion ID from /etc/salt/minion_id: rabbit.wlnupdates.com
salt.config.MainThread - DEBUG - Reading configuration from /etc/salt/cloud.providers
salt.config.MainThread - DEBUG - Missing configuration file: /etc/salt/cloud.profiles
salt.config.MainThread - DEBUG - Including configuration from '/etc/salt/cloud.profiles.d/dev-profiles.conf'
salt.config.MainThread - DEBUG - Reading configuration from /etc/salt/cloud.profiles.d/dev-profiles.conf
Main.VpsHerder.MainThread - INFO - Creating instance...
Main.VpsHerder.MainThread - INFO -  Client name: 'test-4'
Main.VpsHerder.MainThread - INFO -  using provider: 'scaleway'
Main.VpsHerder.MainThread - INFO -  kwargs: '{'script_args': '-D', 'image': u'Ubuntu Xenial (16.04 latest)', 'script': '/home/client/AutoTriever/marshaller/bootstrap-salt-delay.sh', 'location': 'Paris', 'size': 'ARM64-2GB'}'
salt.utils.lazy.MainThread - DEBUG - Could not LazyLoad parallels.avail_sizes: 'parallels' __virtual__ returned False
salt.utils.lazy.MainThread - DEBUG - LazyLoaded parallels.avail_locations
salt.utils.lazy.MainThread - DEBUG - LazyLoaded proxmox.avail_sizes
salt.utils.lazy.MainThread - DEBUG - Could not LazyLoad saltify.destroy: 'saltify.destroy' is not available.
salt.utils.lazy.MainThread - DEBUG - Could not LazyLoad saltify.avail_sizes: 'saltify.avail_sizes' is not available.
salt.utils.lazy.MainThread - DEBUG - Could not LazyLoad saltify.avail_images: 'saltify.avail_images' is not available.
salt.utils.lazy.MainThread - DEBUG - Could not LazyLoad saltify.avail_locations: 'saltify.avail_locations' is not available.
salt.utils.lazy.MainThread - DEBUG - LazyLoaded rackspace.reboot
salt.utils.lazy.MainThread - DEBUG - LazyLoaded openstack.list_locations
salt.utils.lazy.MainThread - DEBUG - LazyLoaded rackspace.list_locations
salt.cloud.MainThread - DEBUG - Generating minion keys for 'test-4'
salt.utils.lazy.MainThread - DEBUG - LazyLoaded cloud.fire_event
salt.utils.event.MainThread - DEBUG - MasterEvent PUB socket URI: /var/run/salt/master/master_event_pub.ipc
salt.utils.event.MainThread - DEBUG - MasterEvent PULL socket URI: /var/run/salt/master/master_event_pull.ipc
salt.transport.ipc.MainThread - DEBUG - Initializing new IPCClient for path: /var/run/salt/master/master_event_pull.ipc
salt.utils.event.MainThread - DEBUG - Sending event: tag = salt/cloud/test-4/creating; data = {'profile': None, '_stamp': '2017-07-04T01:48:35.544057', 'name': 'test-4', 'driver': 'scaleway:scaleway', 'provider': 'scaleway:scaleway', 'event': 'starting create'}
salt.loaded.int.clouds.scaleway.MainThread - INFO - Creating a BareMetal server test-4
salt.loaded.int.clouds.scaleway.MainThread - DEBUG - Making scaleway API request with parameters: {}
salt.loaded.int.clouds.scaleway.MainThread - DEBUG - Scaleway request url: https://api.cloud.online.net/images/
salt.loaded.int.clouds.scaleway.MainThread - DEBUG - Scaleway returned data: {u'images': [{u'name': u'Ubuntu Zesty (17.04 latest)', u'modification_date': u'2017-07-03T09:24:26.456594+00:00', u'public': True, u'creation_date': u'2017-07-03T09:24:26.456594+00:00', u'default_bootscript': {u'kernel': u'kernel/armv7l-4.3.5-std-1', u'title': u'armv7l 4.3.5 std #1 (latest)', u'default': False, u'dtb': u'dtb/c1-armv7l-4.3.5-std-1', u'public': False, u'initrd': u'initrd/uInitrd-Linux-armv7l-v3.12.3', u'bootcmdargs': u'LINUX_COMMON ip=:::::eth0: boot=local', u'architecture': u'arm', u'organization': u'11111111-1111-4111-8111-111111111111', u'id': u'ccd5169a-6475-44a3-9f1c-4ee61d403dec'}, u'organization': u'abaeb1aa-760b-4391-aeab-c0622be90abf', u'extra_volumes': u'[]', u'arch': u'arm', u'id': u'a7085db2-76c7-451a-89a4-bdf03cfdc9e6', u'root_volume': {u'name': u'armv7l-ubuntu-zesty-2017-07-03_09:17', u'id': u'28d8414f-35d0-4765-aded-7386e26a9016', u'volume_type': u'l_ssd', u'size': 50000000000}}, {u'name': u'Ubuntu Zesty (17.04 latest)', u'modification_date': u'2017-07-03T09:16:56.156327+00:00', u'public': True, u'creation_date': u'2017-07-03T09:16:56.156327+00:00', u'default_bootscript': {u'kernel': u'http://169.254.42.24/kernel/aarch64-4.9.23-std-1/vmlinuz-4.9.23-std-1', u'title': u'aarch64 4.9.23 std #1 (stable/latest)', u'default': True, u'dtb': u'', u'public': True, u'initrd': u'http://169.254.42.24/initrd/initrd-Linux-arm64-v3.12.6.gz', u'bootcmdargs': u'LINUX_COMMON scaleway boot=local', u'architecture': u'arm64', u'organization': u'11111111-1111-4111-8111-111111111111', u'id': u'67b6c17e-c408-4ba5-a435-07b79eb5e8e2'}, u'organization': u'abaeb1aa-760b-4391-aeab-c0622be90abf', u'extra_volumes': u'[]', u'arch': u'arm64', u'id': u'4ab6a4de-3fcf-4a8e-b29b-8d366d44de6c', u'root_volume': {u'name': u'arm64-ubuntu-zesty-2017-07-03_09:12', u'id': u'5651849e-9d8f-4f8a-a74c-17c5485e45f4', u'volume_type': u'l_ssd', u'size': 50000000000}}, {u'name': u'Ubuntu Zesty (17.04 latest)', u'modification_date': u'2017-07-03T09:11:43.386482+00:00', u'public': True, u'creation_date': u'2017-07-03T09:11:43.386482+00:00', u'default_bootscript': {u'kernel': u'http://169.254.42.24/kernel/x86_64-4.9.20-std-1/vmlinuz-4.9.20-std-1', u'title': u'x86_64 4.9.20 std #1 (longterm/latest)', u'default': True, u'dtb': u'', u'public': True, u'initrd': u'http://169.254.42.24/initrd/initrd-Linux-x86_64-v3.12.6.gz', u'bootcmdargs': u'LINUX_COMMON scaleway boot=local', u'architecture': u'x86_64', u'organization': u'11111111-1111-4111-8111-111111111111', u'id': u'5a1091c5-6e7b-45d3-8afc-c1246b0a9913'}, u'organization': u'abaeb1aa-760b-4391-aeab-c0622be90abf', u'extra_volumes': u'[]', u'arch': u'x86_64', u'id': u'26caf0ec-a924-434c-b52c-4bc7ad56c82a', u'root_volume': {u'name': u'x86_64-ubuntu-zesty-2017-07-03_09:06', u'id': u'24710e42-0bba-4322-aba2-8a07f8d1f770', u'volume_type': u'l_ssd', u'size': 50000000000}}, {u'name': u'Debian Sid/Unstable', u'modification_date': u'2017-06-29T13:39:14.224532+00:00', u'public': True, u'creation_date': u'2017-06-29T13:39:14.224532+00:00', u'default_bootscript': {u'kernel': u'kernel/armv7l-4.8.14-std-1', u'title': u'armv7l 4.8.14 std #1 (latest)', u'default': False, u'dtb': u'dtb/c1-armv7l-4.8.14-std-1', u'public': False, u'initrd': u'initrd/uInitrd-Linux-armv7l-v3.12.3', u'bootcmdargs': u'LINUX_COMMON ip=:::::eth0: boot=local', u'architecture': u'arm', u'organization': u'11111111-1111-4111-8111-111111111111', u'id': u'735618d6-bc1f-458e-a438-c821f4214352'}, u'organization': u'abaeb1aa-760b-4391-aeab-c0622be90abf', u'extra_volumes': u'[]', u'arch': u'arm', u'id': u'ffca53e7-2a36-4382-a583-b2abc36644c7', u'root_volume': {u'name': u'armv7l-debian-sid-2017-06-29_13:34', u'id': u'734d5d4a-e7b8-410b-a04c-e3f85239893b', u'volume_type': u'l_ssd', u'size': 50000000000}}, {u'name': u'Debian Sid/Unstable', u'modification_date': u'2017-06-29T13:31:15.524984+00:00', u'public': True, u'creation_date': u'2017-06-29T13:31:15.524984+00:00', u'default_bootscript': {u'kernel': u'http://169.254.42.24/kernel/aarch64-4.9.23-std-1/vmlinuz-4.9.23-std-1', u'title': u'aarch64 4.9.23 std #1 (stable/latest)', u'default': True, u'dtb': u'', u'public': True, u'initrd': u'http://169.254.42.24/initrd/initrd-Linux-arm64-v3.12.6.gz', u'bootcmdargs': u'LINUX_COMMON scaleway boot=local', u'architecture': u'arm64', u'organization': u'11111111-1111-4111-8111-111111111111', u'id': u'67b6c17e-c408-4ba5-a435-07b79eb5e8e2'}, u'organization': u'abaeb1aa-760b-4391-aeab-c0622be90abf', u'extra_volumes': u'[]', u'arch': u'arm64', u'id': u'4710bda2-0948-4832-b7b1-7cb1882881d7', u'root_volume': {u'name': u'arm64-debian-sid-2017-06-29_13:27', u'id': u'4eb884cb-ba24-4e01-8e1d-62ee71b22a3f', u'volume_type': u'l_ssd', u'size': 50000000000}}, {u'name': u'Debian Sid/Unstable', u'modification_date': u'2017-06-29T13:25:47.751838+00:00', u'public': True, u'creation_date': u'2017-06-29T13:25:47.751838+00:00', u'default_bootscript': {u'kernel': u'http://169.254.42.24/kernel/x86_64-4.9.20-std-1/vmlinuz-4.9.20-std-1', u'title': u'x86_64 4.9.20 std #1 (longterm/latest)', u'default': True, u'dtb': u'', u'public': True, u'initrd': u'http://169.254.42.24/initrd/initrd-Linux-x86_64-v3.12.6.gz', u'bootcmdargs': u'LINUX_COMMON scaleway boot=local', u'architecture': u'x86_64', u'organization': u'11111111-1111-4111-8111-111111111111', u'id': u'5a1091c5-6e7b-45d3-8afc-c1246b0a9913'}, u'organization': u'abaeb1aa-760b-4391-aeab-c0622be90abf', u'extra_volumes': u'[]', u'arch': u'x86_64', u'id': u'ed1c4c80-5788-4637-93b2-a36eb6d20544', u'root_volume': {u'name': u'x86_64-debian-sid-2017-06-29_13:22', u'id': u'1c8f6c1b-c4c0-44c9-ac0c-9d296ed98eb4', u'volume_type': u'l_ssd', u'size': 50000000000}}, {u'name': u'Debian Stretch (9.0)', u'modification_date': u'2017-06-29T10:34:15.730654+00:00', u'public': True, u'creation_date': u'2017-06-29T10:34:15.730654+00:00', u'default_bootscript': {u'kernel': u'kernel/armv7l-4.3.5-std-1', u'title': u'armv7l 4.3.5 std #1 (latest)', u'default': False, u'dtb': u'dtb/c1-armv7l-4.3.5-std-1', u'public': False, u'initrd': u'initrd/uInitrd-Linux-armv7l-v3.12.3', u'bootcmdargs': u'LINUX_COMMON ip=:::::eth0: boot=local', u'architecture': u'arm', u'organization': u'11111111-1111-4111-8111-111111111111', u'id': u'ccd5169a-6475-44a3-9f1c-4ee61d403dec'}, u'organization': u'abaeb1aa-760b-4391-aeab-c0622be90abf', u'extra_volumes': u'[]', u'arch': u'arm', u'id': u'121566c2-4d06-44fc-8f56-8faa658839e5', u'root_volume': {u'name': u'armv7l-debian-stretch-2017-06-29_10:28', u'id': u'ce4dad98-768a-4fc7-962a-355fa58aecb6', u'volume_type': u'l_ssd', u'size': 50000000000}}, {u'name': u'Debian Stretch (9.0)', u'modification_date': u'2017-06-29T10:25:44.136320+00:00', u'public': True, u'creation_date': u'2017-06-29T10:25:44.136320+00:00', u'default_bootscript': {u'kernel': u'http://169.254.42.24/kernel/aarch64-4.9.23-std-1/vmlinuz-4.9.23-std-1', u'title': u'aarch64 4.9.23 std #1 (stable/latest)', u'default': True, u'dtb': u'', u'public': True, u'initrd': u'http://169.254.42.24/initrd/initrd-Linux-arm64-v3.12.6.gz', u'bootcmdargs': u'LINUX_COMMON scaleway boot=local', u'architecture': u'arm64', u'organization': u'11111111-1111-4111-8111-111111111111', u'id': u'67b6c17e-c408-4ba5-a435-07b79eb5e8e2'}, u'organization': u'abaeb1aa-760b-4391-aeab-c0622be90abf', u'extra_volumes': u'[]', u'arch': u'arm64', u'id': u'3afa494d-8aef-4775-9eaa-cae9b80dcc31', u'root_volume': {u'name': u'arm64-debian-stretch-2017-06-29_10:22', u'id': u'a38047db-86c6-4e83-9574-d601cdbe2605', u'volume_type': u'l_ssd', u'size': 50000000000}}, {u'name': u'Debian Stretch (9.0)', u'modification_date': u'2017-06-29T10:20:13.849985+00:00', u'public': True, u'creation_date': u'2017-06-29T10:20:13.849985+00:00', u'default_bootscript': {u'kernel': u'http://169.254.42.24/kernel/x86_64-4.9.20-std-1/vmlinuz-4.9.20-std-1', u'title': u'x86_64 4.9.20 std #1 (longterm/latest)', u'default': True, u'dtb': u'', u'public': True, u'initrd': u'http://169.254.42.24/initrd/initrd-Linux-x86_64-v3.12.6.gz', u'bootcmdargs': u'LINUX_COMMON scaleway boot=local', u'architecture': u'x86_64', u'organization': u'11111111-1111-4111-8111-111111111111', u'id': u'5a1091c5-6e7b-45d3-8afc-c1246b0a9913'}, u'organization': u'abaeb1aa-760b-4391-aeab-c0622be90abf', u'extra_volumes': u'[]', u'arch': u'x86_64', u'id': u'a869957c-6e1a-4b99-bc07-0748aa42c616', u'root_volume': {u'name': u'x86_64-debian-stretch-2017-06-29_10:17', u'id': u'af935721-3b3d-4752-a511-266ff9701d8d', u'volume_type': u'l_ssd', u'size': 50000000000}}, {u'name': u'Debian Stretch (9.0)', u'modification_date': u'2017-06-26T14:47:51.121060+00:00', u'public': True, u'creation_date': u'2017-06-26T14:47:51.121060+00:00', u'default_bootscript': {u'kernel': u'kernel/armv7l-4.3.5-std-1', u'title': u'armv7l 4.3.5 std #1 (latest)', u'default': False, u'dtb': u'dtb/c1-armv7l-4.3.5-std-1', u'public': False, u'initrd': u'initrd/uInitrd-Linux-armv7l-v3.12.3', u'bootcmdargs': u'LINUX_COMMON ip=:::::eth0: boot=local', u'architecture': u'arm', u'organization': u'11111111-1111-4111-8111-111111111111', u'id': u'ccd5169a-6475-44a3-9f1c-4ee61d403dec'}, u'organization': u'abaeb1aa-760b-4391-aeab-c0622be90abf', u'extra_volumes': u'[]', u'arch': u'arm', u'id': u'a0ff671f-3e84-4d95-bdc0-73ac0a8f459c', u'root_volume': {u'name': u'armv7l-debian-stretch-2017-06-26_14:42', u'id': u'c9350e92-8a5a-4b7c-ae9f-66106b4e5af2', u'volume_type': u'l_ssd', u'size': 50000000000}}, {u'name': u'Debian Stretch (9.0)', u'modification_date': u'2017-06-26T14:41:37.610670+00:00', u'public': True, u'creation_date': u'2017-06-26T14:41:37.610670+00:00', u'default_bootscript': {u'kernel': u'http://169.254.42.24/kernel/aarch64-4.9.23-std-1/vmlinuz-4.9.23-std-1', u'title': u'aarch64 4.9.23 std #1 (stable/latest)', u'default': True, u'dtb': u'', u'public': True, u'initrd': u'http://169.254.42.24/initrd/initrd-Linux-arm64-v3.12.6.gz', u'bootcmdargs': u'LINUX_COMMON scaleway boot=local', u'architecture': u'arm64', u'organization': u'11111111-1111-4111-8111-111111111111', u'id': u'67b6c17e-c408-4ba5-a435-07b79eb5e8e2'}, u'organization': u'abaeb1aa-760b-4391-aeab-c0622be90abf', u'extra_volumes': u'[]', u'arch': u'arm64', u'id': u'96c67ee4-a464-47b0-bb0b-83369f9e8a62', u'root_volume': {u'name': u'arm64-debian-stretch-2017-06-26_14:38', u'id': u'5b398f1a-e8d1-41bf-8b8c-55a95fc06840', u'volume_type': u'l_ssd', u'size': 50000000000}}, {u'name': u'Debian Stretch (9.0)', u'modification_date': u'2017-06-26T14:36:19.916747+00:00', u'public': True, u'creation_date': u'2017-06-26T14:36:19.916747+00:00', u'default_bootscript': {u'kernel': u'http://169.254.42.24/kernel/x86_64-4.9.20-std-1/vmlinuz-4.9.20-std-1', u'title': u'x86_64 4.9.20 std #1 (longterm/latest)', u'default': True, u'dtb': u'', u'public': True, u'initrd': u'http://169.254.42.24/initrd/initrd-Linux-x86_64-v3.12.6.gz', u'bootcmdargs': u'LINUX_COMMON scaleway boot=local', u'architecture': u'x86_64', u'organization': u'11111111-1111-4111-8111-111111111111', u'id': u'5a1091c5-6e7b-45d3-8afc-c1246b0a9913'}, u'organization': u'abaeb1aa-760b-4391-aeab-c0622be90abf', u'extra_volumes': u'[]', u'arch': u'x86_64', u'id': u'c1d407de-0d4c-462c-95df-42a2fe0479fe', u'root_volume': {u'name': u'x86_64-debian-stretch-2017-06-26_14:32', u'id': u'e05e6243-9a46-4518-a77c-89cec6aed8c8', u'volume_type': u'l_ssd', u'size': 50000000000}}, {u'name': u'CentOS 7.3', u'modification_date': u'2017-06-22T12:44:28.689776+00:00', u'public': True, u'creation_date': u'2017-06-22T12:44:28.689776+00:00', u'default_bootscript': {u'kernel': u'http://169.254.42.24/kernel/x86_64-4.9.20-std-1/vmlinuz-4.9.20-std-1', u'title': u'x86_64 4.9.20 std #1 (longterm/latest)', u'default': True, u'dtb': u'', u'public': True, u'initrd': u'http://169.254.42.24/initrd/initrd-Linux-x86_64-v3.12.6.gz', u'bootcmdargs': u'LINUX_COMMON scaleway boot=local', u'architecture': u'x86_64', u'organization': u'11111111-1111-4111-8111-111111111111', u'id': u'5a1091c5-6e7b-45d3-8afc-c1246b0a9913'}, u'organization': u'abaeb1aa-760b-4391-aeab-c0622be90abf', u'extra_volumes': u'[]', u'arch': u'x86_64', u'id': u'9103368e-4fab-4243-aa8d-18121796c086', u'root_volume': {u'name': u'x86_64-centos-latest-2017-06-22_12:41', u'id': u'bf644e0f-2f1b-4393-85c5-6c7a239a5031', u'volume_type': u'l_ssd', u'size': 50000000000}}, {u'name': u'CentOS 7.3', u'modification_date': u'2017-06-22T12:43:48.420230+00:00', u'public': True, u'creation_date': u'2017-06-22T12:43:48.420230+00:00', u'default_bootscript': {u'kernel': u'http://169.254.42.24/kernel/aarch64-4.9.23-std-1/vmlinuz-4.9.23-std-1', u'title': u'aarch64 4.9.23 std #1 (stable/latest)', u'default': True, u'dtb': u'', u'public': True, u'initrd': u'http://169.254.42.24/initrd/initrd-Linux-arm64-v3.12.6.gz', u'bootcmdargs': u'LINUX_COMMON scaleway boot=local', u'architecture': u'arm64', u'organization': u'11111111-1111-4111-8111-111111111111', u'id': u'67b6c17e-c408-4ba5-a435-07b79eb5e8e2'}, u'organization': u'abaeb1aa-760b-4391-aeab-c0622be90abf', u'extra_volumes': u'[]', u'arch': u'arm64', u'id': u'3fa09c10-106f-44e0-8a83-d8e07c0e985e', u'root_volume': {u'name': u'arm64-centos-latest-2017-06-22_12:40', u'id': u'e02f42f3-ebff-47d9-a869-029c6f97ba5f', u'volume_type': u'l_ssd', u'size': 50000000000}}, {u'name': u'Docker 1.12.6', u'modification_date': u'2017-06-16T09:33:56.143214+00:00', u'public': True, u'creation_date': u'2017-06-16T09:33:56.143214+00:00', u'default_bootscript': {u'kernel': u'http://169.254.42.24/kernel/aarch64-4.9.32-1/vmlinux-4.9.32', u'title': u'arm64 4.9.32 docker #1', u'default': False, u'dtb': u'', u'public': True, u'initrd': u'http://169.254.42.24/initrd/initrd-Linux-arm64-v3.12.5.gz', u'bootcmdargs': u'LINUX_COMMON scaleway boot=local', u'architecture': u'arm64', u'organization': u'11111111-1111-4111-8111-111111111111', u'id': u'76d7371f-a3ee-408c-a0fc-268aae078b7d'}, u'organization': u'abaeb1aa-760b-4391-aeab-c0622be90abf', u'extra_volumes': u'[]', u'arch': u'arm64', u'id': u'6dc0f04c-0cd6-4536-a909-9e2bf2c6ec1e', u'root_volume': {u'name': u'arm64-docker-latest-2017-06-16_09:30', u'id': u'25b77a6e-485e-45ff-bc0b-22d33f304d50', u'volume_type': u'l_ssd', u'size': 50000000000}}, {u'name': u'instantcloud-latest', u'modification_date': u'2017-05-04T08:54:31.348717+00:00', u'public': True, u'creation_date': u'2017-05-04T08:54:31.348717+00:00', u'default_bootscript': None, u'organization': u'8c3917c0-36f9-4a25-89c2-d479ad607374', u'extra_volumes': u'[]', u'arch': u'arm64', u'id': u'ff7a4f21-47ed-4b4b-b692-c01e1a22a376', u'root_volume': {u'name': u'x86_64-tryit-latest-2017-05-04_08:46', u'id': u'014cbb3a-eba7-4e7b-95a3-4a3dd439cc73', u'volume_type': u'l_ssd', u'size': 50000000000}}, {u'name': u'Debian Jessie (8.2 latest)', u'modification_date': u'2017-04-27T10:06:40.835780+00:00', u'public': True, u'creation_date': u'2017-04-27T09:56:55.763533+00:00', u'default_bootscript': None, u'organization': u'abaeb1aa-760b-4391-aeab-c0622be90abf', u'extra_volumes': u'[]', u'arch': u'arm64', u'id': u'749abc3d-6659-4c84-92fc-ca2856d061d9', u'root_volume': {u'name': u'arm64-debian-jessie-2017-04-27_09:54', u'id': u'f6b0909d-3fbe-4ddf-847d-b37c3692080d', u'volume_type': u'l_ssd', u'size': 50000000000}}, {u'name': u'Ubuntu Xenial (16.04 latest)', u'modification_date': u'2017-04-24T13:07:00.651576+00:00', u'public': True, u'creation_date': u'2017-04-24T11:37:20.024451+00:00', u'default_bootscript': None, u'organization': u'abaeb1aa-760b-4391-aeab-c0622be90abf', u'extra_volumes': u'[]', u'arch': u'arm64', u'id': u'e1a0daf2-a61f-40bf-ba3c-f86ec4baa3bf', u'root_volume': {u'name': u'arm64-ubuntu-xenial-2017-04-24_11:29', u'id': u'8d1d2ff4-6677-46b3-a10f-ca16aefedebf', u'volume_type': u'l_ssd', u'size': 50000000000}}, {u'name': u'GitLab', u'modification_date': u'2017-03-29T15:06:31.214140+00:00', u'public': True, u'creation_date': u'2017-03-29T15:06:31.214140+00:00', u'default_bootscript': None, u'organization': u'abaeb1aa-760b-4391-aeab-c0622be90abf', u'extra_volumes': u'[]', u'arch': u'arm', u'id': u'4e50745c-e7c9-4442-bd0f-41a720d2eef2', u'root_volume': {u'name': u'armv7l-gitlab-latest-2017-03-29_14:59', u'id': u'4a91aeca-3c85-4cb5-92ec-5dcfd6e3edf1', u'volume_type': u'l_ssd', u'size': 50000000000}}, {u'name': u'GitLab', u'modification_date': u'2017-03-29T13:30:02.741981+00:00', u'public': True, u'creation_date': u'2017-03-29T13:30:02.741981+00:00', u'default_bootscript': None, u'organization': u'abaeb1aa-760b-4391-aeab-c0622be90abf', u'extra_volumes': u'[]', u'arch': u'x86_64', u'id': u'43bc3686-fd95-49dd-a47e-fd9189bfb250', u'root_volume': {u'name': u'x86_64-gitlab-latest-2017-03-29_13:21', u'id': u'd19c3ade-f18e-4ba8-94d3-0cd6bd56fec6', u'volume_type': u'l_ssd', u'size': 50000000000}}, {u'name': u'Ubuntu Xenial (16.04 latest)', u'modification_date': u'2017-01-05T16:51:05.111341+00:00', u'public': True, u'creation_date': u'2017-01-05T11:30:30.352509+00:00', u'default_bootscript': None, u'organization': u'abaeb1aa-760b-4391-aeab-c0622be90abf', u'extra_volumes': u'[]', u'arch': u'arm', u'id': u'3a1b0dd8-92e1-4ba2-aece-eea8e9d07e32', u'root_volume': {u'name': u'armv7l-ubuntu-xenial-2017-01-05_11:25', u'id': u'ce068cc3-ca98-48a0-b47b-b193dcd354b1', u'volume_type': u'l_ssd', u'size': 50000000000}}, {u'name': u'Ubuntu Precise (12.04)', u'modification_date': u'2017-01-05T11:15:24.629947+00:00', u'public': True, u'creation_date': u'2017-01-05T11:15:24.629947+00:00', u'default_bootscript': None, u'organization': u'abaeb1aa-760b-4391-aeab-c0622be90abf', u'extra_volumes': u'[]', u'arch': u'arm', u'id': u'3acbcd5e-c680-4305-a1fa-29e0f66e1795', u'root_volume': {u'name': u'armv7l-ubuntu-precise-2017-01-05_11:10', u'id': u'd73ac4a7-22ad-4bdc-99d9-813bc836e9c0', u'volume_type': u'l_ssd', u'size': 50000000000}}, {u'name': u'Ubuntu Yakkety (16.10 latest)', u'modification_date': u'2017-01-05T16:51:20.250746+00:00', u'public': True, u'creation_date': u'2017-01-05T10:50:55.382934+00:00', u'default_bootscript': None, u'organization': u'abaeb1aa-760b-4391-aeab-c0622be90abf', u'extra_volumes': u'[]', u'arch': u'arm', u'id': u'43a60ffc-6afd-4b09-8a74-b8da67a0f95d', u'root_volume': {u'name': u'armv7l-ubuntu-yakkety-2017-01-05_10:45', u'id': u'ee50e33f-f736-421c-9bb0-06bfadb6ba73', u'volume_type': u'l_ssd', u'size': 50000000000}}, {u'name': u'Ubuntu Wily (15.10)', u'modification_date': u'2017-01-05T16:51:25.985391+00:00', u'public': True, u'creation_date': u'2017-01-05T10:50:22.755606+00:00', u'default_bootscript': None, u'organization': u'abaeb1aa-760b-4391-aeab-c0622be90abf', u'extra_volumes': u'[]', u'arch': u'arm', u'id': u'f35c1dd7-17ec-4979-a686-6685e01e3532', u'root_volume': {u'name': u'armv7l-ubuntu-wily-2017-01-05_10:45', u'id': u'44fb95a7-05d3-4fde-a5a6-785ca313d17a', u'volume_type': u'l_ssd', u'size': 50000000000}}, {u'name': u'Ubuntu Trusty (14.04)', u'modification_date': u'2017-01-05T10:31:35.783076+00:00', u'public': True, u'creation_date': u'2017-01-05T10:31:35.783076+00:00', u'default_bootscript': None, u'organization': u'abaeb1aa-760b-4391-aeab-c0622be90abf', u'extra_volumes': u'[]', u'arch': u'arm', u'id': u'27ccbd68-090d-4f95-a342-db2c1c8f3628', u'root_volume': {u'name': u'armv7l-ubuntu-trusty-2017-01-05_10:26', u'id': u'6224674e-8b0c-4786-916c-82d7e4790d44', u'volume_type': u'l_ssd', u'size': 50000000000}}, {u'name': u'Ubuntu Precise (12.04)', u'modification_date': u'2017-01-05T10:12:28.710830+00:00', u'public': True, u'creation_date': u'2017-01-05T10:12:28.710830+00:00', u'default_bootscript': None, u'organization': u'abaeb1aa-760b-4391-aeab-c0622be90abf', u'extra_volumes': u'[]', u'arch': u'x86_64', u'id': u'7258ac9b-61e7-4f69-a72d-b424de25fe84', u'root_volume': {u'name': u'x86_64-ubuntu-precise-2017-01-05_10:09', u'id': u'f93abaef-2ff6-4015-be9a-b2989a954bab', u'volume_type': u'l_ssd', u'size': 50000000000}}, {u'name': u'Ubuntu Trusty (14.04)', u'modification_date': u'2017-01-05T10:10:59.907933+00:00', u'public': True, u'creation_date': u'2017-01-05T10:10:59.907933+00:00', u'default_bootscript': None, u'organization': u'abaeb1aa-760b-4391-aeab-c0622be90abf', u'extra_volumes': u'[]', u'arch': u'x86_64', u'id': u'857de28c-39ce-4b15-9389-b68d8bb1bb51', u'root_volume': {u'name': u'x86_64-ubuntu-trusty-2017-01-05_10:08', u'id': u'f5b1e8d9-7138-42ac-a3ca-b41ad1295de4', u'volume_type': u'l_ssd', u'size': 50000000000}}, {u'name': u'Ubuntu Yakkety (16.10 latest)', u'modification_date': u'2017-01-05T16:51:46.876851+00:00', u'public': True, u'creation_date': u'2017-01-05T10:09:50.906331+00:00', u'default_bootscript': None, u'organization': u'abaeb1aa-760b-4391-aeab-c0622be90abf', u'extra_volumes': u'[]', u'arch': u'x86_64', u'id': u'e2bf2887-c8c5-429b-8951-e869c388830a', u'root_volume': {u'name': u'x86_64-ubuntu-yakkety-2017-01-05_10:06', u'id': u'c9bfa263-4c32-4584-b258-e0745032705d', u'volume_type': u'l_ssd', u'size': 50000000000}}, {u'name': u'Ubuntu Wily (15.10)', u'modification_date': u'2017-01-05T16:51:39.483697+00:00', u'public': True, u'creation_date': u'2017-01-05T10:03:10.869150+00:00', u'default_bootscript': None, u'organization': u'abaeb1aa-760b-4391-aeab-c0622be90abf', u'extra_volumes': u'[]', u'arch': u'x86_64', u'id': u'db301740-6c62-4843-9e6d-8ce67bf9febb', u'root_volume': {u'name': u'x86_64-ubuntu-wily-2017-01-05_09:59', u'id': u'eee5e942-5c7a-47ed-b2fe-cb650f09cbe3', u'volume_type': u'l_ssd', u'size': 50000000000}}, {u'name': u'Ubuntu Xenial (16.04 latest)', u'modification_date': u'2017-01-05T16:51:53.592282+00:00', u'public': True, u'creation_date': u'2017-01-05T10:01:28.406069+00:00', u'default_bootscript': None, u'organization': u'abaeb1aa-760b-4391-aeab-c0622be90abf', u'extra_volumes': u'[]', u'arch': u'x86_64', u'id': u'89457135-d446-41ba-a8df-d53e5bb54710', u'root_volume': {u'name': u'x86_64-ubuntu-xenial-2017-01-05_09:58', u'id': u'ba93f9c5-199d-41b2-8dc0-6194e1e675d5', u'volume_type': u'l_ssd', u'size': 50000000000}}, {u'name': u'Cozy Cloud (beta)', u'modification_date': u'2016-11-30T10:38:56.851138+00:00', u'public': True, u'creation_date': u'2016-11-30T10:38:56.851138+00:00', u'default_bootscript': None, u'organization': u'abaeb1aa-760b-4391-aeab-c0622be90abf', u'extra_volumes': u'[]', u'arch': u'arm', u'id': u'e2704e4b-c113-4868-a7ad-8503eaca82fd', u'root_volume': {u'name': u'armv7l-cozy-latest-2016-11-30_10:32', u'id': u'9a98f106-a750-45dd-88c3-2745cd0700bc', u'volume_type': u'l_ssd', u'size': 50000000000}}, {u'name': u'Webmin 1.820', u'modification_date': u'2016-11-30T10:31:13.185043+00:00', u'public': True, u'creation_date': u'2016-11-30T10:31:13.185043+00:00', u'default_bootscript': None, u'organization': u'abaeb1aa-760b-4391-aeab-c0622be90abf', u'extra_volumes': u'[]', u'arch': u'arm', u'id': u'b4173ca3-a7f5-4dbe-bc07-3ee038df065c', u'root_volume': {u'name': u'armv7l-webmin-latest-2016-11-30_10:18', u'id': u'92e9f807-b750-490d-9596-7fd59e575f28', u'volume_type': u'l_ssd', u'size': 50000000000}}, {u'name': u'Cozy Cloud (beta)', u'modification_date': u'2016-11-30T09:25:07.079895+00:00', u'public': True, u'creation_date': u'2016-11-30T09:25:07.079895+00:00', u'default_bootscript': None, u'organization': u'abaeb1aa-760b-4391-aeab-c0622be90abf', u'extra_volumes': u'[]', u'arch': u'x86_64', u'id': u'9110f27b-2989-4838-98fb-20c6529022c2', u'root_volume': {u'name': u'x86_64-cozy-latest-2016-11-30_09:16', u'id': u'b1af537c-24a8-4be4-9309-027cf95191ba', u'volume_type': u'l_ssd', u'size': 50000000000}}, {u'name': u'Webmin 1.820', u'modification_date': u'2016-11-02T18:05:38.295844+00:00', u'public': True, u'creation_date': u'2016-11-02T18:05:38.295844+00:00', u'default_bootscript': None, u'organization': u'abaeb1aa-760b-4391-aeab-c0622be90abf', u'extra_volumes': u'[]', u'arch': u'x86_64', u'id': u'e6d78de6-79fe-411a-9392-fa64f3e694e8', u'root_volume': {u'name': u'x86_64-webmin-latest-2016-11-02_17:59', u'id': u'98b56f9d-45c5-4853-9ba6-b4c058464d6c', u'volume_type': u'l_ssd', u'size': 50000000000}}, {u'name': u'Docker 1.12.2', u'modification_date': u'2016-10-26T13:09:54.920700+00:00', u'public': True, u'creation_date': u'2016-10-25T09:46:26.921612+00:00', u'default_bootscript': {u'kernel': u'kernel/armv7l-4.10.8-docker-1', u'title': u'armv7l 4.10.8 docker #1', u'default': False, u'dtb': u'dtb/c1-armv7l-4.10.8-docker-1', u'public': True, u'initrd': u'initrd/uInitrd-Linux-armv7l-v3.12.6', u'bootcmdargs': u'LINUX_COMMON scaleway boot=local', u'architecture': u'arm', u'organization': u'11111111-1111-4111-8111-111111111111', u'id': u'13c828f3-6138-43fb-b8c6-5e54838c7d9d'}, u'organization': u'abaeb1aa-760b-4391-aeab-c0622be90abf', u'extra_volumes': u'[]', u'arch': u'arm', u'id': u'2abb57bb-427d-4317-85f0-799f247a2224', u'root_volume': {u'name': u'armv7l-docker-latest-2016-10-25_09:43', u'id': u'9b4e98e5-c9e1-446e-a091-7c60294e4f16', u'volume_type': u'l_ssd', u'size': 50000000000}}, {u'name': u'Image Builder 1.4.3', u'modification_date': u'2016-10-24T16:19:05.190941+00:00', u'public': True, u'creation_date': u'2016-10-24T16:19:05.190941+00:00', u'default_bootscript': {u'kernel': u'kernel/armv7l-4.10.8-docker-1', u'title': u'armv7l 4.10.8 docker #1', u'default': False, u'dtb': u'dtb/c1-armv7l-4.10.8-docker-1', u'public': True, u'initrd': u'initrd/uInitrd-Linux-armv7l-v3.12.6', u'bootcmdargs': u'LINUX_COMMON scaleway boot=local', u'architecture': u'arm', u'organization': u'11111111-1111-4111-8111-111111111111', u'id': u'13c828f3-6138-43fb-b8c6-5e54838c7d9d'}, u'organization': u'abaeb1aa-760b-4391-aeab-c0622be90abf', u'extra_volumes': u'[]', u'arch': u'arm', u'id': u'6d536ddb-9ec4-40bb-ab76-c5aa3173be3c', u'root_volume': {u'name': u'armv7l-image-builder-latest-2016-10-24_16:16', u'id': u'c90fac07-17b0-4ad6-ab81-7f001bb17051', u'volume_type': u'l_ssd', u'size': 50000000000}}, {u'name': u'Image Builder 1.4.3', u'modification_date': u'2016-10-24T16:08:43.784088+00:00', u'public': True, u'creation_date': u'2016-10-24T16:08:43.784088+00:00', u'default_bootscript': {u'kernel': u'http://169.254.42.24/kernel/x86_64-4.10.8-docker-1/vmlinuz-4.10.8-docker-1', u'title': u'x86_64 4.10.8 docker #1', u'default': False, u'dtb': u'', u'public': True, u'initrd': u'http://169.254.42.24/initrd/initrd-Linux-x86_64-v3.12.6.gz', u'bootcmdargs': u'LINUX_COMMON scaleway boot=local', u'architecture': u'x86_64', u'organization': u'11111111-1111-4111-8111-111111111111', u'id': u'b5c5261e-176d-43bb-bbae-7c9f211cfce3'}, u'organization': u'abaeb1aa-760b-4391-aeab-c0622be90abf', u'extra_volumes': u'[]', u'arch': u'x86_64', u'id': u'9c91c96f-7fc5-4224-96fb-cf8d55422934', u'root_volume': {u'name': u'x86_64-image-builder-latest-2016-10-24_16:06', u'id': u'f46514b3-af84-4f6d-949b-841ba6805e21', u'volume_type': u'l_ssd', u'size': 50000000000}}, {u'name': u'Docker 1.12.2', u'modification_date': u'2016-10-26T13:14:20.939410+00:00', u'public': True, u'creation_date': u'2016-10-24T15:52:27.766562+00:00', u'default_bootscript': {u'kernel': u'http://169.254.42.24/kernel/x86_64-4.10.8-docker-1/vmlinuz-4.10.8-docker-1', u'title': u'x86_64 4.10.8 docker #1', u'default': False, u'dtb': u'', u'public': True, u'initrd': u'http://169.254.42.24/initrd/initrd-Linux-x86_64-v3.12.6.gz', u'bootcmdargs': u'LINUX_COMMON scaleway boot=local', u'architecture': u'x86_64', u'organization': u'11111111-1111-4111-8111-111111111111', u'id': u'b5c5261e-176d-43bb-bbae-7c9f211cfce3'}, u'organization': u'abaeb1aa-760b-4391-aeab-c0622be90abf', u'extra_volumes': u'[]', u'arch': u'x86_64', u'id': u'd0c50b37-f0f5-4924-97b0-1fd40c457efe', u'root_volume': {u'name': u'x86_64-docker-latest-2016-10-24_15:48', u'id': u'a9c46a9a-7994-4b9b-b681-e269efad521a', u'volume_type': u'l_ssd', u'size': 50000000000}}, {u'name': u'Ubuntu Yakkety (16.10 latest)', u'modification_date': u'2016-12-12T13:57:30.012002+00:00', u'public': True, u'creation_date': u'2016-10-18T09:09:51.413207+00:00', u'default_bootscript': {u'kernel': u'kernel/armv7l-4.8.14-std-1', u'title': u'armv7l 4.8.14 std #1 (latest)', u'default': False, u'dtb': u'dtb/c1-armv7l-4.8.14-std-1', u'public': False, u'initrd': u'initrd/uInitrd-Linux-armv7l-v3.12.3', u'bootcmdargs': u'LINUX_COMMON ip=:::::eth0: boot=local', u'architecture': u'arm', u'organization': u'11111111-1111-4111-8111-111111111111', u'id': u'735618d6-bc1f-458e-a438-c821f4214352'}, u'organization': u'abaeb1aa-760b-4391-aeab-c0622be90abf', u'extra_volumes': u'[]', u'arch': u'arm', u'id': u'b60193a9-ae88-4caa-bb3c-84a52a15cc46', u'root_volume': {u'name': u'armv7l-ubuntu-yakkety-2016-10-18_09:02', u'id': u'b0629563-faa0-4a05-a85e-0ec77408491f', u'volume_type': u'l_ssd', u'size': 50000000000}}, {u'name': u'Ubuntu Yakkety (16.10 latest)', u'modification_date': u'2016-12-12T13:57:38.036078+00:00', u'public': True, u'creation_date': u'2016-10-17T16:31:17.951668+00:00', u'default_bootscript': {u'kernel': u'http://169.254.42.24/kernel/x86_64-4.8.14-std-1/vmlinuz-4.8.14-std-1', u'title': u'x86_64 4.8.14 std #1 (latest)', u'default': False, u'dtb': u'', u'public': False, u'initrd': u'http://169.254.42.24/initrd/initrd-Linux-x86_64-v3.12.3.gz', u'bootcmdargs': u'LINUX_COMMON ip=:::::eth0: boot=local', u'architecture': u'x86_64', u'organization': u'11111111-1111-4111-8111-111111111111', u'id': u'99f93f24-c3df-4b1b-942d-cde873e0154c'}, u'organization': u'abaeb1aa-760b-4391-aeab-c0622be90abf', u'extra_volumes': u'[]', u'arch': u'x86_64', u'id': u'c90385d7-84e2-4ab7-9e98-bdc62ea45542', u'root_volume': {u'name': u'x86_64-ubuntu-yakkety-2016-10-17_16:27', u'id': u'f0db7de1-b7b9-479f-92ae-2dfe07390b07', u'volume_type': u'l_ssd', u'size': 50000000000}}, {u'name': u'Ubuntu Yakkety (16.10 latest)', u'modification_date': u'2016-10-17T16:07:59.307492+00:00', u'public': True, u'creation_date': u'2016-10-17T15:46:30.386087+00:00', u'default_bootscript': {u'kernel': u'kernel/armv7l-4.3.5-std-1', u'title': u'armv7l 4.3.5 std #1 (latest)', u'default': False, u'dtb': u'dtb/c1-armv7l-4.3.5-std-1', u'public': False, u'initrd': u'initrd/uInitrd-Linux-armv7l-v3.12.3', u'bootcmdargs': u'LINUX_COMMON ip=:::::eth0: boot=local', u'architecture': u'arm', u'organization': u'11111111-1111-4111-8111-111111111111', u'id': u'ccd5169a-6475-44a3-9f1c-4ee61d403dec'}, u'organization': u'abaeb1aa-760b-4391-aeab-c0622be90abf', u'extra_volumes': u'[]', u'arch': u'arm', u'id': u'39800c0e-9f07-4697-8e71-86c71c357cd0', u'root_volume': {u'name': u'armv7l-ubuntu-yakkety-2016-10-17_15:42', u'id': u'c0b99f65-d0df-4285-bdd2-aa647bed18fd', u'volume_type': u'l_ssd', u'size': 50000000000}}, {u'name': u'Ubuntu Yakkety (16.10 latest)', u'modification_date': u'2016-10-17T16:07:40.648099+00:00', u'public': True, u'creation_date': u'2016-10-17T15:29:50.629376+00:00', u'default_bootscript': {u'kernel': u'http://169.254.42.24/kernel/x86_64-4.5.7-std-3/vmlinuz-4.5.7-std-3', u'title': u'x86_64 4.5.7 std #3 (latest/stable)', u'default': False, u'dtb': u'', u'public': False, u'initrd': u'http://169.254.42.24/initrd/initrd-Linux-x86_64-v3.12.3.gz', u'bootcmdargs': u'LINUX_COMMON ip=:::::eth0: boot=local', u'architecture': u'x86_64', u'organization': u'11111111-1111-4111-8111-111111111111', u'id': u'3b522e7a-8468-4577-ab3e-2b9535384bb8'}, u'organization': u'abaeb1aa-760b-4391-aeab-c0622be90abf', u'extra_volumes': u'[]', u'arch': u'x86_64', u'id': u'4205d76b-5337-4e99-8d88-e09098293088', u'root_volume': {u'name': u'x86_64-ubuntu-yakkety-2016-10-17_15:27', u'id': u'49940197-7a18-4ab8-a69c-6cd78572124a', u'volume_type': u'l_ssd', u'size': 50000000000}}, {u'name': u'Docker 1.12.1', u'modification_date': u'2016-12-12T13:57:49.971380+00:00', u'public': True, u'creation_date': u'2016-09-10T16:51:30.846577+00:00', u'default_bootscript': {u'kernel': u'http://169.254.42.24/kernel/x86_64-4.8.14-docker-1/vmlinuz-4.8.14-docker-1', u'title': u'x86_64 4.8.14 docker #1', u'default': False, u'dtb': u'', u'public': False, u'initrd': u'http://169.254.42.24/initrd/initrd-Linux-x86_64-v3.12.3.gz', u'bootcmdargs': u'LINUX_COMMON ip=:::::eth0: boot=local', u'architecture': u'x86_64', u'organization': u'11111111-1111-4111-8111-111111111111', u'id': u'a2a01f3b-8f91-4cd6-959b-0483986044eb'}, u'organization': u'abaeb1aa-760b-4391-aeab-c0622be90abf', u'extra_volumes': u'[]', u'arch': u'x86_64', u'id': u'15fd0f74-c939-43c3-bf41-ee5f711b3bb4', u'root_volume': {u'name': u'x86_64-docker-latest-2016-09-10_16:48', u'id': u'251f94ba-899c-42a1-9d68-01d36737fba7', u'volume_type': u'l_ssd', u'size': 50000000000}}, {u'name': u'Docker 1.12.1', u'modification_date': u'2016-12-12T13:57:57.988674+00:00', u'public': True, u'creation_date': u'2016-09-10T16:27:31.455167+00:00', u'default_bootscript': {u'kernel': u'kernel/armv7l-4.8.14-docker-1', u'title': u'armv7l 4.8.14 docker #1', u'default': False, u'dtb': u'dtb/c1-armv7l-4.8.14-docker-1', u'public': False, u'initrd': u'initrd/uInitrd-Linux-armv7l-v3.12.3', u'bootcmdargs': u'LINUX_COMMON ip=:::::eth0: boot=local', u'architecture': u'arm', u'organization': u'11111111-1111-4111-8111-111111111111', u'id': u'5799b0bb-014f-4f78-97ce-93ce09016bc4'}, u'organization': u'abaeb1aa-760b-4391-aeab-c0622be90abf', u'extra_volumes': u'[]', u'arch': u'arm', u'id': u'043fb7e8-256e-4fd0-af43-9f6eff151be0', u'root_volume': {u'name': u'armv7l-docker-latest-2016-09-10_16:23', u'id': u'8de27729-74ee-48da-8ec5-af34a4d2ae93', u'volume_type': u'l_ssd', u'size': 50000000000}}, {u'name': u'Archlinux', u'modification_date': u'2016-08-24T14:48:10.480948+00:00', u'public': True, u'creation_date': u'2016-08-24T14:07:58.572732+00:00', u'default_bootscript': None, u'organization': u'abaeb1aa-760b-4391-aeab-c0622be90abf', u'extra_volumes': u'[]', u'arch': u'arm', u'id': u'cc09a9b1-4e99-4924-99c3-2d46a06596ee', u'root_volume': {u'name': u'armv7l-archlinux-latest-2016-08-24_14:04', u'id': u'ec656eb9-9b5a-4213-838e-d0ed5974d298', u'volume_type': u'l_ssd', u'size': 50000000000}}, {u'name': u'Archlinux', u'modification_date': u'2016-08-24T12:09:32.211627+00:00', u'public': True, u'creation_date': u'2016-08-24T10:38:22.739383+00:00', u'default_bootscript': {u'kernel': u'kernel/armv7l-4.5.7-std-4', u'title': u'armv7l 4.5.7 std #4 (latest)', u'default': False, u'dtb': u'dtb/c1-armv7l-4.5.7-std-4', u'public': False, u'initrd': u'initrd/uInitrd-Linux-armv7l-v3.12.3', u'bootcmdargs': u'LINUX_COMMON ip=:::::eth0: boot=local', u'architecture': u'arm', u'organization': u'11111111-1111-4111-8111-111111111111', u'id': u'599b736c-48b5-4530-9764-f04d06ecadc7'}, u'organization': u'abaeb1aa-760b-4391-aeab-c0622be90abf', u'extra_volumes': u'[]', u'arch': u'arm', u'id': u'e5721a67-537c-42af-8644-448f0206768c', u'root_volume': {u'name': u'armv7l-archlinux-latest-2016-08-24_10:34', u'id': u'94ffbf7d-d1a8-41cd-af62-9671a3759bb9', u'volume_type': u'l_ssd', u'size': 50000000000}}, {u'name': u'Cozy Cloud', u'modification_date': u'2016-08-02T14:08:50.434861+00:00', u'public': True, u'creation_date': u'2016-08-02T14:06:21.540979+00:00', u'default_bootscript': {u'kernel': u'kernel/armv7l-4.3.5-std-1', u'title': u'armv7l 4.3.5 std #1 (latest)', u'default': False, u'dtb': u'dtb/c1-armv7l-4.3.5-std-1', u'public': False, u'initrd': u'initrd/uInitrd-Linux-armv7l-v3.12.3', u'bootcmdargs': u'LINUX_COMMON ip=:::::eth0: boot=local', u'architecture': u'arm', u'organization': u'11111111-1111-4111-8111-111111111111', u'id': u'ccd5169a-6475-44a3-9f1c-4ee61d403dec'}, u'organization': u'abaeb1aa-760b-4391-aeab-c0622be90abf', u'extra_volumes': u'[]', u'arch': u'arm', u'id': u'eb289856-2dd0-4196-8602-15a87420d044', u'root_volume': {u'name': u'armv7l-cozy-latest-2016-08-02_14:02', u'id': u'5f093518-7286-453e-8547-9f40512338ad', u'volume_type': u'l_ssd', u'size': 50000000000}}, {u'name': u'Cozy Cloud', u'modification_date': u'2016-08-02T14:08:57.417373+00:00', u'public': True, u'creation_date': u'2016-08-02T13:45:53.588394+00:00', u'default_bootscript': {u'kernel': u'http://169.254.42.24/kernel/x86_64-4.5.7-std-3/vmlinuz-4.5.7-std-3', u'title': u'x86_64 4.5.7 std #3 (latest/stable)', u'default': False, u'dtb': u'', u'public': False, u'initrd': u'http://169.254.42.24/initrd/initrd-Linux-x86_64-v3.12.3.gz', u'bootcmdargs': u'LINUX_COMMON ip=:::::eth0: boot=local', u'architecture': u'x86_64', u'organization': u'11111111-1111-4111-8111-111111111111', u'id': u'3b522e7a-8468-4577-ab3e-2b9535384bb8'}, u'organization': u'abaeb1aa-760b-4391-aeab-c0622be90abf', u'extra_volumes': u'[]', u'arch': u'x86_64', u'id': u'2557e729-e4cb-4ebb-9ba2-49ce08f25cb1', u'root_volume': {u'name': u'x86_64-cozy-latest-2016-08-02_13:42', u'id': u'e7c6ed15-4f02-4952-aaf3-adeaed7dd429', u'volume_type': u'l_ssd', u'size': 50000000000}}, {u'name': u'LEMP - Nginx+PHP+MySQL', u'modification_date': u'2016-07-21T15:14:54.892413+00:00', u'public': True, u'creation_date': u'2016-07-21T15:14:54.892413+00:00', u'default_bootscript': None, u'organization': u'abaeb1aa-760b-4391-aeab-c0622be90abf', u'extra_volumes': u'[]', u'arch': u'x86_64', u'id': u'be92e9c5-1b14-440a-8e8a-50c014f79a16', u'root_volume': {u'name': u'x86_64-lemp-latest-2016-07-21_15:11', u'id': u'c26d99d5-ec1e-464f-894d-f34fb4438efd', u'volume_type': u'l_ssd', u'size': 50000000000}}, {u'name': u'LEMP - Nginx+PHP+MySQL', u'modification_date': u'2016-10-19T11:34:38.463556+00:00', u'public': True, u'creation_date': u'2016-07-21T13:59:22.934565+00:00', u'default_bootscript': None, u'organization': u'abaeb1aa-760b-4391-aeab-c0622be90abf', u'extra_volumes': u'[]', u'arch': u'arm', u'id': u'76eb0be4-d99b-4b53-a39a-cf7db1af0031', u'root_volume': {u'name': u'armv7l-lemp-latest-2016-07-21_13:48', u'id': u'f5bd4800-c970-4529-979a-2f86343d5e3b', u'volume_type': u'l_ssd', u'size': 50000000000}}]}
salt.utils.event.MainThread - DEBUG - MasterEvent PUB socket URI: /var/run/salt/master/master_event_pub.ipc
salt.utils.event.MainThread - DEBUG - MasterEvent PULL socket URI: /var/run/salt/master/master_event_pull.ipc
salt.transport.ipc.MainThread - DEBUG - Initializing new IPCClient for path: /var/run/salt/master/master_event_pull.ipc
salt.utils.event.MainThread - DEBUG - Sending event: tag = salt/cloud/test-4/requesting; data = {'_stamp': '2017-07-04T01:48:36.030739', 'event': 'requesting instance', 'kwargs': {'organization': '<snip>', 'image': '3a1b0dd8-92e1-4ba2-aece-eea8e9d07e32', 'commercial_type': 'C1', 'name': 'test-4'}}
salt.loaded.int.clouds.scaleway.MainThread - DEBUG - Making scaleway API request with parameters: {'organization': '<snip>', 'image': '3a1b0dd8-92e1-4ba2-aece-eea8e9d07e32', 'commercial_type': 'C1', 'name': 'test-4'}
salt.loaded.int.clouds.scaleway.MainThread - DEBUG - Scaleway request url: https://api.cloud.online.net/servers/
salt.loaded.int.clouds.scaleway.MainThread - DEBUG - Scaleway returned data: {u'server': {u'state_detail': u'', u'image': {u'name': u'Ubuntu Xenial (16.04 latest)', u'modification_date': u'2017-01-05T16:51:05.111341+00:00', u'public': True, u'creation_date': u'2017-01-05T11:30:30.352509+00:00', u'default_bootscript': None, u'organization': u'abaeb1aa-760b-4391-aeab-c0622be90abf', u'extra_volumes': u'[]', u'arch': u'arm', u'id': u'3a1b0dd8-92e1-4ba2-aece-eea8e9d07e32', u'root_volume': {u'name': u'armv7l-ubuntu-xenial-2017-01-05_11:25', u'id': u'ce068cc3-ca98-48a0-b47b-b193dcd354b1', u'volume_type': u'l_ssd', u'size': 50000000000}}, u'creation_date': u'2017-07-04T01:46:41.547859+00:00', u'public_ip': None, u'private_ip': None, u'id': u'd105f109-4216-447f-ad8f-a04f0fffc0ce', u'dynamic_ip_required': True, u'modification_date': u'2017-07-04T01:46:41.547859+00:00', u'enable_ipv6': False, u'hostname': u'test-4', u'state': u'stopped', u'bootscript': {u'kernel': u'kernel/armv7l-4.9.20-std-1', u'title': u'armv7l 4.9.20 std #1 (longterm/latest)', u'default': True, u'dtb': u'dtb/c1-armv7l-4.9.20-std-1', u'public': True, u'initrd': u'initrd/uInitrd-Linux-armv7l-v3.12.6', u'bootcmdargs': u'LINUX_COMMON scaleway boot=local', u'architecture': u'arm', u'organization': u'11111111-1111-4111-8111-111111111111', u'id': u'14c74c85-81bd-406e-bd11-dff0444069ce'}, u'location': None, u'ipv6': None, u'commercial_type': u'C1', u'tags': [], u'arch': u'arm', u'extra_networks': [], u'name': u'test-4', u'volumes': {u'0': {u'name': u'armv7l-ubuntu-xenial-2017-01-05_11:25', u'modification_date': u'2017-07-04T01:46:41.547859+00:00', u'export_uri': None, u'volume_type': u'l_ssd', u'creation_date': u'2017-07-04T01:46:41.547859+00:00', u'organization': u'<snip>', u'server': {u'id': u'd105f109-4216-447f-ad8f-a04f0fffc0ce', u'name': u'test-4'}, u'id': u'4649a805-e71e-4b31-829b-419bc8805500', u'size': 50000000000}}, u'security_group': {u'id': u'3496102a-bd4c-44b5-8436-02be7c82aab0', u'name': u'Default security group'}, u'organization': u'<snip>'}}
salt.loaded.int.clouds.scaleway.MainThread - DEBUG - Making scaleway API request with parameters: {'action': 'poweron'}
salt.loaded.int.clouds.scaleway.MainThread - DEBUG - Scaleway request url: https://api.cloud.online.net/servers/d105f109-4216-447f-ad8f-a04f0fffc0ce/action
salt.loaded.int.clouds.scaleway.MainThread - DEBUG - Scaleway returned data: {u'task': {u'status': u'pending', u'description': u'server_batch_poweron', u'terminated_at': None, u'href_from': u'/servers/d105f109-4216-447f-ad8f-a04f0fffc0ce/action', u'progress': 0, u'started_at': u'2017-07-04T01:46:42.650456+00:00', u'id': u'032c89ed-c781-4aeb-a4bc-e83e4578735c'}}
salt.utils.cloud.MainThread - DEBUG - Waiting for VM IP. Giving up in 00:10:00.
salt.loaded.int.clouds.scaleway.MainThread - DEBUG - Making scaleway API request with parameters: {}
salt.loaded.int.clouds.scaleway.MainThread - DEBUG - Scaleway request url: https://api.cloud.online.net/servers/
salt.loaded.int.clouds.scaleway.MainThread - DEBUG - Scaleway returned data: {u'servers': [{u'state_detail': u'allocating node', u'image': {u'name': u'Ubuntu Xenial (16.04 latest)', u'modification_date': u'2017-01-05T16:51:05.111341+00:00', u'public': True, u'creation_date': u'2017-01-05T11:30:30.352509+00:00', u'default_bootscript': None, u'organization': u'abaeb1aa-760b-4391-aeab-c0622be90abf', u'extra_volumes': u'[]', u'arch': u'arm', u'id': u'3a1b0dd8-92e1-4ba2-aece-eea8e9d07e32', u'root_volume': {u'name': u'armv7l-ubuntu-xenial-2017-01-05_11:25', u'id': u'ce068cc3-ca98-48a0-b47b-b193dcd354b1', u'volume_type': u'l_ssd', u'size': 50000000000}}, u'creation_date': u'2017-07-04T01:46:41.547859+00:00', u'public_ip': None, u'private_ip': None, u'id': u'd105f109-4216-447f-ad8f-a04f0fffc0ce', u'dynamic_ip_required': True, u'modification_date': u'2017-07-04T01:46:42.018512+00:00', u'enable_ipv6': False, u'hostname': u'test-4', u'state': u'starting', u'bootscript': {u'kernel': u'kernel/armv7l-4.9.20-std-1', u'title': u'armv7l 4.9.20 std #1 (longterm/latest)', u'default': True, u'dtb': u'dtb/c1-armv7l-4.9.20-std-1', u'public': True, u'initrd': u'initrd/uInitrd-Linux-armv7l-v3.12.6', u'bootcmdargs': u'LINUX_COMMON scaleway boot=local', u'architecture': u'arm', u'organization': u'11111111-1111-4111-8111-111111111111', u'id': u'14c74c85-81bd-406e-bd11-dff0444069ce'}, u'location': None, u'ipv6': None, u'commercial_type': u'C1', u'tags': [], u'arch': u'arm', u'extra_networks': [], u'name': u'test-4', u'volumes': {u'0': {u'name': u'armv7l-ubuntu-xenial-2017-01-05_11:25', u'modification_date': u'2017-07-04T01:46:41.547859+00:00', u'export_uri': None, u'volume_type': u'l_ssd', u'creation_date': u'2017-07-04T01:46:41.547859+00:00', u'organization': u'<snip>', u'server': {u'id': u'd105f109-4216-447f-ad8f-a04f0fffc0ce', u'name': u'test-4'}, u'id': u'4649a805-e71e-4b31-829b-419bc8805500', u'size': 50000000000}}, u'security_group': {u'id': u'3496102a-bd4c-44b5-8436-02be7c82aab0', u'name': u'Default security group'}, u'organization': u'<snip>'}, {u'state_detail': u'terminating', u'image': {u'name': u'Ubuntu Xenial (16.04 latest)', u'modification_date': u'2017-01-05T16:51:05.111341+00:00', u'public': True, u'creation_date': u'2017-01-05T11:30:30.352509+00:00', u'default_bootscript': None, u'organization': u'abaeb1aa-760b-4391-aeab-c0622be90abf', u'extra_volumes': u'[]', u'arch': u'arm', u'id': u'3a1b0dd8-92e1-4ba2-aece-eea8e9d07e32', u'root_volume': {u'name': u'armv7l-ubuntu-xenial-2017-01-05_11:25', u'id': u'ce068cc3-ca98-48a0-b47b-b193dcd354b1', u'volume_type': u'l_ssd', u'size': 50000000000}}, u'creation_date': u'2017-07-04T01:40:38.410835+00:00', u'public_ip': None, u'private_ip': u'10.1.2.180', u'id': u'f12bb4aa-8cae-44cd-882f-6e78b031dd13', u'dynamic_ip_required': True, u'modification_date': u'2017-07-04T01:46:04.614835+00:00', u'enable_ipv6': False, u'hostname': u'test-4', u'state': u'stopping', u'bootscript': {u'kernel': u'kernel/armv7l-4.9.20-std-1', u'title': u'armv7l 4.9.20 std #1 (longterm/latest)', u'default': True, u'dtb': u'dtb/c1-armv7l-4.9.20-std-1', u'public': True, u'initrd': u'initrd/uInitrd-Linux-armv7l-v3.12.6', u'bootcmdargs': u'LINUX_COMMON scaleway boot=local', u'architecture': u'arm', u'organization': u'11111111-1111-4111-8111-111111111111', u'id': u'14c74c85-81bd-406e-bd11-dff0444069ce'}, u'location': {u'platform_id': u'10', u'node_id': u'3', u'zone_id': u'par1', u'blade_id': u'9', u'chassis_id': u'2'}, u'ipv6': None, u'commercial_type': u'C1', u'tags': [], u'arch': u'arm', u'extra_networks': [], u'name': u'test-4', u'volumes': {u'0': {u'name': u'armv7l-ubuntu-xenial-2017-01-05_11:25', u'modification_date': u'2017-07-04T01:40:38.410835+00:00', u'export_uri': None, u'volume_type': u'l_ssd', u'creation_date': u'2017-07-04T01:40:38.410835+00:00', u'organization': u'<snip>', u'server': {u'id': u'f12bb4aa-8cae-44cd-882f-6e78b031dd13', u'name': u'test-4'}, u'id': u'b4d78676-fb61-4f12-9abd-addf4a52acf9', u'size': 50000000000}}, u'security_group': {u'id': u'3496102a-bd4c-44b5-8436-02be7c82aab0', u'name': u'Default security group'}, u'organization': u'<snip>'}]}
salt.utils.cloud.MainThread - DEBUG - 'update_callback' has returned 'False', which is considered a failure. Remaining Failures: 10.
salt.utils.cloud.MainThread - DEBUG - Waiting for VM IP. Giving up in 00:09:50.
salt.loaded.int.clouds.scaleway.MainThread - DEBUG - Making scaleway API request with parameters: {}
salt.loaded.int.clouds.scaleway.MainThread - DEBUG - Scaleway request url: https://api.cloud.online.net/servers/
salt.loaded.int.clouds.scaleway.MainThread - DEBUG - Scaleway returned data: {u'servers': [{u'state_detail': u'provisioning node', u'image': {u'name': u'Ubuntu Xenial (16.04 latest)', u'modification_date': u'2017-01-05T16:51:05.111341+00:00', u'public': True, u'creation_date': u'2017-01-05T11:30:30.352509+00:00', u'default_bootscript': None, u'organization': u'abaeb1aa-760b-4391-aeab-c0622be90abf', u'extra_volumes': u'[]', u'arch': u'arm', u'id': u'3a1b0dd8-92e1-4ba2-aece-eea8e9d07e32', u'root_volume': {u'name': u'armv7l-ubuntu-xenial-2017-01-05_11:25', u'id': u'ce068cc3-ca98-48a0-b47b-b193dcd354b1', u'volume_type': u'l_ssd', u'size': 50000000000}}, u'creation_date': u'2017-07-04T01:46:41.547859+00:00', u'public_ip': {u'dynamic': True, u'id': u'f1511839-2df9-4db2-897e-de901ad607c4', u'address': u'212.47.241.237'}, u'private_ip': u'10.1.2.180', u'id': u'd105f109-4216-447f-ad8f-a04f0fffc0ce', u'dynamic_ip_required': True, u'modification_date': u'2017-07-04T01:46:42.018512+00:00', u'enable_ipv6': False, u'hostname': u'test-4', u'state': u'starting', u'bootscript': {u'kernel': u'kernel/armv7l-4.9.20-std-1', u'title': u'armv7l 4.9.20 std #1 (longterm/latest)', u'default': True, u'dtb': u'dtb/c1-armv7l-4.9.20-std-1', u'public': True, u'initrd': u'initrd/uInitrd-Linux-armv7l-v3.12.6', u'bootcmdargs': u'LINUX_COMMON scaleway boot=local', u'architecture': u'arm', u'organization': u'11111111-1111-4111-8111-111111111111', u'id': u'14c74c85-81bd-406e-bd11-dff0444069ce'}, u'location': {u'platform_id': u'10', u'node_id': u'3', u'zone_id': u'par1', u'blade_id': u'9', u'chassis_id': u'2'}, u'ipv6': None, u'commercial_type': u'C1', u'tags': [], u'arch': u'arm', u'extra_networks': [], u'name': u'test-4', u'volumes': {u'0': {u'name': u'armv7l-ubuntu-xenial-2017-01-05_11:25', u'modification_date': u'2017-07-04T01:46:41.547859+00:00', u'export_uri': u'nbd://10.1.2.197:4160', u'volume_type': u'l_ssd', u'creation_date': u'2017-07-04T01:46:41.547859+00:00', u'organization': u'<snip>', u'server': {u'id': u'd105f109-4216-447f-ad8f-a04f0fffc0ce', u'name': u'test-4'}, u'id': u'4649a805-e71e-4b31-829b-419bc8805500', u'size': 50000000000}}, u'security_group': {u'id': u'3496102a-bd4c-44b5-8436-02be7c82aab0', u'name': u'Default security group'}, u'organization': u'<snip>'}]}
salt.loaded.int.utils.cloud.MainThread - INFO - Rendering deploy script: /home/client/AutoTriever/marshaller/bootstrap-salt-delay.sh
salt.utils.event.MainThread - DEBUG - MasterEvent PUB socket URI: /var/run/salt/master/master_event_pub.ipc
salt.utils.event.MainThread - DEBUG - MasterEvent PULL socket URI: /var/run/salt/master/master_event_pull.ipc
salt.transport.ipc.MainThread - DEBUG - Initializing new IPCClient for path: /var/run/salt/master/master_event_pull.ipc
salt.utils.event.MainThread - DEBUG - Sending event: tag = salt/cloud/test-4/deploying; data = {'_stamp': '2017-07-04T01:48:48.475490', 'event': 'executing deploy script', 'kwargs': {'tty': True, 'sudo': False, 'start_action': None, 'make_minion': True, 'port': '22', 'deploy_command': '/tmp/.saltcloud/deploy.sh', 'script': '#!/bin/ < Snip deploy script >    echoinfo "Salt installed!"\nelse\n    echoinfo "Salt configured!"\nfi\n\nexit 0', 'conf_file': '/etc/salt/cloud', 'maxtries': 15, 'username': 'root', 'key_filename': '/etc/salt/deploy-keys/id_rsa.pem', 'tmp_dir': '/tmp/.saltcloud', 'keep_tmp': False, 'minion_conf': {'master': 'rabbit.wlnupdates.com', 'log_level': 'info', 'id': 'test-4', 'hash_type': 'sha256', 'grains': {}}, 'file_map': None, 'host': u'212.47.241.237', 'preseed_minion_keys': None, 'inline_script': None, 'parallel': False, 'display_ssh_output': True, 'name': 'test-4', 'script_env': None, 'has_ssh_agent': False, 'known_hosts_file': '/dev/null', 'sock_dir': '/var/run/salt/master', 'script_args': '-D', 'salt_host': u'212.47.241.237', 'master_sign_pub_file': None}}
salt.loaded.int.utils.cloud.MainThread - DEBUG - Deploying 212.47.241.237 at 1499132928.0
salt.loaded.int.utils.cloud.MainThread - DEBUG - Attempting connection to host 212.47.241.237 on port 22
salt.loaded.int.utils.cloud.MainThread - DEBUG - Caught exception in wait_for_port: timed out
salt.loaded.int.utils.cloud.MainThread - DEBUG - Retrying connection to host 212.47.241.237 on port 22 (try 1)
salt.loaded.int.utils.cloud.MainThread - DEBUG - Caught exception in wait_for_port: timed out
salt.loaded.int.utils.cloud.MainThread - DEBUG - Retrying connection to host 212.47.241.237 on port 22 (try 2)
salt.loaded.int.utils.cloud.MainThread - DEBUG - Caught exception in wait_for_port: timed out
salt.loaded.int.utils.cloud.MainThread - DEBUG - Retrying connection to host 212.47.241.237 on port 22 (try 3)
salt.loaded.int.utils.cloud.MainThread - DEBUG - Caught exception in wait_for_port: timed out
salt.loaded.int.utils.cloud.MainThread - DEBUG - Retrying connection to host 212.47.241.237 on port 22 (try 4)
salt.loaded.int.utils.cloud.MainThread - DEBUG - Caught exception in wait_for_port: timed out
salt.loaded.int.utils.cloud.MainThread - DEBUG - Retrying connection to host 212.47.241.237 on port 22 (try 5)
salt.loaded.int.utils.cloud.MainThread - DEBUG - Caught exception in wait_for_port: timed out
salt.loaded.int.utils.cloud.MainThread - DEBUG - Retrying connection to host 212.47.241.237 on port 22 (try 6)
salt.loaded.int.utils.cloud.MainThread - DEBUG - Caught exception in wait_for_port: [Errno 111] Connection refused
salt.loaded.int.utils.cloud.MainThread - DEBUG - Retrying connection to host 212.47.241.237 on port 22 (try 7)
salt.loaded.int.utils.cloud.MainThread - DEBUG - Caught exception in wait_for_port: [Errno 111] Connection refused
salt.loaded.int.utils.cloud.MainThread - DEBUG - Retrying connection to host 212.47.241.237 on port 22 (try 8)
salt.loaded.int.utils.cloud.MainThread - DEBUG - Caught exception in wait_for_port: [Errno 111] Connection refused
salt.loaded.int.utils.cloud.MainThread - DEBUG - Retrying connection to host 212.47.241.237 on port 22 (try 9)
salt.loaded.int.utils.cloud.MainThread - DEBUG - Caught exception in wait_for_port: [Errno 111] Connection refused
salt.loaded.int.utils.cloud.MainThread - DEBUG - Retrying connection to host 212.47.241.237 on port 22 (try 10)
salt.loaded.int.utils.cloud.MainThread - DEBUG - Caught exception in wait_for_port: [Errno 111] Connection refused
salt.loaded.int.utils.cloud.MainThread - DEBUG - Retrying connection to host 212.47.241.237 on port 22 (try 11)
salt.loaded.int.utils.cloud.MainThread - DEBUG - Caught exception in wait_for_port: [Errno 111] Connection refused
salt.loaded.int.utils.cloud.MainThread - DEBUG - Retrying connection to host 212.47.241.237 on port 22 (try 12)
salt.loaded.int.utils.cloud.MainThread - DEBUG - Caught exception in wait_for_port: [Errno 111] Connection refused
salt.loaded.int.utils.cloud.MainThread - DEBUG - Retrying connection to host 212.47.241.237 on port 22 (try 13)
salt.loaded.int.utils.cloud.MainThread - DEBUG - Caught exception in wait_for_port: [Errno 111] Connection refused
salt.loaded.int.utils.cloud.MainThread - DEBUG - Retrying connection to host 212.47.241.237 on port 22 (try 14)
salt.loaded.int.utils.cloud.MainThread - DEBUG - Caught exception in wait_for_port: [Errno 111] Connection refused
salt.loaded.int.utils.cloud.MainThread - DEBUG - Retrying connection to host 212.47.241.237 on port 22 (try 15)
salt.loaded.int.utils.cloud.MainThread - DEBUG - Caught exception in wait_for_port: [Errno 111] Connection refused
salt.loaded.int.utils.cloud.MainThread - DEBUG - Retrying connection to host 212.47.241.237 on port 22 (try 16)
salt.loaded.int.utils.cloud.MainThread - DEBUG - Caught exception in wait_for_port: [Errno 111] Connection refused
salt.loaded.int.utils.cloud.MainThread - DEBUG - Retrying connection to host 212.47.241.237 on port 22 (try 17)
salt.loaded.int.utils.cloud.MainThread - DEBUG - Caught exception in wait_for_port: [Errno 111] Connection refused
salt.loaded.int.utils.cloud.MainThread - DEBUG - Retrying connection to host 212.47.241.237 on port 22 (try 18)
salt.loaded.int.utils.cloud.MainThread - DEBUG - Caught exception in wait_for_port: [Errno 111] Connection refused
salt.loaded.int.utils.cloud.MainThread - DEBUG - Retrying connection to host 212.47.241.237 on port 22 (try 19)
salt.loaded.int.utils.cloud.MainThread - DEBUG - Caught exception in wait_for_port: [Errno 111] Connection refused
salt.loaded.int.utils.cloud.MainThread - DEBUG - Retrying connection to host 212.47.241.237 on port 22 (try 20)
salt.loaded.int.utils.cloud.MainThread - DEBUG - Caught exception in wait_for_port: [Errno 111] Connection refused
salt.loaded.int.utils.cloud.MainThread - DEBUG - Retrying connection to host 212.47.241.237 on port 22 (try 21)
salt.loaded.int.utils.cloud.MainThread - DEBUG - Caught exception in wait_for_port: [Errno 111] Connection refused
salt.loaded.int.utils.cloud.MainThread - DEBUG - Retrying connection to host 212.47.241.237 on port 22 (try 22)
salt.loaded.int.utils.cloud.MainThread - DEBUG - Caught exception in wait_for_port: [Errno 111] Connection refused
salt.loaded.int.utils.cloud.MainThread - DEBUG - Retrying connection to host 212.47.241.237 on port 22 (try 23)
salt.loaded.int.utils.cloud.MainThread - DEBUG - Caught exception in wait_for_port: [Errno 111] Connection refused
salt.loaded.int.utils.cloud.MainThread - DEBUG - Retrying connection to host 212.47.241.237 on port 22 (try 24)
salt.loaded.int.utils.cloud.MainThread - DEBUG - Caught exception in wait_for_port: [Errno 111] Connection refused
salt.loaded.int.utils.cloud.MainThread - DEBUG - Retrying connection to host 212.47.241.237 on port 22 (try 25)
salt.loaded.int.utils.cloud.MainThread - DEBUG - Caught exception in wait_for_port: [Errno 111] Connection refused
salt.loaded.int.utils.cloud.MainThread - DEBUG - Retrying connection to host 212.47.241.237 on port 22 (try 26)
salt.loaded.int.utils.cloud.MainThread - DEBUG - Caught exception in wait_for_port: [Errno 111] Connection refused
salt.loaded.int.utils.cloud.MainThread - DEBUG - Retrying connection to host 212.47.241.237 on port 22 (try 27)
salt.loaded.int.utils.cloud.MainThread - DEBUG - Caught exception in wait_for_port: [Errno 111] Connection refused
salt.loaded.int.utils.cloud.MainThread - DEBUG - Retrying connection to host 212.47.241.237 on port 22 (try 28)
salt.loaded.int.utils.cloud.MainThread - DEBUG - Caught exception in wait_for_port: [Errno 111] Connection refused
salt.loaded.int.utils.cloud.MainThread - DEBUG - Retrying connection to host 212.47.241.237 on port 22 (try 29)
salt.loaded.int.utils.cloud.MainThread - DEBUG - Caught exception in wait_for_port: [Errno 111] Connection refused
salt.loaded.int.utils.cloud.MainThread - DEBUG - Retrying connection to host 212.47.241.237 on port 22 (try 30)
salt.loaded.int.utils.cloud.MainThread - DEBUG - Caught exception in wait_for_port: [Errno 111] Connection refused
salt.loaded.int.utils.cloud.MainThread - DEBUG - Retrying connection to host 212.47.241.237 on port 22 (try 31)
salt.loaded.int.utils.cloud.MainThread - DEBUG - Caught exception in wait_for_port: [Errno 111] Connection refused
salt.loaded.int.utils.cloud.MainThread - DEBUG - Retrying connection to host 212.47.241.237 on port 22 (try 32)
salt.loaded.int.utils.cloud.MainThread - DEBUG - Caught exception in wait_for_port: [Errno 111] Connection refused
salt.loaded.int.utils.cloud.MainThread - DEBUG - Retrying connection to host 212.47.241.237 on port 22 (try 33)
salt.loaded.int.utils.cloud.MainThread - DEBUG - Caught exception in wait_for_port: [Errno 111] Connection refused
salt.loaded.int.utils.cloud.MainThread - DEBUG - Retrying connection to host 212.47.241.237 on port 22 (try 34)
salt.loaded.int.utils.cloud.MainThread - DEBUG - Caught exception in wait_for_port: [Errno 111] Connection refused
salt.loaded.int.utils.cloud.MainThread - DEBUG - Retrying connection to host 212.47.241.237 on port 22 (try 35)
salt.loaded.int.utils.cloud.MainThread - DEBUG - Caught exception in wait_for_port: [Errno 111] Connection refused
salt.loaded.int.utils.cloud.MainThread - DEBUG - Retrying connection to host 212.47.241.237 on port 22 (try 36)
salt.loaded.int.utils.cloud.MainThread - DEBUG - Caught exception in wait_for_port: [Errno 111] Connection refused
salt.loaded.int.utils.cloud.MainThread - DEBUG - Retrying connection to host 212.47.241.237 on port 22 (try 37)
salt.loaded.int.utils.cloud.MainThread - DEBUG - Caught exception in wait_for_port: [Errno 111] Connection refused
salt.loaded.int.utils.cloud.MainThread - DEBUG - Retrying connection to host 212.47.241.237 on port 22 (try 38)
salt.loaded.int.utils.cloud.MainThread - DEBUG - Caught exception in wait_for_port: [Errno 111] Connection refused
salt.loaded.int.utils.cloud.MainThread - DEBUG - Retrying connection to host 212.47.241.237 on port 22 (try 39)
salt.loaded.int.utils.cloud.MainThread - DEBUG - Caught exception in wait_for_port: [Errno 111] Connection refused
salt.loaded.int.utils.cloud.MainThread - DEBUG - Retrying connection to host 212.47.241.237 on port 22 (try 40)
salt.loaded.int.utils.cloud.MainThread - DEBUG - Caught exception in wait_for_port: [Errno 111] Connection refused
salt.loaded.int.utils.cloud.MainThread - DEBUG - Retrying connection to host 212.47.241.237 on port 22 (try 41)
salt.loaded.int.utils.cloud.MainThread - DEBUG - SSH port 22 on 212.47.241.237 is available
salt.loaded.int.utils.cloud.MainThread - DEBUG - Using /etc/salt/deploy-keys/id_rsa.pem as the key_filename
salt.loaded.int.utils.cloud.MainThread - DEBUG - Attempting to authenticate as root (try 1 of 15)
salt.loaded.int.utils.cloud.MainThread - DEBUG - SSH command: 'ssh -oStrictHostKeyChecking=no -oUserKnownHostsFile=/dev/null -oControlPath=none -oPasswordAuthentication=no -oChallengeResponseAuthentication=no -oPubkeyAuthentication=yes -oIdentitiesOnly=yes -oKbdInteractiveAuthentication=no -i /etc/salt/deploy-keys/id_rsa.pem -oConnectTimeout=15 -p 22 root@212.47.241.237 date'
salt.utils.vt.MainThread - DEBUG - Child Forked! PID: 7557  STDOUT_FD: 9  STDERR_FD: 11
salt.utils.vt.MainThread - DEBUG - Terminal Command: /bin/sh -c ssh -oStrictHostKeyChecking=no -oUserKnownHostsFile=/dev/null -oControlPath=none -oPasswordAuthentication=no -oChallengeResponseAuthentication=no -oPubkeyAuthentication=yes -oIdentitiesOnly=yes -oKbdInteractiveAuthentication=no -i /etc/salt/deploy-keys/id_rsa.pem -oConnectTimeout=15 -p 22 root@212.47.241.237 date
salt.utils.vt.Terminal.PID-7557.STDERR.MainThread - DEBUG - Warning: Permanently added '212.47.241.237' (ECDSA) to the list of known hosts.
Permission denied (publickey,password).
salt.loaded.int.utils.cloud.MainThread - DEBUG - Using /etc/salt/deploy-keys/id_rsa.pem as the key_filename
salt.loaded.int.utils.cloud.MainThread - DEBUG - Attempting to authenticate as root (try 2 of 15)
salt.loaded.int.utils.cloud.MainThread - DEBUG - SSH command: 'ssh -oStrictHostKeyChecking=no -oUserKnownHostsFile=/dev/null -oControlPath=none -oPasswordAuthentication=no -oChallengeResponseAuthentication=no -oPubkeyAuthentication=yes -oIdentitiesOnly=yes -oKbdInteractiveAuthentication=no -i /etc/salt/deploy-keys/id_rsa.pem -oConnectTimeout=15 -p 22 root@212.47.241.237 date'
salt.utils.vt.MainThread - DEBUG - Child Forked! PID: 7628  STDOUT_FD: 9  STDERR_FD: 11
salt.utils.vt.MainThread - DEBUG - Terminal Command: /bin/sh -c ssh -oStrictHostKeyChecking=no -oUserKnownHostsFile=/dev/null -oControlPath=none -oPasswordAuthentication=no -oChallengeResponseAuthentication=no -oPubkeyAuthentication=yes -oIdentitiesOnly=yes -oKbdInteractiveAuthentication=no -i /etc/salt/deploy-keys/id_rsa.pem -oConnectTimeout=15 -p 22 root@212.47.241.237 date
salt.utils.vt.Terminal.PID-7628.STDERR.MainThread - DEBUG - Warning: Permanently added '212.47.241.237' (ECDSA) to the list of known hosts.
Permission denied (publickey,password).
salt.loaded.int.utils.cloud.MainThread - DEBUG - Using /etc/salt/deploy-keys/id_rsa.pem as the key_filename
salt.loaded.int.utils.cloud.MainThread - DEBUG - Attempting to authenticate as root (try 3 of 15)
salt.loaded.int.utils.cloud.MainThread - DEBUG - SSH command: 'ssh -oStrictHostKeyChecking=no -oUserKnownHostsFile=/dev/null -oControlPath=none -oPasswordAuthentication=no -oChallengeResponseAuthentication=no -oPubkeyAuthentication=yes -oIdentitiesOnly=yes -oKbdInteractiveAuthentication=no -i /etc/salt/deploy-keys/id_rsa.pem -oConnectTimeout=15 -p 22 root@212.47.241.237 date'
salt.utils.vt.MainThread - DEBUG - Child Forked! PID: 7665  STDOUT_FD: 9  STDERR_FD: 11
salt.utils.vt.MainThread - DEBUG - Terminal Command: /bin/sh -c ssh -oStrictHostKeyChecking=no -oUserKnownHostsFile=/dev/null -oControlPath=none -oPasswordAuthentication=no -oChallengeResponseAuthentication=no -oPubkeyAuthentication=yes -oIdentitiesOnly=yes -oKbdInteractiveAuthentication=no -i /etc/salt/deploy-keys/id_rsa.pem -oConnectTimeout=15 -p 22 root@212.47.241.237 date
salt.utils.vt.Terminal.PID-7665.STDERR.MainThread - DEBUG - Warning: Permanently added '212.47.241.237' (ECDSA) to the list of known hosts.
Permission denied (publickey,password).
salt.loaded.int.utils.cloud.MainThread - DEBUG - Using /etc/salt/deploy-keys/id_rsa.pem as the key_filename
salt.loaded.int.utils.cloud.MainThread - DEBUG - Attempting to authenticate as root (try 4 of 15)
salt.loaded.int.utils.cloud.MainThread - DEBUG - SSH command: 'ssh -oStrictHostKeyChecking=no -oUserKnownHostsFile=/dev/null -oControlPath=none -oPasswordAuthentication=no -oChallengeResponseAuthentication=no -oPubkeyAuthentication=yes -oIdentitiesOnly=yes -oKbdInteractiveAuthentication=no -i /etc/salt/deploy-keys/id_rsa.pem -oConnectTimeout=15 -p 22 root@212.47.241.237 date'
salt.utils.vt.MainThread - DEBUG - Child Forked! PID: 7683  STDOUT_FD: 9  STDERR_FD: 11
salt.utils.vt.MainThread - DEBUG - Terminal Command: /bin/sh -c ssh -oStrictHostKeyChecking=no -oUserKnownHostsFile=/dev/null -oControlPath=none -oPasswordAuthentication=no -oChallengeResponseAuthentication=no -oPubkeyAuthentication=yes -oIdentitiesOnly=yes -oKbdInteractiveAuthentication=no -i /etc/salt/deploy-keys/id_rsa.pem -oConnectTimeout=15 -p 22 root@212.47.241.237 date
salt.utils.vt.Terminal.PID-7683.STDERR.MainThread - DEBUG - Warning: Permanently added '212.47.241.237' (ECDSA) to the list of known hosts.
Permission denied (publickey,password).
salt.loaded.int.utils.cloud.MainThread - DEBUG - Using /etc/salt/deploy-keys/id_rsa.pem as the key_filename
salt.loaded.int.utils.cloud.MainThread - DEBUG - Attempting to authenticate as root (try 5 of 15)
salt.loaded.int.utils.cloud.MainThread - DEBUG - SSH command: 'ssh -oStrictHostKeyChecking=no -oUserKnownHostsFile=/dev/null -oControlPath=none -oPasswordAuthentication=no -oChallengeResponseAuthentication=no -oPubkeyAuthentication=yes -oIdentitiesOnly=yes -oKbdInteractiveAuthentication=no -i /etc/salt/deploy-keys/id_rsa.pem -oConnectTimeout=15 -p 22 root@212.47.241.237 date'
salt.utils.vt.MainThread - DEBUG - Child Forked! PID: 7724  STDOUT_FD: 9  STDERR_FD: 11
salt.utils.vt.MainThread - DEBUG - Terminal Command: /bin/sh -c ssh -oStrictHostKeyChecking=no -oUserKnownHostsFile=/dev/null -oControlPath=none -oPasswordAuthentication=no -oChallengeResponseAuthentication=no -oPubkeyAuthentication=yes -oIdentitiesOnly=yes -oKbdInteractiveAuthentication=no -i /etc/salt/deploy-keys/id_rsa.pem -oConnectTimeout=15 -p 22 root@212.47.241.237 date

Critically, I can't even see how the original pubkey is getting pushed out to the server at all.

fake-name commented 7 years ago

Success! I have successful pubkey auth and deploy to scaleway.

The key is that you need to manually add the public key you want to auth with to scaleway via their web-interface. I took my pubkey (in this case, /etc/salt/deploy-keys/id_rsa.pub), and add it to their web credentials manager. At that point, SSH access worked for the next deploy.

I still have no idea how the password auth is supposed to work.


salt.utils.vt.Terminal.PID-18205.STDOUT.MainThread - DEBUG - Fetched 10.5 MB in 8s (1,202 kB/s)
Reading package lists...
Connection to 212.47.241.237 closed.
salt.utils.vt.Terminal.PID-18205.STDERR.MainThread - DEBUG - Connection to 212.47.241.237 closed.

 * ERROR: repo.saltstack.com doesn't have packages for your system architecture: armhf.
 * ERROR: You can try git installation mode, i.e.: sh bootstrap-salt.sh git v2016.3.1
 * DEBUG: Removing the logging pipe /tmp/bootstrap-salt.logpipe
salt.utils.vt.Terminal.PID-18205.STDOUT.MainThread - DEBUG -  * ERROR: repo.saltstack.com doesn't have packages for your system architecture: armhf.
 * ERROR: You can try git installation mode, i.e.: sh bootstrap-salt.sh git v2016.3.1
 * DEBUG: Removing the logging pipe /tmp/bootstrap-salt.logpipe
Main.MainThread - CRITICAL - Uncaught exception!
Main.MainThread - CRITICAL - Uncaught exception
Traceback (most recent call last):
  File "salt_runner.py", line 579, in <module>
    stest()
  File "salt_runner.py", line 559, in stest
    ret = herder.cc.create(names=[clientname], provider=provider, **kwargs)
  File "/usr/local/lib/python2.7/dist-packages/salt/cloud/__init__.py", line 412, in create
    mapper.create(vm_))
  File "/usr/local/lib/python2.7/dist-packages/salt/cloud/__init__.py", line 1287, in create
    output = self.clouds[func](vm_)
  File "/usr/local/lib/python2.7/dist-packages/salt/cloud/clouds/scaleway.py", line 300, in create
    ret = __utils__['cloud.bootstrap'](server_, __opts__)
  File "/usr/local/lib/python2.7/dist-packages/salt/utils/cloud.py", line 537, in bootstrap
    deployed = deploy_script(**deploy_kwargs)
  File "/usr/local/lib/python2.7/dist-packages/salt/utils/cloud.py", line 1536, in deploy_script
    if root_cmd(deploy_command, tty, sudo, **ssh_kwargs) != 0:
  File "/usr/local/lib/python2.7/dist-packages/salt/utils/cloud.py", line 2271, in root_cmd
    retcode = _exec_ssh_cmd(cmd, allow_failure=allow_failure, **kwargs)
  File "/usr/local/lib/python2.7/dist-packages/salt/utils/cloud.py", line 1849, in _exec_ssh_cmd
    cmd, proc.exitstatus
SaltCloudSystemExit: Command 'ssh -t -t -oStrictHostKeyChecking=no -oUserKnownHostsFile=/dev/null -oControlPath=none -oPasswordAuthentication=no -oChallengeResponseAuthentication=no -oPubkeyAuthentication=yes -oIdentitiesOnly=yes -oKbdInteractiveAuthentication=no -i /etc/salt/deploy-keys/id_rsa.pem -p 22 root@212.47.241.237 '/tmp/.saltcloud-5be04d71-67df-489c-a878-a4ecceb2914d/deploy.sh -c '"'"'/tmp/.saltcloud-5be04d71-67df-489c-a878-a4ecceb2914d'"'"' -D'' failed. Exit code: 1

\< Sad Trombone sound >

Of course, there's always that issue. Why is there a scaleway driver when their core platform (ARM servers) isn't supported?

Actually, there's the azurearm.py provider too. Is there a way to deploy salt on ARM?

stale[bot] commented 5 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

If this issue is closed prematurely, please leave a comment and we will gladly reopen the issue.