Re: [Openstack] Automatically boot VM after server crash

2014-12-15 Thread Fiorenza Meini

Il 16/12/2014 07:08, abhishek jain ha scritto:

Hi Fiorenza

I'm also able to run openstack on ubuntu server and now I'm looking to
boot VM  up automatically,when server is rebooted.
Please let me know if any procedure is to be followed for this.



Hi,
I found the parameter and set it to "True", but I haven't tested  it yet..

Regards
Fiorenza


___
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack


Re: [Openstack] [ceph-users] Unable to download files from ceph radosgw node using openstack juno swift client.

2014-12-15 Thread pushpesh sharma
Vivek,

The problem is swift client is only downloading a chunk of object not
the whole object so the etag mismatch. Could you paste the value of
'rgw_max_chunk_size'. Please be sure you set this to a sane
value(<4MB, atleast for Giant release this works below this value).



On Tue, Dec 16, 2014 at 12:26 PM, Vivek Varghese Cherian
 wrote:
> Hi,
>
> I am integrating ceph firefly radosgw with openstack juno keystone, the
> operating system used on the ceph
> nodes and on the openstack node is Ubuntu 14.04.
>
> I am able to create containers and upload files using the swift client to
> ceph.
>
> But when I try to download files, I am getting the following error,
>
> ppmuser@ppm-dc-c3sv3-ju:~$ swift --verbose --debug -V 1 -A
> http://10.x.x.126/auth -U swift:swift -K  download demo-container1
> file_12345.txt
>
> INFO:urllib3.connectionpool:Starting new HTTP connection (1): 10.x.x.126
> DEBUG:urllib3.connectionpool:Setting read timeout to None
> DEBUG:urllib3.connectionpool:"GET /auth HTTP/1.1" 204 0
> DEBUG:swiftclient:REQ: curl -i http://10.x.x.126/auth -X GET
> DEBUG:swiftclient:RESP STATUS: 204 No Content
> DEBUG:swiftclient:RESP HEADERS: [('x-auth-token',
> 'AUTH_rgwtk0b0073776966743a73776966740484a024256146dc5719915468deb431889a0ff3c6514ac8ae2388abdfbaac6d262c3e3e'),
> ('x-storage-token',
> 'AUTH_rgwtk0b0073776966743a73776966740484a024256146dc5719915468deb431889a0ff3c6514ac8ae2388abdfbaac6d262c3e3e'),
> ('date', 'Tue, 16 Dec 2014 05:49:11 GMT'), ('x-storage-url',
> 'http://10.x.x.126/swift/v1'), ('server', 'Apache/2.4.7 (Ubuntu)'),
> ('content-type', 'application/json')]
> INFO:urllib3.connectionpool:Starting new HTTP connection (1): 10.x.x.126
> DEBUG:urllib3.connectionpool:Setting read timeout to None
> DEBUG:urllib3.connectionpool:"GET /swift/v1/demo-container1/file_12345.txt
> HTTP/1.1" 200 14
> DEBUG:swiftclient:REQ: curl -i
> http://10.x.x.126/swift/v1/demo-container1/file_12345.txt -X GET -H
> "X-Auth-Token:
> AUTH_rgwtk0b0073776966743a73776966740484a024256146dc5719915468deb431889a0ff3c6514ac8ae2388abdfbaac6d262c3e3e"
> DEBUG:swiftclient:RESP STATUS: 200 OK
> DEBUG:swiftclient:RESP HEADERS: [('content-length', '14'), ('accept-ranges',
> 'bytes'), ('server', 'Apache/2.4.7 (Ubuntu)'), ('last-modified', 'Mon, 15
> Dec 2014 13:35:37 GMT'), ('etag', '94b371af646d4c53d8f3f8ff7be74dbb'),
> ('date', 'Tue, 16 Dec 2014 05:49:11 GMT'), ('x-object-meta-mtime',
> '1418650375.550963')]
>
> Error downloading object 'demo-container1/file_12345.txt': 'Error
> downloading file_12345.txt: read_length != content_length, 0 != 14'
>
> ppmuser@ppm-dc-c3sv3-ju:~
>
>
> The apache2 error and access logs on the radosgw ceph node is as follows,
>
> root@ppm-c240-ceph3:~# tail -f /var/log/apache2/error.log
>
> [Tue Dec 16 01:10:20.735061 2014] [fastcgi:error] [pid 31426:tid
> 140231210624768] [client 10.x.x.175:55902] FastCGI: comm with server
> "/var/www/s3gw.fcgi" aborted: idle timeout (30 sec)
> [Tue Dec 16 01:10:20.735134 2014] [fastcgi:error] [pid 31426:tid
> 140231210624768] [client 10.x.x.175:55902] FastCGI: incomplete headers (0
> bytes) received from server "/var/www/s3gw.fcgi"
> [Tue Dec 16 01:10:20.735161 2014] [http:error] [pid 31426:tid
> 140231210624768] [client 10.x.x.175:55902] not unsetting Content-Length on
> HEAD response (rgw changes)\n
> [Tue Dec 16 01:10:20.857215 2014] [:warn] [pid 31426:tid 140231202232064]
> FastCGI: 10.x.x.175 HEAD
> http://ppm-c240-ceph3.cisco.com/swift/v1/AUTH_25bb0caaff834efdafa1c1fcbb6aaf93
> auth
> [Tue Dec 16 01:10:50.887381 2014] [fastcgi:error] [pid 31426:tid
> 140231202232064] [client 10.x.x.175:55910] FastCGI: comm with server
> "/var/www/s3gw.fcgi" aborted: idle timeout (30 sec)
> [Tue Dec 16 01:10:50.887454 2014] [fastcgi:error] [pid 31426:tid
> 140231202232064] [client 10.x.x.175:55910] FastCGI: incomplete headers (0
> bytes) received from server "/var/www/s3gw.fcgi"
> [Tue Dec 16 01:10:50.887481 2014] [http:error] [pid 31426:tid
> 140231202232064] [client 10.x.x.175:55910] not unsetting Content-Length on
> HEAD response (rgw changes)\n
> [Tue Dec 16 01:10:50.898281 2014] [:warn] [pid 31426:tid 140231193839360]
> FastCGI: 10.x.x.175 GET
> http://ppm-c240-ceph3.cisco.com/swift/v1/AUTH_25bb0caaff834efdafa1c1fcbb6aaf93
> auth
> [Tue Dec 16 01:11:20.928476 2014] [fastcgi:error] [pid 31426:tid
> 140231193839360] [client 10.x.x.175:55911] FastCGI: comm with server
> "/var/www/s3gw.fcgi" aborted: idle timeout (30 sec)
> [Tue Dec 16 01:11:20.928556 2014] [fastcgi:error] [pid 31426:tid
> 140231193839360] [client 10.x.x.175:55911] FastCGI: incomplete headers (0
> bytes) received from server "/var/www/s3gw.fcgi"
>
> root@ppm-c240-ceph3:~# tail -f /var/log/apache2/access.log
>
> 10.81.83.175 - - [16/Dec/2014:01:00:20 -0500] "HEAD
> /swift/v1/AUTH_25bb0caaff834efdafa1c1fcbb6aaf93 HTTP/1.1" 500 189 "-"
> "python-swiftclient-2.3.0"
> 10.81.83.175 - - [16/Dec/2014:01:00:50 -0500] "GET
> /swift/v1/AUTH_25bb0caaff834efdafa1c1fcbb6aaf93?format=json HTTP/1.1" 500
> 719 "-" "pyt

[Openstack] Unable to download files from ceph radosgw node using openstack juno swift client.

2014-12-15 Thread Vivek Varghese Cherian
Hi,

I am integrating ceph firefly radosgw with openstack juno keystone, the
operating system used on the ceph
nodes and on the openstack node is Ubuntu 14.04.

I am able to create containers and upload files using the swift client to
ceph.

But when I try to download files, I am getting the following error,

ppmuser@ppm-dc-c3sv3-ju:~$ swift --verbose --debug -V 1 -A
http://10.x.x.126/auth -U swift:swift -K  download
demo-container1 file_12345.txt

INFO:urllib3.connectionpool:Starting new HTTP connection (1): 10.x.x.126
DEBUG:urllib3.connectionpool:Setting read timeout to None
DEBUG:urllib3.connectionpool:"GET /auth HTTP/1.1" 204 0
DEBUG:swiftclient:REQ: curl -i http://10.x.x.126/auth -X GET
DEBUG:swiftclient:RESP STATUS: 204 No Content
DEBUG:swiftclient:RESP HEADERS: [('x-auth-token',
'AUTH_rgwtk0b0073776966743a73776966740484a024256146dc5719915468deb431889a0ff3c6514ac8ae2388abdfbaac6d262c3e3e'),
('x-storage-token',
'AUTH_rgwtk0b0073776966743a73776966740484a024256146dc5719915468deb431889a0ff3c6514ac8ae2388abdfbaac6d262c3e3e'),
('date', 'Tue, 16 Dec 2014 05:49:11 GMT'), ('x-storage-url', '
http://10.x.x.126/swift/v1'), ('server', 'Apache/2.4.7 (Ubuntu)'),
('content-type', 'application/json')]
INFO:urllib3.connectionpool:Starting new HTTP connection (1): 10.x.x.126
DEBUG:urllib3.connectionpool:Setting read timeout to None
DEBUG:urllib3.connectionpool:"GET /swift/v1/demo-container1/file_12345.txt
HTTP/1.1" 200 14
DEBUG:swiftclient:REQ: curl -i
http://10.x.x.126/swift/v1/demo-container1/file_12345.txt -X GET -H
"X-Auth-Token:
AUTH_rgwtk0b0073776966743a73776966740484a024256146dc5719915468deb431889a0ff3c6514ac8ae2388abdfbaac6d262c3e3e"
DEBUG:swiftclient:RESP STATUS: 200 OK
DEBUG:swiftclient:RESP HEADERS: [('content-length', '14'),
('accept-ranges', 'bytes'), ('server', 'Apache/2.4.7 (Ubuntu)'),
('last-modified', 'Mon, 15 Dec 2014 13:35:37 GMT'), ('etag',
'94b371af646d4c53d8f3f8ff7be74dbb'), ('date', 'Tue, 16 Dec 2014 05:49:11
GMT'), ('x-object-meta-mtime', '1418650375.550963')]

Error downloading object 'demo-container1/file_12345.txt': 'Error
downloading file_12345.txt: read_length != content_length, 0 != 14'

ppmuser@ppm-dc-c3sv3-ju:~


The apache2 error and access logs on the radosgw ceph node is as follows,

root@ppm-c240-ceph3:~# tail -f /var/log/apache2/error.log

[Tue Dec 16 01:10:20.735061 2014] [fastcgi:error] [pid 31426:tid
140231210624768] [client 10.x.x.175:55902] FastCGI: comm with server
"/var/www/s3gw.fcgi" aborted: idle timeout (30 sec)
[Tue Dec 16 01:10:20.735134 2014] [fastcgi:error] [pid 31426:tid
140231210624768] [client 10.x.x.175:55902] FastCGI: incomplete headers (0
bytes) received from server "/var/www/s3gw.fcgi"
[Tue Dec 16 01:10:20.735161 2014] [http:error] [pid 31426:tid
140231210624768] [client 10.x.x.175:55902] not unsetting Content-Length on
HEAD response (rgw changes)\n
[Tue Dec 16 01:10:20.857215 2014] [:warn] [pid 31426:tid 140231202232064]
FastCGI: 10.x.x.175 HEAD
http://ppm-c240-ceph3.cisco.com/swift/v1/AUTH_25bb0caaff834efdafa1c1fcbb6aaf93
auth
[Tue Dec 16 01:10:50.887381 2014] [fastcgi:error] [pid 31426:tid
140231202232064] [client 10.x.x.175:55910] FastCGI: comm with server
"/var/www/s3gw.fcgi" aborted: idle timeout (30 sec)
[Tue Dec 16 01:10:50.887454 2014] [fastcgi:error] [pid 31426:tid
140231202232064] [client 10.x.x.175:55910] FastCGI: incomplete headers (0
bytes) received from server "/var/www/s3gw.fcgi"
[Tue Dec 16 01:10:50.887481 2014] [http:error] [pid 31426:tid
140231202232064] [client 10.x.x.175:55910] not unsetting Content-Length on
HEAD response (rgw changes)\n
[Tue Dec 16 01:10:50.898281 2014] [:warn] [pid 31426:tid 140231193839360]
FastCGI: 10.x.x.175 GET
http://ppm-c240-ceph3.cisco.com/swift/v1/AUTH_25bb0caaff834efdafa1c1fcbb6aaf93
auth
[Tue Dec 16 01:11:20.928476 2014] [fastcgi:error] [pid 31426:tid
140231193839360] [client 10.x.x.175:55911] FastCGI: comm with server
"/var/www/s3gw.fcgi" aborted: idle timeout (30 sec)
[Tue Dec 16 01:11:20.928556 2014] [fastcgi:error] [pid 31426:tid
140231193839360] [client 10.x.x.175:55911] FastCGI: incomplete headers (0
bytes) received from server "/var/www/s3gw.fcgi"

root@ppm-c240-ceph3:~# tail -f /var/log/apache2/access.log

10.81.83.175 - - [16/Dec/2014:01:00:20 -0500] "HEAD
/swift/v1/AUTH_25bb0caaff834efdafa1c1fcbb6aaf93 HTTP/1.1" 500 189 "-"
"python-swiftclient-2.3.0"
10.81.83.175 - - [16/Dec/2014:01:00:50 -0500] "GET
/swift/v1/AUTH_25bb0caaff834efdafa1c1fcbb6aaf93?format=json HTTP/1.1" 500
719 "-" "python-swiftclient-2.3.0"
10.81.83.175 - - [16/Dec/2014:01:08:22 -0500] "GET /auth HTTP/1.1" 204 431
"-" "python-swiftclient-2.3.0"
10.81.83.175 - - [16/Dec/2014:01:08:22 -0500] "GET
/swift/v1/demo-container1?format=json HTTP/1.1" 200 411 "-"
"python-swiftclient-2.3.0"
10.81.83.175 - - [16/Dec/2014:01:08:22 -0500] "GET
/swift/v1/demo-container1?format=json&marker=file_12345.txt HTTP/1.1" 200
174 "-" "python-swiftclient-2.3.0"
10.81.83.175 - - [16/Dec/2014:01:08:50 -0500] "HEAD
/swift/v1/AUTH_25bb0caaff834efdafa1

Re: [Openstack] Automatically boot VM after server crash

2014-12-15 Thread abhishek jain
Hi Fiorenza

I'm also able to run openstack on ubuntu server and now I'm looking to boot
VM  up automatically,when server is rebooted.
Please let me know if any procedure is to be followed for this.


On Mon, Dec 15, 2014 at 6:49 PM, Remo Mattei  wrote:
>
> Nova.conf
>
>
>
> Inviato da iPhone ()
>
> > Il giorno 15/dic/2014, alle ore 08:07, Remo Mattei  ha
> scritto:
> >
> > Ci sono i parametri sotto nova.com
> >
> > Ciao
> >
> > Inviato da iPhone ()
> >
> >> Il giorno 15/dic/2014, alle ore 06:26, Fiorenza Meini <
> fme...@esseweb.eu> ha scritto:
> >>
> >> Hi,
> >> I have an Openstack environment (Icehouse) installed on a Debian
> server, which is a unique server with all services (nova, keystone, glance,
> neutron..). The hypervisor is KVM.
> >>
> >> I'd like to have VM booted up automatically , when server i rebooted ,
> >> Is there a parameter to gain this behaviour ?
> >>
> >> Thanks and regards
> >>
> >> Fiorenza Meini
> >> Spazio Web srl
> >>
> >> ___
> >> Mailing list:
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
> >> Post to : openstack@lists.openstack.org
> >> Unsubscribe :
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
> >
> > ___
> > Mailing list:
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
> > Post to : openstack@lists.openstack.org
> > Unsubscribe :
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
> >
> > !DSPAM:1,548edf48212597548819709!
> >
>
> ___
> Mailing list:
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
> Post to : openstack@lists.openstack.org
> Unsubscribe :
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
>
___
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack


[Openstack] 回复: 回复: publicURL endpoint for orchestration service not found

2014-12-15 Thread ttjiang
I check it, do not find the disabled public url




ttjiang

发件人: yin@gmail.com
发送时间: 2014-12-16 13:05
收件人: ttjiang; Openstack?Users
主题: 回复: [Openstack] publicURL endpoint for orchestration service not found
1).checkout :
mysql -uroot -p -D keystone -e "select * from endpoint where url like '%8004%' 
and enabled<>1;"  
if there is a disabled public url.


2)or maybe sync db.







yin@gmail.com

发件人: ttjiang
发送时间: 2014-12-16 11:45
收件人: openstack@lists.openstack.org
主题: [Openstack] publicURL endpoint for orchestration service not found
hi all:
  When I start the command `keystone endpoint-get --service orchestration` 
, I get this error

"publicURL endpoint for orchestration service not found "

But I can see that

keystone endpoint-list 

| 55695f92b6d0415f8ae28d8fff0a1ae7 | regionOne |
http://10.1.80.227:8004/v1/%(tenant_id)s   |
http://10.1.80.227:8004/v1/%(tenant_id)s   |  
http://10.1.80.227:8004/v1/%(tenant_id)s | 150e2144b1924f7e88b4fe33849fcc2c | 

keystone service-list
| 150e2144b1924f7e88b4fe33849fcc2c |heat| orchestration  | 
Orchestration  | 


what happen about this?



ttjiang___
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack


[Openstack] 回复: publicURL endpoint for orchestration service not found

2014-12-15 Thread yin....@gmail.com
1).checkout :
mysql -uroot -p -D keystone -e "select * from endpoint where url like '%8004%' 
and enabled<>1;"  
if there is a disabled public url.

2)or maybe sync db.




