~/.cloud-install/commands.log
[INFO • 08-25 21:02:51] • cloudinstall.install • (install.py, do_install, 110)]
Performing a Single Install
[DEBUG • 08-25 21:02:51] • cloudinstall.utils • (utils.py, ssh_genkey, 819)]
ssh keys exist for this user, they will be used instead.
[DEBUG • 08-25 21:02:51] • cloudinstall.single_install • (single_install.py, _proxy_pollinate, 54)]
Found proxy info: http://129.165.60.148:80/http://129.165.60.148:80
[INFO • 08-25 21:02:51] • cloudinstall.single_install • (single_install.py, prep_userdata, 87)]
Prepared userdata: {'extra_sshkeys': ['ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDJqymZcxQpiiNSXuvfLvLZ1z9UbQUqGyVFvJtkIuuxSOqLA9PfOV5W1Bqj2uMgy3mfvbtQkg72RaeXOpaPsdZTGp2Zb6671U79NLQv9a50l7E8b6zlW09eZLoslLlmc9k6MtDp/BBpA8ADqDZRQg2vfBvKAp3lVqdpekrWQFBQRRnleKfE5m0t2vjcOfKR0LEkVGDPINHPUGEnET3XAqYCG93QjHUIhtduAl0VNgHZ9Y55s//4BkFd7TUXjXHsMvo1tILOOQj6YOqtDAPwKRIHBWs1+fWFYOVGQ9vfzwcvdywFnbOGCAHjKszvvEM/p1URaPnEuWWpM7LZSQEPeCGt cof@ssmo-dev-cof-os-1\n'], 'http_proxy': 'http://129.165.60.148:80', 'seed_command': ['env', 'http_proxy=http://129.165.60.148:80', 'https_proxy=http://129.165.60.148:80', 'pollinate', '-q'], 'https_proxy': 'http://129.165.60.148:80'}
[INFO • 08-25 21:02:51] • cloudinstall.single_install • (single_install.py, set_perms, 275)]
Setting permissions for user cof
[DEBUG • 08-25 21:03:22] • cloudinstall.utils • (utils.py, container_run, 611)]
Running in container: lxc-attach -n uoi-bootstrap -- sudo cat /run/cloud-init/result.json
[DEBUG • 08-25 21:03:22] • cloudinstall.utils • (utils.py, container_run, 624)]
Error running command sudo cat /run/cloud-init/result.json in container uoi-bootstrap:-
Output: 'b'''
Stderr: 'b'sudo: unable to resolve host uoi-bootstrap\ncat: /run/cloud-init/result.json: No such file or directory\n''
...
[DEBUG • 08-25 21:03:37] • cloudinstall.single_install • (single_install.py, cloud_init_finished, 235)]
Waiting for cloud-init status result
[DEBUG • 08-25 21:03:38] • cloudinstall.utils • (utils.py, container_run, 611)]
Running in container: lxc-attach -n uoi-bootstrap -- sudo cat /run/cloud-init/result.json
[DEBUG • 08-25 21:03:38] • cloudinstall.single_install • (single_install.py, cloud_init_finished, 219)]
{
"v1": {
"errors": [
"('seed_random', ProcessExecutionError(\"Unexpected error while running command.\\nCommand: ['env', 'http_proxy=http://129.165.60.148:80', 'https_proxy=http://129.165.60.148:80', 'pollinate', '-q']\\nExit code: 1\\nReason: -\\nStdout: ''\\nStderr: ''\",))"
],
"datasource": "DataSourceNoCloudNet [seed=/var/lib/cloud/seed/nocloud-net][dsmode=net]"
}
}
[ERROR • 08-25 21:03:38] • cloudinstall.single_install • (single_install.py, cloud_init_finished, 249)]
Container cloud-init finished with errors: ['(\'seed_random\', ProcessExecutionError("Unexpected error while running command.\\nCommand: [\'env\', \'http_proxy=http://129.165.60.148:80\', \'https_proxy=http://129.165.60.148:80\', \'pollinate\', \'-q\']\\nExit code: 1\\nReason: -\\nStdout: \'\'\\nStderr: \'\'",))']
[ERROR • 08-25 21:03:38] • cloudinstall.single_install • (single_install.py, cloud_init_finished, 250)]
Top-level container OS did not initialize correctly. See ~/.cloud-install/commands.log for details.
[DEBUG • 08-25 21:03:38] • cloudinstall.utils • (utils.py, global_exchandler, 63)]
Traceback (most recent call last):
File "/usr/share/openstack/cloudinstall/utils.py", line 78, in run
super().run()
File "/usr/lib/python3.4/threading.py", line 868, in run
self._target(*self._args, **self._kwargs)
File "/usr/share/openstack/cloudinstall/single_install.py", line 303, in do_install_async
self.do_install()
File "/usr/share/openstack/cloudinstall/single_install.py", line 330, in do_install
self.create_container_and_wait()
File "/usr/share/openstack/cloudinstall/single_install.py", line 183, in create_container_and_wait
while not self.cloud_init_finished(tries):
File "/usr/share/openstack/cloudinstall/single_install.py", line 253, in cloud_init_finished
self.loop.exit(1)
File "/usr/share/openstack/cloudinstall/ev.py", line 92, in exit
raise urwid.ExitMainLoop()
urwid.main_loop.ExitMainLoop