Mustelinet Cloud

Quick reference

Copy the mustelinet URLs, route formats, and tenant values used across the docs.

Use this page when you already know what you are trying to do and need the exact URL, route format, or value source.

Skyline dashboard

https://skyline.openstack.mustelinet.com

Authentication

auth.mustelinet.com

SSH endpoint

ssh.mustelinet.com on port 2222

App DNS suffix

apps.mustelinet.com

OpenStack auth URL

https://keystone.openstack.mustelinet.com

Service status

Check uptime before debugging tenant resources.

Identifiers and route formats

What you needFormatSource
Skyline console pathCompute, Instances, ConsoleUse after creating the VM with Login Type Password.
Generated VM DNS name<vm_id>.<project_id>.apps.mustelinet.comSkyline DNS or Designate page after floating IP association.
SSH commandssh -p 2222 <vm-username>@<vm-name>-<project-name>@ssh.mustelinet.comVM username comes from the image; VM name and project name come from Skyline.
Ubuntu console or SSH usernameubuntuUbuntu cloud images normally use this user.
OpenStack auth URLhttps://keystone.openstack.mustelinet.comUse with application credentials for Terraform and API automation.
Tenant floating IP range10.50.0.0/24Used by mustelinet routing; not a direct public internet IP range.

🧭 DNS IDs and SSH names are different

Generated DNS names use VM and project IDs. SSH uses the VM username plus VM and project names in the route template.

Default VM usernames

Image familyConsole or SSH username
Ubuntu imagesubuntu
Debian imagesdebian
Fedora Cloudfedora
AlmaLinuxalmalinux
Rocky Linuxrocky
Alpinealpine
Fedora CoreOScore

For console access, prefer normal server or cloud images.

Where to find values in Skyline

ValueWhere to look
Current projectProject selector in the Skyline header.
VM nameCompute, Instances.
VM IDInstance details page.
Project IDProject details, Identity area, DNS zone, or onboarding resource summary when exposed.
Floating IPNetwork, Floating IPs, or the instance details page after association.
Generated DNS nameDNS or Designate page in the project zone under apps.mustelinet.com.
Security group rulesNetwork, Security Groups.
Application credentialsUser menu, User Center, Application Credentials.

Terraform values

Use an application credential from the correct project, then configure Terraform with:

clouds:
  mustelinet:
    auth_type: v3applicationcredential
    auth:
      auth_url: https://keystone.openstack.mustelinet.com
      application_credential_id: <application-credential-id>
      application_credential_secret: <application-credential-secret>
    interface: public
    identity_api_version: 3

🔒 Keep generated secrets local

Do not commit clouds.yaml, Terraform state, application credential secrets, private keys, or kubeconfigs.

On this page