yin@gmail.com
 
发件人: ttjiang
发送时间: 2014-12-16 11:45
收件人: openstack@lists.openstack.org
主题: [Openstack] publicURL endpoint for orchestration service not found
hi all:
  When I start the command `keystone endpoint-get --service orchestration` 
, I get this error
 
"publicURL endpoint for orchestration service not found "
 
But I can see that
 
keystone endpoint-list 
 
| 55695f92b6d0415f8ae28d8fff0a1ae7 | regionOne |
http://10.1.80.227:8004/v1/%(tenant_id)s   |
http://10.1.80.227:8004/v1/%(tenant_id)s   |  
http://10.1.80.227:8004/v1/%(tenant_id)s | 150e2144b1924f7e88b4fe33849fcc2c | 
 
keystone service-list
| 150e2144b1924f7e88b4fe33849fcc2c |heat| orchestration  | 
Orchestration  | 
 
 
what happen about this?


ttjiang
___
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack


[Openstack] publicURL endpoint for orchestration service not found

2014-12-15 Thread ttjiang
hi all:
  When I start the command `keystone endpoint-get --service orchestration` 
, I get this error

"publicURL endpoint for orchestration service not found "

But I can see that

keystone endpoint-list 

| 55695f92b6d0415f8ae28d8fff0a1ae7 | regionOne |
http://10.1.80.227:8004/v1/%(tenant_id)s   |
http://10.1.80.227:8004/v1/%(tenant_id)s   |  
http://10.1.80.227:8004/v1/%(tenant_id)s | 150e2144b1924f7e88b4fe33849fcc2c | 

