You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Access to the serial console is available via the "novaconsole" application installed from the controller node. The OpenStack CLI can be used to general a URL with a valid token to access the console.
243
-
244
-
```bash
245
-
source admin-openrc
246
-
openstack console url show --serial Xenial-arm64
247
-
```
248
-
249
-
The provided URL can then be passed to the novaconsole command to pull up the serial console.
Root logins and cloud account logins (centos/ubuntu) are permited using the password in userdata.txt. The cirros default logins are enabled by default.
256
-
257
-
The two commands can be combined into one as shown below:
258
-
259
-
```bash
260
-
novaconsole --url `openstack console url show --serial Cirros-x86 -f value -c url`
261
-
```
262
-
263
240
## External Networking Support
264
241
265
242
External (Provider) networking allows VMs to be assigned Internet addressable floating IPs. This allows the VMs to offer Internet accessible services (i.e. SSH and HTTP). This requires the a block of IP addresses from Equinix Metal (elastic IP address). These can be requested through the Equinix Metal Web GUI. Please see https://www.packet.com/developers/docs/network/basic/elastic-ips/ for more details. Public IPv4 of at least /29 is recommended. A /30 will provide only a single floating IP. A /29 allocation will provide 5 floating IPs.
0 commit comments