2014-12-05 16:47:53 -0600
| received badge | ● Famous Question
(source)
|
2014-07-22 14:24:38 -0600
| received badge | ● Student
(source)
|
2014-07-17 13:44:14 -0600
| received badge | ● Notable Question
(source)
|
2014-06-08 20:49:50 -0600
| received badge | ● Popular Question
(source)
|
2014-06-05 06:29:16 -0600
| received badge | ● Famous Question
(source)
|
2014-06-03 07:59:23 -0600
| asked a question | helion VM consoles not working It appears that maybe the vnc proxy service is not running? Console does not work in any VMs spun up in community preview. |
2014-05-21 08:08:14 -0600
| commented answer | Helion OpenStack Community installation fails after timing out The env variables are set inside of the shell script and do not survive after the script exits. One of the Overcloud nodes always starts, reboots, then never starts again.. wondering if that has somethign to do with it. |
2014-05-20 08:27:20 -0600
| commented question | Helion OpenStack Community installation fails after timing out Hmm... weird. root@hLinux:~# nova --debug service-list --binary nova-compute
DEBUG (shell:792) You must provide a username or user id via --os-username, --os-user-id, env[OS_U SERNAME] or env[OS_USER_ID]
Traceback (most recent call last):
File "/opt/stack/python-novaclient/novaclient/shell.py", line 789, in main
OpenStackComputeShell().main(argv)
File "/opt/stack/python-novaclient/novaclient/shell.py", line 616, in main
raise exc.CommandError(_("You must provide a username "
CommandError: You must provide a username or user id via --os-username, --os-user-id, env[OS_USERN AME] or env[OS_USER_ID]
ERROR (CommandError): You must provide a username or user id via --os-username, --os-user-id, env[ OS_USERNAME] or env[OS_USER_ID]
root@hLinux:~#
|
2014-05-19 17:45:53 -0600
| commented question | Helion OpenStack Community installation fails after timing out It is not the timeout... see below. ++ glance image-create --name user --public --disk-format qcow2 --container-format bare --file /root/tripleo/user.qcow2
+------------------+--------------------------------------+
| Property | Value |
+------------------+--------------------------------------+
| checksum | ba56450f1d7e13e7bbf492e77a1bfdf1 |
| container_format | bare |
| created_at | 2014-05-19T20:50:15 |
| deleted | False |
| deleted_at | None |
| disk_format | qcow2 |
| id | bee49368-97f0-465d-8b62-f8838663475f |
| is_public | True |
| min_disk | 0 |
| min_ram | 0 |
| name | user |
| owner | 9218c546b1d7445cb653289a37b4b957 |
| protected | False |
| size | 245010944 |
| status | active |
| updated_at | 2014-05-19T20:51:23 |
| virtual_size | None |
+------------------+--------------------------------------+
++ '[' 0 -eq 0 ']'
++ break
++ set -e
**++ wait_for 300 10 nova service-list --binary nova-compute '2>/dev/null' '|' grep 'enabled.*\ up\ '
Timing out after 3000 seconds:**
COMMAND=nova service-list --binary nova-compute 2>/dev/null | grep enabled.*\ up\
OUTPUT=
root@hLinux:~#
|
2014-05-18 22:43:23 -0600
| received badge | ● Notable Question
(source)
|
2014-05-18 20:30:00 -0600
| answered a question | Helion community will not install I was trying to run it under esxi... even with pass through EPT, and KVM happy... seems the seed image was having trouble starting. |
2014-05-18 20:26:18 -0600
| commented question | HPHelion installation failed ( Cannot update service status on host: overcloud) I am having exactly the same problem! |
2014-05-15 20:45:35 -0600
| received badge | ● Popular Question
(source)
|
2014-05-14 22:47:08 -0600
| asked a question | Helion community will not install After this command to install: # HP_VM_MODE=y bash -x ~root/tripleo/tripleo-incubator/scripts/hp_ced_start_seed.sh Got this: > + echo 'Seed VM created with MAC 52:54:00:a3:eb:9d' Seed VM created
> with MAC 52:54:00:a3:eb:9d
> + cp /root/tripleo/tripleo-incubator/scripts/../..//seed.qcow2
> /var/lib/libvirt/images/seed.qcow2
> + chattr +C /var/lib/libvirt/images/seed.qcow2
> + export -f poll_vm
> ++ date
> + echo 'Wed May 14 23:38:17 EDT 2014 --- starting seed' Wed May 14 23:38:17 EDT 2014 --- starting seed
> + virsh start seed Domain seed started
>
> + echo 'Waiting for seed VM to boot.' Waiting for seed VM to boot.
> + wait_for 100 1 poll_vm Timing out after 100 seconds: COMMAND=poll_vm
> OUTPUT=
Any ideas where to start troubleshooting? |