Program for switching Orchestrator Tenants

Hello all :smiling_face:

With reference to my previous post about switching between several Orchestrator Tenants:

I have developed a small program that can assist in easy and fast switching between several Orchestrator Tenants.

This could be particular useful when for example needing to switch between different customers, or perhaps in the case that you are migrating to the Cloud, and for a limited time are using two tenants.

The program is very simple and still need some polishing, but is now available in an functioning alpha-release.

You can:

  • Add/Save new/existing (Orchestrator Tenant) entries
  • Edit existing entries
  • Delete entries
  • Connect to the selected tenant in the list

If you are unsuccessful in connecting, try to run the program as administrator.

The source code is available on GitHub:

And you can download the program here:

Feel free to leave feedback or suggestions for improvement.

Best regards
Soren

8 Likes

That’s helpful @SorenB :victory_hand:

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.

Hi Soren, I’m confused how is this any different than doing it through assistant though? The process in assistant is the same as what you’ve built, maybe I’m missing something though. :slight_smile:

Hi @zeth.baker1

I was missing an option to save info for different Orchestrator Tenants, for example one being on-prem and another in Cloud.

  • Orchestrator URL
  • Machine ID
  • Machine Secret

With this program you dont have to manually switch/copy/paste all these parameters, but can save them all as Tenant Presets.

Then simply tap Connect to switch between Orchestrator Tenants.
The program then performs the process of:

  1. Disconnect from current Tenant
  2. Shutdown Assistant
  3. Connect to selected Tenant
  4. Reboot UiRobot Service
  5. Restart Assistant

Regards
Soren