Hi Jimmy, I have already included the designate_service_setup.yml file in the designate roles, but still I get this 'NoEndpointFound' error.
Can you please take a look at the attached file. 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 ____________________________________________ -----Jimmy McCrory <jimmy.mccr...@gmail.com> wrote: ----- To: "OpenStack Development Mailing List (not for usage questions)" <openstack-dev@lists.openstack.org> From: Jimmy McCrory <jimmy.mccr...@gmail.com> Date: 01/30/2016 12:51AM Subject: Re: [openstack-dev] [openstack-ansible][designate] : Ansible Designate Role : NoEndpointFound error Hi Swati, It looks 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 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 . 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 . 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
--- # Copyright 2015, Rackspace US, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. - include: designate_service_add.yml vars: service_user_name: "{{ designate_service_user_name }}" service_tenant_name: "{{ designate_service_tenant_name }}" service_name: "{{ designate_service_name }}" service_type: "{{ designate_service_type }}" service_region: "{{designate_service_region }}" service_description: "{{ designate_service_description }}" service_password: "{{ designate_service_password }}" service_internalurl: "{{ designate_service_internalurl }}" service_publicurl: "{{ designate_service_publicurl }}" service_adminurl: "{{ designate_service_adminurl }}" role_name: "{{ designate_role_name }}" tags: - designate-add-service
__________________________________________________________________________ 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