Re: [Openstack] Domain not found error

2018-04-12 Thread Eugen Block
Hi, the bug I reported is invalid because the keystone-bootstrap command is supposed to create the default domain. Since we created our cloud in Liberty release the default domain already existed in our environment. Well, I guess we're back to square one. ;-) Can you paste the output of

Re: [Openstack] Query regarding customized DHCP server in openstack

2018-04-12 Thread APARNA SUBBURAM
Thanks to all the suggestions. Though i have tried with disabling port security too. It din't work out. Any other configurations are yet to do or is it that ML2 can’t use instance as DHCP server. Regards, Aparna Subburam On Thu, Apr 12, 2018 at 4:57 PM, Miguel Angel Ajo Pelayo < majop...@redhat.

Re: [Openstack] [Openstack-operators] Help finding old (Mitaka) RDO RPMs

2018-04-12 Thread Erik McCormick
Thanks! You're my heroes :) On Thu, Apr 12, 2018 at 3:20 PM, Amy Marrich wrote: > Erik, > > Here's the Mitaka archive:) > > http://vault.centos.org/7.3.1611/cloud/x86_64/openstack-mitaka/ > > Amy (spotz) > > On Thu, Apr 12, 2018 at 2:13 PM, Erik McCormick > wrote: >> >> Hi All, >> >> Does anyone

Re: [Openstack] [Openstack-operators] Help finding old (Mitaka) RDO RPMs

2018-04-12 Thread Amy Marrich
Erik, Here's the Mitaka archive:) http://vault.centos.org/7.3.1611/cloud/x86_64/openstack-mitaka/ Amy (spotz) On Thu, Apr 12, 2018 at 2:13 PM, Erik McCormick wrote: > Hi All, > > Does anyone happen to have an archive of the MItaka RDO repo lying > around they'd be willing to share with a poor

[Openstack] Help finding old (Mitaka) RDO RPMs

2018-04-12 Thread Erik McCormick
Hi All, Does anyone happen to have an archive of the MItaka RDO repo lying around they'd be willing to share with a poor unfortunate soul? My clone of it has gone AWOL and I have moderately desperate need of it. Thanks! Cheers, Erik ___ Mailing list:

Re: [Openstack] Query regarding customized DHCP server in openstack

2018-04-12 Thread Miguel Angel Ajo Pelayo
I believe that if you disable port security on the specific virtual network, then you can have any VM serving DHCP requests, and otherwise the dhcp requests are filtered by the firewall driver. You will also have to disable DHCP on the subnet as Bernd Explained. On Thu, Apr 12, 2018 at 10:36 AM Sł

Re: [Openstack] Query regarding customized DHCP server in openstack

2018-04-12 Thread Bernd Bausch
You can remove the DHCP server from the subnet that the two VMs are connected to:     openstack subnet set --no-dhcp NAME_OF_SUBNET But I am not 100% that ARPs will be let through without additional tinkering. On 4/12/2018 5:34 PM, Sławek Kapłoński wrote: > Hi, > > Default Neutron with ML2 can’t

Re: [Openstack] Domain not found error

2018-04-12 Thread Shyam Prasad N
Thanks Eugen :) On Thu, Apr 12, 2018, 13:57 Eugen Block wrote: > The missing command has been in Newton, Ocata and Pike release. They > fixed it in Queens again. > > I filed a bug report: https://bugs.launchpad.net/keystone/+bug/1763297 > > Regards > > > Zitat von Shyam Prasad N : > > > Thanks E

Re: [Openstack] Query regarding customized DHCP server in openstack

2018-04-12 Thread Sławek Kapłoński
Hi, Default Neutron with ML2 can’t use instance as DHCP server just like that. It has DHCP agent installed on some host and this agent configures DHCP for Neutron networks. Maybe with some different core plugin it is possible. I don’t know that. > Wiadomość napisana przez APARNA SUBBURAM w dni

Re: [Openstack] Domain not found error

2018-04-12 Thread Eugen Block
The missing command has been in Newton, Ocata and Pike release. They fixed it in Queens again. I filed a bug report: https://bugs.launchpad.net/keystone/+bug/1763297 Regards Zitat von Shyam Prasad N : Thanks Eugen. It'll be great if you can do it. (I haven't yet gone through the bug report

Re: [Openstack] Query regarding customized DHCP server in openstack

2018-04-12 Thread Sławek Kapłoński
> Wiadomość napisana przez APARNA SUBBURAM w dniu > 12.04.2018, o godz. 07:43: > > Hi, > > I am new user to openstack. I want to know whether an instance which is > created in openstack can act as DHCP server for other instances created in > that network. If so could you please provide with

Re: [Openstack] Domain not found error

2018-04-12 Thread Eugen Block
I believe there's something missing in Ocata and Pike docs. If you read Mitaka install guide [1] you'll find the first step to be creating the default domain before all other steps regarding projects and users. You should run openstack domain create --description "Default Domain" default

Re: [Openstack] Domain not found error

2018-04-12 Thread Shyam Prasad N
Hi, Please read my replies inline below... On Thu, Apr 12, 2018 at 12:10 PM, Eugen Block wrote: > Hi, > > can you paste the credentials you're using? > # cat admin-rc export OS_USERNAME=admin export OS_PASSWORD=abcdef export OS_PROJECT_NAME=admin export OS_USER_DOMAIN_NAME=Default export OS_PR