Overview

Key Concepts

General

Account

Design

Transition

Operation

Edit this page on GitHub

Home > user > transition > Add CNAME

Add CNAME

Solution

The hostname, by default, is generated by OneOps and follows a pattern that is described in the Compute documentation.

You can create your own endpoints by adding short or full CNAMEs.

Add a Short CNAME

The first approach is to add a short CNAME with the following steps:

  1. In the Transition view of your platform, go to the fqdn component.
  2. Click edit.
  3. Enter a single word for a short CNAME alias.
  4. Save the change.
  5. Commit and deploy.

The additional hostname where the platform can be reached is <NEW-SHORT-NAME><ENVIRONMENT-NAME>.<ASSEMBLY-NAME>.<ORGANIZATION-NAME>.DOMAIN

It is possible to add multiple short CNAMEs to have additional hostnames.

Add a Full CNAME

A second approach is to add a full CNAME with the following steps:

  1. In the Transition view of your platform, go to the fqdn component.
  2. Click edit.
  3. Enter a Full CNAME alias, for example, test.qa.<your server>. Before using this feature, know the correct domain name. The following domains dev|qa|prod.<your server> are supported.
  4. Save the change.
  5. Commit and deploy.

The new Full CNAME aliases are the additional hostnames where the platform can be reached.