keystone service-list
| 150e2144b1924f7e88b4fe33849fcc2c |heat| orchestration  | 
Orchestration  | 


what happen about this?



ttjiang___
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack


[Openstack] where is my 8776 port?

2014-12-15 Thread yin....@gmail.com
Hi,all:
I'm creating my openstack environment using the offical document:
 http://docs.openstack.org/juno/install-guide/install/apt/content/ 

as you know,I have a controller node,a network node,a compute node and a block 
node.

where I'm now is the 8 chapter Add the Block Storage service.

Earlier,I have not to create a volume successfull,
it's alway in creating status when i created a volume.
so I get some reset,
but when I put a command on the controller node ,I got another problem:
root@controller:~# cinder --debug list 
ERROR: Unable to establish connection to 
http://controller:8776/v1/fd6ead45c2e3478998dbe2229cd6a191/volumes/detail 
so I checked:
root@controller:~# netstat -nltp |grep 8776 
root@controller:~#

there is my endpoint in my keystone db in my controller node:
root@controller:~# mysql -uroot -p -D keystone -e "select * from endpoint order 
by url;" 
Enter password: 
+--+--+---+--+-+---+-+---+
 
| id | legacy_endpoint_id | interface | service_id | url | extra | enabled | 
region_id | 
+--+--+---+--+-+---+-+---+
 
| 183daa188a634c7f9fcd3106ac3971d5 | 1387b8a7b0b24953ae8cd90a18a6d92a | admin | 
93cf91b5ffef400b9bb56d717ab9f21e | http://controller:35357/v2.0 | {} | 1 | 
regionOne | 
| 6d94814cf0c94ff5875ece45ff068503 | 1387b8a7b0b24953ae8cd90a18a6d92a | 
internal | 93cf91b5ffef400b9bb56d717ab9f21e | http://controller:5000/v2.0 | {} 
| 1 | regionOne | 
| bed8527eca9f49c6a3cd57c97b433484 | 1387b8a7b0b24953ae8cd90a18a6d92a | public 
| 93cf91b5ffef400b9bb56d717ab9f21e | http://controller:5000/v2.0 | {} | 1 | 
regionOne | 
| 3a219d8b5a9a46fa9f54d779907ccdbe | ef491602e5dd454db420fd1f692d4496 | 
internal | 0231bb5b2aeb4bbb9db321969e15b270 | 
http://controller:8774/v2/%(tenant_id)s | {} | 1 | regionOne | 
| 6109c75df69d41fcb53d4da8bd9e211a | ef491602e5dd454db420fd1f692d4496 | public 
| 0231bb5b2aeb4bbb9db321969e15b270 | http://controller:8774/v2/%(tenant_id)s | 
{} | 1 | regionOne | 
| c0c888314630441cb4708622e07010cf | ef491602e5dd454db420fd1f692d4496 | admin | 
0231bb5b2aeb4bbb9db321969e15b270 | http://controller:8774/v2/%(tenant_id)s | {} 
| 1 | regionOne | 
| 11ab759b96134a83a01ce777f58e22fe | 5bb43f7d647648f2b4183c9bbff63002 | admin | 
bd20483509e8485188477dcc152f97ee | http://controller:8776/v1/%(tenant_id)s | {} 
| 1 | regionOne | 
| bf462464595d4ed0be0dd5efd70d70bf | 5bb43f7d647648f2b4183c9bbff63002 | public 
| bd20483509e8485188477dcc152f97ee | http://controller:8776/v1/%(tenant_id)s | 
{} | 1 | regionOne | 
| d12a5e15f63448b8af35276390c82dfe | 5bb43f7d647648f2b4183c9bbff63002 | 
internal | bd20483509e8485188477dcc152f97ee | 
http://controller:8776/v1/%(tenant_id)s | {} | 1 | regionOne | 
| 3845bfc0e9104cc08d83a9d654667849 | 985f711c93d3433f93ff6a3ff041f549 | public 
| 546b8b6ec43349c6b08eec5fc0324dbd | http://controller:8776/v2/%(tenant_id)s | 
{} | 1 | regionOne | 
| 3c56ebd0b6544934a66acc6df5a9f201 | 985f711c93d3433f93ff6a3ff041f549 | admin | 
546b8b6ec43349c6b08eec5fc0324dbd | http://controller:8776/v2/%(tenant_id)s | {} 
| 1 | regionOne | 
| a42216a723fa41199e9db3897b748a94 | 985f711c93d3433f93ff6a3ff041f549 | 
internal | 546b8b6ec43349c6b08eec5fc0324dbd | 
http://controller:8776/v2/%(tenant_id)s | {} | 1 | regionOne | 
| 308cb0bd71104289b9db6061efe0cc0a | a84c5d7ae13342a0bc3f4f6ac691bc86 | admin | 
74df212f43b44d6f8ede583da030d2fa | http://controller:9292 | {} | 1 | regionOne 
| 
| 73c2d1175ef94b928d19a9bf6083b1ff | a84c5d7ae13342a0bc3f4f6ac691bc86 | public 
| 74df212f43b44d6f8ede583da030d2fa | http://controller:9292 | {} | 1 | 
regionOne | 
| c71f20e1edbb47968f3a606734cafd0f | a84c5d7ae13342a0bc3f4f6ac691bc86 | 
internal | 74df212f43b44d6f8ede583da030d2fa | http://controller:9292 | {} | 1 | 
regionOne | 
| 0d3c28e9c079459682ce113d0f092f07 | 1b75fe4093b048b69ce1cd5fb48542fa | admin | 
63086005a686480cacf77c22f3f7f0b4 | http://controller:9696 | {} | 1 | regionOne 
| 
| 7279b4b8d6da466aa98184181bde37ae | 1b75fe4093b048b69ce1cd5fb48542fa | public 
| 63086005a686480cacf77c22f3f7f0b4 | http://controller:9696 | {} | 1 | 
regionOne | 
| 86de432451fe4eda938d7fd0b4b63fc8 | 22bc9e73a91f47b291913d927799ef1c | 
internal | 63086005a686480cacf77c22f3f7f0b4 | http://controller:9696 | {} | 1 | 
regionOne | 
| d186d6304ae7448ebce4e61363b1d29e | 22bc9e73a91f47b291913d927799ef1c | public 
| 63086005a686480cacf77c22f3f7f0b4 | http://controller:9696 | {} | 1 | 
regionOne | 
| e257970113ba4c3ab70345b393340c77 | 22bc9e73a91f47b291913d927799ef1c | admin | 
63086005a686480cacf77c22f3f7f0b4 | http://controller:9696 | {} | 1 | regionOne 
| 
| f7b6ffe42e9449788d2cf64e93457be0 | 1b75fe4093b048b69ce1cd5fb48542fa | 
internal | 63086005a686480cacf77c22f3f7f0b4 | http://controller:9696 | {}

[Openstack] [Call for Speaker, Sponsor, Participants] OpenStack Day in Korea - Feb. 05, 2015

2014-12-15 Thread Jaesuk Ahn
As it appeared at this week's OpenStack weekly newsletter, OpenStack Korea User 
Group is having OpenStack Day in Korea event. 

This is our 2nd annual OpenStack Event in Korea. 
We are looking for Speakers, Sponsors, and Grand Challenge Participants. 

Anyone can apply for anything. It will be fun and interesting joining us at 
Seoul, Korea. 

- Date: Feb. 05, 2015
- Title: Beyond OpenStack: - Services, Applications, and Platforms  
- Location: Seoul, Korea
- Expected Participants: 800 ~ 1,000 

- Call for Speakers: Please fill the following form to apply for the speaker 
(https://docs.google.com/forms/d/1rXADrkePwXhbhY6Pb0i-utYuI5-GmFqy_MMMmA8/viewform?c=0&w=1)

- Call for Sponsor: Please send me an email if you are interested in sponsoring 
the event. 
(https://drive.google.com/file/d/0BxfgJpcSBi5aaTE5MERaN3F3ekE/view?usp=sharing) 

- Call for Grand Challenge Participants: We are looking for participants for 
OpenStack Automation Grand Challenge Program. It is simply a contest to 
automatically deploy OpenStack Juno. More detail program will be posted soon. 
Please contact me if you are interested in participating in this really fun 
challenge.  


Contact Person: Jaesuk Ahn (bluejay@gmail.com) 



--
Jaesuk Ahn, Ph.D.
... active member of OpenStack Community...___
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack


Re: [Openstack] (Juno) Multiple rings Swift

2014-12-15 Thread John Dickinson
Sounds like you're looking for a global cluster. You don't need multiple rings 
for this. Swift can support this. When you add a new device to a ring, you add 
it in a different region, and Swift takes care of it for you.

Here's some more information:

http://docs.openstack.org/developer/swift/admin_guide.html#geographically-distributed-clusters
https://www.youtube.com/watch?v=mcaTwhP_rPE
https://www.youtube.com/watch?v=LpmBRqevuVU

https://swiftstack.com/blog/2013/07/02/swift-1-9-0-release/
https://swiftstack.com/blog/2012/09/16/globally-distributed-openstack-swift-cluster/
https://www.swiftstack.com/docs/admin/cluster_management/regions.html



--John





> On Dec 15, 2014, at 10:15 AM, Amit Anand  wrote:
> 
> Hi all,
> 
> I was wondering if anyone knew of any good blog posts and videos that could 
> show/explain what I am trying to do. I have Juno setup and it working great 
> (thanks to everyone on heres help)! Now, I would like to add two more Object 
> Store nodes, but as a separate "datacenter" as it were and replicate between 
> my existing ring and the new one. Now, Im not sure exactly what to do for the 
> account/container/object rings and how to get them to replicate (so if one 
> goes down the other will still continue to serve data). I am also going to 
> try and add another storage node just as a backup for existing data. Would 
> anyone have any good links to send me I would appreciate it!
> 
> Thanks!
> Amit Anand
> ___
> Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
> Post to : openstack@lists.openstack.org
> Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack


___
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack


[Openstack] (Juno) Multiple rings Swift

2014-12-15 Thread Amit Anand
Hi all,

I was wondering if anyone knew of any good blog posts and videos that could
show/explain what I am trying to do. I have Juno setup and it working great
(thanks to everyone on heres help)! Now, I would like to add two more
Object Store nodes, but as a separate "datacenter" as it were and replicate
between my existing ring and the new one. Now, Im not sure exactly what to
do for the account/container/object rings and how to get them to replicate
(so if one goes down the other will still continue to serve data). I am
also going to try and add another storage node just as a backup for
existing data. Would anyone have any good links to send me I would
appreciate it!

Thanks!
Amit Anand
___
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack


Re: [Openstack] High Latency to VMs

2014-12-15 Thread Adrián Norte Fernández
Have you tried disabling offloading on the network cards?
El 15/12/2014 18:21, "André Aranha"  escribió:

> Our kernel version in controller is 3.13.0-37-generic, on ComputeNode
> is 3.13.0-24-generic and in the NetworkNode is 3.13.0-35-generic.
>
> On 13 December 2014 at 04:39, Min Pae  wrote:
>>
>> What kernel version are you running on the host?
>>
>> On Fri, Dec 12, 2014 at 12:09 PM, André Aranha 
>> wrote:
>> > Our compute nodes are using vhost_net, we haven't made any changes to
>> buffer
>> > our NIC.
>> > The system is not over loaded, cpu usage aren't higher than 30%
>> >
>> > On 12 December 2014 at 02:35, mad Engineer 
>> wrote:
>> >>
>> >> so looks like its not the issue with openvswitch,missed is quite
>> >> normal,it is not the reason for packet loss
>> >> is your guests using vhost_net?
>> >> do
>> >> ps aux|grep vhost
>> >> also have you made any changes to buffer size of your NIC?
>> >> is the system over loaded what is the cpu usage
>> >>
>> >> On Thu, Dec 11, 2014 at 6:20 PM, André Aranha <
>> andre.f.ara...@gmail.com>
>> >> wrote:
>> >> > Thanks for the advice, i've run the command in NetworkNode and in a
>> >> > ComputeNode and lost is 0, but missed is a high value.
>> >> >
>> >> > NetworkNode
>> >> > system@ovs-system:
>> >> > lookups: hit:425667155 missed:2962922 lost:0
>> >> > flows: 27
>> >> > port 0: ovs-system (internal)
>> >> > port 1: br-ex (internal)
>> >> > port 2: br-tun (internal)
>> >> > port 3: eth1
>> >> > port 4: br-int (internal)
>> >> > port 5: tapbdc3d959-d8 (internal)
>> >> > port 6: gre_system (gre: df_default=false, ttl=0)
>> >> > port 7: qr-4063db49-6b (internal)
>> >> > port 8: qg-e427e527-92 (internal)
>> >> >
>> >> >
>> >> > ComputeNode
>> >> > system@ovs-system:
>> >> > lookups: hit:28660666 missed:200922 lost:0
>> >> > flows: 19
>> >> > port 0: ovs-system (internal)
>> >> > port 1: br-int (internal)
>> >> > port 2: br-tun (internal)
>> >> > port 3: gre_system (gre: df_default=false, ttl=0)
>> >> > port 4: em1
>> >> > port 5: br-private (internal)
>> >> > port 6: qvo9a959049-a0
>> >> > port 7: qvodd0ef077-e1
>> >> > port 8: qvoac2b566b-65
>> >> > port 9: qvo9e4ab149-5c
>> >> > port 10: qvoc2d2625c-0c
>> >> > port 11: qvo3069daeb-4a
>> >> > port 12: qvo7f82a3cf-0c
>> >> > port 13: qvo83b77d2d-1a
>> >> > port 14: qvobbadd8c2-30
>> >> > port 15: qvocfd0b8e8-ad
>> >> > port 16: qvo714fab88-60
>> >> > port 17: qvob9ddde49-86
>> >> > port 18: qvo42ef9f3b-ac
>> >> > port 19: qvof4ae7868-41
>> >> > port 20: qvoa4408a18-03
>> >> > port 22: qvo36c64d52-9b
>> >> >
>> >> > On 11 December 2014 at 06:17, mad Engineer > >
>> >> > wrote:
>> >> >>
>> >> >> sorry its 2.3.0 not 2.1.3
>> >> >>
>> >> >> On Thu, Dec 11, 2014 at 2:43 PM, mad Engineer
>> >> >> 
>> >> >> wrote:
>> >> >> > Not in openstack,i had performance issue, with OVS and bursty
>> traffic
>> >> >> > upgrading to later version improved the performance.A lot of
>> >> >> > performance features have been added in  2.1.3.
>> >> >> >
>> >> >> > Do you have lots of lost: value in
>> >> >> > ovs-dpctl show
>> >> >> >
>> >> >> >
>> >> >> > On Thu, Dec 11, 2014 at 2:33 AM, André Aranha
>> >> >> > 
>> >> >> > wrote:
>> >> >> >> Yes, we are using version 2.0.2.
>> >> >> >> The process uses only about 0.3% on network node and compute
>> node.
>> >> >> >> Did you have the same issue?
>> >> >> >>
>> >> >> >> On 10 December 2014 at 14:31, mad Engineer
>> >> >> >> 
>> >> >> >> wrote:
>> >> >> >>>
>> >> >> >>> are you using openvswitch? which version?
>> >> >> >>> if yes,is it consuming a lot of CPU?
>> >> >> >>>
>> >> >> >>> On Wed, Dec 10, 2014 at 7:45 PM, André Aranha
>> >> >> >>> 
>> >> >> >>> wrote:
>> >> >> >>> > Well, here we are using de Icehouse with Ubuntu 14.04 LTS
>> >> >> >>> >
>> >> >> >>> > We found this thread in the community  and we apply the
>> changes
>> >> >> >>> > in
>> >> >> >>> > the
>> >> >> >>> > compute nodes (change VHOST_NET_ENABLED to 1 in
>> >> >> >>> > /etc/default/qemu-kvm).
>> >> >> >>> > After do this, a few instances the problem doesn't exists
>> >> >> >>> > anymore.
>> >> >> >>> > This
>> >> >> >>> > link
>> >> >> >>> > show an investigation to find the problem.
>> >> >> >>> >
>> >> >> >>> > About the MTU in our cloud (using iperf),
>> >> >> >>> >
>> >> >> >>> > 1-from any the Desktop to the Network Node
>> >> >> >>> > MSS size 1448 bytes (MTU 1500 bytes, ethernet)
>> >> >> >>> >
>> >> >> >>> > 2-from any Desktop to the instance
>> >> >> >>> > MSS size 1348 bytes (MTU 1388 bytes, unknown interface)
>> >> >> >>> >
>> >> >> >>> > 3- from any instance to the Network Node
>> >> >> >>> > MSS size 1348 bytes (MTU 1388 bytes, unknown interface)
>> >> >> >>> >
>> >> >> >>> > 4- from any instance to the Desktop
>> >> >> >>> > MSS size 1348 bytes (MTU 1388 bytes, unknown interface)
>> >> >> >>> >
>> >> >> >>> > 5-from Network Node to any ComputeNode
>> >> >> >>> > MSS size 1448 bytes (MTU 1500 bytes, ethernet)
>> >> >> >>> >
>> >> >> >>> > 6-from any ComputeNode to NetworkNode
>> >> >> >>> > MSS size 144

Re: [Openstack] how to build ubuntu local repository for openstack

2014-12-15 Thread Jonathan Abdiel Gonzalez Valdebenito
Hi,

We created our own mirror using these scripts
https://wiki.ubuntu.com/Mirrors/Scripts ( ubumirror it's pretty easy to
use) and modify the image to use the mirror que created, with this, all the
images will use our mirror.

That's was our solution and it's been working pretty well!

Jonathan
___
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack


[Openstack] [Ironic] Unrecognized Services and Install Guide

2014-12-15 Thread André Aranha
When I try to follow the instalation guide I'm having some issues (
http://docs.openstack.org/developer/ironic/deploy/install-guide.html )
I installed the devstack with ironic and did worked. Now, having a single
machine running devstack, I want to deploy the Ironic on it. So, I'll have
a machine as the controller node and another machine as the one ironic will
use as a VM.
I'm using Ubuntu 14.04 and when I download the irnoic services

# Available in Ubuntu 14.04 (trusty)
> apt-get install ironic-api ironic-conductor python-ironicclient


I get the ironic-api version and the version downloaded was the 2014.1.rc1

ironic-api --version
> 2014.1.rc1


This version don't have the capability 'create_schema', as it's required in
the guide

ironic-dbsync --config-file /etc/ironic/ironic.conf create_schema


So, following some tips in the #openstack-ironic, I downloaded the code
from the repository, and installed it after removing the downloaded
ironic-api:

git clone https://github.com/openstack/ironic.git
> python setup.py install


Now the ironic-dbsync is working with the create_schema, and I have the
following ironic-api version:

ironic-api --version
> 2015.1.dev206.g2db2659


But when I continue the guide
1) I get an error on the ironic-api service

