Supermarket with Automate HA
This page will discuss the integration of Supermarket with Automate HA setup. The page will guide you to register an existing private Supermarket with on-premises deployment of Automate HA.
Before starting this page, refer to the Supermarket Integration page with Automate for basic understanding.
Register Supermarket with Automate HA
The overall steps to register an existing private instance of Supermarket with Automate HA is same as the steps to register it with Standalone Automate. The only difference is in the way we patch the .toml
file in Automate HA.
Follow the steps to register supermarket with Automate HA:
Register your existing supermarket with Automate embedded Chef identity.
Now, patch the configuration on all the frontend nodes from the Bastion node using the command below:
// Frontend Nodes chef-automate config patch ocid-apps.toml -f
Once the patch is completed, the new application should be registered with OC-ID as part of Automate embedded chef-server.
You can get the details of the registered applications from the bastion node by running the following command:
chef-automate config oc-id-show-app
The output of the above command looks like as shown below:
The configuration of supermarket in Chef Automate HA can be done in the same way as Standalone Automate. Refer to the Supermarket Integration page to view the configuration steps.
Refer to the Configuration page, to check the optional settings for integration of private Supermarket in Chef Automate.