Hi Swati, It looks designate_service_setup.yml <https://github.com/sharmaswati6/designate_files/blob/master/openstack-ansible/playbooks/roles/os_designate/tasks/designate_service_setup.yml> is not currently included in your role's main play, so the keystone service, user, and endpoint are not being created.
On Fri, Jan 29, 2016 at 4:11 AM, Sharma Swati6 <sharma.swa...@tcs.com> wrote: > Hi Venkata, > > Thanks for your prompt response. > > We are using designate 1.5.0 > > From the below links, I have added the code from > https://review.openstack.org/#/c/199067/1/designateclient/shell.py as > well. > > Also, in the link --publicurl is mentioned as > http://controller.dmgweb.es:9001/v1 . But, soemwhere else I read it > should be without versions. So when I do endpoint-list, I see publicurl in > my system as http://10.16.34.6:9001/ > > I still get the error > > * "ERROR: No endpoint was found. Missing credentials?"*My openrc content > is as follows- > > export LC_ALL=C > > # COMMON CINDER ENVS > export CINDER_ENDPOINT_TYPE=internalURL > > # COMMON NOVA ENVS > export NOVA_ENDPOINT_TYPE=internalURL > > # COMMON OPENSTACK ENVS > export OS_ENDPOINT_TYPE=internalURL > export OS_USERNAME=admin > export OS_PASSWORD=vK26yJAtoS9gCR0tjjoFHFx9iudUjVDr > export OS_PROJECT_NAME=admin > # NOTE(sigmavirus24): The tenant name setting should be removed when > # python-cinderclient stops checking for it and failing if it doesn't > exist. > export OS_TENANT_NAME=admin > export OS_AUTH_URL=http://10.16.34.6:5000/v3 > export OS_NO_CACHE=1 > export OS_USER_DOMAIN_NAME=Default > export OS_PROJECT_DOMAIN_NAME=Default > > # For openstackclient > export OS_IDENTITY_API_VERSION=3 > export OS_AUTH_VERSION=3 > > Thanks & Regards > Swati Sharma > System Engineer > Tata Consultancy Services > Ground to 8th Floors, Building No. 1 & 2, > Skyview Corporate Park, Sector 74A,NH 8 > Gurgaon - 122 004,Haryana > India > Cell:- +91-9717238784 > Mailto: sharma.swa...@tcs.com > Website: http://www.tcs.com > ____________________________________________ > Experience certainty. IT Services > Business Solutions > Consulting > ____________________________________________ > > > -----"Jonnalagadda, Venkata" <venkata.jonnalaga...@intl.att.com> wrote: > ----- > To: "OpenStack Development Mailing List (not for usage questions)" < > openstack-dev@lists.openstack.org> > From: "Jonnalagadda, Venkata" <venkata.jonnalaga...@intl.att.com> > Date: 01/29/2016 02:12PM > Cc: Pandey Preeti1 <pandey.pree...@tcs.com>, Partha Datta < > partha.da...@tcs.com> > Subject: Re: [openstack-dev] [openstack-ansible][designate] : Ansible > Designate Role : NoEndpointFound error > > > Swati, > > > > It seems this is a known issue with keystone tool when there are changes > to it. Have a look at below links for your problem to resolve temporarily > ie., set endpoint for –os-endpoint : > > > > > http://eavesdrop.openstack.org/irclogs/%23openstack-dns/%23openstack-dns.2015-06-17.log.html > > https://bugs.launchpad.net/python-designateclient/+bug/1415560 > > https://bugs.launchpad.net/python-designateclient/+bug/1466265 > > > > Try it out.. > > > > > > *Thanks & Regards,* > > > > *J. Venkata Mahesh* > > [image: cid:image001.gif@01D0E644.243D34E0] > > > > *From:* Sharma Swati6 [mailto:sharma.swa...@tcs.com] > *Sent:* Friday, January 29, 2016 1:44 PM > *To:* openstack-dev@lists.openstack.org > *Cc:* Pandey Preeti1 <pandey.pree...@tcs.com>; Partha Datta < > partha.da...@tcs.com> > *Subject:* [openstack-dev] [openstack-ansible][designate] : Ansible > Designate Role : NoEndpointFound error > *Importance:* High > > > > > Hi Folks, > > This is regarding a new specification : > https://specs.openstack.org/openstack/openstack-ansible-specs/specs/mitaka/role-designate.html > > While the Designate services seem to up and running now in its container, > I am stuck up with one last issue for the designate endpoint > "EndpointNotFound". Whenever I run any designate related command after > sourcing the openrc, I get this error. Snapshot also attached. > > Many of them have reported the same issue at > http://eavesdrop.openstack.org/irclogs/%23openstack-dns/%23openstack-dns.2015-05-21.log.html > and > http://eavesdrop.openstack.org/irclogs/%23openstack-dns/%23openstack-dns.2015-06-17.log.html > . > <http://eavesdrop.openstack.org/irclogs/%23openstack-dns/%23openstack-dns.2015-06-17.log.html%20.> > > Some of these files are uploaded here: > https://github.com/sharmaswati6/designate_files > > Kindly let me know if you can help me with this to speed up the delivery. > > Thanks & Regards > Swati Sharma > System Engineer > Tata Consultancy Services > Ground to 8th Floors, Building No. 1 & 2, > Skyview Corporate Park, Sector 74A,NH 8 > Gurgaon - 122 004,Haryana > India > Cell:- +91-9717238784 > Mailto: sharma.swa...@tcs.com > Website: http://www.tcs.com > ____________________________________________ > Experience certainty. IT Services > Business Solutions > Consulting > ____________________________________________ > > > -----Sharma Swati6/DEL/TCS wrote: ----- > > To: Jesse Pretorius <jesse.pretor...@gmail.com> > From: Sharma Swati6/DEL/TCS > Date: 01/20/2016 08:50PM > Cc: <openstack-dev@lists.openstack.org>, Pandey Preeti1/DEL/TCS@TCS, > Partha Datta/DEL/TCS@TCS > Subject: [openstack-dev][openstack-ansible][designate] : Ansible Designate > Role > > Hi Jesse, > > Thanks for checking out the files on > https://github.com/sharmaswati6/designate_files > > The Designate roles are still not fully completed to be contributed on > Gerrit. > > While the Designate services seem to up and running now in its container, > I am stuck up with one last issue for the designate endpoint > "EndpointNotFound". Whenever I run any designate related command after > sourcing the openrc, I get this error. > > Many of them have reported the same issue at > http://eavesdrop.openstack.org/irclogs/%23openstack-dns/%23openstack-dns.2015-05-21.log.html > and > http://eavesdrop.openstack.org/irclogs/%23openstack-dns/%23openstack-dns.2015-06-17.log.html > . > <http://eavesdrop.openstack.org/irclogs/%23openstack-dns/%23openstack-dns.2015-06-17.log.html%20.> > > Kindly let me know if you can help me with this to speed up the delivery. > > Thanks & Regards > Swati Sharma > System Engineer > Tata Consultancy Services > Ground to 8th Floors, Building No. 1 & 2, > Skyview Corporate Park, Sector 74A,NH 8 > Gurgaon - 122 004,Haryana > India > Cell:- +91-9717238784 > Mailto: sharma.swa...@tcs.com > Website: http://www.tcs.com > ____________________________________________ > Experience certainty. IT Services > Business Solutions > Consulting > ____________________________________________ > > > -----Jesse Pretorius <jesse.pretor...@gmail.com> wrote: ----- > > To: sharma.swa...@tcs.com > From: Jesse Pretorius <jesse.pretor...@gmail.com> > Date: 01/20/2016 02:37PM > Subject: Ansible Designate Role > > Hi Swati, > > > > It seems that you're very close to done with > https://github.com/sharmaswati6/designate_files but have stopped working > on it. > > > > Is there a problem we can help you with? > > > > Are you happy for us to import the role into the OpenStack namespace and > then collaborate through gerrit to complete it? > > > > Best regards, > > > > Jesse > > > > -- > > Jesse Pretorius > IRC: odyssey4me > > =====-----=====-----===== > Notice: The information contained in this e-mail > message and/or attachments to it may contain > confidential or privileged information. If you are > not the intended recipient, any dissemination, use, > review, distribution, printing or copying of the > information contained in this e-mail message > and/or attachments to it are strictly prohibited. If > you have received this communication in error, > please notify us by reply e-mail or telephone and > immediately and permanently delete the message > and any attachments. Thank you > __________________________________________________________________________ > OpenStack Development Mailing List (not for usage questions) > Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev > > __________________________________________________________________________ > OpenStack Development Mailing List (not for usage questions) > Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev > >
__________________________________________________________________________ OpenStack Development Mailing List (not for usage questions) Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev