Refactor main entrypoint (the main.template.yaml file) to add a level of indirection. Add new entrypoint via uipath-orchestrator.template.yaml for the deployment into existing VPC's.
Update HAA installation script
Refactor and update Orchestrator installation scripts
The taskcat file needs to be updated and existing resource IDs need to be added for these parameters:
VPCCIDR: 10.0.0.0/16
VPCID: <>
PrivateSubnetIDs: <<subnet-id-1,subnet-id-2,subnet-id-3>>
PublicSubnetIDs: <<subnet-id-1,subnet-id-2,subnet-id-3>>
in order to test new entrypoint
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
Close issue #9
Description of changes:
Cumulative update for these items:
main.template.yaml
file) to add a level of indirection. Add new entrypoint viauipath-orchestrator.template.yaml
for the deployment into existing VPC's.The taskcat file needs to be updated and existing resource IDs need to be added for these parameters:
VPCCIDR: 10.0.0.0/16 VPCID: <> PrivateSubnetIDs: <<subnet-id-1,subnet-id-2,subnet-id-3>> PublicSubnetIDs: <<subnet-id-1,subnet-id-2,subnet-id-3>> in order to test new entrypoint
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.