Connector Deployment for the Static Network Configurations OVA

This section describes how to deploy (install and configure) an OVA for a static network configuration.

Use the static OVA when you have a static network configuration, such as static IPs, DNS servers, and default gateways.

Prerequisites

Make sure the machine meets Connector deployment prerequisites.

Deploying an OVA for a Static Network Configuration

To deploy an OVA for a static network configuration:

  1. Download the latest OVA file here.
  2. Using the OVA downloaded in Step 1 (axis-connector-centos-nci.ova), create the Axis Connector VM by using the import function of your hypervisor.
  3. Click Import.
  4. Run the connector machine.
  5. The machine boots up.
    Output similar to the following is displayed:

  1. Allow the machine to complete initializing.
  2. When the OVA finishes its initial setup, an output similar to the following is displayed:

  1. Press Enter.
  2. Log in to the connector machine using the following credentials:
    username: axis, password: axis

  1. Apply the static configurations on the Static OVA Connector with the NO Cloud Init version using the Network Manager UI tool.
    The No Cloud Init version supports static OVA configurations.
  2. Type nmtui and then press Enter to open the Network Manager UI Tool.

The NetworkManager TUI screen is displayed.

  1. Select Edit a connection and the OK.
  2. Select Wired Connection 1 (or 2 if you have multiple NICs).
  3. (Optional) You can rename the Profile to “External/Internal”.

  1. For IPv4 CONFIGURATION, select Manual.

  1. Click Show.
  2. Enter the static configuration like the following example:

  1. Navigate back to the following screen:

  1. Select Activate a connection

  1. Activate the connection if it is not already active.

  1. Continue the installation by running the following commands:
    sudo systemctl enable axis-connector.service
    sudo systemctl start axis-connector.service
    sudo systemctl status axis-connector.service

🚧

NOTE

Do NOT change the hostname or IP after running the systemctl command.

  1. Validate the out init script by running the following command and make sure everything is running correctly. If the following is running, the OVA init installation has been completed successfully.
    "sudo kubectl get pods -A"

  1. Navigate to the Axis Management Console.
  2. Click Settings -> Connectors-> Add Connector.
  3. Create a new connector.
  4. Copy the provisioning code snippet.

  1. Apply and commit your changes.
  2. Paste the script into the OVA machine. Screenshot below is an example. There are additional steps displayed during the install process.

  1. Change the default password for the "Axis" user by running the following command:
    "sudo passwd axis"

  2. Enter the new "root" password for this connector machine to complete the step:
    "sudo passwd"