EndpointNotFound: internalURL endpoint for orchestration service not found
I want create hadoop cluster on Openstack Kilo for this I use sahara. I prefer hortonworks data platform plugin. I create sahara template same link https://github.com/openstack/sahara/blob/master/sahara/plugins/default_templates/hdp/version_2_0_6/master.json and I follow step same link http://docs.openstack.org/developer/sahara/devref/quickstart.html
But sahara give following error me ;
2016-01-17 08:15:59.395 19538 ERROR sahara.service.ops [req-cf88cf64-d30e-41c3-a053-d6495f7ef150 ] [instance: none, cluster: 1eb1e68b-0ab2-40ab-aa0c-21689c62d442] Error during rollback of cluster (reason: internalURL endpoint for orchestration service not found) 2016-01-17 08:15:59.395 19538 ERROR sahara.service.ops [instance: none, cluster: 1eb1e68b-0ab2-40ab-aa0c-21689c62d442] Traceback (most recent call last): 2016-01-17 08:15:59.395 19538 ERROR sahara.service.ops [instance: none, cluster: 1eb1e68b-0ab2-40ab-aa0c-21689c62d442] File "/usr/lib/python2.7/site-packages/sahara/service/ops.py", line 182, in wrapper 2016-01-17 08:15:59.395 19538 ERROR sahara.service.ops [instance: none, cluster: 1eb1e68b-0ab2-40ab-aa0c-21689c62d442] if _rollback_cluster(cluster, ex): 2016-01-17 08:15:59.395 19538 ERROR sahara.service.ops [instance: none, cluster: 1eb1e68b-0ab2-40ab-aa0c-21689c62d442] File "/usr/lib/python2.7/site-packages/sahara/service/ops.py", line 211, in _rollback_cluster 2016-01-17 08:15:59.395 19538 ERROR sahara.service.ops [instance: none, cluster: 1eb1e68b-0ab2-40ab-aa0c-21689c62d442] return INFRA.rollback_cluster(cluster, reason) 2016-01-17 08:15:59.395 19538 ERROR sahara.service.ops [instance: none, cluster: 1eb1e68b-0ab2-40ab-aa0c-21689c62d442] File "/usr/lib/python2.7/site-packages/sahara/service/heat/heat_engine.py", line 112, in rollback_cluster 2016-01-17 08:15:59.395 19538 ERROR sahara.service.ops [instance: none, cluster: 1eb1e68b-0ab2-40ab-aa0c-21689c62d442] self._rollback_cluster_creation(cluster, reason) 2016-01-17 08:15:59.395 19538 ERROR sahara.service.ops [instance: none, cluster: 1eb1e68b-0ab2-40ab-aa0c-21689c62d442] File "/usr/lib/python2.7/site-packages/sahara/service/heat/heat_engine.py", line 168, in _rollback_cluster_creation 2016-01-17 08:15:59.395 19538 ERROR sahara.service.ops [instance: none, cluster: 1eb1e68b-0ab2-40ab-aa0c-21689c62d442] self.shutdown_cluster(cluster) 2016-01-17 08:15:59.395 19538 ERROR sahara.service.ops [instance: none, cluster: 1eb1e68b-0ab2-40ab-aa0c-21689c62d442] File "/usr/lib/python2.7/site-packages/sahara/service/heat/heat_engine.py", line 192, in shutdown_cluster 2016-01-17 08:15:59.395 19538 ERROR sahara.service.ops [instance: none, cluster: 1eb1e68b-0ab2-40ab-aa0c-21689c62d442] heat.client().stacks.delete, cluster.stack_name) 2016-01-17 08:15:59.395 19538 ERROR sahara.service.ops [instance: none, cluster: 1eb1e68b-0ab2-40ab-aa0c-21689c62d442] File "/usr/lib/python2.7/site-packages/sahara/utils/openstack/heat.py", line 48, in client 2016-01-17 08:15:59.395 19538 ERROR sahara.service.ops [instance: none, cluster: 1eb1e68b-0ab2-40ab-aa0c-21689c62d442] endpoint_type=CONF.heat.endpoint_type) 2016-01-17 08:15:59.395 19538 ERROR sahara.service.ops [instance: none, cluster: 1eb1e68b-0ab2-40ab-aa0c-21689c62d442] File "/usr/lib/python2.7/site-packages/sahara/utils/openstack/base.py", line 65, in url_for 2016-01-17 08:15:59.395 19538 ERROR sahara.service.ops [instance: none, cluster: 1eb1e68b-0ab2-40ab-aa0c-21689c62d442] region_name=CONF.os_region_name) 2016-01-17 08:15:59.395 19538 ERROR sahara.service.ops [instance: none, cluster: 1eb1e68b-0ab2-40ab-aa0c-21689c62d442] File "/usr/lib/python2.7/site-packages/keystoneclient/utils.py", line 337, in inner 2016-01-17 08:15:59.395 19538 ERROR sahara.service.ops [instance: none, cluster: 1eb1e68b-0ab2-40ab-aa0c-21689c62d442] return func(*args, **kwargs) 2016-01-17 08:15:59.395 19538 ERROR sahara.service.ops [instance: none, cluster: 1eb1e68b-0ab2-40ab-aa0c-21689c62d442] File "/usr/lib/python2.7/site-packages/keystoneclient/service_catalog.py", line 293, in url_for 2016-01-17 08:15:59.395 19538 ERROR sahara.service.ops [instance: none, cluster: 1eb1e68b-0ab2-40ab-aa0c-21689c62d442] raise exceptions.EndpointNotFound(msg) 2016-01-17 08:15:59.395 19538 ERROR sahara.service.ops [instance: none, cluster: 1eb1e68b-0ab2-40ab-aa0c-21689c62d442] EndpointNotFound: internalURL endpoint for orchestration service not found
Can I solve this problem ?
The default username for hortonworks plugin is cloud-user.
username = ubuntu
sahara image-add-tag –id $IMAGE_ID –tag hdp
sahara image-add-tag –id $IMAGE_ID –tag 2.0.6
I set username value “ubuntu”.
Hi Ozge,
Which usernames did you assign for the images you have used ?