Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

For a partner upgrading from Automatics 1.0 Needs to follow the below steps

  1. Need to Upgrade Automatics Orchestration to v3.15 or above
  2. All the Table creation scripts, Alters and Insert scripts required for Automatics 3.0 should be executed
  3. Build and Start RackData Microservice server(https://code.rdkcentral.com/r/admin/repos/rdk/tools/automatics/scriptless-service) connecting to Automatics DB should be completed( Automatics Orchestration should have access to this server via its http/https URL)
  4. since it contains the latest code changes for Scriptless Automation execution.
  5. Run the SQL scripts from Automatics_DB.sql file present in the Automatics Orchestration starting from line number 1596. These scripts will help in creating all the new tables that are required for Scriptless Automation execution.
  6. Add the new changes from hibernate.cfg.xml file which contains the configuration about the two new tables Automatics Orchestration will be interacting with.
  7. Add the base URL of Automatics Orchestration application in database which will help in the communication between orchestration and other applications like scripltess service etc. Use 'AUTOMATICS_BASE_URL' as the config name for adding the base URL of orchestration in master_config table.
  8. Once after the above changes generate a WAR file of Automatics Orchestration and deploy it in the server.Latest artifacts of Automatics Core, RDKB Utils and other depended projects should be build and deployed as mentioned in Automatics 3.0 - Deployment document