)]}'
{"toci_instack.sh":[{"author":{"_account_id":7144,"name":"James Slagle","email":"jslagle@redhat.com","username":"slagle"},"change_message_id":"754ccc566831588162dc40fe8b2cb8cae142fe02","unresolved":false,"context_lines":[{"line_number":107,"context_line":"        for INSTANCE in $(ssh root@${SEED_IP} cat /tmp/nova-list.txt | grep ACTIVE | awk \u0027{printf\"%s\u003d%s\\n\", $4, $12}\u0027) ; do"},{"line_number":108,"context_line":"            IP\u003d${INSTANCE//*\u003d}"},{"line_number":109,"context_line":"            NAME\u003d${INSTANCE//\u003d*}"},{"line_number":110,"context_line":"            ssh root@${SEED_IP} su stack -c \\\"scp $SSH_OPTIONS /tmp/get_host_info.sh centos@$IP:/tmp\\\""},{"line_number":111,"context_line":"            ssh root@${SEED_IP} su stack -c \\\"ssh $SSH_OPTIONS centos@$IP sudo /tmp/get_host_info.sh\\\""},{"line_number":112,"context_line":"            ssh root@${SEED_IP} su stack -c \\\"ssh $SSH_OPTIONS centos@$IP $TARCMD\\\" \u003e $WORKSPACE/logs/${NAME}.tar.xz"},{"line_number":113,"context_line":"        done"}],"source_content_type":"text/x-sh","patch_set":2,"id":"da20952f_ced31e37","line":110,"updated":"2015-09-04 15:40:00.000000000","message":"i don\u0027t believe that we have the stack user on the overcloud\n\nwe should probably add that to the image build for CI","commit_id":"0ab98a2584884237608479c41f9cf5f780222638"},{"author":{"_account_id":7144,"name":"James Slagle","email":"jslagle@redhat.com","username":"slagle"},"change_message_id":"8761147ef209b4a74829347b0407ddde2f419d80","unresolved":false,"context_lines":[{"line_number":107,"context_line":"        for INSTANCE in $(ssh root@${SEED_IP} cat /tmp/nova-list.txt | grep ACTIVE | awk \u0027{printf\"%s\u003d%s\\n\", $4, $12}\u0027) ; do"},{"line_number":108,"context_line":"            IP\u003d${INSTANCE//*\u003d}"},{"line_number":109,"context_line":"            NAME\u003d${INSTANCE//\u003d*}"},{"line_number":110,"context_line":"            ssh root@${SEED_IP} su stack -c \\\"scp $SSH_OPTIONS /tmp/get_host_info.sh centos@$IP:/tmp\\\""},{"line_number":111,"context_line":"            ssh root@${SEED_IP} su stack -c \\\"ssh $SSH_OPTIONS centos@$IP sudo /tmp/get_host_info.sh\\\""},{"line_number":112,"context_line":"            ssh root@${SEED_IP} su stack -c \\\"ssh $SSH_OPTIONS centos@$IP $TARCMD\\\" \u003e $WORKSPACE/logs/${NAME}.tar.xz"},{"line_number":113,"context_line":"        done"}],"source_content_type":"text/x-sh","patch_set":2,"id":"da20952f_eebb82c2","line":110,"in_reply_to":"da20952f_8ea766bb","updated":"2015-09-04 15:44:10.000000000","message":"oh right, didnt realize this part was running on the jenkins node.","commit_id":"0ab98a2584884237608479c41f9cf5f780222638"},{"author":{"_account_id":1926,"name":"Derek Higgins","email":"derekh@redhat.com","username":"derekh"},"change_message_id":"1791fff9989bfc904208d6f5bb9923d1d372b2b3","unresolved":false,"context_lines":[{"line_number":107,"context_line":"        for INSTANCE in $(ssh root@${SEED_IP} cat /tmp/nova-list.txt | grep ACTIVE | awk \u0027{printf\"%s\u003d%s\\n\", $4, $12}\u0027) ; do"},{"line_number":108,"context_line":"            IP\u003d${INSTANCE//*\u003d}"},{"line_number":109,"context_line":"            NAME\u003d${INSTANCE//\u003d*}"},{"line_number":110,"context_line":"            ssh root@${SEED_IP} su stack -c \\\"scp $SSH_OPTIONS /tmp/get_host_info.sh centos@$IP:/tmp\\\""},{"line_number":111,"context_line":"            ssh root@${SEED_IP} su stack -c \\\"ssh $SSH_OPTIONS centos@$IP sudo /tmp/get_host_info.sh\\\""},{"line_number":112,"context_line":"            ssh root@${SEED_IP} su stack -c \\\"ssh $SSH_OPTIONS centos@$IP $TARCMD\\\" \u003e $WORKSPACE/logs/${NAME}.tar.xz"},{"line_number":113,"context_line":"        done"}],"source_content_type":"text/x-sh","patch_set":2,"id":"da20952f_8ea766bb","line":110,"in_reply_to":"da20952f_ced31e37","updated":"2015-09-04 15:42:15.000000000","message":"I\u0027m using the stack user on the undercloud to ssh/scp to the overcloud","commit_id":"0ab98a2584884237608479c41f9cf5f780222638"},{"author":{"_account_id":6928,"name":"Ben Nemec","email":"openstack@nemebean.com","username":"bnemec"},"change_message_id":"2abd18a917410440f96e1be79dbfca5a6b4d9c47","unresolved":false,"context_lines":[{"line_number":107,"context_line":"        for INSTANCE in $(ssh root@${SEED_IP} cat /tmp/nova-list.txt | grep ACTIVE | awk \u0027{printf\"%s\u003d%s\\n\", $4, $12}\u0027) ; do"},{"line_number":108,"context_line":"            IP\u003d${INSTANCE//*\u003d}"},{"line_number":109,"context_line":"            NAME\u003d${INSTANCE//\u003d*}"},{"line_number":110,"context_line":"            ssh root@${SEED_IP} su stack -c \\\"scp $SSH_OPTIONS /tmp/get_host_info.sh centos@$IP:/tmp\\\""},{"line_number":111,"context_line":"            ssh root@${SEED_IP} su stack -c \\\"ssh $SSH_OPTIONS centos@$IP sudo /tmp/get_host_info.sh\\\""},{"line_number":112,"context_line":"            ssh root@${SEED_IP} su stack -c \\\"ssh $SSH_OPTIONS centos@$IP $TARCMD\\\" \u003e $WORKSPACE/logs/${NAME}.tar.xz"},{"line_number":113,"context_line":"        done"}],"source_content_type":"text/x-sh","patch_set":2,"id":"da20952f_a25fd23f","line":110,"in_reply_to":"da20952f_eebb82c2","updated":"2015-09-04 21:12:45.000000000","message":"I do think it\u0027s worth noting that the centos user will likely cause problems at some point in the future when we either go back to heat-admin or add another OS.","commit_id":"0ab98a2584884237608479c41f9cf5f780222638"}]}