sudo service ironic-api restart
> ironic-api: unrecognized service


2) nova-scheduler service don't exist

sudo service nova-scheduler restart
> nova-scheduler: unrecognized service


3) Neither nova-compute

sudo service nova-compute restart
> nova-compute: unrecognized service


Did someone have this problem, and how can it be solved?

I don't know if this issue should be addressed to Openstack-dev so I'm also
addressing to Openstack.

Thank you,
Andre Aranha
___
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack


Re: [Openstack] High Latency to VMs

2014-12-15 Thread André Aranha
Our kernel version in controller is 3.13.0-37-generic, on ComputeNode
is 3.13.0-24-generic and in the NetworkNode is 3.13.0-35-generic.

On 13 December 2014 at 04:39, Min Pae  wrote:
>
> What kernel version are you running on the host?
>
> On Fri, Dec 12, 2014 at 12:09 PM, André Aranha 
> wrote:
> > Our compute nodes are using vhost_net, we haven't made any changes to
> buffer
> > our NIC.
> > The system is not over loaded, cpu usage aren't higher than 30%
> >
> > On 12 December 2014 at 02:35, mad Engineer 
> wrote:
> >>
> >> so looks like its not the issue with openvswitch,missed is quite
> >> normal,it is not the reason for packet loss
> >> is your guests using vhost_net?
> >> do
> >> ps aux|grep vhost
> >> also have you made any changes to buffer size of your NIC?
> >> is the system over loaded what is the cpu usage
> >>
> >> On Thu, Dec 11, 2014 at 6:20 PM, André Aranha  >
> >> wrote:
> >> > Thanks for the advice, i've run the command in NetworkNode and in a
> >> > ComputeNode and lost is 0, but missed is a high value.
> >> >
> >> > NetworkNode
> >> > system@ovs-system:
> >> > lookups: hit:425667155 missed:2962922 lost:0
> >> > flows: 27
> >> > port 0: ovs-system (internal)
> >> > port 1: br-ex (internal)
> >> > port 2: br-tun (internal)
> >> > port 3: eth1
> >> > port 4: br-int (internal)
> >> > port 5: tapbdc3d959-d8 (internal)
> >> > port 6: gre_system (gre: df_default=false, ttl=0)
> >> > port 7: qr-4063db49-6b (internal)
> >> > port 8: qg-e427e527-92 (internal)
> >> >
> >> >
> >> > ComputeNode
> >> > system@ovs-system:
> >> > lookups: hit:28660666 missed:200922 lost:0
> >> > flows: 19
> >> > port 0: ovs-system (internal)
> >> > port 1: br-int (internal)
> >> > port 2: br-tun (internal)
> >> > port 3: gre_system (gre: df_default=false, ttl=0)
> >> > port 4: em1
> >> > port 5: br-private (internal)
> >> > port 6: qvo9a959049-a0
> >> > port 7: qvodd0ef077-e1
> >> > port 8: qvoac2b566b-65
> >> > port 9: qvo9e4ab149-5c
> >> > port 10: qvoc2d2625c-0c
> >> > port 11: qvo3069daeb-4a
> >> > port 12: qvo7f82a3cf-0c
> >> > port 13: qvo83b77d2d-1a
> >> > port 14: qvobbadd8c2-30
> >> > port 15: qvocfd0b8e8-ad
> >> > port 16: qvo714fab88-60
> >> > port 17: qvob9ddde49-86
> >> > port 18: qvo42ef9f3b-ac
> >> > port 19: qvof4ae7868-41
> >> > port 20: qvoa4408a18-03
> >> > port 22: qvo36c64d52-9b
> >> >
> >> > On 11 December 2014 at 06:17, mad Engineer 
> >> > wrote:
> >> >>
> >> >> sorry its 2.3.0 not 2.1.3
> >> >>
> >> >> On Thu, Dec 11, 2014 at 2:43 PM, mad Engineer
> >> >> 
> >> >> wrote:
> >> >> > Not in openstack,i had performance issue, with OVS and bursty
> traffic
> >> >> > upgrading to later version improved the performance.A lot of
> >> >> > performance features have been added in  2.1.3.
> >> >> >
> >> >> > Do you have lots of lost: value in
> >> >> > ovs-dpctl show
> >> >> >
> >> >> >
> >> >> > On Thu, Dec 11, 2014 at 2:33 AM, André Aranha
> >> >> > 
> >> >> > wrote:
> >> >> >> Yes, we are using version 2.0.2.
> >> >> >> The process uses only about 0.3% on network node and compute node.
> >> >> >> Did you have the same issue?
> >> >> >>
> >> >> >> On 10 December 2014 at 14:31, mad Engineer
> >> >> >> 
> >> >> >> wrote:
> >> >> >>>
> >> >> >>> are you using openvswitch? which version?
> >> >> >>> if yes,is it consuming a lot of CPU?
> >> >> >>>
> >> >> >>> On Wed, Dec 10, 2014 at 7:45 PM, André Aranha
> >> >> >>> 
> >> >> >>> wrote:
> >> >> >>> > Well, here we are using de Icehouse with Ubuntu 14.04 LTS
> >> >> >>> >
> >> >> >>> > We found this thread in the community  and we apply the changes
> >> >> >>> > in
> >> >> >>> > the
> >> >> >>> > compute nodes (change VHOST_NET_ENABLED to 1 in
> >> >> >>> > /etc/default/qemu-kvm).
> >> >> >>> > After do this, a few instances the problem doesn't exists
> >> >> >>> > anymore.
> >> >> >>> > This
> >> >> >>> > link
> >> >> >>> > show an investigation to find the problem.
> >> >> >>> >
> >> >> >>> > About the MTU in our cloud (using iperf),
> >> >> >>> >
> >> >> >>> > 1-from any the Desktop to the Network Node
> >> >> >>> > MSS size 1448 bytes (MTU 1500 bytes, ethernet)
> >> >> >>> >
> >> >> >>> > 2-from any Desktop to the instance
> >> >> >>> > MSS size 1348 bytes (MTU 1388 bytes, unknown interface)
> >> >> >>> >
> >> >> >>> > 3- from any instance to the Network Node
> >> >> >>> > MSS size 1348 bytes (MTU 1388 bytes, unknown interface)
> >> >> >>> >
> >> >> >>> > 4- from any instance to the Desktop
> >> >> >>> > MSS size 1348 bytes (MTU 1388 bytes, unknown interface)
> >> >> >>> >
> >> >> >>> > 5-from Network Node to any ComputeNode
> >> >> >>> > MSS size 1448 bytes (MTU 1500 bytes, ethernet)
> >> >> >>> >
> >> >> >>> > 6-from any ComputeNode to NetworkNode
> >> >> >>> > MSS size 1448 bytes (MTU 1500 bytes, ethernet)
> >> >> >>> >
> >> >> >>> > On 10 December 2014 at 10:31, somshekar kadam
> >> >> >>> > 
> >> >> >>> > wrote:
> >> >> >>> >>
> >> >> >>> >> Sorry for wrong post mail chain.
> >> >> >>> >>
> >> >> >>> >>
> >> >> >>> >> Regards
> >> >> >>> >> Neelu
> 

Re: [Openstack] how to build ubuntu local repository for openstack

2014-12-15 Thread Bhattacharjee, Arindam (Arindam)
Thanks to you all for your help!

For a starter I got this link which is useful too:
https://www.youtube.com/watch?v=f49y3AqTFYg

-Arindam


From: Muhammed Salehi [mailto:salehi1...@gmail.com]
Sent: Monday, December 15, 2014 8:43 AM
To: Remo Mattei
Cc: Bhattacharjee, Arindam (Arindam); openstack@lists.openstack.org
Subject: Re: [Openstack] how to build ubuntu local repository for openstack

Hello Remo,
This is very rely on your network bandwidth and your usage, you can deploy an 
"Local Mirror" due to your requirements or you can use of "Proxy Caches" while 
you may be in a data center.
I suggest to read about the following concepts and works:

  *   Mirroring ( Full / Partial and Local Mirrors )
  *   Web Caching

Sincerely,

Salehi


On Mon, Dec 15, 2014 at 4:48 PM, Remo Mattei 
mailto:r...@italy1.com>> wrote:
Hi there you should create a local download server I have five this several 
times but not lately with ubuntu. So look at the apt-cache check this link
http://www.tecmint.com/useful-basic-commands-of-apt-get-and-apt-cache-for-package-management/

Remo
Inviato da iPhone ()

Il giorno 15/dic/2014, alle ore 07:59, Bhattacharjee, Arindam (Arindam) 
mailto:arindam.bhattachar...@alcatel-lucent.com>>
 ha scritto:
Hi
I want to build a ubuntu server based openstack node which is not connected to 
internet.
Can anyone help me to point to any good documentation – how to build a local 
repository for ubuntu packages and openstack packages for ubuntu ?

Arindam

!DSPAM:1,548edd53208364090313733!
___
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : 
openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack


!DSPAM:1,548edd53208364090313733!

___
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : 
openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack


--
-BEGIN PGP PUBLIC KEY BLOCK-
Version: GnuPG v1

mQENBFRX8IoBCADCn76BbNN5m/GwP1rWaOvZMYfdm4Tv9oJehK7zAAzrHPZOaV/i
kdxG6LGadCGh/uTWoos441A8MKN/GufruEz1jvR+rgamD0oiTdRHTXz3Wkzcd62y
+U9pNLmYZyLUM1ebXXoxgmdNMGHvYLbdTIFgmxfIthKzRx9vd5WQGnsg/gFLTcdY
cWd5/THfkImJUHmjLAOepcewQcODijTp27xMwK354SG0BwbWroGAj5AVRqXqD6Qg
vO5zIgfMUsoOTMVF5WhAAf1xAjjGjEDi9EqeV1EVyO83s54gfAH/pWYV0K0RZvRw
h96wxZVVmCq9Ys8aU8D+hOjEvkjHZPAd3uNXABEBAAG0NFNleXllZCBNdWhhbW1l
ZCBTYWRlZ2ggU2FsZWhpIDxzYWxlaGkxOTk0QGdtYWlsLmNvbT6JAT4EEwECACgF
AlRX8IoCGwMFCQHhM4AGCwkIBwMCBhUIAgkKCwQWAgMBAh4BAheAAAoJEKs5CKNB
Z6zv/JQIALd5MnRhvAatGl/HcTYrm/S2Vsp3LgvC6R/w2uNiTm9tfSf596+2flF7
xgWUdROZ5O7s188oWiZRNb88XjdMMJtl0KpNpxLbYRyNPZL0klAps46Wlmy3fr8m
7RdovLSy2QtmFtEAsXfYyXmLGB4PeexqYyfcXYhfP1W4kyTScBRUZ4SuFWDhBvvZ
8vHHhWjiPVFvgi1cX3rwqtzp4eYFTHeH8QhKDeDk3760XVMk+jl+kvzqUzwh5V6+
SJs63YoiTSXyk37844NOGvYDHsupDO0R4O+YBwcZLxah/nqfTodfAnsmOA6W6oOy
lnVOH4IwrfcoVyjjqIlLWGws7BkPN6+5AQ0EVFfwigEIALLGTAxtT7lLuywmNTaq
hqpUtYsOWx7Cxjj1tVfG3bN/PbW+nKFvfyJkURYVyjn4z7GHLVCrYIr9ixhBRFcz
zmHuMkxMEr5u/m+H8CSsZ02V81v6+1uM2NvPxCYCUqDxEbcPrs8XrmPZGINY2Fya
XLpljTh06s1vdBAk32Wxy2Vz6Ii6pQD5WDgrdgDOgpTTlPdIxg9eq6yZi+GMJj/4
28Rt6HJhGaqGXN0bCPQ78tQygcY4EDQwpkToWxLCizsj1+9XFwwjnOQON/FNsAT7
g+XsVQJKfGmRe2QuRJ9oqSK6pi16O7VXg6bAw1dLsEmNoSto1ofy7DVTqqSlEG2o
N0MAEQEAAYkBJQQYAQIADwUCVFfwigIbDAUJAeEzgAAKCRCrOQijQWes7xemB/92
1PRHt24/hfCKR86aCnZk8bzNP+HDeewHXmFLEk9Hk7k2kuo6zVLjPnMA4M9rgOwh
W5EYhyVpNWKnzzhMwyCGz0J7doK2HYRXJKez1RErLW4GPLzM+4sfY5pWBAjDY62e
1Tz1ay+fS3CLh4zCCZYqraHKa6PJYYp9Bz3NRj3xkFtkcLspNq4DkiEBPJVLIPko
OkVOpBuNpj1YDSZZXwM8HzDMvJc1qgAVxWk56BjePrx8SHfDah1UQqZst4dWeepJ
0E2xj4H+WMrIW/3btSTVdlr4zPFwGQ9qE2CcbDJJhH68U9eve3njEPDFiu1TS/f5
Tt1scwgVintCWdVX9BS2
=cxjk
-END PGP PUBLIC KEY BLOCK-
___
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack


Re: [Openstack] What's physical network for?

2014-12-15 Thread Danny Choi (dannchoi)
Try this, I found it very useful.

https://openstack.redhat.com/Networking_in_too_much_detail

Danny

Date: Sun, 14 Dec 2014 21:25:24 +0100
From: Uwe Sauter mailto:uwe.sauter...@gmail.com>>
To: Gonzalo Aguilar Delgado 
mailto:gagui...@aguilardelgado.com>>
Cc: openstack@lists.openstack.org
Subject: Re: [Openstack] What's physical network for?
Message-ID: <548df234.4060...@gmail.com>
Content-Type: text/plain; charset=utf-8

As far as I know, bridge_mapping is used to let neutron know which
bridge should be uses for the (possibly more than one) external network(s).

If someone else could jump in and give a bit more detail, I'd appreciate
that, too.

Regards,

Uwe


Am 14.12.2014 um 20:55 schrieb Gonzalo Aguilar Delgado:
Hi Uwe,
really I started directly with neutron. Never gone with legacy.
But I suppose there's old config laying around. I still think that
bridge_mapping is needed for VLAN config I use. Every paper describes
GRE config, but I still feel more confortable using VLANs.
Any other help about this issue? Can someone confirm if I can get rid of
the directives in both configs?
I suppose I cannot because they get in effect when started the ovs plugin.
Thank you in advance.
El dom, 14 de dic 2014 a las 8:40 , Uwe Sauter 
mailto:uwe.sauter...@gmail.com>>
escribi?:
Hi, I presume that you upgraded from an older version that used
nova-network (now called legacy networking). Using neutron means that
VMs aren't connected to br0 directly any more as there is a whole
virtual networking infrastructure in place. To give a small overview:
On a compute node a VM connects to br-int (integration bridge). This
bridge itself is connected through a virtual cable to br-tun
(tunneling bridge). That bridge has also assigned a physical interface
that allows traffic to flow to the network node On the network node
there also exists a br-tun that has a physical interface attached.
Through this inferface traffic enters the node. br-tun is virtually
connected to br-ex that has a separate physical interface attached
that connects to "the outside", meaning the networking infrastructure
outside your cloud. I cannot help you with the configuration issue but
recommend that you familiarize yourself with neutron. Regards, Uwe Am
14.12.2014 um 19:36 schrieb Gonzalo Aguilar Delgado:

 Hi all, I'm installing a new compute node from scratch and
 reviewing all old config. I've found two setting that seems equal,
 one in ml2 plugin and one in openvswitch. But I don't really
 understand why they are. ovs_neutron_plugin.ini: bridge_mappings =
 default:br0,extnet1:br-ex ml2/ml2_conf.ini: [ovs] bridge_mappings
 = default:br0,extnet1:br-ex For me it's strange the settings are
 in both places. I think this is a result of upgrading without
 taking much care of removing old config. But also it's strange
 that everything works with the bridges br0 and br-ex without
 physical interface. I mean, seems to do nothing but it needs to be
 there. Also I should expect VM be attached to br0 (Default) but
 it's not, they are attached to the br-int (integration bridge),
 for me this is correct. Since it's described here like this:
 https://openstack.redhat.com/Networking_in_too_much_detail And
 works ok. So what's the purporse of these bridges? Here is:
 neutron 2.3.4 nova 2.17.0 Best regards,
 ___ Mailing list:
 http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post
 to : openstack@lists.openstack.org 
Unsubscribe :
 http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack

___ Mailing list:
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to
: openstack@lists.openstack.org 
Unsubscribe :
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack

___
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack


Re: [Openstack] how to build ubuntu local repository for openstack

2014-12-15 Thread Muhammed Salehi
Hello Remo,

This is very rely on your network bandwidth and your usage, you can deploy
an "Local Mirror" due to your requirements or you can use of "Proxy Caches"
while you may be in a data center.

I suggest to read about the following concepts and works:

   - Mirroring ( Full / Partial and Local Mirrors )
   - Web Caching

Sincerely,

Salehi


On Mon, Dec 15, 2014 at 4:48 PM, Remo Mattei  wrote:
>
> Hi there you should create a local download server I have five this
> several times but not lately with ubuntu. So look at the apt-cache check
> this link
>
> http://www.tecmint.com/useful-basic-commands-of-apt-get-and-apt-cache-for-package-management/
>
> Remo
> Inviato da iPhone ()
>
> Il giorno 15/dic/2014, alle ore 07:59, Bhattacharjee, Arindam (Arindam) <
> arindam.bhattachar...@alcatel-lucent.com> ha scritto:
>
>  Hi
>
> I want to build a ubuntu server based openstack node which is not
> connected to internet.
>
> Can anyone help me to point to any good documentation – how to build a
> local repository for ubuntu packages and openstack packages for ubuntu ?
>
>
>
> Arindam
>
>
>  !DSPAM:1,548edd53208364090313733!
>
> ___
> Mailing list:
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
> Post to : openstack@lists.openstack.org
> Unsubscribe :
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
>
>
> !DSPAM:1,548edd53208364090313733!
>
>
> ___
> Mailing list:
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
> Post to : openstack@lists.openstack.org
> Unsubscribe :
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
>
>

-- 
-BEGIN PGP PUBLIC KEY BLOCK-
Version: GnuPG v1

mQENBFRX8IoBCADCn76BbNN5m/GwP1rWaOvZMYfdm4Tv9oJehK7zAAzrHPZOaV/i
kdxG6LGadCGh/uTWoos441A8MKN/GufruEz1jvR+rgamD0oiTdRHTXz3Wkzcd62y
+U9pNLmYZyLUM1ebXXoxgmdNMGHvYLbdTIFgmxfIthKzRx9vd5WQGnsg/gFLTcdY
cWd5/THfkImJUHmjLAOepcewQcODijTp27xMwK354SG0BwbWroGAj5AVRqXqD6Qg
vO5zIgfMUsoOTMVF5WhAAf1xAjjGjEDi9EqeV1EVyO83s54gfAH/pWYV0K0RZvRw
h96wxZVVmCq9Ys8aU8D+hOjEvkjHZPAd3uNXABEBAAG0NFNleXllZCBNdWhhbW1l
ZCBTYWRlZ2ggU2FsZWhpIDxzYWxlaGkxOTk0QGdtYWlsLmNvbT6JAT4EEwECACgF
AlRX8IoCGwMFCQHhM4AGCwkIBwMCBhUIAgkKCwQWAgMBAh4BAheAAAoJEKs5CKNB
Z6zv/JQIALd5MnRhvAatGl/HcTYrm/S2Vsp3LgvC6R/w2uNiTm9tfSf596+2flF7
xgWUdROZ5O7s188oWiZRNb88XjdMMJtl0KpNpxLbYRyNPZL0klAps46Wlmy3fr8m
7RdovLSy2QtmFtEAsXfYyXmLGB4PeexqYyfcXYhfP1W4kyTScBRUZ4SuFWDhBvvZ
8vHHhWjiPVFvgi1cX3rwqtzp4eYFTHeH8QhKDeDk3760XVMk+jl+kvzqUzwh5V6+
SJs63YoiTSXyk37844NOGvYDHsupDO0R4O+YBwcZLxah/nqfTodfAnsmOA6W6oOy
lnVOH4IwrfcoVyjjqIlLWGws7BkPN6+5AQ0EVFfwigEIALLGTAxtT7lLuywmNTaq
hqpUtYsOWx7Cxjj1tVfG3bN/PbW+nKFvfyJkURYVyjn4z7GHLVCrYIr9ixhBRFcz
zmHuMkxMEr5u/m+H8CSsZ02V81v6+1uM2NvPxCYCUqDxEbcPrs8XrmPZGINY2Fya
XLpljTh06s1vdBAk32Wxy2Vz6Ii6pQD5WDgrdgDOgpTTlPdIxg9eq6yZi+GMJj/4
28Rt6HJhGaqGXN0bCPQ78tQygcY4EDQwpkToWxLCizsj1+9XFwwjnOQON/FNsAT7
g+XsVQJKfGmRe2QuRJ9oqSK6pi16O7VXg6bAw1dLsEmNoSto1ofy7DVTqqSlEG2o
N0MAEQEAAYkBJQQYAQIADwUCVFfwigIbDAUJAeEzgAAKCRCrOQijQWes7xemB/92
1PRHt24/hfCKR86aCnZk8bzNP+HDeewHXmFLEk9Hk7k2kuo6zVLjPnMA4M9rgOwh
W5EYhyVpNWKnzzhMwyCGz0J7doK2HYRXJKez1RErLW4GPLzM+4sfY5pWBAjDY62e
1Tz1ay+fS3CLh4zCCZYqraHKa6PJYYp9Bz3NRj3xkFtkcLspNq4DkiEBPJVLIPko
OkVOpBuNpj1YDSZZXwM8HzDMvJc1qgAVxWk56BjePrx8SHfDah1UQqZst4dWeepJ
0E2xj4H+WMrIW/3btSTVdlr4zPFwGQ9qE2CcbDJJhH68U9eve3njEPDFiu1TS/f5
Tt1scwgVintCWdVX9BS2
=cxjk
-END PGP PUBLIC KEY BLOCK-
___
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack


Re: [Openstack] Automatically boot VM after server crash

2014-12-15 Thread Remo Mattei
Nova.conf 



Inviato da iPhone ()

> Il giorno 15/dic/2014, alle ore 08:07, Remo Mattei  ha 
> scritto:
> 
> Ci sono i parametri sotto nova.com
> 
> Ciao
> 
> Inviato da iPhone ()
> 
>> Il giorno 15/dic/2014, alle ore 06:26, Fiorenza Meini  ha 
>> scritto:
>> 
>> Hi,
>> I have an Openstack environment (Icehouse) installed on a Debian server, 
>> which is a unique server with all services (nova, keystone, glance, 
>> neutron..). The hypervisor is KVM.
>> 
>> I'd like to have VM booted up automatically , when server i rebooted ,
>> Is there a parameter to gain this behaviour ?
>> 
>> Thanks and regards
>> 
>> Fiorenza Meini
>> Spazio Web srl
>> 
>> ___
>> Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
>> Post to : openstack@lists.openstack.org
>> Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
> 
> ___
> Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
> Post to : openstack@lists.openstack.org
> Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
> 
> !DSPAM:1,548edf48212597548819709!
> 

___
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack


Re: [Openstack] how to build ubuntu local repository for openstack

2014-12-15 Thread Remo Mattei
Hi there you should create a local download server I have five this several 
times but not lately with ubuntu. So look at the apt-cache check this link 
http://www.tecmint.com/useful-basic-commands-of-apt-get-and-apt-cache-for-package-management/

Remo
Inviato da iPhone ()

> Il giorno 15/dic/2014, alle ore 07:59, Bhattacharjee, Arindam (Arindam) 
>  ha scritto:
> 
> Hi
> I want to build a ubuntu server based openstack node which is not connected 
> to internet.
> Can anyone help me to point to any good documentation – how to build a local 
> repository for ubuntu packages and openstack packages for ubuntu ?
>  
> Arindam
>  
> !DSPAM:1,548edd53208364090313733!
> ___
> Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
> Post to : openstack@lists.openstack.org
> Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
> 
> 
> !DSPAM:1,548edd53208364090313733!
___
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack


[Openstack] how to build ubuntu local repository for openstack

2014-12-15 Thread Bhattacharjee, Arindam (Arindam)
Hi
I want to build a ubuntu server based openstack node which is not connected to 
internet.
Can anyone help me to point to any good documentation - how to build a local 
repository for ubuntu packages and openstack packages for ubuntu ?

Arindam

___
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack


Re: [Openstack] Automatically boot VM after server crash

2014-12-15 Thread Remo Mattei
Ci sono i parametri sotto nova.com

Ciao

Inviato da iPhone ()

> Il giorno 15/dic/2014, alle ore 06:26, Fiorenza Meini  ha 
> scritto:
> 
> Hi,
> I have an Openstack environment (Icehouse) installed on a Debian server, 
> which is a unique server with all services (nova, keystone, glance, 
> neutron..). The hypervisor is KVM.
> 
> I'd like to have VM booted up automatically , when server i rebooted ,
> Is there a parameter to gain this behaviour ?
> 
> Thanks and regards
> 
> Fiorenza Meini
> Spazio Web srl
> 
> ___
> Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
> Post to : openstack@lists.openstack.org
> Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
> 
> !DSPAM:1,548ec958162211961814698!
> 

___
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack


[Openstack] Automatically boot VM after server crash

2014-12-15 Thread Fiorenza Meini

Hi,
I have an Openstack environment (Icehouse) installed on a Debian server, 
which is a unique server with all services (nova, keystone, glance, 
neutron..). The hypervisor is KVM.


I'd like to have VM booted up automatically , when server i rebooted ,
Is there a parameter to gain this behaviour ?

Thanks and regards

Fiorenza Meini
Spazio Web srl

___
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack


Re: [Openstack] Openstack Digest, Vol 18, Issue 16

2014-12-15 Thread Harish Amrale
Hi,Is there anything on auto detection openstack failures and diagnosis in
openstack icehouse?

Regards,
Harish

On Sun, Dec 14, 2014 at 5:30 PM, 
wrote:
>
> Send Openstack mailing list submissions to
> openstack@lists.openstack.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
> or, via email, send a message with subject or body 'help' to
> openstack-requ...@lists.openstack.org
>
> You can reach the person managing the list at
> openstack-ow...@lists.openstack.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Openstack digest..."
>
>
> Today's Topics:
>
>1. Re: Vm's Hung when I use Vi editor in openstack (Adam Lawson)
>2. Re: Vm's Hung when I use Vi editor in openstack (Sachi King)
>
>
> --
>
> Message: 1
> Date: Sat, 13 Dec 2014 14:07:55 -0800
> From: Adam Lawson 
> To: Maxime Aubry 
> Cc: openstack 
> Subject: Re: [Openstack] Vm's Hung when I use Vi editor in openstack
> Message-ID:
> <
> cajfwk49bkaohkqe3r4fvjondf5rpq8c2z+xsxzx5xqvgalc...@mail.gmail.com>
> Content-Type: text/plain; charset="utf-8"
>
> Should this be introduced as a bug in a particular program or is it a
> "feature"?
>
>
> *Adam Lawson*
>
> AQORN, Inc.
> 427 North Tatnall Street
> Ste. 58461
> Wilmington, Delaware 19801-2230
> Toll-free: (844) 4-AQORN-NOW ext. 101
> International: +1 302-387-4660
> Direct: +1 916-246-2072
>
>
> On Thu, Dec 11, 2014 at 11:34 PM, Maxime Aubry  wrote:
>
> > Hi,
> >
> > we had this problem on our Icehouse cloud, it was a MTU related problem
> > (using the gre tunnels). We had to adjust the MTU on all network
> interfaces
> > (1700 instead of 1500)
> >
> >
> > 2014-12-11 18:43 GMT+01:00 :
> >
> >>  Hello Geeks,
> >>
> >>
> >>
> >> I have installed Juno 3 node setup. I am able to launch a Centos6.4
> image
> >> successfully(image size of 328MB). But when I tried to edit files
> inside VM
> >> using ?vi? , terminal gets hung. I updated vi package to ?vim-enhanced?
> ,
> >> still the issue continues.
> >>
> >>
> >>
> >> I have enough resource for my compute node  .
> >>
> >>
> >>
> >>
> >>
> >> Warm Regards,
> >>
> >> *Malleshi CN*
> >>
> >>
> >>
> >> --
> >>
> >> This message is for the designated recipient only and may contain
> >> privileged, proprietary, or otherwise confidential information. If you
> have
> >> received it in error, please notify the sender immediately and delete
> the
> >> original. Any other use of the e-mail by you is prohibited. Where
> allowed
> >> by local law, electronic communications with Accenture and its
> affiliates,
> >> including e-mail and instant messaging (including content), may be
> scanned
> >> by our systems for the purposes of information security and assessment
> of
> >> internal compliance with Accenture policy.
> >>
> >>
> __
> >>
> >> www.accenture.com
> >>
> >> ___
> >> Mailing list:
> >> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
> >> Post to : openstack@lists.openstack.org
> >> Unsubscribe :
> >> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
> >>
> >>
> >
> >
> > --
> > ---
> > Maxime Aubry
> > Service H?bergement
> > Hexanet
> >
> >
> > ___
> > Mailing list:
> > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
> > Post to : openstack@lists.openstack.org
> > Unsubscribe :
> > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
> >
> >
> -- next part --
> An HTML attachment was scrubbed...
> URL: <
> http://lists.openstack.org/pipermail/openstack/attachments/20141213/2bd91d85/attachment-0001.html
> >
>
> --
>
> Message: 2
> Date: Sun, 14 Dec 2014 18:36:57 +1100
> From: Sachi King 
> To: openstack@lists.openstack.org
> Subject: Re: [Openstack] Vm's Hung when I use Vi editor in openstack
> Message-ID: <5356947.0tH8v1W0eI@chiruno>
> Content-Type: text/plain; charset="utf-8"
>
> On Saturday, December 13, 2014 02:07:55 PM Adam Lawson wrote:
> > Should this be introduced as a bug in a particular program or is it a
> > "feature"?
>
> Neither.  The OpenStack installation documentation does cover the MTU
> issue,
> by setting neutron's DHCP to advertise to the instances a 1454 MTU. With
> the
> settings as described in the install guide this will work when the network
> has the default 1500 MTU.  Anything more is left to the cloud operator to
> decide and configure as appropriate.
>
> > On Thu, Dec 11, 2014 at 11:34 PM, Maxime Aubry 
> wrote:
> >
> > > Hi,
> > >
> > > we had this problem on our Icehouse cloud, it was a MTU related problem
> > > (using the gre tunnels). We had to adjust the MTU on all network
> interfac

Re: [Openstack] adding extra flags to qemu arguments

2014-12-15 Thread Adrián Norte Fernández
Never modify that file beyond declaring a hook, it's a really bad idea for
a prod environment.

Again, openstack realm is to create an XML file that is passed to libvirt
and no more. OpenStack only creates and deletes instances it's not his
responsibility to modify it on runtime, that's libvirt resoonsability and
if you want to do it there are 2 ways:

Create an extension api for openstack that connects via python to the
libvirt on the compute nodes.

Or call to the libvirt API directly via shell and modify the instance.
El 15/12/2014 09:56, "Blazej Kwasniak"  escribió:

> Hi !
>
> It depends what type of flag You want to add but generaly all stuff is
> done on compute-host.
>
> For example If You want to make some changes in CPU config You should take
> a look on
>
> nova/virt/libvirt/driver.py
>
> Regards
>
> Blazje
>
> 2014-12-15 8:37 GMT+01:00 Adrián Norte Fernández :
>>
>> You can do this before launching:
>>
>> glance image-update \
>> --property hw_disk_bus=scsi \
>> --property hw_cdrom_bus=ide \
>> --property hw_vif_model=e1000 \
>> f16-x86_64-openstack-sda
>>
>> It's from
>> http://docs.openstack.org/user-guide/content/cli_manage_images.html
>>
>> But if you need to change it on runtime you will need to use the libvirt
>> API because modifiying a running VM is outside the scope of openstack
>> El 15/12/2014 07:13, "Srinivasreddy R" 
>> escribió:
>>
>>> hi,
>>> I want to add some extra flags[have some ruquirement] at runtime [while
>>> launching the VM ] as qemu  arguments .
>>> any suggestions ?
>>> which files/lib  i need to change .
>>>
>>> thanks
>>> srini
>>>
>>> ___
>>> Mailing list:
>>> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
>>> Post to : openstack@lists.openstack.org
>>> Unsubscribe :
>>> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
>>>
>>>
>> ___
>> Mailing list:
>> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
>> Post to : openstack@lists.openstack.org
>> Unsubscribe :
>> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
>>
>>
___
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack


Re: [Openstack] [ceph-users] Unable to start radosgw

2014-12-15 Thread Mark Kirkwood

On 15/12/14 20:54, Vivek Varghese Cherian wrote:

Hi,



Do I need to overwrite the existing .db files and .txt file in
/var/lib/nssdb on the radosgw host  with the ones copied from
/var/ceph/nss on the Juno node ?


Yeah - worth a try (we want to rule out any certificate mis-match
errors).

Cheers

Mark



I have manually copied the keys from the directory /var/ceph/nss on the
juno node to the /var/ceph/nss on my radogw node, I have also made the
following changes to my ceph.conf:

#rgw keystone url = 10.x.x.175:35357
rgw keystone url = 10.x.x.175:5000
rgw keystone admin token = password123
rgw keystone accepted roles = Member, admin
rgw keystone token cache size = 1
rgw keystone revocation interval = 15 * 60
rgw s3 auth use keystone = true
#nss db path = /var/lib/nssdb
nss db path = /var/ceph/nss

I have restarted the radosgw and it works.

ceph@ppm-c240-ceph3:~$ ps aux | grep rados
root 19833  0.2  0.0 10324668 33288 ?  Ssl  Dec12   7:30
/usr/bin/radosgw -n client.radosgw.gateway
ceph 28101  0.0  0.0  10464   916 pts/0S+   02:25   0:00 grep
--color=auto rados
ceph@ppm-c240-ceph3:~$


Imho, the document ( http://ceph.com/docs/master/radosgw/keystone/ )
should explicitly state that the /var/ceph/nss directory should be
created on the radosgw node and not on the openstack node.

I had a discussion with Loïc Dachary on irc, and on his request, I have
filed a bug against the documentation.

The ticket url is http://tracker.ceph.com/issues/10305


Btw, thanks Mark for the pointers.



Excellent - glad it is working now. Yeah, the docs could certainly be 
clearer. Also the error message from radosgw when the certs are 
wrong/missing could be better too!


Regards

Mark


___
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack