Skip to content

Instantly share code, notes, and snippets.

@arcolife
Last active September 5, 2017 09:57
Show Gist options
  • Save arcolife/99d2c7b631172e00f22303b69e89dc5b to your computer and use it in GitHub Desktop.
Save arcolife/99d2c7b631172e00f22303b69e89dc5b to your computer and use it in GitHub Desktop.
openstack BAGL lab snapshots

Sept 5th 2017

$ nova list
+--------------------------------------+------------------------+--------+------------+-------------+---------------------+
| ID                                   | Name                   | Status | Task State | Power State | Networks            |
+--------------------------------------+------------------------+--------+------------+-------------+---------------------+
| 902f4f5f-01f2-40c9-bd93-0ecf16a53d82 | overcloud-compute-0    | ACTIVE | -          | Running     | ctlplane=192.0.2.7  |
| 1c69cb21-532b-423d-8833-eaa65688f2c6 | overcloud-compute-1    | ACTIVE | -          | Running     | ctlplane=192.0.2.14 |
| f00e67e6-5dc1-416f-af8d-d60ffc44cfe1 | overcloud-compute-2    | ACTIVE | -          | Running     | ctlplane=192.0.2.12 |
| e50c4323-fd15-4a7e-8a40-f7b678f45d40 | overcloud-controller-0 | ACTIVE | -          | Running     | ctlplane=192.0.2.6  |
+--------------------------------------+------------------------+--------+------------+-------------+---------------------+

$ nova network-list
+--------------------------------------+--------------+------+
| ID                                   | Label        | Cidr |
+--------------------------------------+--------------+------+
| 0cd60dda-fb80-4a5e-92ff-5d9ec199aa01 | internal_api | -    |
| 4aa9dab6-95f7-4712-bf87-9dd8fba5bad1 | tenant       | -    |
| 958a2f3e-c257-4083-906f-8b87bbcf7f8a | ctlplane     | -    |
| 97c114bd-afa6-4245-8635-3b8b40260fb3 | storage      | -    |
| e7b66c90-a309-41ec-a991-7424fbff6da2 | storage_mgmt | -    |
| f30a5ed3-f365-478d-bfc6-6ddf4a1857db | external     | -    |
+--------------------------------------+--------------+------+
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment