Skip to content

Instantly share code, notes, and snippets.

@retr0h
Last active February 17, 2017 00:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save retr0h/1c518d7a9905d710b1225de360d03cb4 to your computer and use it in GitHub Desktop.
Save retr0h/1c518d7a9905d710b1225de360d03cb4 to your computer and use it in GitHub Desktop.
[vagrant@k8s-01 ~]$ kubectl get pods --namespace kolla
NAME READY STATUS RESTARTS AGE
cinder-api-1293873119-sscmr 2/2 Running 0 32m
cinder-scheduler-0 1/1 Running 0 32m
cinder-volume-5fznz 1/1 Running 0 32m
glance-api-2844635357-ndq43 1/1 Running 0 32m
glance-registry-1115551799-2gjx1 2/2 Running 0 32m
horizon-4073033154-0gf7h 1/1 Running 0 32m
iscsid-1qbcb 1/1 Running 0 28m
keystone-4221194371-5tfvd 1/1 Running 0 40m
mariadb-0 1/1 Running 0 42m
memcached-2900381025-71tkv 1/1 Running 0 42m
neutron-dhcp-agent-ft8fs 1/1 Running 0 28m
neutron-l3-agent-network-r3qgk 1/1 Running 0 28m
neutron-metadata-agent-network-3t1df 1/1 Running 0 28m
neutron-openvswitch-agent-network-v0rx2 1/1 Running 0 28m
neutron-server-1004042052-glqgd 2/2 Running 0 32m
nova-api-1006777384-4z3lt 2/2 Running 0 32m
nova-compute-t1kww 1/1 Running 0 28m
nova-conductor-0 1/1 Running 0 32m
nova-consoleauth-0 1/1 Running 0 32m
nova-libvirt-b2v93 1/1 Running 0 28m
nova-novncproxy-2414016966-3pqfs 2/2 Running 0 32m
nova-scheduler-0 1/1 Running 0 32m
openvswitch-ovsdb-network-dc7v7 1/1 Running 0 40m
openvswitch-vswitchd-network-k0nqh 1/1 Running 0 40m
rabbitmq-0 1/1 Running 0 42m
tgtd-1m9zn 1/1 Running 0 28m
(.venv)[vagrant@k8s-01 ~(keystone_admin)]$ openstack endpoint list
+----------------------------------+-----------+--------------+--------------+---------+-----------+-----------------------------------------+
| ID | Region | Service Name | Service Type | Enabled | Interface | URL |
+----------------------------------+-----------+--------------+--------------+---------+-----------+-----------------------------------------+
| 08691dc329fa4b8ba410b254d9e32eaf | RegionOne | neutron | network | True | public | http://172.18.0.1:9696 |
| 1e2e45dda46347bf9c7dd2f3e8b563de | RegionOne | nova | compute | True | public | http://172.18.0.1:8774/v2/%(tenant_id)s |
| 3b0d8f42ea22470cb78ad984d74b09f9 | RegionOne | keystone | identity | True | admin | http://172.18.0.1:35357/v3 |
| 3fd8b249c3c144f4997ff76dbd002f38 | RegionOne | cinderv2 | volumev2 | True | admin | http://cinder-api:8776/v2/%(tenant_id)s |
| 4612e76707574f2e875b3b9d985aa4a0 | RegionOne | keystone | identity | True | public | http://172.18.0.1:5000/v3 |
| 504b0b8c319c4dddbf1b26e2d2a2080c | RegionOne | glance | image | True | public | http://172.18.0.1:9292 |
| 51b187a11e904560800aa5af6d8a6feb | RegionOne | neutron | network | True | internal | http://neutron-server:9696 |
| 58e0646028b445229d87f77d8caf11d1 | RegionOne | nova | compute | True | admin | http://nova-api:8774/v2/%(tenant_id)s |
| 701d136823714f68940613eab47f8a75 | RegionOne | nova | compute | True | internal | http://nova-api:8774/v2/%(tenant_id)s |
| 70298a273b7c4f339dc18b39f7ceb152 | RegionOne | cinderv2 | volumev2 | True | internal | http://cinder-api:8776/v2/%(tenant_id)s |
| 79e8025cd423483fad64b81b34f55f76 | RegionOne | keystone | identity | True | internal | http://keystone-internal:5000/v3 |
| 83a23a119cd04a18b12379cef84588eb | RegionOne | cinder | volume | True | admin | http://cinder-api:8776/v1/%(tenant_id)s |
| 96d0ff03451d4b87a3255fb55fe7555f | RegionOne | cinder | volume | True | public | http://172.18.0.1:8776/v1/%(tenant_id)s |
| 9a32744d5bd6439c8dd828a5a019d745 | RegionOne | cinder | volume | True | internal | http://cinder-api:8776/v1/%(tenant_id)s |
| c0b0f48fd72f426693eeaa047de8c8d8 | RegionOne | glance | image | True | internal | http://glance-api:9292 |
| cf67b204dd97419f9bcf35f85f7afbfd | RegionOne | neutron | network | True | admin | http://neutron-server:9696 |
| d80c4b10644b4e8a8d7c1ec7f0339840 | RegionOne | cinderv2 | volumev2 | True | public | http://172.18.0.1:8776/v2/%(tenant_id)s |
| ee584dc59b7c4b7592abfa8d3489d6cc | RegionOne | glance | image | True | admin | http://glance-api:9292 |
+----------------------------------+-----------+--------------+--------------+---------+-----------+-----------------------------------------+
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment