Trouble with openstack-install 0.99.23 in Ubuntu 14.04 and Linux Mint 17.2 using single workstation
Tim Soderstrom
ubuntu+openstack at moocowproductions.org
Fri Nov 13 16:32:55 UTC 2015
I'm having trouble using openstack-install both on a fresh 14.04 VM and
on my Linux Mint 17.2 desktop.
The former bombed out here:
###################################################################################################
[DEBUG: 11-13 09:16:48, core.py:472] Issued deploy for Neutron OpenVSwitch
[INFO: 11-13 09:16:48, core.py:586] Checking availa bility of
mysql:pending, keystone:pending, glance-simplestreams-sync:pending,
rabbitmq-server:pending, neutron-api:pending,
openstack-dashboard:pending, glance:pending, nova-compute:pending,
neutron-gateway:pending, nova-cloud-controller:pending
[INFO: 11-13 09:19:33, core.py:586] Checking availability of
mysql:pending, keystone:pending, glance-simplestreams-sync:pending,
rabbitmq-server:pending, neutron-api:pending,
openstack-dashboard:pending, glance:pending, neutron-gateway:pending,
nova-cloud-controller:pending
[INFO: 11-13 09:19:54, core.py:586] Checking availability of
mysql:pending, keystone:pending, glance-simplestreams-sync:pending,
rabbitmq-server:pending, neutron-api:pending,
openstack-dashboard:pending, glance:pending, nova-cloud-controller:pending
[ERROR: 11-13 09:21:56, ev.py:145] Exception in ev.run():
Traceback (most recent call last):
File "/usr/share/openstack/cloudinstall/ev.py", line 143, in run
self.loop.run()
File "/usr/lib/python3/dist-packages/urwid/main_loop.py", line 274,
in run
self.screen.run_wrapper(self._run)
File "/usr/lib/python3/dist-packages/urwid/raw_display.py", line 268,
in run_wrapper
return fn()
File "/usr/lib/python3/dist-packages/urwid/main_loop.py", line 339,
in _run
self.event_loop.run()
File "/usr/lib/python3/dist-packages/urwid/main_loop.py", line 1002,
in run
raise exc
File "/usr/lib/python3/dist-packages/urwid/main_loop.py", line 989,
in wrapper
return func(*args, **kw)
File "/usr/lib/python3/dist-packages/urwid/main_loop.py", line 158,
in cb
callback(self, user_data)
File "/usr/share/openstack/cloudinstall/core.py", line 98, in update
self.update_node_states()
File "/usr/share/openstack/cloudinstall/core.py", line 114, in
update_node_states
deployed_services = sorted(self.juju_state.services,
File "/usr/share/openstack/cloudinstall/juju.py", line 197, in services
ret = self.status()
File "/usr/share/openstack/cloudinstall/juju.py", line 81, in status
self._juju_status = self.juju.status()
File "/usr/share/openstack/macumba/__init__.py", line 295, in status
timeout=60)
File "/usr/share/openstack/macumba/__init__.py", line 282, in call
req_id = self.conn.do_send(params)
File "/usr/share/openstack/macumba/__init__.py", line 165, in do_send
self.send(json.dumps(json_message))
File "/usr/lib/python3/dist-packages/ws4py/websocket.py", line 257,
in send
message_sender = self.stream.binary_message if binary else
self.stream.text_message
AttributeError: 'NoneType' object has no attribute 'text_message'
[INFO: 11-13 09:21:56, utils.py:85] Cleanup, saving latest config object.
[DEBUG: 11-13 09:21:56, utils.py:91] Attempting to reset the terminal
[INFO: 11-13 09:43:42, openstack-status:104] Starting deployment of
OpenStack
[INFO: 11-13 09:43:42, openstack-status:122] Running status within
container
[DEBUG: 11-13 09:43:44, container.py:49] lxc-info found:
'[b'10.0.3.227', b'10.0.6.1', b'192.168.122.1']'
[DEBUG: 11-13 09:43:44, container.py:52] using 10.0.3.227 as the
container ip
[DEBUG: 11-13 09:43:44, container.py:158] Running command without
waiting for response.: sudo -H -u tim TERM=xterm256-color ssh -t -q -l
ubuntu -o "StrictHostKeyChecking=no" -o "UserKnownHostsFile=/dev/null"
-o "ControlMaster=auto" -o "ControlPersist=600" -i /home/tim/.ssh/id_rsa
10.0.3.227 openstack-status
[INFO: 11-13 09:43:45, openstack-status:104] Starting deployment of
OpenStack
[DEBUG: 11-13 09:43:45, config.py:188] Querying juju env in
/home/ubuntu/.cloud-install/juju/environments/local.jenv
[INFO: 11-13 09:43:45, utils.py:85] Cleanup, saving latest config object.
[DEBUG: 11-13 09:43:45, utils.py:91] Attempting to reset the terminal
###################################################################################################
Note this was on a brand new Ubuntu 14.04.3 install. The VM had 8GB of
RAM, 8GB of swap (additional RAM is still in the mail), and 2 CPUs. My
hope was the swap would be enough to get the install going? I didn't see
any OOM errors anywhere and, in fact, the system barely hit swap (the
instructions mentioned needing 12GB for the install).
For Linux Mint, the main container gets built, has internet acccess, but
the commands.log just says:
[DEBUG: 11-13 09:52:01, single.py:310] Waiting for cloud-init status result
I'm not sure what else to check?
Thanks!
Tim
More information about the ubuntu-openstack-installer
mailing list