Skip to content

Commit d962de4

Browse files
authored
Update README.md (equinix#53)
1 parent e831c55 commit d962de4

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

README.md

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -237,29 +237,6 @@ root@controller:~# openstack server list
237237
+--------------------------------------+------+--------+---------------------------+---------------+-----------+
238238
```
239239

240-
## Serial Console Support
241-
242-
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.
250-
251-
```bash
252-
novaconsole --url ws://157.75.79.194:6083/?token=18510769-71ad-4e5a-8348-4218b5613b3d
253-
```
254-
255-
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-
263240
## External Networking Support
264241

265242
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

Comments
 (0)