Service Virtualization

 View Only
  • 1.  Error when installing Virtual Service Catalog on Linux - [ERROR: Unresolved installer variable "iamServer"]

    Broadcom Employee
    Posted Jan 20, 2020 11:34 AM
    Issue/Introduction:
    Getting an error when installing VS Catalog on Linux.

    An Identity and Access Manager (IAM) is required for Virtual Service
    Catalog. To connect to an existing IAM, enter the URL for an existing IAM
    service.


    [ERROR: Unresolved installer variable "iamServer"]


    Cause:
    Defect with VS Catalog install.


    Environment:
    Release : 10.3, 10.4 and 10.5

    Component : CA Service Virtualization


    Resolution:
    Workaround:

    Sill type in the URL for IAM as such:

    https://localhost:51111/auth

    You will have to manually update the VSCAT_HOME/application.yml file with the right URL because it is not getting updated properly on install:

    svcatalog:
      auth:
        host:
         url: https:///auth

    Replace with

    svcatalog:
      auth:
        host:
          url: https://localhost:51111/auth



    The VS Catalog will start properly after the applucation.yml is updated with the right url formatted.

    NOTE: Am reaching out to development to report issue.

    ------------------------------
    Technical Support Engineer III
    Broadcom, Inc
    ------------------------------


  • 2.  RE: Error when installing Virtual Service Catalog on Linux - [ERROR: Unresolved installer variable "iamServer"]

     
    Posted Jan 21, 2020 04:12 PM
    Thank you for sharing this with the community Marcy!

    ------------------------------
    Chris Hackett
    Community Manager, Broadcom Enterprise Software Division
    Broadcom Inc.
    ------------------------------



  • 3.  RE: Error when installing Virtual Service Catalog on Linux - [ERROR: Unresolved installer variable "iamServer"]
    Best Answer

    Broadcom Employee
    Posted Feb 03, 2020 12:03 PM
    This is fixed in the next DevTest release, 10.6.0.

    ------------------------------
    Technical Support Engineer III
    Broadcom, Inc
    ------------------------------