Re: [openstack-dev] [Heat] Heat template example repository

2017-05-12 Thread Foss Geek
Hi Lance, I am also interested to assisting you on this. Thanks Mohan On 11-May-2017 2:25 am, "Lance Haig" wrote: > Hi, > > I would like to introduce myself to the heat team. > > My name is Lance Haig I currently work for Mirantis doing workload > onboarding to openstack. > > Part of my job is a

[openstack-dev] [Fuel] Logstash and grok patterns

2015-03-09 Thread Foss Geek
Dear All, I have a openstack HA environment deployed using fuel 5.1. Fuel master node collects all the node logs under /var/log/docker-logs/remote/ directory. I have installed Logstash on fuel master node. Here is Logstash.conf: http://paste.openstack.org/show/190985/ Here is rsyslog Template f

Re: [openstack-dev] [Fuel]Adding compute node on existing environment

2015-02-19 Thread Foss Geek
eir > respective network counterparts that the physical nodes have. > > For vmware, you guest needs to use e1000 nic type if you are going to use > neutron (ovs). The vswitches must have all three security options set to > permissive. > > On Thu, Feb 19, 2015 at 2:51 AM, Foss Gee

[openstack-dev] [Fuel]Adding compute node on existing environment

2015-02-19 Thread Foss Geek
Dear All, I have Openstack HA environment (all are physical machine) deployed using Fuel 5.1. I want to bring one more compute node in VM(VM is running in vCenter and configured 4 nic). How to deploy a compute node in VM and bring this to existing openstack environment? Any help. -- Thanks & R

Re: [openstack-dev] [Fuel][Neutron ML2][VMWare]NetworkNotFoundForBridge: Network could not be found for bridge br-int

2015-01-27 Thread Foss Geek
= openvswitch,dvs to mechanism_drivers =dvs, openvswitch On Mon, Jan 19, 2015 at 12:31 PM, Foss Geek wrote: > Hi Xarses, > > Thanks for your time! > > I was not able to check my mail yesterday. Sorry for the delay. > > One of my colleague fixed this issue yesterday. I will under

Re: [openstack-dev] [Fuel][Neutron ML2][VMWare]NetworkNotFoundForBridge: Network could not be found for bridge br-int

2015-01-18 Thread Foss Geek
u dont need. I'd > start with the lines refrencing br-int, you dont need them on nodes > that aren't using the ovs agent. > > Poke me on IRC if you need more help > > Xarses (GMT-8) > > On Fri, Jan 9, 2015 at 1:08 PM, Foss Geek wrote: > > Dear All, > &g

[openstack-dev] [Fuel][Neutron ML2][VMWare]NetworkNotFoundForBridge: Network could not be found for bridge br-int

2015-01-09 Thread Foss Geek
Dear All, I am trying to integrate Openstack + vCenter + Neutron + VMware dvSwitch ML2 Mechanism driver. I deployed a two node openstack environment (controller + compute with KVM) with Neutron VLAN + KVM using fuel 5.1. Again I installed nova-compute using yum in controller node and configured n

[openstack-dev] [Devstack][Neutron]Neutron with External DHCP server

2015-01-06 Thread foss geek
Dear All, Is it possible to configure neutron to take VM ip from external DHCP server? I am having All In One openstack env deployed using devstack icehouse. I am looking for an option to integrate it with external DHCP server. -- Thanks & Regards E-Mail: thefossg...@gmail.com IRC: neophy Blog

Re: [openstack-dev] [qa] How to delete a VM which is in ERROR state?

2014-12-07 Thread foss geek
2014 at 9:10 PM, foss geek wrote: > Have you tried to delete after reset? > > # nova reset-state --active > > # nova delete > > It works well for me if the VM state is error state. > > > -- > Thanks & Regards > E-Mail: thefossg...@gmail.com > IRC: n

Re: [openstack-dev] [qa] How to delete a VM which is in ERROR state?

2014-12-07 Thread foss geek
Have you tried to delete after reset? # nova reset-state --active # nova delete It works well for me if the VM state is error state. -- Thanks & Regards E-Mail: thefossg...@gmail.com IRC: neophy Blog : http://lmohanphy.livejournal.com/ On Sun, Dec 7, 2014 at 7:17 PM, Danny Choi (dannch

[openstack-dev] [fuel]

2014-11-12 Thread foss geek
I am reading Fuel reference-architecture documentation in the below link: http://docs.mirantis.com/openstack/fuel/fuel-5.1/reference-architecture.html#openstack-environment-architecture In the page no 2 note says: *Note* *In environments that use vCenter as the hypervisor, the Nova-compute serv

[openstack-dev] [Openstck-Dev][Neutron][Cisco N1KV][VMware] Does Neutron N1KV Plugin supports ESXi/vCenter???

2014-09-23 Thread foss geek
Dear All, Here is the previous thread discussion: https://www.mail-archive.com/openstack@lists.openstack.org/msg09140.html I am using devstack icehouse: $ git clone https://github.com/openstack-dev/devstack.git -b stable/icehouse and $ git clone https://github.com/openstack/neutron.git -b sta

[openstack-dev] [Devstack][Icehouse] TENANT_ID Failure retrieving TENANT_ID for demo

2014-09-17 Thread foss geek
Dear All, I am getting below error while deploying all in one openstack using Devstack Icehouse stable version. 2014-09-18 03:21:56.897 | + TENANT_ID=db7fd8d208db41ea8622be52b520d44e 2014-09-18 03:21:56.897 | + die_if_not_set 374 TENANT_ID 'Failure retrieving TENANT_ID for demo' 2014-09-18 03:21

[openstack-dev] [Devstack][VCenter][n-cpu]Error: Service n-cpu is not running

2014-09-15 Thread foss geek
Dear All, I am using Devstack Icehouse stable version to integrate openstack with VCenter. I am using CentOS 6.5 64 bit. I am facing the below issue while running ./stack. Any pointer/help would be greatly appreciated. Here is related error log. $./stack.sh 2014-09-15 11:35:27.881 | + [[

Re: [openstack-dev] [Keystone] Keystone multi-domain ldap + sql in Icehouse

2014-07-17 Thread foss geek
end-uuids.rst > > This support uses the domain-specifc config files approach that is already > in IceHouse - so the way you define the LDAP parameters for each domain > does not change. > > Henry > On 17 Jul 2014, at 10:52, foss geek wrote: > > Dear All, > > W

[openstack-dev] [Keystone] Keystone multi-domain ldap + sql in Icehouse

2014-07-17 Thread foss geek
Dear All, We are using LDAP as identity back end and SQL as assignment back end. Now I am trying to evaluate Keystone multi-domain support with LDAP (identity) + SQL (assignment) Does any one managed to setup LDAP/SQL multi-domain environment in Havana/Icehouse? Does keystone have suggested LDA

[openstack-dev] [Keystone V3] not able to cloud_admin user within the admin_domain domain

2014-07-16 Thread foss geek
Dear All, I have 3 node openstack (controller + compute+ storage node) deployment. I have integrated keystone with OpenLDAP. I have configure keystone to do authentication through LDAP and assignment from SQL. Here is configuration entry in keystone.conf [identity] driver = keystone.identity.b