Skip to content

Instantly share code, notes, and snippets.

@aakarshg
Created July 25, 2018 18:30
Show Gist options
  • Save aakarshg/ee7c7801a381bda2537099985534f6a6 to your computer and use it in GitHub Desktop.
Save aakarshg/ee7c7801a381bda2537099985534f6a6 to your computer and use it in GitHub Desktop.
TASK [nodepool-setup : Wait for provisioned hosts to become reachable] ********************************************************************************************************************************************
ok: [subnode-0 -> localhost]
PLAY RECAP ********************************************************************************************************************************************************************************************************
subnode-0 : ok=58 changed=37 unreachable=0 failed=0
++ awk '/subnode-0/ {print $2}' ovb_hosts
+ export ansible_host=38.145.33.48
+ ansible_host=38.145.33.48
+ scp -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null /tmp/reproduce-tmp.3PQoG/nodes.json zuul@38.145.33.48:/home/zuul/
Warning: Permanently added '38.145.33.48' (ECDSA) to the list of known hosts.
nodes.json 100% 1398 22.9KB/s 00:00
+ EXTRA_VARS=' --extra-vars dlrn_hash_tag_newest=2574cc945002321bfd263418d6cac54582bbbabe_9c17ac66 '
+ cat
+ cat
+ [[ 0 == \1 ]]
+ scp -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null /tmp/reproduce-tmp.3PQoG/env_vars_to_src.sh zuul@38.145.33.48:/home/zuul/
Warning: Permanently added '38.145.33.48' (ECDSA) to the list of known hosts.
env_vars_to_src.sh 100% 562 10.5KB/s 00:00
+ [[ 1 == \1 ]]
+ ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null zuul@38.145.33.48 -tt 'screen -LS ci -h 25000 -dm bash -c '\''set -m; source ~/env_vars_to_src.sh; ANSIBLE_FORCE_COLOR=true /opt/stack/tripleo-ci/toci_gate_test.sh 2>&1 | tee ~/console.log; exec bash'\'' && screen -RD'
Warning: Permanently added '38.145.33.48' (ECDSA) to the list of known hosts.
Cannot find terminfo entry for 'screen.xterm-256color'.
Connection to 38.145.33.48 closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment