Re: [Openstack] [OpenStack-Infra] [third-party][openstack][CI] Examples required for "single_node_ci_data.yaml" config file

2016-05-10 Thread Abhishek Shrivastava
Hi Ramy, The image build seems to be working fine now but while running the command "*nodepool image-upload all 'dpc'*" its is failing with the following error: 2016-05-11 10:58:43,233 INFO gear.Connection.nodepool: Disconnected from 127.0.0.1 port 4730 2016-05-11 10:58:43,234 INFO gear.Connectio

[Openstack] Error: No valid host was found. There are not enough hosts available

2016-05-10 Thread Irfan Sayed
Hello, I am trying to integrate the Ironic service with other openstack services. I am using liberty release of openstack. installed and configured the Ironic service. here is the setup: 1: all openstack services are deployed on VM 2: controller is on one VM (along with other services) and comput

Re: [Openstack] [Discuss]After create 'stack' user by create-stack-user.sh, how to login by stack ?

2016-05-10 Thread yewgang
I don't if it's bug. After switch to stack, I found I'm located in /opt/stack, and all operation like create folder is not permited. stack@gateway-20150605:~$ ls data devstack.subunit logs requirements stack@gateway-20150605:~$ pwd /opt/stack stack@gateway-20150605:~$ ls data devstack.subunit

Re: [Openstack] [Discuss]After create 'stack' user by create-stack-user.sh, how to login by stack ?

2016-05-10 Thread yewgang
Thank you ! That works ! 2016-05-10 19:25 GMT+08:00 Nikolay Starodubtsev : > Hi, > Try to use 'sudo login -f stack'. This may help :) > > > > Nikolay Starodubtsev > > Software Engineer > > Mirantis Inc. > > > Skype: dark_harlequine1 > > 2016-05-10 13:23 GMT+03:00 yewgang : > >> Hi, >> >> I creat

Re: [Openstack] [all][stable] OpenStack 2015.1.4 released (EOL release)

2016-05-10 Thread Tony Breeds
On Tue, May 10, 2016 at 11:30:30PM +0100, Dave Walker wrote: > Hi, > > The OpenStack Stable Maintenance team is happy to announce the release > of the 2015.1.4 stable Kilo release. We have been busy reviewing and > accepting backported bugfixes to the stable/kilo branches according > to the crite

[Openstack] ip assignment failure !!

2016-05-10 Thread Ahmed Medhat
Hi Guys, I am using Devstack Kilo release. I configured vxlan network, and instantiated a simple VM using cirros image. The Ip address is not assigned to the VM. Starting network... udhcpc (v1.20.1) started Sending discover... Sending discover... Sending discover... Usage: /sbin/cirros-dh

[Openstack] [all][stable] OpenStack 2015.1.4 released (EOL release)

2016-05-10 Thread Dave Walker
Hi, The OpenStack Stable Maintenance team is happy to announce the release of the 2015.1.4 stable Kilo release. We have been busy reviewing and accepting backported bugfixes to the stable/kilo branches according to the criteria set at: https://wiki.openstack.org/wiki/StableBranch This is the 201

Re: [Openstack] Heat autoscaling: heat.engine.resource Forbidden: You are not authorized to perform the requested action.

2016-05-10 Thread magicboiz
Hi I'm testing this simple template: https://github.com/openstack/heat-templates/blob/master/hot/autoscaling.yaml But please notice that Fuel Health Test autoscale also fails.so I guess those trusts and domains might not be correctly deployed... :( Regards J. De: Pavlo Shch

Re: [Openstack] Control network access between tenant networks in same neutron L3 router?

2016-05-10 Thread Mike Spreitzer
"Hong Hui Xiao" wrote on 05/09/2016 10:55:17 PM: > ... > I think the neutron fwaas can meet your requirement. Try "neutron help | > grep firewall" and [1] to see more. > > > [1] https://wiki.openstack.org/wiki/Neutron/FWaaS > > > HongHui Xiao(肖宏辉) > > > > From: "Rui Mao" > To: >

Re: [Openstack] Heat autoscaling: heat.engine.resource Forbidden: You are not authorized to perform the requested action.

2016-05-10 Thread Pavlo Shchelokovskyy
Hi, no, "heat_stack_owner" role is actually not needed in MOS 8.0. Earlier it was used as a special role to pass via trusts, but now all roles are passed via trust by default. You also do not have to be "admin" either, priviledge "escalation" is handled by Heat using Keystone V3 trusts and domains

Re: [Openstack] Heat autoscaling: heat.engine.resource Forbidden: You are not authorized to perform the requested action.

2016-05-10 Thread magicb...@hotmail.com
Hi again, these are the roles I have : #openstack role list +--+-+ | ID | Name| +--+-+ | 0d77782f1ae54fa799b0585b267fb746 | ResellerAdmin | | 2c0a5b381f2b4f

Re: [Openstack] Heat autoscaling: heat.engine.resource Forbidden: You are not authorized to perform the requested action.

2016-05-10 Thread magicb...@hotmail.com
Hi Raghavendra, how can I check those privileges? Even with "admin" user, I get the same error. :( Best regards J. On 10/05/16 13:23, raghavendra@accenture.com wrote: Hi Mag, Please check if you have provided the *heat-stack-owner* and *admin *privileges to the tenant then try t

[Openstack] [openstack][barbican]barbican github installation failing

2016-05-10 Thread Akshay Kumar Sanghai
Hi, I have a 4 node working setup of openstack (1 controller, 1 network node, 2 compute node). I am trying to use ssl offload feature of lbaas v2. For that I need tls containers, hence barbican. I did a git clone of barbican repo from https://github.com/openstack/barbican Then ./bin/barbican.sh ins

Re: [Openstack] Heat autoscaling: heat.engine.resource Forbidden: You are not authorized to perform the requested action.

2016-05-10 Thread raghavendra.lad
Hi Mag, Please check if you have provided the heat-stack-owner and admin privileges to the tenant then try to spin up the Heat stack. Regards, Raghavendra Lad From: magicb...@hotmail.com [mailto:magicb...@hotmail.com] Sent: Tuesday, May 10, 2016 4:30 PM To: openstack@lists.openstack.org Subject

Re: [Openstack] [Discuss]After create 'stack' user by create-stack-user.sh, how to login by stack ?

2016-05-10 Thread Nikolay Starodubtsev
Hi, Try to use 'sudo login -f stack'. This may help :) Nikolay Starodubtsev Software Engineer Mirantis Inc. Skype: dark_harlequine1 2016-05-10 13:23 GMT+03:00 yewgang : > Hi, > > I create 'stack' user by create-stack-user.sh, but I don't know how to > login this stack user or how to use it

Re: [Openstack] [Discuss]After create 'stack' user by create-stack-user.sh, how to login by stack ?

2016-05-10 Thread Abhishek Shrivastava
Hi Yewgang, So for which purpose you created this stack use? On Tue, May 10, 2016 at 3:53 PM, yewgang wrote: > Hi, > > I create 'stack' user by create-stack-user.sh, but I don't know how to > login this stack user or how to use it. Could you help me ? > > Thank you. > > __

[Openstack] Heat autoscaling: heat.engine.resource Forbidden: You are not authorized to perform the requested action.

2016-05-10 Thread magicb...@hotmail.com
Hi testing Openstack Mitaka (deployed with Mirantis FUEL 8.0), when testing Heat Autoscaling, I get this error: /heat.engine.resource Forbidden: You are not authorized to perform the requested action./ Any ideas on what's going on? Thanks in advance. J ___

[Openstack] [Discuss]After create 'stack' user by create-stack-user.sh, how to login by stack ?

2016-05-10 Thread yewgang
Hi, I create 'stack' user by create-stack-user.sh, but I don't know how to login this stack user or how to use it. Could you help me ? Thank you. ___ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : openstack@lis

Re: [Openstack] [OpenStack-Infra] [third-party][openstack][CI] Examples required for "single_node_ci_data.yaml" config file

2016-05-10 Thread Abhishek Shrivastava
Thanks a lot for the help Bob :) On Tue, May 10, 2016 at 2:36 PM, Bob Ball wrote: > You need your own credentials where I put - I just didn’t want > to share my credentials with the whole OpenStack community J > > > > Bob > > > > *From:* Abhishek Shrivastava [mailto:abhis...@cloudbyte.com] > *

Re: [Openstack] [OpenStack-Infra] [third-party][openstack][CI] Examples required for "single_node_ci_data.yaml" config file

2016-05-10 Thread Abhishek Shrivastava
Thanks Bob, So just need to put the following in the section without any credentials? On Tue, May 10, 2016 at 1:35 PM, Bob Ball wrote: > Hi Abishek, > > > > I use the following which works well: > > oscc_file_contents: | > > # Do Not Edit - Generated & Managed by Puppet > >

Re: [Openstack] [OpenStack-Infra] [third-party][openstack][CI] Examples required for "single_node_ci_data.yaml" config file

2016-05-10 Thread Bob Ball
You need your own credentials where I put - I just didn’t want to share my credentials with the whole OpenStack community ☺ Bob From: Abhishek Shrivastava [mailto:abhis...@cloudbyte.com] Sent: 10 May 2016 10:04 To: Bob Ball Cc: openstack-in...@lists.openstack.org; openstack@lists.openstack.org

Re: [Openstack] [OpenStack-Infra] [third-party][openstack][CI] Examples required for "single_node_ci_data.yaml" config file

2016-05-10 Thread Bob Ball
Hi Abishek, I use the following which works well: oscc_file_contents: | # Do Not Edit - Generated & Managed by Puppet clouds: rax: profile: rackspace regions:

[Openstack] how can i upgrade Mariadb galera cluster for icehouse openstack installed in centos 6.5?

2016-05-10 Thread ??????
hello, I have installed mariadb galera cluster 5.5.37 for icehouse, but I find a lot of bug for 5.5.37, So, I want to upgrade it to mariadb 5.5.49, how can i upgrade Mariadb galera cluster for icehouse openstack installed in centos 6.5? any help. Thanks