%EB%A5%BC%20%EC%B6%94%EA%B0%80%ED%95%98%EB%A9%B4%20%EC%98%A4%EB%A5%98%EA%B0%80%20%EB%B0%9C%EC%83%9D%ED%95%A8.png)
bootstrap 명령을 실행하려고 하면 다음 오류가 발생합니다.
RUNNING], [2019-05-13 13:58:15], [Calling Foreman API to create domain mytestdomain.com associated with the org & location]
An error occured: HTTP Error 422: Unprocessable Entity
url: https://redhat-satellite-64.mytestdomain.com:443/api/v2/domains
code: 422
data: {
"domain": {
"location_ids": [
2
],
"name": "mytestdomain.com",
"organization_ids": [
1
]
}
}
error: {
"error": {
"errors": {
"name": [
"has already been taken"
]
},
"id": null,
"full_messages": [
"Name has already been taken"
]
}
}
누구든지 조언을 해줄 수 있나요?