Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

Blueprint Registration STATUS: 400 HDP-2.6.5.0

avatar
Super Collaborator

Hi,

I'm trying to deploy latest HDP version 2.6.5.0 via blueprints. I already have working simple blueprint for HDP-2.6.4.0.
BUT now, when trying to to use it against latest version, I have error like below when loading the hostmap.json.

error message:

"status" : 400, 
"message" : "The properties [blueprint, repository_version_id, default_password] specified in the request or predicate are not supported for the resource type Blueprint."

here my hostmap.json

{ 
"blueprint" : "clustername", 
"default_password" : "clusterpass", 
"repository_version_id": 1, 
"host_groups" :[ 
{ 
"name" : "host_group_1", 
"hosts" : [ { "fqdn" : "{{ master1_hostname }}"} ] }, 
{ 
"name" : "host_group_2", 
"hosts" : [ { "fqdn" : "{{ master2_hostname }}" } ] },
{ 
"name" : "host_group_3", 
"hosts" : [ { "fqdn" : "{{ master3_hostname }}" } ] }, 
{ 
"name" : "host_group_4", 
"hosts" : [ 
{ "fqdn" : "{{ worker1_hostname }}" }, 
{ "fqdn" : "{{ worker2_hostname }}" }, 
{ "fqdn" : "{{ worker3_hostname }}" } ] } 
] 
}
1 ACCEPTED SOLUTION

avatar
Super Collaborator

Already solved this my problem. I've used wrong URL, instead of `../clusters/cluster_name` I've put `../blueprints/cluster_name`

View solution in original post

1 REPLY 1

avatar
Super Collaborator

Already solved this my problem. I've used wrong URL, instead of `../clusters/cluster_name` I've put `../blueprints/cluster_name`