Skip to content

Connection parameters

Environment Connection Parameters

The following need to be added to the profile that you intend to use:

<!-- (1)! -->
<profile>
    <!--    ..... OTHER DIRECTIVES .....  -->
    <vro.host>flt-auto01.corp.internal</vro.host>
    <vro.auth>vra|basic</vro.auth>
    <vro.authHost>flt-auto01.corp.internal</vro.authHost>
    <vro.authPort>443</vro.authPort>
    <vro.port>443</vro.port>
    <vro.username>configurationadmin</vro.username>
    <vro.password>someSecurePassword</vro.password>
</profile>
  1. The location of settings.xml for MacOS is ~/.m2 and C:\Users\username\.m2 for Windows

Configuration:

  • vro.username - For VCF Operations Orchestrator (9.x) you need to provide username in the following format: user@domain.

    • admin@System - Provider admin.
    • configurationadmin@Classic - Classic organization admin.
  • vro.auth - Defines the authentication type used for REST API communication.

    • Supported values: vra, basic (depending on Orchestrator version might need to be explicitly enabled in the product).
    • If set to vra, vro.authHost and vro.authPort need to be provided with the hostname and port of the target VCFA server.

Use the profile by passing it with -P, e.g.:

mvn vrealize:push -Ptarget-env