Check users and passwords with mysql for the glance and keystone
Inviato da iPhone ()
> Il giorno 19/nov/2014, alle ore 20:11, Ken D'Ambrosio ha
> scritto:
>
> Hi, all. Stepping through the Juno install docs for Ubuntu, trying to fire
> up my first-time install. At page 41 in the PDF, wher
Hi, all. Stepping through the Juno install docs for Ubuntu, trying to
fire up my first-time install. At page 41 in the PDF, where it has me:
* Source my credentials file, then
* lance image-create --name "cirros-0.3.3-x86_64" --file
cirros-0.3.3-x86_64-disk.img --disk-format qcow2 --container
Okay, I believe I see what you're going for now. Are you planning on
assigning 133.* addresses directly to your guest instances?
On Wed Nov 19 2014 at 5:53:36 PM Dimitrakakis Georgios
wrote:
> Sorry about the confusion!
>
> I have two nodes, with two network interfaces each. One configured with
The OpenStack Infrastructure team has successfully migrated all of the
openstack-infra project bugs from LaunchPad to StoryBoard. With the exception
of openstack-ci bugs tracked by elastic recheck, all bugs, tickets, and work
tracked for OpenStack Infrastructure projects must now be submitted an
Sorry about the confusion!
I have two nodes, with two network interfaces each. One configured with 192.*
IP and one with 133.*
I can access them with SSH directly at 133.*
Both nodes can ping one another and both nodes can ping Internet addresses e.g.
google. com
No other router available fo
I'm not sure I understand. Are you able to ping from your nodes out to the
internet at all?
On Wed Nov 19 2014 at 3:29:54 PM Georgios Dimitrakakis
wrote:
> Aaron it helps a lot and thank you for that.
>
> Unfortunately in my setup there is no router for the management
> interface since it is
Hi,
I have a small multi host devstack setup running from from 2 Ubuntu
14.04 hosts (themselves VMs):
- controller node (stack1) running everything except compute
- compute node (stack2) running compute only
If I amend the default security group to allow ping and start a VM:
stack1 $ neutron
OpenStack Security Advisory: 2014-039
CVE: CVE-2014-7821
Date: November 19, 2014
Title: Neutron DoS through invalid DNS configuration
Reporter: Henry Yamauchi, Charles Neill and Michael Xin (Rackspace)
Products: Neutron
Versions: up to 2014.1.3 and 2014.2
Description:
Henry Yamauchi, Charles Neill
Dear all,
I have a page requesting for a video. I have stored video in my swift
cointainer.
How to make it available to the client and the vm's?
Regards
___
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : opens
Aaron it helps a lot and thank you for that.
Unfortunately in my setup there is no router for the management
interface since it is much simpler and has two interfaces: one that has
an external IP and connects directly to the internet and a second one
with internal (management) network that can
When the documentation refers to testing external connectivity from the
nodes, it does not mean to test connectivity via the External Interface,
irself. It means that you should be able to reach the external network
(Internet) and the other nodes, from each node, via the Management
Interface. The
First of all let me thank you very much for your clear replies!
Yes! That makes sense indeed for the Virtual Machines!
What about the compute node itself? If I am not wrong at that point of
documentation nova-network hasn't been installed or configured. So how
is it possible the connectivity t
Ok so I went ahead and rebooted everything just to clear everything out and
start up all the services - now it looks like everything is working. Go
figure. I still have no idea why wasnt starting but working now. I will try
and figure out why i couldnt start it manually and then when i rebooted ALL
This uses VLANs in the examples, but everything should still generally
apply to your question:
http://masimum.inf.um.es/fjrm/2013/12/26/the-journey-of-a-packet-within-an-openstack-cloud/
Basically the TAP interface attaches to the qvb interface which links it to
a veth pair (qvr and qvo) with qvo
Kevin/Antonio
Yeah router is still missing. The l3 agent is nto starting and I dont know
why. Im confident that I followed the guide exactly but when i start the
neutron server (systemctl start neutron-server.service) on the controller
node it wont start the l3 service...
[root@controller neutro
> Hi all,
>
> I am using ceilometer with arithmetic transformer to combine two meters.
> Here is an extract of my pipeline.yaml (it's just a dummy test)
>
> sources:
> - name: disk_source
>interval: 600
>meters:
>- "disk.read.bytes"
>- "disk.read.req
Hi,
i would like to understand how Neutron is configuring OpenVswitch when using
ML2.
For example, on one of the compute nodes I have a VM that is called
host-vxlan2. Instance name is instance-0e7.
This VM has the following network interface:
Think of your external interface as if it were a switch. The guests are
plugged in to the switch. They will have IP addresses that allow them to
communicate on the network. The physical interface just ships packets back
and forth between physical and virtual networks, and doesn't need its own
addre
On 19/11/14 21:38, Georgios Dimitrakakis wrote:
> Hello stackers!
>
> In OpenStack documentation and specifically on Legacy Networking
>
> http://docs.openstack.org/juno/install-guide/install/yum/content/ch_basic_environment.html#basics-networking-nova
>
>
> says clearly that for a two node ins
Hello stackers!
In OpenStack documentation and specifically on Legacy Networking
http://docs.openstack.org/juno/install-guide/install/yum/content/ch_basic_environment.html#basics-networking-nova
says clearly that for a two node installation the interface dedicated
to the external network shoul
I would also add that you have start the instance by providing the name of
the ssh key you created before, otherwise the public ssh key won't be
injected in the instance.
On 19 Nov 2014 04:33, "Michaël Van de Borne"
wrote:
> Hi Du,
>
>
> You have to create a keypair (ssh-keygen -t rsa) then uplo
Hi,
I am using icehouse with legacy network model ie nova-network and in
this model instance name becomes DNS entry which was ok until tenants
started creating instance with same name and started complaining about DNS
issue.I am aware that in neutron it uses host-ip-address format and not
inst
Hi all,
I am using ceilometer with arithmetic transformer to combine two meters.
Here is an extract of my pipeline.yaml (it's just a dummy test)
sources:
- name: disk_source
interval: 600
meters:
- "disk.read.bytes"
- "disk.read.requests"
- "disk.w
Sorry, maybe it's a stupid question, but is the l3-agent daemon
actually running?
root@cloud3:~# service neutron-l3-agent status
neutron-l3-agent start/running, process 17696
root@cloud3:~# neutron agent-list
+--++--
Hi all,
I have been trying to deploy a physical node using Ironic devstack
setup. The Ironic server is running on a VM, that has two interfaces,
one public and one private. Now Ironic is running on private network and
my physical node is also connected to private network. I am able to add
the node
I assume that you want to build a cloud storage services which store user's
data/files.
If so, maybe you want to take a look at Swift, an Openstack project which
provides object storage services.
https://www.swiftstack.com/openstack-swift/
http://docs.openstack.org/developer/swift/howto_installm
On 2014-11-19 09:01, Xav Paice wrote:
I do not remember having to set any in the past.
Do you proxy requests through e.g. a load-balancer?
Maybe that has some issues with larger requests...
Great call - we had to add tune.bufsize to our haproxy config for that
very reason.
Thank you both so m
Hi Du,
You have to create a keypair (ssh-keygen -t rsa) then upload the public
key to nova. Then, use "ssh -i private.key" to log in.
hope this helps,
cheers,
michaël
Le 19/11/14 09:55, Du Jun a écrit :
Hi all,
I launch an instance based on ubuntu cloud-image and head a problem:
"Permi
Hi all,
I launch an instance based on ubuntu cloud-image and head a problem:
"Permission denied (publickey)."
My work steps are:
1. download a ubuntu cloud-image(qcow2 file format):
$ wget
http://uec-images.ubuntu.com/trusty/current/trusty-server-cloudimg-amd64-disk1.img
2. upload the image u
Hi all,
I would like to know where the iptables at compute side will get saved, I mean
they will get saved in any configuration file or not.
When I change an iptable and restart the ovs agent , changes are going away and
original iptables coming up.
I would like to understand deep into iPtable
On 19/11/14 20:30, Robert van Leeuwen wrote:
>> Thanks Robert. I guess that might suggest some configuration issue on
>> our end then. I'm curious, do you have any specific settings in terms of
>> pagination limits in your nova and neutron configuration files?
> I do not remember having to set any
31 matches
Mail list logo