-
Notifications
You must be signed in to change notification settings - Fork 43
[FEATURE REQUEST] Need to select which endpoint CF is deployed to #274
Comments
If even a short term fix, if there was an option to specify in the json file, or ask user to input value, it would be very helpful in place of having the system query the available endpoints to select. possible maybe to have this in the parameters.json
|
The feature is available in the latest version of the You can now specify the CF landscape in the parameter file as The type ahead support is not available yet, I opened issue #276 for that, as the determination of the valid values is not transparent to me. |
The following error now occurs when running the script:
Here is my parameters.json file.
|
@dachtera : Just checked with Docker image and manual build - setup works. The erro log you copied does not seem to be caused by the CF endpoint. This look smore like an error in your usecase file I think. Are you referncing a service called 'BTPSERVICE' ? |
Please see my usecase file below. The 4 services we need to add were working before we had to add this extra step for the cf space, so unsure why something that did work, now does not. Removing the 4 services solves the issue, but again, leaves our process only partially completed leaving many steps to be completed manually.
|
Can you please remove this part of the usecase file: {
"name": "cloudfoundry",
"plan": "standard",
"category": "ENVIRONMENT"
}, and give it another try. The CF space will anyway be created as you specified a dev name in the parameters file. |
It happens with any of the 4 services added in. The end goal is that all 4 services need to be assigned during the setup, as we also have to apply role permissions based on those services, and without them added, the permissions cannot be applied. |
Can you please paste the output of the following command: btp --format json list accounts/available-environment --subaccount '3dc4bf63-f8ad-4f1d-83a0-74706a888a20' |
I had to swap out to the new subaccount ID, I've been trying to troubleshoot an issue with the subdirectory setup.
|
Now I see the issue: |
Thank you - I've looked at at the file dozens of time, my eyes must have been crossed. The process does not work, albeit there are a few random timeouts due to the tasks being performed, but it will complete with a few attempts! Thank You. |
Which area is mainly impacted
Cloud Foundry setups
Requested Feature
BTP is running out of resources in the standard eu10 endpoint.
We are being told we can no longer create Cloud Foundry space in api.cf.eu10.hana.ondemand.com, and must select the API Endpoint: https://api.cf.eu10-004.hana.ondemand.com/ when setting up. How we can select an alternate endpoint in the automator that is possible when manually creating the CF space?
At this point, the automator is unhelpful, as 50% of the effort is still needing to be performed manually for creating the CF landscape, adding instances, subscriptions and org members.
This would be considered a high priority, and if needed, I can involve Sr. Leadership to assist in setting the level of urgency with this need.
Use Case/Scenario
No response
Would you like to support us?
Anything else?
No response
The text was updated successfully, but these errors were encountered: