Use case this PR addresses:
If you stand up a new master for this integration (e.g. for a demo or POC setup), and if it has code manager running by default, a good way to disable it is by changing the value of code_manager_auto_configure from true to false via the console UI. However, the vra_nc_setup.sh script will still think that code manager manager is running.
Proposed fix:
This change tells the script that if code_manager_auto_configure = false then code manager is not running and it's ok to continue. --Eric
Use case this PR addresses: If you stand up a new master for this integration (e.g. for a demo or POC setup), and if it has code manager running by default, a good way to disable it is by changing the value of code_manager_auto_configure from true to false via the console UI. However, the vra_nc_setup.sh script will still think that code manager manager is running.
Proposed fix: This change tells the script that if code_manager_auto_configure = false then code manager is not running and it's ok to continue. --Eric