Displaying 20 results from an estimated 10000 matches similar to: "Openstack support"
2015 Oct 15
1
Haproxy and Dovecot auth
Hi all,
I'd like to use Haproxy to balance an auth service on a couple of
Dovecot directors to have a redundant sasl service for my Postfix instances.
While I configure the Postfixes to use, as smtpd_sasl_path, a direct
connection to one of the directors I notice no errors.
When I redirect the smtpd_sasl_path through an Haproxy balanced
connection, I receive an error the first time I try to
2018 Nov 20
1
[PATCH] v2v: -o openstack: Check openstack binary exists before running it.
Improves the error message when openstack is not installed:
$ virt-v2v -i disk fedora-28.img -o openstack
virt-v2v: error: no binary called ‘openstack’ was found on the $PATH.
We use this program to communicate with OpenStack so it must be installed
to use this output mode.
---
v2v/output_openstack.ml | 17 +++++++++++++++--
1 file changed, 15 insertions(+), 2 deletions(-)
diff --git
2012 Nov 09
1
[LXC][Openstack] Clarifications needed on usage of libvirt-lxc for openstack
Hi everyone,
I've some doubts regarding the usage/working of libvirt-lxc with openstack.
I'm doing a project titled "Low density virtualization for Storage cloud"
1. Can i use libvirt for lxc with Openstack swift alone (excluding nova,
glance and keystone)? If no what other openstack components should i use
for virtualization? (Is it necessary to install openstack nova to do
2018 Nov 19
1
[PATCH] v2v: -o openstack: Option to add --insecure flag to openstack command.
If ‘virt-v2v -oo insecure’ is used then ‘openstack --insecure’ flag is
added whenever we invoke the openstack command. This turns of SSL
certificate validation.
---
v2v/output_openstack.ml | 14 +++++++++++++-
v2v/virt-v2v-output-openstack.pod | 1 +
v2v/virt-v2v.pod | 7 +++++++
3 files changed, 21 insertions(+), 1 deletion(-)
diff --git a/v2v/output_openstack.ml
2013 Oct 17
0
Gluster Community Congratulates OpenStack Developers on Havana Release
The Gluster Community would like to congratulate the OpenStack Foundation and developers on the Havana release. With performance-boosting enhancements for OpenStack Block Storage (Cinder), Compute (Nova) and Image Service (Glance), as well as a native template language for OpenStack Orchestration (Heat), the OpenStack Havana release points the way to continued momentum for the OpenStack community.
2018 Nov 20
1
Re: [PATCH v3] v2v: -o openstack: Allow -oo insecure (RHBZ#1651432).
On Tuesday, 20 November 2018 11:25:10 CET Richard W.M. Jones wrote:
> Previously we allowed arbitrary flags to be passed through to the
> underlying openstack CLI command, provided they have the format
> ‘--key=value’. We want to pass the ‘--insecure’ flag through, but
> that doesn't have the key=value form. However a small modification to
> the matching rules would allow
2020 Feb 12
2
[help] failed to launch guestfs in different Openstack environment
Hello guys,
This is Phoenix from Dell and we now have one strange issue related to launch guestfs in Openstack environment. In Openstack of our lab, guestfs can be launched successfully within one SLES12 instance. While when our SLES12 instance is deployed in customer's Openstack, we see guestfs cannot be launched. And also the error message is ambiguous :
2016 Nov 02
1
latest documentation of OpenStack for CentOS7
Dear Gianluca,
Thanks for sharing this information it will take my whole week again to
read the architecture and to understand it. By the way is it recommended to
run the OpenStack on top of ESXi6 for testing purpose? When I provision the
CentOS VMs for this test I append this line 'vhv.enable=true' inside the
.vmx file to support Nested-Environment inside my ESXi6
Its my first time to
2018 Sep 24
2
OpenStack output - server_id
Hi,
I've read the virt-v2v OpenStack output code to understand how it works and
I've seen this:
> (* The server name or UUID of the conversion appliance where
> * virt-v2v is currently running. In future we may be able
> * to make this optional and derive it from the OpenStack
> * metadata service instead.
> *)
> server_id : string;
Indeed, it can be
2018 Sep 26
2
OpenStack output workflow
Hi,
There has been discussion about the OpenStack output and Richard asked for
a public thread on this list, so here it is.
For v2v from VMware to RHV, there is a Python script that does some extra
steps to create the virtual machine after the disks have been converted. We
want to have the same behavior for OpenStack, i.e. have virt-v2v create the
instance once the volumes have been created.
2012 Feb 28
12
XCP & Openstack
Hey guys,
Has anyone had much success with XCP and Open Stack together?
I''m in the process of putting together a open stack test cluster and I
thought I might be able to use XCP dom0''s for it.. but to be honest it
doesn''t look so good.
I tried following these instructions on a separate XCP test machine:
http://wiki.openstack.org/XenServerDevelopment
At a first test
2013 Feb 27
1
puppet openstack - missing quantum module
Hello,
I was very thrilled when I found openstack module since I am in
the process of doing some "heavy" testing
However I was not able to use it due to the "Could not find declared class
quantum::db::mysql" error
There is no quantum module available as part of the openstack module
installation
Here is a directory listing:
ls /etc/puppet/modules
apache apt cinder
2013 May 12
1
OpenStack Grizzly on CentOS-6.4
Hello,
setting up the newest OpenStack Grizzly release seems to be really straight-forward.
Red Hat has put together all support for this at http://openstack.redhat.com/.
I've documented installation, post-install config tweaks, how to add a few
ready-to-use guest images and links to a few gotchas on the following wiki page:
http://jur-linux.org/testwiki/index.php/CloudLinux/OpenStack
2016 Dec 06
1
How can openstack retrieve the CPU usage of a lxc via libvirt?
Dear all,
I want to have a view of lxc CPU usage in openstack Dashboard. According the Openstack official site , Openstack Ceilometer can poll libvirt daemon to obtain CPU usage of a virtual machine. I tried the command locally on the libvirtd host "virsh -c lxc:/// domjobinfo", I got an error "error: this function is not supported by the connection driver:
2016 Nov 02
2
latest documentation of OpenStack for CentOS7
Hello All,
Is there any good and complete material on how to install OpenStack in
CentOS out there that is updated that you can share to begin configuring. I
have followed some documentation in docs.openstack.org and its seems like
every time i follow one of the module I hit a lot of errors and could not
complete the installation.
--
Regards
./Francis
~The future has many paths - choose
2013 Aug 30
1
MultiNode Openstack deployement using Puppet Module
Hi All,
I want to deploy openstack mult node deployment on 2 physical node with 2
NIC on each of them. I have tried stackforge openstack module. It installed
properly but due to some reason i couldn''t launch VM instance.
Can anyone suggest the proper step by step guide to configure, setup and
test Image on Openstack?
Also it would be helpful if you provide Network configuration
2018 Sep 24
2
Re: OpenStack output - server_id
On Mon, Sep 24, 2018 at 6:30 PM Richard W.M. Jones <rjones@redhat.com>
wrote:
> On Mon, Sep 24, 2018 at 10:00:21AM +0200, Fabien Dupont wrote:
> > Hi,
>
> Hi Fabien, sorry I didn't respond to this earlier as I was doing some
> work. If you CC me on emails then you can usually get a quicker
> response.
>
> > I've read the virt-v2v OpenStack output code
2014 Jun 27
1
libvirt on OpenStack
Hi,
I am running OpenStack Cluster and use libvirt + cgroup to limit vm’s performance
https://wiki.openstack.org/InstanceResourceQuota
What I am confusing is..
1. After running a vm instance with some croup limit applied, I can’t find any related cgroup settings.
2. Can I change limit value after instance is running? like change disk_read_iops_sec from 10 to 20.
One of the xml file like below.
2018 Jul 27
1
Preparatory work on virt-v2v -o openstack mode
(Apologies if I missed anyone off the To: line. Please add anyone
else who is interested, but keep the libguestfs public mailing list)
I did some preparatory work on adding the new ‘virt-v2v -o openstack’
output mode. I've put it in a private (non-FFwd) branch here:
https://github.com/rwmjones/libguestfs/tree/openstack
Most of the work was refactoring virt-v2v so that we have all of the
2018 Nov 20
3
[PATCH v3] v2v: -o openstack: Allow -oo insecure (RHBZ#1651432).
A smaller change than v2, we simply generalize the ability to pass
through flags to the underlying openstack command, allowing the
--insecure flag to be specified directly.
Rich.