Skip to content

Instantly share code, notes, and snippets.

@JCallicoat
Last active June 16, 2016 00:48
Show Gist options
  • Save JCallicoat/6539d8755f0fbd8ab4f1635eb444334d to your computer and use it in GitHub Desktop.
Save JCallicoat/6539d8755f0fbd8ab4f1635eb444334d to your computer and use it in GitHub Desktop.
root@758988-infra01:/opt/rpc-openstack/openstack-ansible/playbooks# ansible keystone -m shell -a 'curl -XGET -H "Host: rpc" http://127.0.0.1:35357/v3'
758988-infra01_keystone_container-fe424342 | success | rc=0 >>
{"version": {"status": "stable", "updated": "2015-03-30T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.4", "links": [{"href": "http://rpc/v3/", "rel": "self"}]}} % Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 237 100 237 0 0 41260 0 --:--:-- --:--:-- --:--:-- 47400
758992-infra02_keystone_container-dc49d837 | success | rc=0 >>
{"version": {"status": "stable", "updated": "2015-03-30T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.4", "links": [{"href": "http://rpc/v3/", "rel": "self"}]}} % Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 237 100 237 0 0 8 0 0:00:29 0:00:29 --:--:-- 56
758993-infra03_keystone_container-7be200e6 | success | rc=0 >>
{"version": {"status": "stable", "updated": "2015-03-30T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.4", "links": [{"href": "http://rpc/v3/", "rel": "self"}]}} % Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 237 100 237 0 0 5 0 0:00:47 0:00:43 0:00:04 60
758992-infra02_keystone_container-63a8072c | success | rc=0 >>
{"version": {"status": "stable", "updated": "2015-03-30T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.4", "links": [{"href": "http://rpc/v3/", "rel": "self"}]}} % Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 237 100 237 0 0 5 0 0:00:47 0:00:46 0:00:01 65
758993-infra03_keystone_container-86609738 | success | rc=0 >>
{"version": {"status": "stable", "updated": "2015-03-30T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.4", "links": [{"href": "http://rpc/v3/", "rel": "self"}]}} % Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 237 100 237 0 0 5 0 0:00:47 0:00:47 --:--:-- 61
758988-infra01_keystone_container-e8916da9 | success | rc=0 >>
{"version": {"status": "stable", "updated": "2015-03-30T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.4", "links": [{"href": "http://rpc/v3/", "rel": "self"}]}} % Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 237 100 237 0 0 3 0 0:01:19 0:00:59 0:00:20 63
root@758988-infra01:/opt/rpc-openstack/openstack-ansible/playbooks# ansible keystone -m shell -a 'curl -XHEAD -H "Host: rpc" http://127.0.0.1:35357/v3'
758988-infra01_keystone_container-fe424342 | FAILED | rc=56 >>
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0
curl: (56) Recv failure: Connection reset by peer
758992-infra02_keystone_container-dc49d837 | FAILED | rc=18 >>
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 237 0 0 0 0 0 0 --:--:-- 0:01:08 --:--:-- 0
curl: (18) transfer closed with 237 bytes remaining to read
758993-infra03_keystone_container-86609738 | FAILED | rc=18 >>
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 237 0 0 0 0 0 0 --:--:-- 0:01:58 --:--:-- 0
curl: (18) transfer closed with 237 bytes remaining to read
758992-infra02_keystone_container-63a8072c | FAILED | rc=18 >>
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 237 0 0 0 0 0 0 --:--:-- 0:02:10 --:--:-- 0
curl: (18) transfer closed with 237 bytes remaining to read
758993-infra03_keystone_container-7be200e6 | FAILED | rc=18 >>
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 237 0 0 0 0 0 0 --:--:-- 0:02:13 --:--:-- 0
curl: (18) transfer closed with 237 bytes remaining to read
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment