← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1070272] Re: not provisioning volumes with horizon

 

** Changed in: horizon
       Status: Incomplete => Invalid

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1070272

Title:
  not provisioning volumes with horizon

Status in OpenStack Dashboard (Horizon):
  Invalid

Bug description:
  I have 3 VM's and 1 Physical server,

  db01 = rabbitmq & mysql 192.168.0.10
  cc01 = cloud controller 192.168.0.11
  quantum01 = quantum vm 192.168.0.12

  osvmh01 = physical server. 192.168.0.30

  -------
  repo 
  echo "deb http://ubuntu-cloud.archive.canonical.com/ubuntu precise-updates/folsom main" > /etc/apt/sources.list.d/folsom.list
  apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 5EDB1B62EC4926EA
  --------

  I'm finding when I use a "cinder create --display-name test 10" this
  will create a volume and display it correctly in the "cinder list" I
  can also use a "cinder create --image-id
  2397e88a-4987-46d8-9b84-9255a589af9e --display-name glance-test 50"
  and it seem to create successfully as well.

  However when trying to provision volumes via the dashboard cinder
  doesn't have them available in a "cinder list" command however the
  space has been used on the volume group to create the said volumes.

  I'm also finding I'm unable to create a new virtual machine with the
  dashboard as it creates the vm but the image or the root disk is not
  created.


  --------------
  nova.conf from cs01
  -------------
  [DEFAULT]

  # MySQL & RabbitMQ Connections
  sql_connection=mysql://novadbadm:07600de0ba23491b@192.168.0.10/nova
  rabbit_host=192.168.0.10
  rabbit_password=36a62xtz

  # Nova-Scheduler
  scheduler_driver=nova.scheduler.simple.SimpleScheduler

  # Nova-API
  auth_strategy=keystone
  s3_host=192.168.0.11
  ec2_host=192.168.0.11
  nova_url=http://192.168.0.11:8774/v1.1/
  ec2_url=http://192.168.0.11:8773/services/Cloud
  keystone_ec2_url=http://192.168.0.11:5000/v2.0/ec2tokens
  api_paste_config=/etc/nova/api-paste.ini
  allow_admin_api=true
  use_deprecated_auth=false
  ec2_private_dns_show_ip=True
  dmz_cidr=169.254.169.254/32
  ec2_dmz_host=192.168.0.11
  metadata_host=192.168.0.11
  metadata_listen=0.0.0.0
  enabled_apis=ec2,osapi_compute,metadata

  # Networking
  network_api_class=nova.network.quantumv2.api.API
  quantum_url=http://192.168.0.12:9696
  quantum_auth_strategy=keystone
  quantum_admin_tenant_name=service
  quantum_admin_username=quantum
  quantum_admin_password=ax14f4f1q78g057d
  quantum_admin_auth_url=http://192.168.0.11:35357/v2.0
  libvirt_vif_driver=nova.virt.libvirt.vif.LibvirtHybridOVSBridgeDriver
  firewall_driver=nova.virt.libvirt.firewall.IptablesFirewallDriver
  linuxnet_interface_driver=nova.network.linux_net.LinuxOVSInterfaceDriver

  # Compute
  connection_type=libvirt
  libvirt_type=kvm
  libvirt_use_virtio_for_bridges=true
  start_guests_on_host_boot=false
  resume_guests_state_on_host_boot=false

  # Cinder
  volume_api_class=nova.volume.cinder.API
  osapi_volume_listen_port=5900
  iscsi_helper=ietadm
  iscsi_ip_address=192.168.0.11

  # Glance
  glance_api_servers=192.168.0.11:9292
  image_service=nova.image.glance.GlanceImageService

  # NoVNC
  novnc_enable=true
  novncproxy_base_url=http://192.168.0.11:6080/vnc_auto.html
  vncserver_proxyclient_address=127.0.0.1
  vncserver_listen=0.0.0.0

  # Misc
  logdir=/var/log/nova
  state_path=/var/lib/nova
  lock_path=/var/lock/nova
  root_helper=sudo nova-rootwrap /etc/nova/rootwrap.conf
  verbose=true

  ------------
  cinder.conf
  ------------

  [DEFAULT]
  rootwrap_config = /etc/cinder/rootwrap.conf
  sql_connection = mysql://cinderdbadm:d10cc83e459c915b@192.168.0.10/cinder
  api_paste_confg = /etc/cinder/api-paste.ini
  iscsi_helper = ietadm
  volume_name_template = volume-%s
  volume_group = cinder-volumes
  # volume_driver=cinder.volume.driver.RBDDriver
  # rbd_pool=volumes
  verbose = True
  rabbit_host = 192.168.0.10
  rabbit_password = 36a62xtz
  auth_strategy = keystone
  glance_host = 192.168.0.11
  glance_api_servers = 192.168.0.11:9292
  logdir = /var/log/cinder
  #osapi_volume_listen_port=5900

  ------------
  nova-compute.conf from osvmh01
  ------------
  [DEFAULT]
  libvirt_type=kvm
  libvirt_ovs_bridge=br-int
  libvirt_vif_type=ethernet
  libvirt_vif_driver=nova.virt.libvirt.vif.LibvirtHybridOVSBridgeDriver
  libvirt_use_virtio_for_bridges=True
  --------------

  nova.conf from osvmh01
  --------------

  [DEFAULT]

  # MySQL & RabbitMQ Connections
  sql_connection=mysql://novadbadm:07600de0ba23491b@192.168.0.10/nova
  rabbit_host=192.168.0.10
  rabbit_password=36a62xtz

  # Nova-Scheduler
  scheduler_driver=nova.scheduler.simple.SimpleScheduler

  # Nova-API
  auth_strategy=keystone
  s3_host=192.168.0.11
  ec2_host=192.168.0.11
  nova_url=http://192.168.0.11:8774/v1.1/
  ec2_url=http://192.168.0.11:8773/services/Cloud
  keystone_ec2_url=http://192.168.0.11:5000/v2.0/ec2tokens
  api_paste_config=/etc/nova/api-paste.ini
  allow_admin_api=true
  use_deprecated_auth=false
  ec2_private_dns_show_ip=True
  dmz_cidr=169.254.169.254/32
  ec2_dmz_host=192.168.0.11
  metadata_host=192.168.0.11
  metadata_listen=0.0.0.0
  enabled_apis=ec2,osapi_compute,metadata

  # Networking
  network_api_class=nova.network.quantumv2.api.API
  quantum_url=http://192.168.0.12:9696
  quantum_auth_strategy=keystone
  quantum_admin_tenant_name=service
  quantum_admin_username=quantum
  quantum_admin_password=ax14f4f1q78g057d
  quantum_admin_auth_url=http://192.168.0.11:35357/v2.0
  libvirt_vif_driver=nova.virt.libvirt.vif.LibvirtHybridOVSBridgeDriver
  firewall_driver=nova.virt.libvirt.firewall.IptablesFirewallDriver
  linuxnet_interface_driver=nova.network.linux_net.LinuxOVSInterfaceDriver

  # Compute
  connection_type=libvirt
  libvirt_type=kvm
  libvirt_use_virtio_for_bridges=true
  start_guests_on_host_boot=false
  resume_guests_state_on_host_boot=false

  # Cinder
  volume_api_class=nova.volume.cinder.API
  osapi_volume_listen_port=5900
  iscsi_helper=ietadm
  iscsi_ip_address=192.168.0.11

  # Glance
  glance_api_servers=192.168.0.11:9292
  image_service=nova.image.glance.GlanceImageService

  # NoVNC
  novnc_enable=true
  novncproxy_base_url=http://192.168.0.30:6080/vnc_auto.html
  vncserver_proxyclient_address=127.0.0.1
  vncserver_listen=0.0.0.0

  # Misc
  logdir=/var/log/nova
  state_path=/var/lib/nova
  lock_path=/var/lock/nova
  root_helper=sudo nova-rootwrap /etc/nova/rootwrap.conf
  verbose=true

  ----------------------

  Any Ideas?

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1070272/+subscriptions