out to resolve this.
Thanks,
--
Peeyush Gupta
gpeey...@linux.vnet.ibm.com
___
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-
are less in resources.we had a compute node for openstack
> installation and only one more machine which we is for physical
> installation.
>
>
> On 2014-11-13 13:27, Peeyush Gupta wrote:
>> Hi,
>>
>> The devstack guide is not targeted for physical development. It
-bin/mailman/listinfo/openstack
> Post to : openstack@lists.openstack.org
> Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
--
Peeyush Gupta
gpeey...@linux.vnet.ibm.com
___
Mailing list: http://lists.openstack
o I need to make changes to localrc
file/DHCP config file to run DHCP on a reachable ip? Could you please
tell me how to resolve this issue?
--
Peeyush Gupta
gpeey...@linux.vnet.ibm.com
___
Mailing list: http://lists.openstack.org/cgi-bin/mailman/li
ncluding
removing and re-installing mysql server! Nothing is working. Did anyone
face the same error? How did you get around it?
Thanks,
--
Peeyush Gupta
gpeey...@linux.vnet.ibm.com
___
Mailing list: http://lists.openstack.org/cgi-bin/mailman/l
ncluding
removing and re-installing mysql server! Nothing is working. Did anyone
face the same error? How did you get around it?
Thanks,
--
Peeyush Gupta
gpeey...@linux.vnet.ibm.com
___
Mailing list: http://lists.openstack.org/cgi-bin/mailman/l
hings work and start playing with the component that interests you the
most. HTH.
--
Peeyush Gupta
gpeey...@linux.vnet.ibm.com
___
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : openstack@lists.openstac
mage_path AS
bm_nodes_image_path, bm_nodes.pxe_config_path AS
bm_nodes_pxe_config_path, bm_nodes.deploy_key AS bm_nodes_deploy_key,
bm_nodes.root_mb AS bm_nodes_root_mb, bm_nodes.swap_mb AS
bm_nodes_swap_mb, bm_nodes.ephemeral_mb AS bm_nodes_ephemeral_mb \nFROM
bm_nodes \nWHERE bm_nodes.deleted
to somehow register it with nova too?
--
Peeyush Gupta
gpeey...@linux.vnet.ibm.com
___
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-b
On 09/24/2014 10:20 PM, Steve Gordon wrote:
- Original Message -
From: "Peeyush Gupta"
To: openstack@lists.openstack.org
Hi all,
I have been trying to set up TripleO using RDO instack. I tried it in
virtual environment and it works fine. Now, I am trying on physical
envi
l.d/00-allow-heat-admin-sudo: line 6:
/etc/sudoers.d/heat-admin-notty: Permission denied
Can you please help me resolve the error?
Thanks,
--
Peeyush Gupta
gpeey...@linux.vnet.ibm.com
___
Mailing list: http://lists.openstack.org/cgi-bin/mailman/list
Hi all,
I have successfully done a tripleo setup using RDO instack in
a virtual machine environment. Now, I deleted the overcloud and
I am trying to add a physical node to the setup, but I get the error
as the setup has failed.
Here are the nova logs:
2014-08-14 04:55:02.449 2208 WARNING
Hi all,
I have successfully set up tripleo using instack RDO in a virtual
machine environment. My undercloud and overcloud all are in VMs.
Now, I need to add a new physical baremetal node to the setup. I
have the mac address of the node to be added. I registered the node
and in the openstack depl
Hi all,
I am trying to run instances using baremetal. To do the setup with openstack, I
followed this guide:
http://docs.openstack.org/developer/ironic/dev/dev-quickstart.html#deploying-ironic-with-devstack
Now, the setup is done, but I am only able to run one instance. As soon as I
try to run
No, I actually tried unstack.sh only. I am gonna try with clean.sh and will get
back to you.
Thanks,
~Peeyush Gupta
On Friday, 18 April 2014 2:54 PM, "trinath.soman...@freescale.com"
wrote:
Have you run clean.sh in devstack ?
It cleans the complete devstack environment and
Hi,
Yes, I can run it manually. It's just not working with DevStack script!
Thanks,
~Peeyush Gupta
On Friday, 18 April 2014 2:22 PM, "trinath.soman...@freescale.com"
wrote:
Hi-
Can you manually start/stop rabbitmq server. Check that once.
--
Trinath Somanchi - B3920
Hi all,
I am trying to setup OpenStack on Ubuntu 12.04 using devstack. Here is the
error I am getting:
Setting up rabbitmq-server (2.7.1-0ubuntu4) ...
Starting rabbitmq-server: FAILED - check /var/log/rabbitmq/startup_{log, _err}
rabbitmq-server.
invoke-rc.d: initscript rabbitmq-server, acti
Hi all,
I have installed openstack using RDO on fedora 19. Now, the system was unused
for a few days. When i opened it today, the setup is not working. I mean I can
access nova, glance, keystone etc. but I cant launch the instance. Whenever I
tried to boot a VM, it gets stuck at build stage. So
Hi all,
I have been trying to set up an openstack environment using vagrant and
packstack. I provisioned a Fedora-19 VM through vagrant and used a shell
script to take care of installation and other things. The first thing that
shell script does is "yum install -y openstack-packstack" and then
Hi,
I have been trying to understand the working of resource tracker.
I understand that it is responsible to retrieve the data from the host and
save it to the database. What I am not able to figure out is how exactly
the compute node table is populated for the first time? Because after that
res
Hi all,
I have been trying to add a new table to the database. Now, I have created
the table and I am going through conductor API to populate/update it. I have
defined some function to achieve the task. There function are defined in
conductor
and db api, along with in conductor.manage and d
Hi,
I have been trying to add a new column to compute_nodes table.
I understand the table is defined at db.sqlalchemy.models.py. So,
I added a new field in the file and restarted the nova-compute process.
But, there is no change in the table. What am I doing wrong? Where
should I make changes t
Hi all,
I have been using openstack through devstack on Ubuntu 12.04 LTS.
Now, I want to try out packstack, but before that I want to know if I
would similar environment through packstack. I can make changes in the
file present in /opt/stack directory and can see the changes reflected. Is it
possi
Hi,
I have installed openstack using devstack on Ubuntu 12.04 LTS.
I tried to find swift in the installation, but couldn't. I mean, all other
components are there like nova, cinder, horizon etc. but there is no
swift. I couldn't find any process by the name of swift either. Is it the
case that de
Hi,
I have been trying to use some additional capabilities in host.
As shown in the following link:
http://russellbryantnet.wordpress.com/2013/05/21/availability-zones-and-host-aggregates-in-openstack-compute-nova/
I created a flavor and an aggregate. But when I try to
boot the instance using t
Hi,
I have been trying to use json filter. In the documentation,
it says that I can make my filter using json hints. JSON filter
has its own pre-defined variables like $free_ram_mb, $free_disk_mb
etc. I was wondering if it is possible to define other variables, so
that I can define a filter suiti
Hi,
I have been trying to access an instance's filter properties
through libvirt driver. I understand that the instance info received
by libvirt doesn't contain filter properties.
Is there any API for this? How can libvirt driver access the
filter properties?
Thanks.
~Peeyush Gupta___
Hi,
I have been trying to use some hints at the boot time. Now, there
are some predefined hints to be used with nova boot command. I
understand that if I give any undefined hint then it will be silently ignored.
So, how can I define my own hint, so that I can use it with nova boot command?
Tha
Hi all,
I am trying to access nova.db from nova.virt.libvirt.driver for some
experiment purposes. When I tried that, I got an error saying "DB
not allowed: nova compute".
Why am I getting this? Is libvirt driver not allowed to talk to db?
Thanks.
~Peeyush Gupta_
Hi all,
I have been trying to create an aggregate. Now, I understand I can
do this using nova create-aggregate and I can provide availability zone
with this command. There is an aggregate-update command that changes
the availability zone. I want to have more than one availability zone for my
aggr
Hi Qiu,
That works. Thank You.
~Peeyush Gupta
From: Qiu Yu
To: Peeyush Gupta
Cc: "openstack@lists.openstack.org"
Sent: Monday, 5 August 2013 12:21 PM
Subject: Re: [Openstack] How to use AggregateCoreFilter?
You may use following command
Hi,
I am trying to use AggregateCoreFilter. I understand that first I have to add
it to the nova.conf file. After adding it is functioning. But what I am not able
to understand is that how to use it with aggregates.
The description says: AggregateCoreFilter supports per-aggregate
cpu_allocatio
Yeah, that's the one.
Thanks.
~Peeyush Gupta
From: JuanFra Rodriguez Cardoso
To: Peeyush Gupta
Cc: "openstack@lists.openstack.org"
Sent: Friday, 2 August 2013 3:23 PM
Subject: Re: [Openstack] Which filter is based on CPUs availability?
Hi,
I am trying to figure out how the filters act based on CPU availability.
I understand there is a RAM filter, which decides the RAM allocation
ratio, so that RAM of a particular host does't get over used. Now, in the
same way CPUs can also be overused, if I keep launching
instances.
Is there
Hi Lau,
Thank you. That's what I was looking for.
Thanks
~Peeyush Gupta
From: Jay Lau
To: Peeyush Gupta
Cc: "openstack@lists.openstack.org"
Sent: Thursday, 1 August 2013 3:34 PM
Subject: Re: [Openstack] How does host sends it's
Hi,
I have been trying to find out how does nova scheduler gets the
information from the hosts. I understand that there is a file named
host_manager.py that is responsible for polling each host present in
nova.db and retrieve it's information. But what I want to know is how
each host sends it's
36 matches
Mail list logo