Skip to content

Instantly share code, notes, and snippets.

@smalleni
Created November 4, 2015 19:26
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 smalleni/8637c4b596990a349b3b to your computer and use it in GitHub Desktop.
Save smalleni/8637c4b596990a349b3b to your computer and use it in GitHub Desktop.
[root@perfshift01 qtip(keystone_admin)]# python qtip.py -s compute -b dhrystone_parallel.yaml
Parsing class initiated
PING 10.16.28.233 (10.16.28.233) 56(84) bytes of data.
[1446664991.347102] 64 bytes from 10.16.28.233: icmp_seq=1 ttl=64 time=0.241 ms
--- 10.16.28.233 ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 0.241/0.241/0.241/0.000 ms
10.16.28.233 is UP
[('10.16.28.233', '100yard-')]
Beginning SSH Test!
SSH->>>>> 10.16.28.233
spawn ssh-copy-id -i /root/.ssh/id_rsa 10.16.28.233
/usr/bin/ssh-copy-id: INFO: attempting to log in with the new key(s), to filter out any that are already installed
/usr/bin/ssh-copy-id: WARNING: All keys were skipped because they already exist on the remote system.
expect: spawn id exp4 not open
while executing
"expect "password:" { send "$pswd\r"}"
(file "./data/ssh_exch.exp" line 7)
[('host', ['10.16.28.233'])]
Class driver initialized
[('host', ['10.16.28.233'])]
host
PLAY [127.0.0.1] **************************************************************
GATHERING FACTS ***************************************************************
ok: [127.0.0.1]
TASK: [making dhrystone directory] ********************************************
ok: [127.0.0.1] => {"changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/root/qtip/results/dhrystone/dhrystone_temp", "secontext": "unconfined_u:object_r:admin_home_t:s0", "size": 6, "state": "directory", "uid": 0}
TASK: [making temporary dhrystone directory] **********************************
ok: [127.0.0.1] => {"changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/root/qtip/results/dhrystone/dhrystone_temp", "secontext": "unconfined_u:object_r:admin_home_t:s0", "size": 6, "state": "directory", "uid": 0}
PLAY [host] *******************************************************************
skipping: no hosts matched
PLAY [127.0.0.1] **************************************************************
GATHERING FACTS ***************************************************************
ok: [127.0.0.1]
TASK: [extracting_json] *******************************************************
failed: [127.0.0.1] => {"changed": true, "cmd": "( find /root/qtip/results/dhrystone/dhrystone_temp/ -name \"*.json\" | xargs cp -t /root/qtip/results/dhrystone/)", "delta": "0:00:00.005482", "end": "2015-11-04 14:23:16.376994", "rc": 123, "start": "2015-11-04 14:23:16.371512", "warnings": []}
stderr: cp: missing file operand
Try 'cp --help' for more information.
FATAL: all hosts have already failed -- aborting
PLAY RECAP ********************************************************************
to retry, use: --limit @/root/dhrystone.yaml.retry
127.0.0.1 : ok=4 changed=0 unreachable=0 failed=1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment