[openstack-dev] [openstack-ansible][designate] : Ansible Designate Role : NoEndpointFound error
Sharma Swati6
sharma.swati6 at tcs.com
Fri Jan 29 12:11:22 UTC 2016
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.swati6 at tcs.com
Website: http://www.tcs.com
____________________________________________
Experience certainty. IT Services
Business Solutions
Consulting
____________________________________________
-----"Jonnalagadda, Venkata" <Venkata.Jonnalagadda at intl.att.com> wrote: -----
To: "OpenStack Development Mailing List (not for usage questions)" <openstack-dev at lists.openstack.org>
From: "Jonnalagadda, Venkata" <Venkata.Jonnalagadda at intl.att.com>
Date: 01/29/2016 02:12PM
Cc: Pandey Preeti1 <pandey.preeti1 at tcs.com>, Partha Datta <partha.datta at 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
From: Sharma Swati6 [mailto:sharma.swati6 at tcs.com]
Sent: Friday, January 29, 2016 1:44 PM
To: openstack-dev at lists.openstack.org
Cc: Pandey Preeti1 <pandey.preeti1 at tcs.com>; Partha Datta <partha.datta at 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 .
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.swati6 at tcs.com
Website: http://www.tcs.com
____________________________________________
Experience certainty. IT Services
Business Solutions
Consulting
____________________________________________
-----Sharma Swati6/DEL/TCS wrote: -----
To: Jesse Pretorius <jesse.pretorius at gmail.com>
From: Sharma Swati6/DEL/TCS
Date: 01/20/2016 08:50PM
Cc: <openstack-dev at lists.openstack.org>, Pandey Preeti1/DEL/TCS at TCS, Partha Datta/DEL/TCS at 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 .
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.swati6 at tcs.com
Website: http://www.tcs.com
____________________________________________
Experience certainty. IT Services
Business Solutions
Consulting
____________________________________________
-----Jesse Pretorius <jesse.pretorius at gmail.com> wrote: -----
To: sharma.swati6 at tcs.com
From: Jesse Pretorius <jesse.pretorius at 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-request at lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack-dev/attachments/20160129/0e539b12/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Image.image001.gif at 01D15A9E.1AB77BA0.gif
Type: image/gif
Size: 3702 bytes
Desc: not available
URL: <http://lists.openstack.org/pipermail/openstack-dev/attachments/20160129/0e539b12/attachment.gif>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Image.image001.gif at 01D15A9E.1AB77BA0.gif
Type: image/gif
Size: 3702 bytes
Desc: not available
URL: <http://lists.openstack.org/pipermail/openstack-dev/attachments/20160129/0e539b12/attachment-0001.gif>
More information about the OpenStack-dev
mailing list