Xshell for Xmanager Enterprise 5 (Build 1104) Copyright (c) 2002-2017 NetSarang Computer, Inc. All rights reserved. Type `help' to learn how to use Xshell prompt. [c:\~]$ Connecting to 172.30.1.120:22... Connection established. To escape to local shell, press 'Ctrl+Alt+]'. Last login: Thu Mar 16 06:50:41 2017 from 172.16.204.3 [root@centos7 ~]# ssh kola Last login: Wed Mar 15 23:58:36 2017 from 192.168.122.1 [root@kola ~]# ls a.repo centos-7.tar docker-images.txt docker-registry-2.tar [root@kola ~]# uname -a Linux kola.genomics.cn 3.10.0-514.6.1.el7.x86_64 #1 SMP Wed Jan 18 13:06:36 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux [root@kola ~]# cd /opt/bgi-kolla [root@kola bgi-kolla]# ls collect-info.sh deploy.sh diskimage-builder etc-kolla kolla-ansible kolla-build Readme.md [root@kola bgi-kolla]# ping gitlab.genomics.cn PING gitlab.genomics.cn (192.168.3.201) 56(84) bytes of data. ^C --- gitlab.genomics.cn ping statistics --- 4 packets transmitted, 0 received, 100% packet loss, time 2999ms [root@kola bgi-kolla]# ls collect-info.sh deploy.sh diskimage-builder etc-kolla kolla-ansible kolla-build Readme.md [root@kola bgi-kolla]# cd kolla-ansible/ [root@kola kolla-ansible]# ls ansible contrib kolla_ansible releasenotes specs tox.ini bgi deploy-guide kolla-info.txt requirements.txt test-requirements.txt bgi-changelog.txt doc LICENSE setup.cfg tests bindep.txt etc README.rst setup.py tools [root@kola kolla-ansible]# cd bgi [root@kola bgi]# ls 01-precheck.sh 04-init-runonce.sh 06-scaleout.sh 08-upgrade-minor.sh 02.1-deploy.sh 05.1-reconfigure-ironic.sh 07.1-destroy-clean-image.sh 02-deploy.sh 05.2-reconfigure-swift.sh 07-destroy.sh 03-post-deploy.sh 05-reconfigure.sh 08.1-upgrade-horizon.sh [root@kola bgi]# vim /tmp/deploy.sh [root@kola bgi]# [root@kola bgi]# [root@kola bgi]# [root@kola bgi]# ps uax | grep ssh root 681 0.0 0.0 82468 520 ? Ss Feb28 0:00 /usr/sbin/sshd root 30261 0.2 0.0 140832 5032 ? Ss 06:50 0:00 sshd: root@pts/0 root 30288 0.0 0.0 112652 964 pts/0 S+ 06:52 0:00 grep --color=auto ssh [root@kola bgi]# ps uax | grep ansible root 30290 0.0 0.0 112648 960 pts/0 S+ 06:52 0:00 grep --color=auto ansible [root@kola bgi]# [root@kola bgi]# [root@kola bgi]# cd bgi -bash: cd: bgi: No such file or directory [root@kola bgi]# ls 01-precheck.sh 04-init-runonce.sh 06-scaleout.sh 08-upgrade-minor.sh 02.1-deploy.sh 05.1-reconfigure-ironic.sh 07.1-destroy-clean-image.sh 02-deploy.sh 05.2-reconfigure-swift.sh 07-destroy.sh 03-post-deploy.sh 05-reconfigure.sh 08.1-upgrade-horizon.sh [root@kola bgi]# cp 02-deploy.sh 02.1-deploy-swift.sh [root@kola bgi]# vim 02.1-deploy-swift.sh [root@kola bgi]# cat 07-destroy.sh ../tools/kolla-ansible destroy -i ../ansible/inventory/bgi-openstack --yes-i-really-really-mean-it [root@kola bgi]# ./07-destroy.sh Destroy Kolla containers, volumes and host configuration : ansible-playbook -i ../ansible/inventory/bgi-openstack -e @/etc/kolla/globals.yml -e @/etc/kolla/passwords.yml -e CONFIG_DIR=/etc/kolla /opt/bgi-kolla/kolla-ansible/ansible/destroy.yml PLAY [Apply role destroy] ****************************************************** TASK [setup] ******************************************************************* ok: [kode1] ok: [kode2] ok: [kode0] ok: [kode5] ok: [kode4] ok: [kode6] ok: [kode3] TASK [destroy : Creating /kolla-cleanup/tools directory on node] *************** changed: [kode5] changed: [kode0] changed: [kode2] changed: [kode1] changed: [kode4] changed: [kode6] changed: [kode3] TASK [destroy : Copying validate-docker-execute.sh file] *********************** changed: [kode4] changed: [kode1] changed: [kode2] changed: [kode5] changed: [kode0] changed: [kode3] changed: [kode6] TASK [destroy : Copying cleanup-containers file] ******************************* changed: [kode0] changed: [kode1] changed: [kode4] changed: [kode5] changed: [kode2] changed: [kode6] changed: [kode3] TASK [destroy : Copying cleanup-host file] ************************************* changed: [kode1] changed: [kode0] changed: [kode5] changed: [kode4] changed: [kode2] changed: [kode6] changed: [kode3] TASK [destroy : Copying cleanup-images file] *********************************** skipping: [kode1] skipping: [kode2] skipping: [kode0] skipping: [kode4] skipping: [kode5] skipping: [kode6] skipping: [kode3] TASK [destroy : Destroying all Kolla containers and volumes] ******************* changed: [kode1] changed: [kode5] changed: [kode0] changed: [kode2] changed: [kode4] changed: [kode3] changed: [kode6] TASK [destroy : Removing Kolla images] ***************************************** skipping: [kode1] skipping: [kode2] skipping: [kode0] skipping: [kode4] skipping: [kode5] skipping: [kode6] skipping: [kode3] TASK [destroy : Destroying Kolla host configuration] *************************** changed: [kode4] changed: [kode1] changed: [kode5] changed: [kode0] changed: [kode2] changed: [kode3] changed: [kode6] TASK [destroy : Destroying kolla-cleanup folder] ******************************* changed: [kode1] changed: [kode5] changed: [kode0] changed: [kode4] changed: [kode2] changed: [kode3] changed: [kode6] PLAY RECAP ********************************************************************* kode0 : ok=8 changed=7 unreachable=0 failed=0 kode1 : ok=8 changed=7 unreachable=0 failed=0 kode2 : ok=8 changed=7 unreachable=0 failed=0 kode3 : ok=8 changed=7 unreachable=0 failed=0 kode4 : ok=8 changed=7 unreachable=0 failed=0 kode5 : ok=8 changed=7 unreachable=0 failed=0 kode6 : ok=8 changed=7 unreachable=0 failed=0 [root@kola bgi]# ls 01-precheck.sh 03-post-deploy.sh 05-reconfigure.sh 08.1-upgrade-horizon.sh 02.1-deploy.sh 04-init-runonce.sh 06-scaleout.sh 08-upgrade-minor.sh 02.1-deploy-swift.sh 05.1-reconfigure-ironic.sh 07.1-destroy-clean-image.sh 02-deploy.sh 05.2-reconfigure-swift.sh 07-destroy.sh [root@kola bgi]# mv 02.1-deploy.sh 02.1-deploy-latest-horizon.sh [root@kola bgi]# mv 02.1-deploy-swift.sh 02.2-deploy-only-swift.sh [root@kola bgi]# ls 01-precheck.sh 04-init-runonce.sh 07.1-destroy-clean-image.sh 02.1-deploy-latest-horizon.sh 05.1-reconfigure-ironic.sh 07-destroy.sh 02.2-deploy-only-swift.sh 05.2-reconfigure-swift.sh 08.1-upgrade-horizon.sh 02-deploy.sh 05-reconfigure.sh 08-upgrade-minor.sh 03-post-deploy.sh 06-scaleout.sh [root@kola bgi]# cat 02.2-deploy-only-swift.sh ../tools/kolla-ansible deploy -i ../ansible/inventory/bgi-openstack --tags=rabbitmq,mariadb,keystone,swift [root@kola bgi]# ./02.2-deploy-only-swift.sh Deploying Playbooks : ansible-playbook -i ../ansible/inventory/bgi-openstack -e @/etc/kolla/globals.yml -e @/etc/kolla/passwords.yml -e CONFIG_DIR=/etc/kolla --tags rabbitmq,mariadb,keystone,swift -e action=deploy /opt/bgi-kolla/kolla-ansible/ansible/site.yml PLAY [Gather facts for all hosts] ********************************************** TASK [setup] ******************************************************************* ok: [kode1] ok: [kode2] ok: [kode0] ok: [kode5] ok: [kode4] ok: [kode6] ok: [kode3] PLAY [Gather facts for all hosts (if using --limit)] *************************** PLAY [Detect openstack_release variable] *************************************** TASK [Get current kolla-ansible version number] ******************************** skipping: [kode0] skipping: [kode1] skipping: [kode4] skipping: [kode5] skipping: [kode6] skipping: [kode2] skipping: [kode3] TASK [Set openstack_release variable] ****************************************** skipping: [kode1] skipping: [kode0] skipping: [kode4] skipping: [kode5] skipping: [kode2] skipping: [kode6] skipping: [kode3] PLAY [Apply role prechecks] **************************************************** TASK [setup] ******************************************************************* ok: [kode0] ok: [kode1] ok: [kode4] ok: [kode2] ok: [kode5] ok: [kode6] ok: [kode3] PLAY [Apply role chrony] ******************************************************* TASK [setup] ******************************************************************* ok: [kode0] ok: [kode1] ok: [kode4] ok: [kode2] ok: [kode3] ok: [kode5] ok: [kode6] TASK [common : include] ******************************************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] skipping: [kode3] skipping: [kode4] skipping: [kode5] skipping: [kode6] TASK [chrony : include] ******************************************************** skipping: [kode1] skipping: [kode2] skipping: [kode3] skipping: [kode4] skipping: [kode0] skipping: [kode5] skipping: [kode6] PLAY [Apply role collectd] ***************************************************** TASK [setup] ******************************************************************* ok: [kode5] ok: [kode4] ok: [kode6] TASK [common : include] ******************************************************** skipping: [kode4] skipping: [kode5] skipping: [kode6] TASK [collectd : include] ****************************************************** skipping: [kode4] skipping: [kode5] skipping: [kode6] PLAY [Apply role elasticsearch] ************************************************ TASK [setup] ******************************************************************* ok: [kode1] ok: [kode0] ok: [kode2] TASK [common : include] ******************************************************** included: /opt/bgi-kolla/kolla-ansible/ansible/roles/common/tasks/deploy.yml for kode0, kode1, kode2 TASK [common : include] ******************************************************** included: /opt/bgi-kolla/kolla-ansible/ansible/roles/common/tasks/config.yml for kode0, kode1, kode2 TASK [common : include] ******************************************************** included: /opt/bgi-kolla/kolla-ansible/ansible/roles/common/tasks/bootstrap.yml for kode0, kode1, kode2 TASK [common : include] ******************************************************** included: /opt/bgi-kolla/kolla-ansible/ansible/roles/common/tasks/start.yml for kode0, kode1, kode2 TASK [elasticsearch : include] ************************************************* included: /opt/bgi-kolla/kolla-ansible/ansible/roles/elasticsearch/tasks/deploy.yml for kode0, kode1, kode2 TASK [elasticsearch : include] ************************************************* included: /opt/bgi-kolla/kolla-ansible/ansible/roles/elasticsearch/tasks/config.yml for kode0, kode1, kode2 PLAY [Apply role influxdb] ***************************************************** TASK [setup] ******************************************************************* ok: [kode3] TASK [common : include] ******************************************************** skipping: [kode3] TASK [influxdb : include] ****************************************************** skipping: [kode3] PLAY [Apply role telegraf] ***************************************************** TASK [setup] ******************************************************************* ok: [kode5] ok: [kode0] ok: [kode1] ok: [kode6] ok: [kode4] ok: [kode2] ok: [kode3] TASK [common : include] ******************************************************** skipping: [kode5] skipping: [kode6] skipping: [kode0] skipping: [kode1] skipping: [kode4] skipping: [kode2] skipping: [kode3] TASK [telegraf : include] ****************************************************** skipping: [kode5] skipping: [kode0] skipping: [kode1] skipping: [kode6] skipping: [kode2] skipping: [kode3] skipping: [kode4] PLAY [Apply role haproxy] ****************************************************** TASK [setup] ******************************************************************* ok: [kode3] TASK [common : include] ******************************************************** included: /opt/bgi-kolla/kolla-ansible/ansible/roles/common/tasks/deploy.yml for kode3 TASK [common : include] ******************************************************** included: /opt/bgi-kolla/kolla-ansible/ansible/roles/common/tasks/config.yml for kode3 TASK [common : include] ******************************************************** included: /opt/bgi-kolla/kolla-ansible/ansible/roles/common/tasks/bootstrap.yml for kode3 TASK [common : include] ******************************************************** included: /opt/bgi-kolla/kolla-ansible/ansible/roles/common/tasks/start.yml for kode3 TASK [haproxy : include] ******************************************************* included: /opt/bgi-kolla/kolla-ansible/ansible/roles/haproxy/tasks/deploy.yml for kode3 TASK [haproxy : include] ******************************************************* included: /opt/bgi-kolla/kolla-ansible/ansible/roles/haproxy/tasks/config.yml for kode3 TASK [haproxy : include] ******************************************************* included: /opt/bgi-kolla/kolla-ansible/ansible/roles/haproxy/tasks/start.yml for kode3 PLAY [Apply role kibana] ******************************************************* TASK [setup] ******************************************************************* ok: [kode0] ok: [kode1] ok: [kode2] TASK [common : include] ******************************************************** included: /opt/bgi-kolla/kolla-ansible/ansible/roles/common/tasks/deploy.yml for kode0, kode1, kode2 TASK [common : include] ******************************************************** included: /opt/bgi-kolla/kolla-ansible/ansible/roles/common/tasks/config.yml for kode0, kode1, kode2 TASK [common : include] ******************************************************** included: /opt/bgi-kolla/kolla-ansible/ansible/roles/common/tasks/bootstrap.yml for kode0, kode1, kode2 TASK [common : include] ******************************************************** included: /opt/bgi-kolla/kolla-ansible/ansible/roles/common/tasks/start.yml for kode0, kode1, kode2 TASK [kibana : include] ******************************************************** included: /opt/bgi-kolla/kolla-ansible/ansible/roles/kibana/tasks/deploy.yml for kode0, kode1, kode2 TASK [kibana : include] ******************************************************** included: /opt/bgi-kolla/kolla-ansible/ansible/roles/kibana/tasks/config.yml for kode0, kode1, kode2 PLAY [Apply role memcached] **************************************************** TASK [setup] ******************************************************************* ok: [kode0] ok: [kode2] ok: [kode1] TASK [memcached : include] ***************************************************** included: /opt/bgi-kolla/kolla-ansible/ansible/roles/memcached/tasks/deploy.yml for kode0, kode1, kode2 TASK [memcached : include] ***************************************************** included: /opt/bgi-kolla/kolla-ansible/ansible/roles/memcached/tasks/config.yml for kode0, kode1, kode2 PLAY [Apply role mariadb] ****************************************************** TASK [setup] ******************************************************************* ok: [kode0] ok: [kode2] ok: [kode1] TASK [common : include] ******************************************************** included: /opt/bgi-kolla/kolla-ansible/ansible/roles/common/tasks/deploy.yml for kode0, kode1, kode2 TASK [common : include] ******************************************************** included: /opt/bgi-kolla/kolla-ansible/ansible/roles/common/tasks/config.yml for kode0, kode1, kode2 TASK [common : Ensuring config directories exist] ****************************** changed: [kode1] => (item=fluentd) changed: [kode0] => (item=fluentd) changed: [kode2] => (item=fluentd) changed: [kode1] => (item=fluentd/input) changed: [kode0] => (item=fluentd/input) changed: [kode2] => (item=fluentd/input) changed: [kode1] => (item=fluentd/output) changed: [kode0] => (item=fluentd/output) changed: [kode2] => (item=fluentd/output) changed: [kode1] => (item=fluentd/format) changed: [kode0] => (item=fluentd/format) changed: [kode2] => (item=fluentd/format) changed: [kode1] => (item=fluentd/filter) changed: [kode0] => (item=fluentd/filter) changed: [kode2] => (item=fluentd/filter) changed: [kode1] => (item=kolla-toolbox) changed: [kode0] => (item=kolla-toolbox) changed: [kode2] => (item=kolla-toolbox) changed: [kode1] => (item=cron) changed: [kode0] => (item=cron) changed: [kode2] => (item=cron) changed: [kode1] => (item=cron/logrotate) changed: [kode0] => (item=cron/logrotate) changed: [kode2] => (item=cron/logrotate) TASK [common : Copying over config.json files for services] ******************** changed: [kode2] => (item=fluentd) changed: [kode0] => (item=fluentd) changed: [kode1] => (item=fluentd) changed: [kode0] => (item=kolla-toolbox) changed: [kode1] => (item=kolla-toolbox) changed: [kode2] => (item=kolla-toolbox) changed: [kode1] => (item=cron) changed: [kode0] => (item=cron) changed: [kode2] => (item=cron) TASK [common : Copying over fluentd input config files] ************************ changed: [kode1] => (item=00-global) changed: [kode0] => (item=00-global) changed: [kode2] => (item=00-global) changed: [kode0] => (item=01-syslog) changed: [kode1] => (item=01-syslog) changed: [kode2] => (item=01-syslog) changed: [kode0] => (item=02-mariadb) changed: [kode1] => (item=02-mariadb) changed: [kode2] => (item=02-mariadb) changed: [kode0] => (item=03-rabbitmq) changed: [kode2] => (item=03-rabbitmq) changed: [kode1] => (item=03-rabbitmq) TASK [common : Copying over fluentd ouput config files] ************************ changed: [kode1] => (item={u'enabled': True, u'name': u'00-local'}) changed: [kode2] => (item={u'enabled': True, u'name': u'00-local'}) changed: [kode0] => (item={u'enabled': True, u'name': u'00-local'}) changed: [kode1] => (item={u'enabled': u'yes', u'name': u'01-es'}) changed: [kode0] => (item={u'enabled': u'yes', u'name': u'01-es'}) changed: [kode2] => (item={u'enabled': u'yes', u'name': u'01-es'}) TASK [common : Copying over fluentd format config files] *********************** changed: [kode0] => (item=apache_access) changed: [kode1] => (item=apache_access) changed: [kode2] => (item=apache_access) changed: [kode1] => (item=wsgi_access) changed: [kode0] => (item=wsgi_access) changed: [kode2] => (item=wsgi_access) changed: [kode0] => (item=wsgi_python) changed: [kode1] => (item=wsgi_python) changed: [kode2] => (item=wsgi_python) TASK [common : Copying over fluentd filter config files] *********************** changed: [kode1] => (item=00-record_transformer) changed: [kode2] => (item=00-record_transformer) changed: [kode0] => (item=00-record_transformer) changed: [kode2] => (item=01-rewrite) changed: [kode0] => (item=01-rewrite) changed: [kode1] => (item=01-rewrite) TASK [common : Copying over tg-agent.conf] ************************************* changed: [kode1] => (item=fluentd) changed: [kode0] => (item=fluentd) changed: [kode2] => (item=fluentd) TASK [common : Copying over cron logrotate config files] *********************** changed: [kode1] => (item={u'enabled': u'yes', u'name': u'ansible'}) changed: [kode0] => (item={u'enabled': u'yes', u'name': u'ansible'}) changed: [kode2] => (item={u'enabled': u'yes', u'name': u'ansible'}) changed: [kode1] => (item={u'enabled': u'yes', u'name': u'aodh'}) skipping: [kode1] => (item={u'enabled': u'no', u'name': u'barbican'}) changed: [kode0] => (item={u'enabled': u'yes', u'name': u'aodh'}) skipping: [kode0] => (item={u'enabled': u'no', u'name': u'barbican'}) changed: [kode2] => (item={u'enabled': u'yes', u'name': u'aodh'}) skipping: [kode2] => (item={u'enabled': u'no', u'name': u'barbican'}) changed: [kode1] => (item={u'enabled': u'yes', u'name': u'ceilometer'}) changed: [kode0] => (item={u'enabled': u'yes', u'name': u'ceilometer'}) changed: [kode2] => (item={u'enabled': u'yes', u'name': u'ceilometer'}) changed: [kode1] => (item={u'enabled': u'yes', u'name': u'cinder'}) skipping: [kode1] => (item={u'enabled': u'no', u'name': u'cloudkitty'}) changed: [kode0] => (item={u'enabled': u'yes', u'name': u'cinder'}) skipping: [kode1] => (item={u'enabled': u'no', u'name': u'designate'}) skipping: [kode0] => (item={u'enabled': u'no', u'name': u'cloudkitty'}) changed: [kode2] => (item={u'enabled': u'yes', u'name': u'cinder'}) skipping: [kode0] => (item={u'enabled': u'no', u'name': u'designate'}) skipping: [kode2] => (item={u'enabled': u'no', u'name': u'cloudkitty'}) skipping: [kode2] => (item={u'enabled': u'no', u'name': u'designate'}) changed: [kode1] => (item={u'enabled': u'yes', u'name': u'elasticsearch'}) skipping: [kode1] => (item={u'enabled': u'no', u'name': u'freezer'}) changed: [kode0] => (item={u'enabled': u'yes', u'name': u'elasticsearch'}) skipping: [kode0] => (item={u'enabled': u'no', u'name': u'freezer'}) changed: [kode2] => (item={u'enabled': u'yes', u'name': u'elasticsearch'}) skipping: [kode2] => (item={u'enabled': u'no', u'name': u'freezer'}) changed: [kode1] => (item={u'enabled': u'yes', u'name': u'glance'}) changed: [kode0] => (item={u'enabled': u'yes', u'name': u'glance'}) changed: [kode2] => (item={u'enabled': u'yes', u'name': u'glance'}) changed: [kode1] => (item={u'enabled': u'yes', u'name': u'global'}) changed: [kode0] => (item={u'enabled': u'yes', u'name': u'global'}) changed: [kode2] => (item={u'enabled': u'yes', u'name': u'global'}) changed: [kode1] => (item={u'enabled': u'yes', u'name': u'gnocchi'}) skipping: [kode1] => (item={u'enabled': u'no', u'name': u'grafana'}) changed: [kode0] => (item={u'enabled': u'yes', u'name': u'gnocchi'}) skipping: [kode0] => (item={u'enabled': u'no', u'name': u'grafana'}) changed: [kode2] => (item={u'enabled': u'yes', u'name': u'gnocchi'}) skipping: [kode2] => (item={u'enabled': u'no', u'name': u'grafana'}) changed: [kode1] => (item={u'enabled': u'yes', u'name': u'haproxy'}) skipping: [kode1] => (item={u'enabled': u'no', u'name': u'heat'}) changed: [kode0] => (item={u'enabled': u'yes', u'name': u'haproxy'}) skipping: [kode0] => (item={u'enabled': u'no', u'name': u'heat'}) changed: [kode2] => (item={u'enabled': u'yes', u'name': u'haproxy'}) skipping: [kode2] => (item={u'enabled': u'no', u'name': u'heat'}) changed: [kode1] => (item={u'enabled': True, u'name': u'iscsid'}) skipping: [kode1] => (item={u'enabled': u'no', u'name': u'karbor'}) changed: [kode0] => (item={u'enabled': True, u'name': u'iscsid'}) skipping: [kode0] => (item={u'enabled': u'no', u'name': u'karbor'}) changed: [kode2] => (item={u'enabled': True, u'name': u'iscsid'}) skipping: [kode2] => (item={u'enabled': u'no', u'name': u'karbor'}) changed: [kode1] => (item={u'enabled': u'yes', u'name': u'keepalived'}) changed: [kode0] => (item={u'enabled': u'yes', u'name': u'keepalived'}) changed: [kode2] => (item={u'enabled': u'yes', u'name': u'keepalived'}) changed: [kode1] => (item={u'enabled': u'yes', u'name': u'keystone'}) skipping: [kode1] => (item={u'enabled': u'no', u'name': u'magnum'}) skipping: [kode1] => (item={u'enabled': u'no', u'name': u'manila'}) changed: [kode0] => (item={u'enabled': u'yes', u'name': u'keystone'}) skipping: [kode0] => (item={u'enabled': u'no', u'name': u'magnum'}) changed: [kode2] => (item={u'enabled': u'yes', u'name': u'keystone'}) skipping: [kode0] => (item={u'enabled': u'no', u'name': u'manila'}) skipping: [kode2] => (item={u'enabled': u'no', u'name': u'magnum'}) skipping: [kode2] => (item={u'enabled': u'no', u'name': u'manila'}) changed: [kode1] => (item={u'enabled': u'yes', u'name': u'mariadb'}) skipping: [kode1] => (item={u'enabled': u'no', u'name': u'mistral'}) skipping: [kode1] => (item={u'enabled': u'no', u'name': u'murano'}) changed: [kode0] => (item={u'enabled': u'yes', u'name': u'mariadb'}) changed: [kode2] => (item={u'enabled': u'yes', u'name': u'mariadb'}) skipping: [kode0] => (item={u'enabled': u'no', u'name': u'mistral'}) skipping: [kode2] => (item={u'enabled': u'no', u'name': u'mistral'}) skipping: [kode0] => (item={u'enabled': u'no', u'name': u'murano'}) skipping: [kode2] => (item={u'enabled': u'no', u'name': u'murano'}) changed: [kode1] => (item={u'enabled': u'yes', u'name': u'neutron'}) changed: [kode0] => (item={u'enabled': u'yes', u'name': u'neutron'}) changed: [kode2] => (item={u'enabled': u'yes', u'name': u'neutron'}) changed: [kode1] => (item={u'enabled': u'yes', u'name': u'nova'}) skipping: [kode1] => (item={u'enabled': u'no', u'name': u'octavia'}) skipping: [kode1] => (item={u'enabled': u'no', u'name': u'panko'}) changed: [kode0] => (item={u'enabled': u'yes', u'name': u'nova'}) skipping: [kode0] => (item={u'enabled': u'no', u'name': u'octavia'}) skipping: [kode0] => (item={u'enabled': u'no', u'name': u'panko'}) changed: [kode2] => (item={u'enabled': u'yes', u'name': u'nova'}) skipping: [kode2] => (item={u'enabled': u'no', u'name': u'octavia'}) skipping: [kode2] => (item={u'enabled': u'no', u'name': u'panko'}) changed: [kode1] => (item={u'enabled': u'yes', u'name': u'rabbitmq'}) skipping: [kode1] => (item={u'enabled': u'no', u'name': u'sahara'}) skipping: [kode1] => (item={u'enabled': u'no', u'name': u'searchlight'}) skipping: [kode1] => (item={u'enabled': u'no', u'name': u'senlin'}) skipping: [kode1] => (item={u'enabled': u'no', u'name': u'solum'}) changed: [kode0] => (item={u'enabled': u'yes', u'name': u'rabbitmq'}) skipping: [kode0] => (item={u'enabled': u'no', u'name': u'sahara'}) skipping: [kode0] => (item={u'enabled': u'no', u'name': u'searchlight'}) skipping: [kode0] => (item={u'enabled': u'no', u'name': u'senlin'}) skipping: [kode0] => (item={u'enabled': u'no', u'name': u'solum'}) changed: [kode2] => (item={u'enabled': u'yes', u'name': u'rabbitmq'}) skipping: [kode2] => (item={u'enabled': u'no', u'name': u'sahara'}) skipping: [kode2] => (item={u'enabled': u'no', u'name': u'searchlight'}) skipping: [kode2] => (item={u'enabled': u'no', u'name': u'senlin'}) skipping: [kode2] => (item={u'enabled': u'no', u'name': u'solum'}) changed: [kode1] => (item={u'enabled': u'yes', u'name': u'swift'}) skipping: [kode1] => (item={u'enabled': u'no', u'name': u'tacker'}) skipping: [kode1] => (item={u'enabled': u'no', u'name': u'watcher'}) changed: [kode0] => (item={u'enabled': u'yes', u'name': u'swift'}) skipping: [kode0] => (item={u'enabled': u'no', u'name': u'tacker'}) skipping: [kode0] => (item={u'enabled': u'no', u'name': u'watcher'}) changed: [kode2] => (item={u'enabled': u'yes', u'name': u'swift'}) skipping: [kode2] => (item={u'enabled': u'no', u'name': u'tacker'}) skipping: [kode2] => (item={u'enabled': u'no', u'name': u'watcher'}) TASK [common : include] ******************************************************** included: /opt/bgi-kolla/kolla-ansible/ansible/roles/common/tasks/bootstrap.yml for kode0, kode1, kode2 TASK [common : Creating log volume] ******************************************** changed: [kode0] changed: [kode2] changed: [kode1] TASK [common : include] ******************************************************** included: /opt/bgi-kolla/kolla-ansible/ansible/roles/common/tasks/start.yml for kode0, kode1, kode2 TASK [common : Starting fluentd container] ************************************* changed: [kode1] changed: [kode2] changed: [kode0] TASK [common : Starting kolla-toolbox container] ******************************* changed: [kode0] changed: [kode2] changed: [kode1] TASK [common : Initializing toolbox container using normal user] *************** ok: [kode2] ok: [kode0] ok: [kode1] TASK [common : Starting cron container] **************************************** changed: [kode1] changed: [kode2] changed: [kode0] TASK [common : Registering common role has run] ******************************** ok: [kode0] ok: [kode1] ok: [kode2] TASK [mariadb : include] ******************************************************* included: /opt/bgi-kolla/kolla-ansible/ansible/roles/mariadb/tasks/deploy.yml for kode0, kode1, kode2 TASK [mariadb : include] ******************************************************* included: /opt/bgi-kolla/kolla-ansible/ansible/roles/mariadb/tasks/config.yml for kode0, kode1, kode2 TASK [mariadb : Ensuring config directories exist] ***************************** changed: [kode0] => (item=mariadb) changed: [kode1] => (item=mariadb) changed: [kode2] => (item=mariadb) TASK [mariadb : Copying over config.json files for services] ******************* changed: [kode1] => (item=mariadb) changed: [kode2] => (item=mariadb) changed: [kode0] => (item=mariadb) TASK [mariadb : Copying over galera.cnf] *************************************** changed: [kode1] => (item=mariadb) changed: [kode0] => (item=mariadb) changed: [kode2] => (item=mariadb) TASK [mariadb : Copying over wsrep-notify.sh] ********************************** changed: [kode0] => (item=mariadb) changed: [kode1] => (item=mariadb) changed: [kode2] => (item=mariadb) TASK [mariadb : include] ******************************************************* included: /opt/bgi-kolla/kolla-ansible/ansible/roles/mariadb/tasks/bootstrap.yml for kode0, kode1, kode2 TASK [mariadb : include] ******************************************************* included: /opt/bgi-kolla/kolla-ansible/ansible/roles/mariadb/tasks/lookup_cluster.yml for kode0, kode1, kode2 TASK [mariadb : Cleaning up temp file on localhost] **************************** [DEPRECATION WARNING]: always_run is deprecated. Use check_mode = no instead.. This feature will be removed in version 2.4. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. ok: [kode0 -> localhost] TASK [mariadb : Creating temp file on localhost] ******************************* [DEPRECATION WARNING]: always_run is deprecated. Use check_mode = no instead.. This feature will be removed in version 2.4. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. ok: [kode0 -> localhost] TASK [mariadb : Creating mariadb volume] *************************************** changed: [kode0] changed: [kode1] changed: [kode2] TASK [mariadb : Writing hostname of host with existing cluster files to temp file] *** [DEPRECATION WARNING]: always_run is deprecated. Use check_mode = no instead.. This feature will be removed in version 2.4. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. [DEPRECATION WARNING]: always_run is deprecated. Use check_mode = no instead.. This feature will be removed in version 2.4. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. [DEPRECATION WARNING]: always_run is deprecated. Use check_mode = no instead.. This feature will be removed in version 2.4. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [mariadb : Registering host from temp file] ******************************* ok: [kode0] ok: [kode1] ok: [kode2] TASK [mariadb : Cleaning up temp file on localhost] **************************** [DEPRECATION WARNING]: always_run is deprecated. Use check_mode = no instead.. This feature will be removed in version 2.4. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. ok: [kode0 -> localhost] TASK [mariadb : include] ******************************************************* skipping: [kode1] skipping: [kode2] included: /opt/bgi-kolla/kolla-ansible/ansible/roles/mariadb/tasks/bootstrap_cluster.yml for kode0 TASK [mariadb : Running MariaDB bootstrap container] *************************** changed: [kode0] TASK [mariadb : Starting first MariaDB container] ****************************** changed: [kode0] TASK [mariadb : include] ******************************************************* skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [mariadb : include] ******************************************************* included: /opt/bgi-kolla/kolla-ansible/ansible/roles/mariadb/tasks/start.yml for kode0, kode1, kode2 TASK [mariadb : Starting mariadb container] ************************************ skipping: [kode0] changed: [kode2] changed: [kode1] TASK [mariadb : Waiting for MariaDB service to be ready] *********************** FAILED - RETRYING: TASK: mariadb : Waiting for MariaDB service to be ready (10 retries left). ok: [kode0] FAILED - RETRYING: TASK: mariadb : Waiting for MariaDB service to be ready (10 retries left). FAILED - RETRYING: TASK: mariadb : Waiting for MariaDB service to be ready (10 retries left). ok: [kode1] ok: [kode2] TASK [mariadb : include] ******************************************************* included: /opt/bgi-kolla/kolla-ansible/ansible/roles/mariadb/tasks/register.yml for kode0, kode1, kode2 TASK [mariadb : Creating haproxy mysql user] *********************************** changed: [kode0] TASK [mariadb : Cleaning up facts] ********************************************* ok: [kode0] ok: [kode1] ok: [kode2] TASK [mariadb : include] ******************************************************* included: /opt/bgi-kolla/kolla-ansible/ansible/roles/mariadb/tasks/start.yml for kode0, kode1, kode2 TASK [mariadb : Starting mariadb container] ************************************ ok: [kode1] ok: [kode2] changed: [kode0] TASK [mariadb : Waiting for MariaDB service to be ready] *********************** ok: [kode1] ok: [kode2] FAILED - RETRYING: TASK: mariadb : Waiting for MariaDB service to be ready (10 retries left). ok: [kode0] TASK [mariadb : include] ******************************************************* included: /opt/bgi-kolla/kolla-ansible/ansible/roles/mariadb/tasks/register.yml for kode0, kode1, kode2 TASK [mariadb : Creating haproxy mysql user] *********************************** ok: [kode0] TASK [mariadb : Cleaning up facts] ********************************************* ok: [kode0] ok: [kode1] ok: [kode2] TASK [mariadb : include] ******************************************************* included: /opt/bgi-kolla/kolla-ansible/ansible/roles/mariadb/tasks/check.yml for kode0, kode1, kode2 TASK [mariadb : Waiting for MariaDB service to be ready through VIP] *********** FAILED - RETRYING: TASK: mariadb : Waiting for MariaDB service to be ready through VIP (6 retries left). FAILED - RETRYING: TASK: mariadb : Waiting for MariaDB service to be ready through VIP (6 retries left). FAILED - RETRYING: TASK: mariadb : Waiting for MariaDB service to be ready through VIP (6 retries left). FAILED - RETRYING: TASK: mariadb : Waiting for MariaDB service to be ready through VIP (5 retries left). FAILED - RETRYING: TASK: mariadb : Waiting for MariaDB service to be ready through VIP (5 retries left). FAILED - RETRYING: TASK: mariadb : Waiting for MariaDB service to be ready through VIP (5 retries left). FAILED - RETRYING: TASK: mariadb : Waiting for MariaDB service to be ready through VIP (4 retries left). FAILED - RETRYING: TASK: mariadb : Waiting for MariaDB service to be ready through VIP (4 retries left). FAILED - RETRYING: TASK: mariadb : Waiting for MariaDB service to be ready through VIP (4 retries left). FAILED - RETRYING: TASK: mariadb : Waiting for MariaDB service to be ready through VIP (3 retries left). FAILED - RETRYING: TASK: mariadb : Waiting for MariaDB service to be ready through VIP (3 retries left). FAILED - RETRYING: TASK: mariadb : Waiting for MariaDB service to be ready through VIP (3 retries left). FAILED - RETRYING: TASK: mariadb : Waiting for MariaDB service to be ready through VIP (2 retries left). FAILED - RETRYING: TASK: mariadb : Waiting for MariaDB service to be ready through VIP (2 retries left). FAILED - RETRYING: TASK: mariadb : Waiting for MariaDB service to be ready through VIP (2 retries left). FAILED - RETRYING: TASK: mariadb : Waiting for MariaDB service to be ready through VIP (1 retries left). FAILED - RETRYING: TASK: mariadb : Waiting for MariaDB service to be ready through VIP (1 retries left). FAILED - RETRYING: TASK: mariadb : Waiting for MariaDB service to be ready through VIP (1 retries left). fatal: [kode2]: FAILED! => {"attempts": 6, "changed": false, "cmd": ["docker", "exec", "mariadb", "mysql", "-h", "192.168.102.254", "-P", "3306", "-u", "haproxy", "-e", "show databases;"], "delta": "0:00:03.113839", "end": "2017-03-16 07:06:06.672151", "failed": true, "rc": 1, "start": "2017-03-16 07:06:03.558312", "stderr": "ERROR 2003 (HY000): Can't connect to MySQL server on '192.168.102.254' (113 \"No route to host\")", "stdout": "", "stdout_lines": [], "warnings": []} fatal: [kode1]: FAILED! => {"attempts": 6, "changed": false, "cmd": ["docker", "exec", "mariadb", "mysql", "-h", "192.168.102.254", "-P", "3306", "-u", "haproxy", "-e", "show databases;"], "delta": "0:00:03.118181", "end": "2017-03-16 07:06:06.867772", "failed": true, "rc": 1, "start": "2017-03-16 07:06:03.749591", "stderr": "ERROR 2003 (HY000): Can't connect to MySQL server on '192.168.102.254' (113 \"No route to host\")", "stdout": "", "stdout_lines": [], "warnings": []} fatal: [kode0]: FAILED! => {"attempts": 6, "changed": false, "cmd": ["docker", "exec", "mariadb", "mysql", "-h", "192.168.102.254", "-P", "3306", "-u", "haproxy", "-e", "show databases;"], "delta": "0:00:03.119034", "end": "2017-03-16 07:06:09.122748", "failed": true, "rc": 1, "start": "2017-03-16 07:06:06.003714", "stderr": "ERROR 2003 (HY000): Can't connect to MySQL server on '192.168.102.254' (113 \"No route to host\")", "stdout": "", "stdout_lines": [], "warnings": []} to retry, use: --limit @/opt/bgi-kolla/kolla-ansible/ansible/site.retry PLAY RECAP ********************************************************************* kode0 : ok=68 changed=21 unreachable=0 failed=1 kode1 : ok=61 changed=18 unreachable=0 failed=1 kode2 : ok=61 changed=18 unreachable=0 failed=1 kode3 : ok=13 changed=0 unreachable=0 failed=0 kode4 : ok=5 changed=0 unreachable=0 failed=0 kode5 : ok=5 changed=0 unreachable=0 failed=0 kode6 : ok=5 changed=0 unreachable=0 failed=0 Command failed ansible-playbook -i ../ansible/inventory/bgi-openstack -e @/etc/kolla/globals.yml -e @/etc/kolla/passwords.yml -e CONFIG_DIR=/etc/kolla --tags rabbitmq,mariadb,keystone,swift -e action=deploy /opt/bgi-kolla/kolla-ansible/ansible/site.yml [root@kola bgi]# ls 01-precheck.sh 04-init-runonce.sh 07.1-destroy-clean-image.sh 02.1-deploy-latest-horizon.sh 05.1-reconfigure-ironic.sh 07-destroy.sh 02.2-deploy-only-swift.sh 05.2-reconfigure-swift.sh 08.1-upgrade-horizon.sh 02-deploy.sh 05-reconfigure.sh 08-upgrade-minor.sh 03-post-deploy.sh 06-scaleout.sh [root@kola bgi]# ./07-destroy.sh Destroy Kolla containers, volumes and host configuration : ansible-playbook -i ../ansible/inventory/bgi-openstack -e @/etc/kolla/globals.yml -e @/etc/kolla/passwords.yml -e CONFIG_DIR=/etc/kolla /opt/bgi-kolla/kolla-ansible/ansible/destroy.yml PLAY [Apply role destroy] ****************************************************** TASK [setup] ******************************************************************* ok: [kode2] ok: [kode1] ok: [kode0] ok: [kode5] ok: [kode4] ok: [kode6] ok: [kode3] TASK [destroy : Creating /kolla-cleanup/tools directory on node] *************** changed: [kode1] changed: [kode2] changed: [kode5] changed: [kode4] changed: [kode0] changed: [kode6] changed: [kode3] TASK [destroy : Copying validate-docker-execute.sh file] *********************** changed: [kode5] changed: [kode1] changed: [kode2] changed: [kode0] changed: [kode4] changed: [kode6] changed: [kode3] TASK [destroy : Copying cleanup-containers file] ******************************* changed: [kode1] changed: [kode2] changed: [kode0] changed: [kode5] changed: [kode4] changed: [kode6] changed: [kode3] TASK [destroy : Copying cleanup-host file] ************************************* changed: [kode5] changed: [kode0] changed: [kode1] changed: [kode2] changed: [kode4] changed: [kode3] changed: [kode6] TASK [destroy : Copying cleanup-images file] *********************************** skipping: [kode0] skipping: [kode2] skipping: [kode1] skipping: [kode4] skipping: [kode5] skipping: [kode6] skipping: [kode3] TASK [destroy : Destroying all Kolla containers and volumes] ******************* changed: [kode4] changed: [kode5] changed: [kode6] changed: [kode3] changed: [kode0] changed: [kode2] changed: [kode1] TASK [destroy : Removing Kolla images] ***************************************** skipping: [kode1] skipping: [kode0] skipping: [kode2] skipping: [kode5] skipping: [kode4] skipping: [kode6] skipping: [kode3] TASK [destroy : Destroying Kolla host configuration] *************************** changed: [kode4] changed: [kode5] changed: [kode0] changed: [kode1] changed: [kode2] changed: [kode6] changed: [kode3] TASK [destroy : Destroying kolla-cleanup folder] ******************************* changed: [kode0] changed: [kode5] changed: [kode1] changed: [kode2] changed: [kode4] changed: [kode3] changed: [kode6] PLAY RECAP ********************************************************************* kode0 : ok=8 changed=7 unreachable=0 failed=0 kode1 : ok=8 changed=7 unreachable=0 failed=0 kode2 : ok=8 changed=7 unreachable=0 failed=0 kode3 : ok=8 changed=7 unreachable=0 failed=0 kode4 : ok=8 changed=7 unreachable=0 failed=0 kode5 : ok=8 changed=7 unreachable=0 failed=0 kode6 : ok=8 changed=7 unreachable=0 failed=0 [root@kola bgi]# ls 01-precheck.sh 04-init-runonce.sh 07.1-destroy-clean-image.sh 02.1-deploy-latest-horizon.sh 05.1-reconfigure-ironic.sh 07-destroy.sh 02.2-deploy-only-swift.sh 05.2-reconfigure-swift.sh 08.1-upgrade-horizon.sh 02-deploy.sh 05-reconfigure.sh 08-upgrade-minor.sh 03-post-deploy.sh 06-scaleout.sh [root@kola bgi]# ./01-precheck.sh Pre-deployment checking : ansible-playbook -i ../ansible/inventory/bgi-openstack -e @/etc/kolla/globals.yml -e @/etc/kolla/passwords.yml -e CONFIG_DIR=/etc/kolla -e action=precheck /opt/bgi-kolla/kolla-ansible/ansible/site.yml PLAY [Gather facts for all hosts] ********************************************** TASK [setup] ******************************************************************* ok: [kode0] ok: [kode5] ok: [kode1] ok: [kode4] ok: [kode2] ok: [kode6] ok: [kode3] PLAY [Gather facts for all hosts (if using --limit)] *************************** TASK [setup] ******************************************************************* skipping: [kode0] => (item=kode1) skipping: [kode0] => (item=kode0) skipping: [kode1] => (item=kode2) skipping: [kode1] => (item=kode6) skipping: [kode1] => (item=kode3) skipping: [kode2] => (item=kode1) skipping: [kode2] => (item=kode6) skipping: [kode2] => (item=kode3) skipping: [kode4] => (item=kode1) skipping: [kode4] => (item=kode6) skipping: [kode4] => (item=kode3) skipping: [kode5] => (item=kode1) skipping: [kode5] => (item=kode4) skipping: [kode5] => (item=kode3) skipping: [kode6] => (item=kode0) skipping: [kode6] => (item=kode4) skipping: [kode6] => (item=kode3) skipping: [kode6] => (item=kode6) skipping: [kode3] => (item=kode0) skipping: [kode3] => (item=kode2) skipping: [kode3] => (item=kode5) skipping: [kode3] => (item=kode3) skipping: [kode3] => (item=kode6) skipping: [kode3] => (item=kode4) skipping: [kode3] => (item=kode1) skipping: [kode6] => (item=kode5) skipping: [kode6] => (item=kode2) skipping: [kode6] => (item=kode1) skipping: [kode5] => (item=kode6) skipping: [kode5] => (item=kode5) skipping: [kode5] => (item=kode2) skipping: [kode5] => (item=kode0) skipping: [kode4] => (item=kode5) skipping: [kode4] => (item=kode4) skipping: [kode4] => (item=kode2) skipping: [kode4] => (item=kode0) skipping: [kode2] => (item=kode5) skipping: [kode2] => (item=kode4) skipping: [kode2] => (item=kode2) skipping: [kode2] => (item=kode0) skipping: [kode1] => (item=kode5) skipping: [kode1] => (item=kode4) skipping: [kode0] => (item=kode3) skipping: [kode0] => (item=kode6) skipping: [kode1] => (item=kode1) skipping: [kode0] => (item=kode5) skipping: [kode1] => (item=kode0) skipping: [kode0] => (item=kode4) skipping: [kode0] => (item=kode2) PLAY [Detect openstack_release variable] *************************************** TASK [Get current kolla-ansible version number] ******************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] skipping: [kode4] skipping: [kode5] skipping: [kode6] skipping: [kode3] TASK [Set openstack_release variable] ****************************************** skipping: [kode0] skipping: [kode1] skipping: [kode4] skipping: [kode5] skipping: [kode6] skipping: [kode2] skipping: [kode3] PLAY [Apply role prechecks] **************************************************** TASK [setup] ******************************************************************* ok: [kode1] ok: [kode0] ok: [kode4] ok: [kode5] ok: [kode2] ok: [kode6] ok: [kode3] TASK [prechecks : Checking the api_interface is present] *********************** skipping: [kode0] skipping: [kode2] skipping: [kode4] skipping: [kode5] skipping: [kode1] skipping: [kode6] skipping: [kode3] TASK [prechecks : Checking the api_interface is active] ************************ skipping: [kode1] skipping: [kode0] skipping: [kode2] skipping: [kode4] skipping: [kode5] skipping: [kode6] skipping: [kode3] TASK [prechecks : Checking the api_interface configuration] ******************** skipping: [kode2] skipping: [kode1] skipping: [kode4] skipping: [kode0] skipping: [kode5] skipping: [kode6] skipping: [kode3] TASK [prechecks : Checking the api_interface ip address configuration] ********* skipping: [kode1] skipping: [kode0] skipping: [kode2] skipping: [kode4] skipping: [kode5] skipping: [kode6] skipping: [kode3] TASK [prechecks : Checking if kolla_internal_vip_address and kolla_external_vip_address are not pingable from any node] *** ok: [kode2] => (item=192.168.101.254) ok: [kode5] => (item=192.168.101.254) ok: [kode1] => (item=192.168.102.254) ok: [kode2] => (item=192.168.102.254) ok: [kode5] => (item=192.168.102.254) ok: [kode1] => (item=192.168.101.254) ok: [kode3] => (item=192.168.102.254) ok: [kode6] => (item=192.168.102.254) ok: [kode0] => (item=192.168.102.254) ok: [kode4] => (item=192.168.102.254) ok: [kode3] => (item=192.168.101.254) ok: [kode0] => (item=192.168.101.254) ok: [kode6] => (item=192.168.101.254) ok: [kode4] => (item=192.168.101.254) TASK [prechecks : Checking if kolla_internal_vip_address is in the same network as api_interface on all nodes] *** ok: [kode0] ok: [kode1] ok: [kode2] ok: [kode4] ok: [kode5] ok: [kode6] ok: [kode3] TASK [prechecks : Checking free port for HAProxy stats] ************************ skipping: [kode0] skipping: [kode1] skipping: [kode2] skipping: [kode4] skipping: [kode5] skipping: [kode6] ok: [kode3] TASK [prechecks : Checking free port for Rsync] ******************************** skipping: [kode0] skipping: [kode2] skipping: [kode5] skipping: [kode4] skipping: [kode6] skipping: [kode3] ok: [kode1] TASK [prechecks : Checking that libvirt is not running] ************************ skipping: [kode1] skipping: [kode2] skipping: [kode0] skipping: [kode3] ok: [kode4] ok: [kode5] ok: [kode6] TASK [prechecks : Checking Docker version] ************************************* ok: [kode5] ok: [kode4] ok: [kode0] ok: [kode1] ok: [kode2] ok: [kode3] ok: [kode6] TASK [prechecks : Checking if 'MountFlags' for docker service is set to 'shared'] *** skipping: [kode0] skipping: [kode4] skipping: [kode2] skipping: [kode6] skipping: [kode5] skipping: [kode1] ok: [kode3] TASK [prechecks : Checking if '/run' mount flag is set to 'shared'] ************ skipping: [kode0] skipping: [kode2] skipping: [kode4] skipping: [kode1] skipping: [kode5] skipping: [kode6] skipping: [kode3] TASK [prechecks : Checking empty passwords in passwords.yml. Run kolla-genpwd if this task fails] *** ok: [kode1 -> localhost] ok: [kode0 -> localhost] ok: [kode4 -> localhost] ok: [kode5 -> localhost] ok: [kode2 -> localhost] ok: [kode6 -> localhost] ok: [kode3 -> localhost] TASK [prechecks : Checking fernet_token_expiry in globals.yml. Update fernet_token_expiry to allowed value if this task fails] *** ok: [kode0 -> localhost] TASK [prechecks : Checking number of network agents] *************************** skipping: [kode0] skipping: [kode1] skipping: [kode4] skipping: [kode5] skipping: [kode6] skipping: [kode2] skipping: [kode3] TASK [prechecks : Checking mongodb backend for ceilometer] ********************* skipping: [kode0] TASK [prechecks : Checking LVM volume group exists for Cinder] ***************** skipping: [kode0] skipping: [kode4] skipping: [kode2] skipping: [kode6] skipping: [kode5] skipping: [kode3] ok: [kode1] TASK [prechecks : Checking docker-py version] ********************************** ok: [kode0] ok: [kode5] ok: [kode4] ok: [kode1] ok: [kode2] ok: [kode3] ok: [kode6] TASK [prechecks : Checking Ansible version] ************************************ skipping: [kode0] PLAY [Apply role chrony] ******************************************************* TASK [setup] ******************************************************************* ok: [kode0] ok: [kode2] ok: [kode4] ok: [kode3] ok: [kode5] ok: [kode6] ok: [kode1] TASK [common : include] ******************************************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] skipping: [kode3] skipping: [kode4] skipping: [kode5] skipping: [kode6] TASK [common : Registering common role has run] ******************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] skipping: [kode3] skipping: [kode4] skipping: [kode5] skipping: [kode6] TASK [chrony : include] ******************************************************** skipping: [kode0] skipping: [kode2] skipping: [kode3] skipping: [kode4] skipping: [kode5] skipping: [kode1] skipping: [kode6] PLAY [Apply role collectd] ***************************************************** TASK [setup] ******************************************************************* ok: [kode5] ok: [kode4] ok: [kode6] TASK [common : include] ******************************************************** skipping: [kode4] skipping: [kode5] skipping: [kode6] TASK [common : Registering common role has run] ******************************** skipping: [kode4] skipping: [kode5] skipping: [kode6] TASK [collectd : include] ****************************************************** skipping: [kode4] skipping: [kode5] skipping: [kode6] PLAY [Apply role elasticsearch] ************************************************ TASK [setup] ******************************************************************* ok: [kode0] ok: [kode1] ok: [kode2] TASK [common : include] ******************************************************** TASK [common : Registering common role has run] ******************************** ok: [kode0] ok: [kode1] ok: [kode2] TASK [elasticsearch : include] ************************************************* included: /opt/bgi-kolla/kolla-ansible/ansible/roles/elasticsearch/tasks/precheck.yml for kode1, kode0, kode2 TASK [elasticsearch : Get container facts] ************************************* ok: [kode2] ok: [kode0] ok: [kode1] TASK [elasticsearch : Checking free port for Elasticsearch] ******************** ok: [kode1] ok: [kode2] ok: [kode0] PLAY [Apply role influxdb] ***************************************************** TASK [setup] ******************************************************************* ok: [kode3] TASK [common : include] ******************************************************** skipping: [kode3] TASK [common : Registering common role has run] ******************************** skipping: [kode3] TASK [influxdb : include] ****************************************************** skipping: [kode3] PLAY [Apply role telegraf] ***************************************************** TASK [setup] ******************************************************************* ok: [kode5] ok: [kode0] ok: [kode4] ok: [kode1] ok: [kode6] ok: [kode2] ok: [kode3] TASK [common : include] ******************************************************** skipping: [kode5] skipping: [kode6] skipping: [kode4] skipping: [kode0] skipping: [kode1] skipping: [kode2] skipping: [kode3] TASK [common : Registering common role has run] ******************************** skipping: [kode5] skipping: [kode6] skipping: [kode0] skipping: [kode4] skipping: [kode1] skipping: [kode3] skipping: [kode2] TASK [telegraf : include] ****************************************************** skipping: [kode5] skipping: [kode6] skipping: [kode0] skipping: [kode1] skipping: [kode2] skipping: [kode4] skipping: [kode3] PLAY [Apply role haproxy] ****************************************************** TASK [setup] ******************************************************************* ok: [kode3] TASK [common : include] ******************************************************** TASK [common : Registering common role has run] ******************************** ok: [kode3] TASK [haproxy : include] ******************************************************* included: /opt/bgi-kolla/kolla-ansible/ansible/roles/haproxy/tasks/precheck.yml for kode3 TASK [haproxy : Get container facts] ******************************************* ok: [kode3] TASK [haproxy : Getting haproxy stat] ****************************************** skipping: [kode3] TASK [haproxy : set_fact] ****************************************************** ok: [kode3] TASK [haproxy : Checking free port for Aodh API HAProxy] *********************** ok: [kode3] TASK [haproxy : Checking free port for Barbican API HAProxy] ******************* skipping: [kode3] TASK [haproxy : Checking free port for Ceilometer API HAProxy] ***************** ok: [kode3] TASK [haproxy : Checking free port for Cinder API HAProxy] ********************* ok: [kode3] TASK [haproxy : Checking free port for Cloudkitty API HAProxy] ***************** skipping: [kode3] TASK [haproxy : Checking free port for Congress API HAProxy] ******************* skipping: [kode3] TASK [haproxy : Checking free port for Designate API HAProxy] ****************** skipping: [kode3] TASK [haproxy : Checking free port for Elasticsearch HAProxy] ****************** ok: [kode3] TASK [haproxy : Checking free port for Glance API HAProxy] ********************* ok: [kode3] TASK [haproxy : Checking free port for Glance Registry HAProxy] **************** ok: [kode3] TASK [haproxy : Checking free port for Gnocchi API HAProxy] ******************** ok: [kode3] TASK [haproxy : Checking free port for Freezer API HAProxy] ******************** skipping: [kode3] TASK [haproxy : Checking free port for Grafana server HAProxy] ***************** skipping: [kode3] TASK [haproxy : Checking free port for Heat API HAProxy] *********************** skipping: [kode3] TASK [haproxy : Checking free port for Heat API CFN HAProxy] ******************* skipping: [kode3] TASK [haproxy : Checking free port for Horizon HAProxy] ************************ ok: [kode3] TASK [haproxy : Checking free port for Ironic HAProxy] ************************* ok: [kode3] TASK [haproxy : Checking free port for Karbor Admin HAProxy] ******************* skipping: [kode3] TASK [haproxy : Checking free port for Keystone Admin HAProxy] ***************** ok: [kode3] TASK [haproxy : Checking free port for Keystone Internal HAProxy] ************** ok: [kode3] TASK [haproxy : Checking free port for Keystone Public HAProxy] **************** ok: [kode3] TASK [haproxy : Checking free port for Kibana HAProxy] ************************* ok: [kode3] TASK [haproxy : Checking free port for Magnum API HAProxy] ********************* skipping: [kode3] TASK [haproxy : Checking free port for Manila API HAProxy] ********************* skipping: [kode3] TASK [haproxy : Checking free port for MariaDB HAProxy] ************************ ok: [kode3] TASK [haproxy : Checking free port for Mistral API HAProxy] ******************** skipping: [kode3] TASK [haproxy : Checking free port for Mongodb HAProxy] ************************ ok: [kode3] TASK [haproxy : Checking free port for Murano API HAProxy] ********************* skipping: [kode3] TASK [haproxy : Checking free port for Neutron Server HAProxy] ***************** ok: [kode3] TASK [haproxy : Checking free port for Nova API HAProxy] *********************** ok: [kode3] TASK [haproxy : Checking free port for Nova Metadata HAProxy] ****************** ok: [kode3] TASK [haproxy : Checking free port for Nova NoVNC HAProxy] ********************* ok: [kode3] TASK [haproxy : Checking free port for Nova Serial Proxy HAProxy] ************** skipping: [kode3] TASK [haproxy : Checking free port for Nova Spice HTML5 HAProxy] *************** skipping: [kode3] TASK [haproxy : Checking free port for Octavia API HAProxy] ******************** skipping: [kode3] TASK [haproxy : Checking free port for Panko API HAProxy] ********************** skipping: [kode3] TASK [haproxy : Checking free port for RabbitMQ Management HAProxy] ************ ok: [kode3] TASK [haproxy : Checking free port for RadosGW HAProxy] ************************ skipping: [kode3] TASK [haproxy : Checking free port for Sahara API HAProxy] ********************* skipping: [kode3] TASK [haproxy : Checking free port for Searchlight API HAProxy] **************** skipping: [kode3] TASK [haproxy : Checking free port for Senlin API HAProxy] ********************* skipping: [kode3] TASK [haproxy : Checking free port for Solum Application Deployment HAProxy] *** skipping: [kode3] TASK [haproxy : Checking free port for Solum Image Builder HAProxy] ************ skipping: [kode3] TASK [haproxy : Checking free port for Swift Proxy Server HAProxy] ************* ok: [kode3] TASK [haproxy : Checking free port for Tacker Server HAProxy] ****************** skipping: [kode3] TASK [haproxy : Checking free port for Trove API HAProxy] ********************** skipping: [kode3] TASK [haproxy : Checking free port for Watcher API HAProxy] ******************** skipping: [kode3] PLAY [Apply role kibana] ******************************************************* TASK [setup] ******************************************************************* ok: [kode0] ok: [kode2] ok: [kode1] TASK [common : include] ******************************************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [common : Registering common role has run] ******************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [kibana : include] ******************************************************** included: /opt/bgi-kolla/kolla-ansible/ansible/roles/kibana/tasks/precheck.yml for kode0, kode1, kode2 TASK [kibana : Get container facts] ******************************************** ok: [kode0] ok: [kode1] ok: [kode2] TASK [kibana : Checking free port for Kibana Server] *************************** ok: [kode2] ok: [kode1] ok: [kode0] PLAY [Apply role memcached] **************************************************** TASK [setup] ******************************************************************* ok: [kode1] ok: [kode0] ok: [kode2] TASK [memcached : include] ***************************************************** included: /opt/bgi-kolla/kolla-ansible/ansible/roles/memcached/tasks/precheck.yml for kode0, kode1, kode2 TASK [memcached : Get container facts] ***************************************** ok: [kode0] ok: [kode1] ok: [kode2] TASK [memcached : Checking free port for Memcached] **************************** ok: [kode0] ok: [kode2] ok: [kode1] PLAY [Apply role mariadb] ****************************************************** TASK [setup] ******************************************************************* ok: [kode0] ok: [kode1] ok: [kode2] TASK [common : include] ******************************************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [common : Registering common role has run] ******************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [mariadb : include] ******************************************************* included: /opt/bgi-kolla/kolla-ansible/ansible/roles/mariadb/tasks/precheck.yml for kode0, kode1, kode2 TASK [mariadb : Get container facts] ******************************************* ok: [kode0] ok: [kode1] ok: [kode2] TASK [mariadb : Checking free port for MariaDB] ******************************** ok: [kode1] ok: [kode0] ok: [kode2] TASK [mariadb : Checking free port for MariaDB WSREP] ************************** ok: [kode1] ok: [kode2] ok: [kode0] TASK [mariadb : Checking free port for MariaDB IST] **************************** ok: [kode0] ok: [kode1] ok: [kode2] TASK [mariadb : Checking free port for MariaDB SST] **************************** ok: [kode1] ok: [kode0] ok: [kode2] PLAY [Apply role iscsi] ******************************************************** TASK [setup] ******************************************************************* ok: [kode1] ok: [kode5] ok: [kode0] ok: [kode4] ok: [kode6] ok: [kode2] TASK [common : include] ******************************************************** skipping: [kode1] skipping: [kode0] skipping: [kode2] TASK [common : Registering common role has run] ******************************** skipping: [kode1] ok: [kode6] ok: [kode5] ok: [kode4] skipping: [kode2] skipping: [kode0] TASK [iscsi : include] ********************************************************* included: /opt/bgi-kolla/kolla-ansible/ansible/roles/iscsi/tasks/precheck.yml for kode4, kode6, kode1, kode5, kode0, kode2 TASK [iscsi : Get container facts] ********************************************* ok: [kode4] ok: [kode5] ok: [kode1] ok: [kode0] ok: [kode6] ok: [kode2] TASK [iscsi : Checking free port for iscsi] ************************************ ok: [kode1] ok: [kode4] ok: [kode5] ok: [kode0] ok: [kode6] ok: [kode2] PLAY [Apply role multipathd] *************************************************** TASK [setup] ******************************************************************* ok: [kode5] ok: [kode4] ok: [kode6] TASK [multipathd : include] **************************************************** skipping: [kode4] skipping: [kode5] skipping: [kode6] PLAY [Apply role rabbitmq] ***************************************************** TASK [setup] ******************************************************************* ok: [kode0] ok: [kode1] ok: [kode2] TASK [common : include] ******************************************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [common : Registering common role has run] ******************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [rabbitmq : include] ****************************************************** included: /opt/bgi-kolla/kolla-ansible/ansible/roles/rabbitmq/tasks/precheck.yml for kode0, kode1, kode2 TASK [rabbitmq : Get container facts] ****************************************** ok: [kode0] ok: [kode1] ok: [kode2] TASK [rabbitmq : Checking free port for RabbitMQ] ****************************** ok: [kode0] ok: [kode1] ok: [kode2] TASK [rabbitmq : Checking free port for RabbitMQ Management] ******************* ok: [kode1] ok: [kode0] ok: [kode2] TASK [rabbitmq : Checking free port for RabbitMQ Cluster] ********************** ok: [kode1] ok: [kode2] ok: [kode0] TASK [rabbitmq : Checking free port for RabbitMQ EPMD] ************************* ok: [kode1] ok: [kode0] ok: [kode2] TASK [rabbitmq : Check if all rabbit hostnames are resolvable] ***************** ok: [kode1] => (item=kode0) ok: [kode0] => (item=kode0) ok: [kode2] => (item=kode0) ok: [kode1] => (item=kode1) ok: [kode0] => (item=kode1) ok: [kode2] => (item=kode1) ok: [kode1] => (item=kode2) ok: [kode0] => (item=kode2) ok: [kode2] => (item=kode2) TASK [rabbitmq : fail] ********************************************************* skipping: [kode0] => (item={u'_ansible_parsed': True, u'changed': False, u'stdout': u'192.168.102.20 STREAM kode0.genomics.cn\n192.168.102.20 DGRAM \n192.168.102.20 RAW ', u'_ansible_no_log': False, u'stdout_lines': [u'192.168.102.20 STREAM kode0.genomics.cn', u'192.168.102.20 DGRAM ', u'192.168.102.20 RAW '], u'warnings': [], u'_ansible_item_result': True, u'start': u'2017-03-16 07:18:22.791663', u'delta': u'0:00:00.034402', u'cmd': [u'getent', u'ahostsv4', u'kode0'], u'item': u'kode0', u'rc': 0, u'invocation': {u'module_name': u'command', u'module_args': {u'warn': True, u'executable': None, u'_uses_shell': False, u'_raw_params': u'getent ahostsv4 kode0', u'removes': None, u'creates': None, u'chdir': None}}, u'end': u'2017-03-16 07:18:22.826065', u'stderr': u''}) skipping: [kode1] => (item={u'_ansible_parsed': True, u'changed': False, u'stdout': u'192.168.102.20 STREAM kode0.genomics.cn\n192.168.102.20 DGRAM \n192.168.102.20 RAW ', u'_ansible_no_log': False, u'stdout_lines': [u'192.168.102.20 STREAM kode0.genomics.cn', u'192.168.102.20 DGRAM ', u'192.168.102.20 RAW '], u'warnings': [], u'_ansible_item_result': True, u'start': u'2017-03-16 07:18:20.576368', u'delta': u'0:00:00.028217', u'cmd': [u'getent', u'ahostsv4', u'kode0'], u'item': u'kode0', u'rc': 0, u'invocation': {u'module_name': u'command', u'module_args': {u'warn': True, u'executable': None, u'_uses_shell': False, u'_raw_params': u'getent ahostsv4 kode0', u'removes': None, u'creates': None, u'chdir': None}}, u'end': u'2017-03-16 07:18:20.604585', u'stderr': u''}) skipping: [kode2] => (item={u'_ansible_parsed': True, u'changed': False, u'stdout': u'192.168.102.20 STREAM kode0.genomics.cn\n192.168.102.20 DGRAM \n192.168.102.20 RAW ', u'_ansible_no_log': False, u'stdout_lines': [u'192.168.102.20 STREAM kode0.genomics.cn', u'192.168.102.20 DGRAM ', u'192.168.102.20 RAW '], u'warnings': [], u'_ansible_item_result': True, u'start': u'2017-03-16 07:18:20.449062', u'delta': u'0:00:00.062915', u'cmd': [u'getent', u'ahostsv4', u'kode0'], u'item': u'kode0', u'rc': 0, u'invocation': {u'module_name': u'command', u'module_args': {u'warn': True, u'executable': None, u'_uses_shell': False, u'_raw_params': u'getent ahostsv4 kode0', u'removes': None, u'creates': None, u'chdir': None}}, u'end': u'2017-03-16 07:18:20.511977', u'stderr': u''}) skipping: [kode0] => (item={u'_ansible_parsed': True, u'changed': False, u'stdout': u'192.168.102.21 STREAM kode1.genomics.cn\n192.168.102.21 DGRAM \n192.168.102.21 RAW ', u'_ansible_no_log': False, u'stdout_lines': [u'192.168.102.21 STREAM kode1.genomics.cn', u'192.168.102.21 DGRAM ', u'192.168.102.21 RAW '], u'warnings': [], u'_ansible_item_result': True, u'start': u'2017-03-16 07:18:23.365510', u'delta': u'0:00:00.005722', u'cmd': [u'getent', u'ahostsv4', u'kode1'], u'item': u'kode1', u'rc': 0, u'invocation': {u'module_name': u'command', u'module_args': {u'warn': True, u'executable': None, u'_uses_shell': False, u'_raw_params': u'getent ahostsv4 kode1', u'removes': None, u'creates': None, u'chdir': None}}, u'end': u'2017-03-16 07:18:23.371232', u'stderr': u''}) skipping: [kode1] => (item={u'_ansible_parsed': True, u'changed': False, u'stdout': u'192.168.102.21 STREAM kode1.genomics.cn\n192.168.102.21 DGRAM \n192.168.102.21 RAW ', u'_ansible_no_log': False, u'stdout_lines': [u'192.168.102.21 STREAM kode1.genomics.cn', u'192.168.102.21 DGRAM ', u'192.168.102.21 RAW '], u'warnings': [], u'_ansible_item_result': True, u'start': u'2017-03-16 07:18:21.152652', u'delta': u'0:00:00.004610', u'cmd': [u'getent', u'ahostsv4', u'kode1'], u'item': u'kode1', u'rc': 0, u'invocation': {u'module_name': u'command', u'module_args': {u'warn': True, u'executable': None, u'_uses_shell': False, u'_raw_params': u'getent ahostsv4 kode1', u'removes': None, u'creates': None, u'chdir': None}}, u'end': u'2017-03-16 07:18:21.157262', u'stderr': u''}) skipping: [kode2] => (item={u'_ansible_parsed': True, u'changed': False, u'stdout': u'192.168.102.21 STREAM kode1.genomics.cn\n192.168.102.21 DGRAM \n192.168.102.21 RAW ', u'_ansible_no_log': False, u'stdout_lines': [u'192.168.102.21 STREAM kode1.genomics.cn', u'192.168.102.21 DGRAM ', u'192.168.102.21 RAW '], u'warnings': [], u'_ansible_item_result': True, u'start': u'2017-03-16 07:18:21.046499', u'delta': u'0:00:00.005393', u'cmd': [u'getent', u'ahostsv4', u'kode1'], u'item': u'kode1', u'rc': 0, u'invocation': {u'module_name': u'command', u'module_args': {u'warn': True, u'executable': None, u'_uses_shell': False, u'_raw_params': u'getent ahostsv4 kode1', u'removes': None, u'creates': None, u'chdir': None}}, u'end': u'2017-03-16 07:18:21.051892', u'stderr': u''}) skipping: [kode0] => (item={u'_ansible_parsed': True, u'changed': False, u'stdout': u'192.168.102.22 STREAM kode2.genomics.cn\n192.168.102.22 DGRAM \n192.168.102.22 RAW ', u'_ansible_no_log': False, u'stdout_lines': [u'192.168.102.22 STREAM kode2.genomics.cn', u'192.168.102.22 DGRAM ', u'192.168.102.22 RAW '], u'warnings': [], u'_ansible_item_result': True, u'start': u'2017-03-16 07:18:23.867792', u'delta': u'0:00:00.004503', u'cmd': [u'getent', u'ahostsv4', u'kode2'], u'item': u'kode2', u'rc': 0, u'invocation': {u'module_name': u'command', u'module_args': {u'warn': True, u'executable': None, u'_uses_shell': False, u'_raw_params': u'getent ahostsv4 kode2', u'removes': None, u'creates': None, u'chdir': None}}, u'end': u'2017-03-16 07:18:23.872295', u'stderr': u''}) skipping: [kode1] => (item={u'_ansible_parsed': True, u'changed': False, u'stdout': u'192.168.102.22 STREAM kode2.genomics.cn\n192.168.102.22 DGRAM \n192.168.102.22 RAW ', u'_ansible_no_log': False, u'stdout_lines': [u'192.168.102.22 STREAM kode2.genomics.cn', u'192.168.102.22 DGRAM ', u'192.168.102.22 RAW '], u'warnings': [], u'_ansible_item_result': True, u'start': u'2017-03-16 07:18:21.621915', u'delta': u'0:00:00.005211', u'cmd': [u'getent', u'ahostsv4', u'kode2'], u'item': u'kode2', u'rc': 0, u'invocation': {u'module_name': u'command', u'module_args': {u'warn': True, u'executable': None, u'_uses_shell': False, u'_raw_params': u'getent ahostsv4 kode2', u'removes': None, u'creates': None, u'chdir': None}}, u'end': u'2017-03-16 07:18:21.627126', u'stderr': u''}) skipping: [kode2] => (item={u'_ansible_parsed': True, u'changed': False, u'stdout': u'192.168.102.22 STREAM kode2.genomics.cn\n192.168.102.22 DGRAM \n192.168.102.22 RAW ', u'_ansible_no_log': False, u'stdout_lines': [u'192.168.102.22 STREAM kode2.genomics.cn', u'192.168.102.22 DGRAM ', u'192.168.102.22 RAW '], u'warnings': [], u'_ansible_item_result': True, u'start': u'2017-03-16 07:18:21.582873', u'delta': u'0:00:00.005273', u'cmd': [u'getent', u'ahostsv4', u'kode2'], u'item': u'kode2', u'rc': 0, u'invocation': {u'module_name': u'command', u'module_args': {u'warn': True, u'executable': None, u'_uses_shell': False, u'_raw_params': u'getent ahostsv4 kode2', u'removes': None, u'creates': None, u'chdir': None}}, u'end': u'2017-03-16 07:18:21.588146', u'stderr': u''}) PLAY [Apply role etcd] ********************************************************* TASK [setup] ******************************************************************* ok: [kode0] ok: [kode1] ok: [kode2] TASK [common : include] ******************************************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [common : Registering common role has run] ******************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [etcd : include] ********************************************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] PLAY [Apply role keystone] ***************************************************** TASK [setup] ******************************************************************* ok: [kode0] ok: [kode1] ok: [kode2] TASK [common : include] ******************************************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [common : Registering common role has run] ******************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [keystone : include] ****************************************************** included: /opt/bgi-kolla/kolla-ansible/ansible/roles/keystone/tasks/precheck.yml for kode0, kode1, kode2 TASK [keystone : Get container facts] ****************************************** ok: [kode0] ok: [kode1] ok: [kode2] TASK [keystone : Checking free port for Keystone Admin] ************************ ok: [kode0] ok: [kode1] ok: [kode2] TASK [keystone : Checking free port for Keystone Public] *********************** ok: [kode0] ok: [kode1] ok: [kode2] PLAY [Apply role ceph] ********************************************************* TASK [setup] ******************************************************************* ok: [kode0] ok: [kode1] ok: [kode2] TASK [common : include] ******************************************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [common : Registering common role has run] ******************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [ceph : include] ********************************************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] PLAY [Apply role karbor] ******************************************************* TASK [setup] ******************************************************************* ok: [kode0] ok: [kode1] ok: [kode2] TASK [common : include] ******************************************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [common : Registering common role has run] ******************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [karbor : include] ******************************************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] PLAY [Apply role swift] ******************************************************** TASK [setup] ******************************************************************* ok: [kode2] ok: [kode1] ok: [kode0] TASK [common : include] ******************************************************** skipping: [kode1] skipping: [kode0] skipping: [kode2] TASK [common : Registering common role has run] ******************************** skipping: [kode1] skipping: [kode0] skipping: [kode2] TASK [swift : include] ********************************************************* included: /opt/bgi-kolla/kolla-ansible/ansible/roles/swift/tasks/precheck.yml for kode1, kode0, kode2 TASK [swift : Get container facts] ********************************************* ok: [kode0] ok: [kode1] ok: [kode2] TASK [swift : Checking free port for Swift Account Server] ********************* skipping: [kode0] skipping: [kode2] ok: [kode1] TASK [swift : Checking free port for Swift Container Server] ******************* skipping: [kode0] skipping: [kode2] ok: [kode1] TASK [swift : Checking free port for Swift Object Server] ********************** skipping: [kode0] skipping: [kode2] ok: [kode1] TASK [swift : Checking free port for Swift Proxy Server] *********************** ok: [kode1] ok: [kode0] ok: [kode2] PLAY [Apply role glance] ******************************************************* TASK [setup] ******************************************************************* ok: [kode0] ok: [kode1] ok: [kode2] TASK [common : include] ******************************************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [common : Registering common role has run] ******************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [glance : include] ******************************************************** included: /opt/bgi-kolla/kolla-ansible/ansible/roles/glance/tasks/precheck.yml for kode0, kode1, kode2 TASK [glance : Get container facts] ******************************************** ok: [kode1] ok: [kode0] ok: [kode2] TASK [glance : Checking free port for Glance API] ****************************** skipping: [kode0] skipping: [kode2] ok: [kode1] TASK [glance : Checking free port for Glance Registry] ************************* skipping: [kode0] skipping: [kode2] ok: [kode1] PLAY [Apply role ironic] ******************************************************* TASK [setup] ******************************************************************* ok: [kode2] ok: [kode0] ok: [kode1] TASK [common : include] ******************************************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [common : Registering common role has run] ******************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [ironic : include] ******************************************************** included: /opt/bgi-kolla/kolla-ansible/ansible/roles/ironic/tasks/precheck.yml for kode0, kode1, kode2 TASK [ironic : Get container facts] ******************************************** ok: [kode0] ok: [kode1] ok: [kode2] TASK [ironic : Checking free port for Ironic] ********************************** ok: [kode0] ok: [kode1] ok: [kode2] PLAY [Apply role nova] ********************************************************* TASK [setup] ******************************************************************* ok: [kode0] ok: [kode2] ok: [kode1] ok: [kode5] ok: [kode4] ok: [kode6] TASK [common : include] ******************************************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] skipping: [kode4] skipping: [kode5] skipping: [kode6] TASK [common : Registering common role has run] ******************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] skipping: [kode4] skipping: [kode5] skipping: [kode6] TASK [nova : include] ********************************************************** included: /opt/bgi-kolla/kolla-ansible/ansible/roles/nova/tasks/precheck.yml for kode1, kode4, kode5, kode2, kode0, kode6 TASK [nova : Get container facts] ********************************************** ok: [kode1] ok: [kode5] ok: [kode0] ok: [kode2] ok: [kode4] ok: [kode6] TASK [nova : Checking free port for Nova API] ********************************** skipping: [kode5] skipping: [kode4] skipping: [kode6] ok: [kode1] ok: [kode0] ok: [kode2] TASK [nova : Checking free port for Nova Metadata] ***************************** skipping: [kode4] skipping: [kode5] skipping: [kode6] ok: [kode1] ok: [kode2] ok: [kode0] TASK [nova : Checking free port for Nova NoVNC Proxy] ************************** skipping: [kode4] skipping: [kode5] skipping: [kode6] ok: [kode2] ok: [kode1] ok: [kode0] TASK [nova : Checking free port for Nova Serial Proxy] ************************* skipping: [kode0] skipping: [kode1] skipping: [kode2] skipping: [kode4] skipping: [kode5] skipping: [kode6] TASK [nova : Checking free port for Nova Spice HTML5 Proxy] ******************** skipping: [kode2] skipping: [kode0] skipping: [kode1] skipping: [kode4] skipping: [kode5] skipping: [kode6] PLAY [Apply role panko] ******************************************************** TASK [setup] ******************************************************************* ok: [kode0] ok: [kode1] ok: [kode2] TASK [common : include] ******************************************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [common : Registering common role has run] ******************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [panko : include] ********************************************************* skipping: [kode0] skipping: [kode1] skipping: [kode2] PLAY [Apply role neutron] ****************************************************** TASK [setup] ******************************************************************* ok: [kode5] ok: [kode6] ok: [kode4] ok: [kode3] TASK [common : include] ******************************************************** skipping: [kode3] skipping: [kode4] skipping: [kode5] skipping: [kode6] TASK [common : Registering common role has run] ******************************** skipping: [kode4] skipping: [kode3] skipping: [kode5] skipping: [kode6] TASK [neutron : include] ******************************************************* included: /opt/bgi-kolla/kolla-ansible/ansible/roles/neutron/tasks/precheck.yml for kode3, kode5, kode4, kode6 TASK [neutron : Get container facts] ******************************************* ok: [kode3] ok: [kode6] ok: [kode4] ok: [kode5] TASK [neutron : Checking free port for Neutron Server] ************************* skipping: [kode4] skipping: [kode5] skipping: [kode6] ok: [kode3] PLAY [Apply role kuryr] ******************************************************** TASK [setup] ******************************************************************* ok: [kode5] ok: [kode6] ok: [kode4] TASK [kuryr : include] ********************************************************* skipping: [kode4] skipping: [kode5] skipping: [kode6] PLAY [Apply role cinder] ******************************************************* TASK [setup] ******************************************************************* ok: [kode0] ok: [kode1] ok: [kode2] TASK [common : include] ******************************************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [common : Registering common role has run] ******************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [cinder : include] ******************************************************** included: /opt/bgi-kolla/kolla-ansible/ansible/roles/cinder/tasks/precheck.yml for kode0, kode1, kode2 TASK [cinder : Get container facts] ******************************************** ok: [kode1] ok: [kode0] ok: [kode2] TASK [cinder : Checking free port for Cinder API] ****************************** ok: [kode1] ok: [kode0] ok: [kode2] PLAY [Apply role heat] ********************************************************* TASK [setup] ******************************************************************* ok: [kode0] ok: [kode1] ok: [kode2] TASK [common : include] ******************************************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [common : Registering common role has run] ******************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [heat : include] ********************************************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] PLAY [Apply role horizon] ****************************************************** TASK [setup] ******************************************************************* ok: [kode1] ok: [kode0] ok: [kode2] TASK [common : include] ******************************************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [common : Registering common role has run] ******************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [horizon : include] ******************************************************* included: /opt/bgi-kolla/kolla-ansible/ansible/roles/horizon/tasks/precheck.yml for kode0, kode1, kode2 TASK [horizon : Get container facts] ******************************************* ok: [kode0] ok: [kode2] ok: [kode1] TASK [horizon : Checking free port for Horizon] ******************************** ok: [kode0] ok: [kode1] ok: [kode2] PLAY [Apply role murano] ******************************************************* TASK [setup] ******************************************************************* ok: [kode0] ok: [kode1] ok: [kode2] TASK [common : include] ******************************************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [common : Registering common role has run] ******************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [murano : include] ******************************************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] PLAY [Apply role solum] ******************************************************** TASK [setup] ******************************************************************* ok: [kode0] ok: [kode1] ok: [kode2] TASK [common : include] ******************************************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [common : Registering common role has run] ******************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [solum : include] ********************************************************* skipping: [kode0] skipping: [kode1] skipping: [kode2] PLAY [Apply role magnum] ******************************************************* TASK [setup] ******************************************************************* ok: [kode0] ok: [kode1] ok: [kode2] TASK [common : include] ******************************************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [common : Registering common role has run] ******************************** skipping: [kode1] skipping: [kode0] skipping: [kode2] TASK [magnum : include] ******************************************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] PLAY [Apply role mistral] ****************************************************** TASK [setup] ******************************************************************* ok: [kode1] ok: [kode0] ok: [kode2] TASK [common : include] ******************************************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [common : Registering common role has run] ******************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [mistral : include] ******************************************************* skipping: [kode0] skipping: [kode1] skipping: [kode2] PLAY [Apply role sahara] ******************************************************* TASK [setup] ******************************************************************* ok: [kode0] ok: [kode1] ok: [kode2] TASK [common : include] ******************************************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [common : Registering common role has run] ******************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [sahara : include] ******************************************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] PLAY [Apply role mongodb] ****************************************************** TASK [setup] ******************************************************************* ok: [kode0] ok: [kode1] ok: [kode2] TASK [common : include] ******************************************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [common : Registering common role has run] ******************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [mongodb : include] ******************************************************* included: /opt/bgi-kolla/kolla-ansible/ansible/roles/mongodb/tasks/precheck.yml for kode0, kode1, kode2 TASK [mongodb : Get container facts] ******************************************* ok: [kode0] ok: [kode1] ok: [kode2] TASK [mongodb : Checking free port for Mongodb] ******************************** ok: [kode0] ok: [kode2] ok: [kode1] TASK [mongodb : Checking free port for Mongodb Web] **************************** ok: [kode2] ok: [kode1] ok: [kode0] PLAY [Apply role manila] ******************************************************* TASK [setup] ******************************************************************* ok: [kode1] ok: [kode0] ok: [kode2] ok: [kode3] TASK [common : include] ******************************************************** skipping: [kode1] skipping: [kode0] skipping: [kode2] skipping: [kode3] TASK [common : Registering common role has run] ******************************** skipping: [kode1] skipping: [kode2] skipping: [kode0] skipping: [kode3] TASK [manila : include] ******************************************************** skipping: [kode1] skipping: [kode2] skipping: [kode0] skipping: [kode3] PLAY [Apply role gnocchi] ****************************************************** TASK [setup] ******************************************************************* ok: [kode1] ok: [kode0] ok: [kode2] TASK [common : include] ******************************************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [common : Registering common role has run] ******************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [gnocchi : include] ******************************************************* included: /opt/bgi-kolla/kolla-ansible/ansible/roles/gnocchi/tasks/precheck.yml for kode0, kode1, kode2 TASK [gnocchi : Get container facts] ******************************************* ok: [kode0] ok: [kode1] ok: [kode2] TASK [gnocchi : Checking free port for Gnocchi API] **************************** ok: [kode1] ok: [kode2] ok: [kode0] PLAY [Apply role ceilometer] *************************************************** TASK [setup] ******************************************************************* ok: [kode1] ok: [kode0] ok: [kode2] ok: [kode5] ok: [kode4] ok: [kode6] TASK [common : include] ******************************************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] skipping: [kode4] skipping: [kode5] skipping: [kode6] TASK [common : Registering common role has run] ******************************** skipping: [kode0] skipping: [kode2] skipping: [kode1] skipping: [kode4] skipping: [kode5] skipping: [kode6] TASK [ceilometer : include] **************************************************** included: /opt/bgi-kolla/kolla-ansible/ansible/roles/ceilometer/tasks/precheck.yml for kode0, kode1, kode2, kode4, kode5, kode6 TASK [ceilometer : Get container facts] **************************************** ok: [kode0] ok: [kode4] ok: [kode1] ok: [kode2] ok: [kode5] ok: [kode6] TASK [ceilometer : Checking free port for Ceilometer API] ********************** skipping: [kode5] skipping: [kode4] skipping: [kode6] ok: [kode1] ok: [kode0] ok: [kode2] PLAY [Apply role aodh] ********************************************************* TASK [setup] ******************************************************************* ok: [kode1] ok: [kode0] ok: [kode2] TASK [common : include] ******************************************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [common : Registering common role has run] ******************************** skipping: [kode0] skipping: [kode2] skipping: [kode1] TASK [aodh : include] ********************************************************** included: /opt/bgi-kolla/kolla-ansible/ansible/roles/aodh/tasks/precheck.yml for kode0, kode1, kode2 TASK [aodh : Get container facts] ********************************************** ok: [kode0] ok: [kode1] ok: [kode2] TASK [aodh : Checking free port for Aodh API] ********************************** ok: [kode1] ok: [kode0] ok: [kode2] PLAY [Apply role barbican] ***************************************************** TASK [setup] ******************************************************************* ok: [kode0] ok: [kode2] ok: [kode1] TASK [common : include] ******************************************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [common : Registering common role has run] ******************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [barbican : include] ****************************************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] PLAY [Apply role congress] ***************************************************** TASK [setup] ******************************************************************* ok: [kode1] ok: [kode0] ok: [kode2] TASK [common : include] ******************************************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [common : Registering common role has run] ******************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [congress : include] ****************************************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] PLAY [Apply role tempest] ****************************************************** TASK [setup] ******************************************************************* ok: [kode0] ok: [kode1] ok: [kode2] TASK [common : include] ******************************************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [common : Registering common role has run] ******************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [tempest : include] ******************************************************* skipping: [kode0] skipping: [kode1] skipping: [kode2] PLAY [Apply role designate] **************************************************** TASK [setup] ******************************************************************* ok: [kode0] ok: [kode1] ok: [kode2] TASK [common : include] ******************************************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [common : Registering common role has run] ******************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [designate : include] ***************************************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] PLAY [Apply role rally] ******************************************************** TASK [setup] ******************************************************************* ok: [kode0] ok: [kode2] ok: [kode1] TASK [common : include] ******************************************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [common : Registering common role has run] ******************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [rally : include] ********************************************************* skipping: [kode0] skipping: [kode1] skipping: [kode2] PLAY [Apply role vmtp] ********************************************************* TASK [setup] ******************************************************************* ok: [kode1] ok: [kode0] ok: [kode2] TASK [common : include] ******************************************************** skipping: [kode1] skipping: [kode0] skipping: [kode2] TASK [common : Registering common role has run] ******************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [vmtp : include] ********************************************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] PLAY [Apply role trove] ******************************************************** TASK [setup] ******************************************************************* ok: [kode1] ok: [kode0] ok: [kode2] TASK [common : include] ******************************************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [common : Registering common role has run] ******************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [trove : include] ********************************************************* skipping: [kode0] skipping: [kode1] skipping: [kode2] PLAY [Apply role watcher] ****************************************************** TASK [setup] ******************************************************************* ok: [kode0] ok: [kode1] ok: [kode2] TASK [common : include] ******************************************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [common : Registering common role has run] ******************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [watcher : include] ******************************************************* skipping: [kode0] skipping: [kode1] skipping: [kode2] PLAY [Apply role grafana] ****************************************************** TASK [setup] ******************************************************************* ok: [kode3] TASK [common : include] ******************************************************** skipping: [kode3] TASK [common : Registering common role has run] ******************************** skipping: [kode3] TASK [grafana : include] ******************************************************* skipping: [kode3] PLAY [Apply role cloudkitty] *************************************************** TASK [setup] ******************************************************************* ok: [kode0] ok: [kode1] ok: [kode2] TASK [common : include] ******************************************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [common : Registering common role has run] ******************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [cloudkitty : include] **************************************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] PLAY [Apply role freezer] ****************************************************** TASK [setup] ******************************************************************* ok: [kode0] ok: [kode2] ok: [kode1] TASK [common : include] ******************************************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [common : Registering common role has run] ******************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [freezer : include] ******************************************************* skipping: [kode0] skipping: [kode1] skipping: [kode2] PLAY [Apply role senlin] ******************************************************* TASK [setup] ******************************************************************* ok: [kode0] ok: [kode1] ok: [kode2] TASK [common : include] ******************************************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [common : Registering common role has run] ******************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [senlin : include] ******************************************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] PLAY [Apply role searchlight] ************************************************** TASK [setup] ******************************************************************* ok: [kode1] ok: [kode0] ok: [kode2] TASK [common : include] ******************************************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [common : Registering common role has run] ******************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [searchlight : include] *************************************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] PLAY [Apply role tacker] ******************************************************* TASK [setup] ******************************************************************* ok: [kode1] ok: [kode0] ok: [kode2] TASK [common : include] ******************************************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [common : Registering common role has run] ******************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [tacker : include] ******************************************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] PLAY [Apply role octavia] ****************************************************** TASK [setup] ******************************************************************* ok: [kode0] ok: [kode1] ok: [kode2] TASK [octavia : include] ******************************************************* skipping: [kode0] skipping: [kode1] skipping: [kode2] PLAY RECAP ********************************************************************* kode0 : ok=114 changed=0 unreachable=0 failed=0 kode1 : ok=120 changed=0 unreachable=0 failed=0 kode2 : ok=113 changed=0 unreachable=0 failed=0 kode3 : ok=44 changed=0 unreachable=0 failed=0 kode4 : ok=27 changed=0 unreachable=0 failed=0 kode5 : ok=27 changed=0 unreachable=0 failed=0 kode6 : ok=27 changed=0 unreachable=0 failed=0 [root@kola bgi]# [root@kola bgi]# [root@kola bgi]# [root@kola bgi]# Connection closed by foreign host. Disconnected from remote host(1.120) at 07:19:09. Type `help' to learn how to use Xshell prompt. [c:\~]$ Reconnecting in 5 seconds. Press any key to exit local shell. ..... Connecting to 172.30.1.120:22... ...............Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Connection established. To escape to local shell, press 'Ctrl+Alt+]'. Last login: Thu Mar 16 07:21:11 2017 from 172.16.204.3 [root@centos7 ~]# Connection closed by foreign host. Disconnected from remote host(kola) at 07:24:46. Type `help' to learn how to use Xshell prompt. [c:\~]$ Reconnecting in 5 seconds. Press any key to exit local shell. .................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... Connecting to 172.30.1.120:22... ....................Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... ....................Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... ....................Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... ...................Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... ....................Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... ....................Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... ....................Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... ....................Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... ....................Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... ....................Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... ....Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Connection established. To escape to local shell, press 'Ctrl+Alt+]'. Last login: Thu Mar 16 07:21:11 2017 from 172.16.204.3 [root@centos7 ~]# ssh kola Last login: Thu Mar 16 06:50:28 2017 from 192.168.122.1 [root@kola ~]# uname -a Linux kola.genomics.cn 3.10.0-514.6.1.el7.x86_64 #1 SMP Wed Jan 18 13:06:36 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux [root@kola ~]# cd /opt/bgi-kolla [root@kola bgi-kolla]# ls collect-info.sh deploy.sh diskimage-builder etc-kolla kolla-ansible kolla-build Readme.md [root@kola bgi-kolla]# cd kolla-ansible/ [root@kola kolla-ansible]# ls ansible contrib kolla_ansible releasenotes specs tox.ini bgi deploy-guide kolla-info.txt requirements.txt test-requirements.txt bgi-changelog.txt doc LICENSE setup.cfg tests bindep.txt etc README.rst setup.py tools [root@kola kolla-ansible]# cd bgi [root@kola bgi]# ls 01-precheck.sh 04-init-runonce.sh 07.1-destroy-clean-image.sh 02.1-deploy-latest-horizon.sh 05.1-reconfigure-ironic.sh 07-destroy.sh 02.2-deploy-only-swift.sh 05.2-reconfigure-swift.sh 08.1-upgrade-horizon.sh 02-deploy.sh 05-reconfigure.sh 08-upgrade-minor.sh 03-post-deploy.sh 06-scaleout.sh [root@kola bgi]# vim 02.2-deploy-only-swift.sh [root@kola bgi]# ls 01-precheck.sh 04-init-runonce.sh 07.1-destroy-clean-image.sh 02.1-deploy-latest-horizon.sh 05.1-reconfigure-ironic.sh 07-destroy.sh 02.2-deploy-only-swift.sh 05.2-reconfigure-swift.sh 08.1-upgrade-horizon.sh 02-deploy.sh 05-reconfigure.sh 08-upgrade-minor.sh 03-post-deploy.sh 06-scaleout.sh [root@kola bgi]# ./02.1-deploy-latest-horizon.sh Deploying Playbooks : ansible-playbook -i ../ansible/inventory/bgi-openstack -e @/etc/kolla/globals.yml -e @/etc/kolla/passwords.yml -e CONFIG_DIR=/etc/kolla -e horizon_tag=4.0.0.2 -e action=deploy /opt/bgi-kolla/kolla-ansible/ansible/site.yml PLAY [Gather facts for all hosts] ********************************************** TASK [setup] ******************************************************************* ok: [kode1] ok: [kode0] ok: [kode2] ok: [kode5] ok: [kode4] ok: [kode6] ok: [kode3] PLAY [Gather facts for all hosts (if using --limit)] *************************** TASK [setup] ******************************************************************* skipping: [kode0] => (item=kode1) skipping: [kode0] => (item=kode6) skipping: [kode1] => (item=kode4) skipping: [kode1] => (item=kode3) skipping: [kode2] => (item=kode0) skipping: [kode2] => (item=kode4) skipping: [kode2] => (item=kode3) skipping: [kode4] => (item=kode1) skipping: [kode4] => (item=kode6) skipping: [kode4] => (item=kode3) skipping: [kode5] => (item=kode1) skipping: [kode5] => (item=kode6) skipping: [kode5] => (item=kode3) skipping: [kode6] => (item=kode1) skipping: [kode6] => (item=kode6) skipping: [kode6] => (item=kode3) skipping: [kode3] => (item=kode0) skipping: [kode3] => (item=kode6) skipping: [kode3] => (item=kode3) skipping: [kode3] => (item=kode5) skipping: [kode3] => (item=kode4) skipping: [kode3] => (item=kode2) skipping: [kode3] => (item=kode1) skipping: [kode6] => (item=kode5) skipping: [kode6] => (item=kode4) skipping: [kode6] => (item=kode2) skipping: [kode6] => (item=kode0) skipping: [kode5] => (item=kode5) skipping: [kode5] => (item=kode4) skipping: [kode5] => (item=kode2) skipping: [kode5] => (item=kode0) skipping: [kode4] => (item=kode5) skipping: [kode4] => (item=kode4) skipping: [kode4] => (item=kode2) skipping: [kode4] => (item=kode0) skipping: [kode2] => (item=kode6) skipping: [kode2] => (item=kode5) skipping: [kode2] => (item=kode2) skipping: [kode2] => (item=kode1) skipping: [kode1] => (item=kode6) skipping: [kode1] => (item=kode5) skipping: [kode1] => (item=kode2) skipping: [kode0] => (item=kode3) skipping: [kode1] => (item=kode1) skipping: [kode1] => (item=kode0) skipping: [kode0] => (item=kode5) skipping: [kode0] => (item=kode4) skipping: [kode0] => (item=kode2) skipping: [kode0] => (item=kode0) PLAY [Detect openstack_release variable] *************************************** TASK [Get current kolla-ansible version number] ******************************** skipping: [kode1] skipping: [kode4] skipping: [kode5] skipping: [kode2] skipping: [kode6] skipping: [kode0] skipping: [kode3] TASK [Set openstack_release variable] ****************************************** skipping: [kode0] skipping: [kode1] skipping: [kode4] skipping: [kode5] skipping: [kode2] skipping: [kode6] skipping: [kode3] PLAY [Apply role prechecks] **************************************************** TASK [setup] ******************************************************************* ok: [kode1] ok: [kode0] ok: [kode5] ok: [kode2] ok: [kode4] ok: [kode6] ok: [kode3] TASK [prechecks : Checking the api_interface is present] *********************** skipping: [kode0] skipping: [kode1] skipping: [kode2] skipping: [kode4] skipping: [kode5] skipping: [kode6] skipping: [kode3] TASK [prechecks : Checking the api_interface is active] ************************ skipping: [kode1] skipping: [kode2] skipping: [kode4] skipping: [kode5] skipping: [kode6] skipping: [kode0] skipping: [kode3] TASK [prechecks : Checking the api_interface configuration] ******************** skipping: [kode0] skipping: [kode2] skipping: [kode4] skipping: [kode1] skipping: [kode6] skipping: [kode5] skipping: [kode3] TASK [prechecks : Checking the api_interface ip address configuration] ********* skipping: [kode0] skipping: [kode1] skipping: [kode4] skipping: [kode5] skipping: [kode6] skipping: [kode2] skipping: [kode3] TASK [prechecks : Checking if kolla_internal_vip_address and kolla_external_vip_address are not pingable from any node] *** skipping: [kode2] => (item=192.168.101.254) skipping: [kode2] => (item=192.168.102.254) skipping: [kode3] => (item=192.168.102.254) skipping: [kode3] => (item=192.168.101.254) skipping: [kode6] => (item=192.168.101.254) skipping: [kode6] => (item=192.168.102.254) skipping: [kode5] => (item=192.168.101.254) skipping: [kode5] => (item=192.168.102.254) skipping: [kode4] => (item=192.168.101.254) skipping: [kode4] => (item=192.168.102.254) skipping: [kode1] => (item=192.168.101.254) skipping: [kode1] => (item=192.168.102.254) skipping: [kode0] => (item=192.168.101.254) skipping: [kode0] => (item=192.168.102.254) TASK [prechecks : Checking if kolla_internal_vip_address is in the same network as api_interface on all nodes] *** skipping: [kode0] skipping: [kode1] skipping: [kode2] skipping: [kode4] skipping: [kode5] skipping: [kode6] skipping: [kode3] TASK [prechecks : Checking free port for HAProxy stats] ************************ skipping: [kode1] skipping: [kode4] skipping: [kode5] skipping: [kode6] skipping: [kode2] skipping: [kode0] skipping: [kode3] TASK [prechecks : Checking free port for Rsync] ******************************** skipping: [kode0] skipping: [kode1] skipping: [kode4] skipping: [kode5] skipping: [kode2] skipping: [kode6] skipping: [kode3] TASK [prechecks : Checking that libvirt is not running] ************************ skipping: [kode0] skipping: [kode1] skipping: [kode2] skipping: [kode4] skipping: [kode5] skipping: [kode6] skipping: [kode3] TASK [prechecks : Checking Docker version] ************************************* skipping: [kode0] skipping: [kode1] skipping: [kode5] skipping: [kode4] skipping: [kode6] skipping: [kode3] skipping: [kode2] TASK [prechecks : Checking if 'MountFlags' for docker service is set to 'shared'] *** skipping: [kode0] skipping: [kode1] skipping: [kode2] skipping: [kode6] skipping: [kode5] skipping: [kode4] skipping: [kode3] TASK [prechecks : Checking if '/run' mount flag is set to 'shared'] ************ skipping: [kode0] skipping: [kode1] skipping: [kode4] skipping: [kode5] skipping: [kode2] skipping: [kode6] skipping: [kode3] TASK [prechecks : Checking empty passwords in passwords.yml. Run kolla-genpwd if this task fails] *** skipping: [kode0] skipping: [kode2] skipping: [kode1] skipping: [kode4] skipping: [kode5] skipping: [kode6] skipping: [kode3] TASK [prechecks : Checking fernet_token_expiry in globals.yml. Update fernet_token_expiry to allowed value if this task fails] *** skipping: [kode0] TASK [prechecks : Checking number of network agents] *************************** skipping: [kode0] skipping: [kode2] skipping: [kode1] skipping: [kode4] skipping: [kode5] skipping: [kode6] skipping: [kode3] TASK [prechecks : Checking mongodb backend for ceilometer] ********************* skipping: [kode0] TASK [prechecks : Checking LVM volume group exists for Cinder] ***************** skipping: [kode1] skipping: [kode4] skipping: [kode5] skipping: [kode6] skipping: [kode2] skipping: [kode0] skipping: [kode3] TASK [prechecks : Checking docker-py version] ********************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] skipping: [kode5] skipping: [kode4] skipping: [kode6] skipping: [kode3] TASK [prechecks : Checking Ansible version] ************************************ skipping: [kode0] PLAY [Apply role chrony] ******************************************************* TASK [setup] ******************************************************************* ok: [kode1] ok: [kode2] ok: [kode0] ok: [kode4] ok: [kode3] ok: [kode5] ok: [kode6] TASK [common : include] ******************************************************** skipping: [kode0] skipping: [kode2] skipping: [kode3] skipping: [kode1] skipping: [kode5] skipping: [kode4] skipping: [kode6] TASK [common : Registering common role has run] ******************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] skipping: [kode3] skipping: [kode4] skipping: [kode5] skipping: [kode6] TASK [chrony : include] ******************************************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] skipping: [kode4] skipping: [kode5] skipping: [kode3] skipping: [kode6] PLAY [Apply role collectd] ***************************************************** TASK [setup] ******************************************************************* ok: [kode5] ok: [kode4] ok: [kode6] TASK [common : include] ******************************************************** skipping: [kode4] skipping: [kode5] skipping: [kode6] TASK [common : Registering common role has run] ******************************** skipping: [kode4] skipping: [kode5] skipping: [kode6] TASK [collectd : include] ****************************************************** skipping: [kode4] skipping: [kode5] skipping: [kode6] PLAY [Apply role elasticsearch] ************************************************ TASK [setup] ******************************************************************* ok: [kode1] ok: [kode0] ok: [kode2] TASK [common : include] ******************************************************** included: /opt/bgi-kolla/kolla-ansible/ansible/roles/common/tasks/deploy.yml for kode0, kode1, kode2 TASK [common : include] ******************************************************** included: /opt/bgi-kolla/kolla-ansible/ansible/roles/common/tasks/config.yml for kode0, kode1, kode2 TASK [common : Ensuring config directories exist] ****************************** changed: [kode1] => (item=fluentd) changed: [kode2] => (item=fluentd) changed: [kode0] => (item=fluentd) changed: [kode1] => (item=fluentd/input) changed: [kode2] => (item=fluentd/input) changed: [kode0] => (item=fluentd/input) changed: [kode1] => (item=fluentd/output) changed: [kode2] => (item=fluentd/output) changed: [kode0] => (item=fluentd/output) changed: [kode1] => (item=fluentd/format) changed: [kode0] => (item=fluentd/format) changed: [kode2] => (item=fluentd/format) changed: [kode1] => (item=fluentd/filter) changed: [kode0] => (item=fluentd/filter) changed: [kode2] => (item=fluentd/filter) changed: [kode1] => (item=kolla-toolbox) changed: [kode0] => (item=kolla-toolbox) changed: [kode2] => (item=kolla-toolbox) ^C [ERROR]: User interrupted execution Command failed ansible-playbook -i ../ansible/inventory/bgi-openstack -e @/etc/kolla/globals.yml -e @/etc/kolla/passwords.yml -e CONFIG_DIR=/etc/kolla -e horizon_tag=4.0.0.2 -e action=deploy /opt/bgi-kolla/kolla-ansible/ansible/site.yml [root@kola bgi]# [root@kola bgi]# [root@kola bgi]# [root@kola bgi]# vim /etc/security/limits.conf [root@kola bgi]# vim /etc/pam.d/login [root@kola bgi]# exit logout Connection to kola closed. [root@centos7 ~]# ssh kola Last login: Thu Mar 16 09:00:01 2017 from 192.168.122.1 [root@kola ~]# ls a.repo centos-7.tar docker-images.txt docker-registry-2.tar [root@kola ~]# vim /etc/security/limits.conf [root@kola ~]# ulimit -n 1024 [root@kola ~]# ulimit -n 409600 [root@kola ~]# ulimit -n 409600 [root@kola ~]# ulimit -n 1024 [root@kola ~]# ulimit unlimited [root@kola ~]# ulimit -n 1024 [root@kola ~]# exit logout Connection to kola closed. [root@centos7 ~]# ssh kola Last login: Thu Mar 16 09:28:18 2017 from 192.168.122.1 [root@kola ~]# ulimit unlimited [root@kola ~]# ulimit -n 409600 [root@kola ~]# vim /etc/security/limits.conf [root@kola ~]# cd /etc/security/ [root@kola security]# ls -al limits.conf -rw-r--r--. 1 root root 2500 Mar 16 09:30 limits.conf [root@kola security]# cat limits.conf # /etc/security/limits.conf # #This file sets the resource limits for the users logged in via PAM. #It does not affect resource limits of the system services. # #Also note that configuration files in /etc/security/limits.d directory, #which are read in alphabetical order, override the settings in this #file in case the domain is the same or more specific. #That means for example that setting a limit for wildcard domain here #can be overriden with a wildcard setting in a config file in the #subdirectory, but a user specific setting here can be overriden only #with a user specific setting in the subdirectory. # #Each line describes a limit for a user in the form: # # # #Where: # can be: # - a user name # - a group name, with @group syntax # - the wildcard *, for default entry # - the wildcard %, can be also used with %group syntax, # for maxlogin limit # # can have the two values: # - "soft" for enforcing the soft limits # - "hard" for enforcing hard limits # # can be one of the following: # - core - limits the core file size (KB) # - data - max data size (KB) # - fsize - maximum filesize (KB) # - memlock - max locked-in-memory address space (KB) # - nofile - max number of open file descriptors # - rss - max resident set size (KB) # - stack - max stack size (KB) # - cpu - max CPU time (MIN) # - nproc - max number of processes # - as - address space limit (KB) # - maxlogins - max number of logins for this user # - maxsyslogins - max number of logins on the system # - priority - the priority to run user process with # - locks - max number of file locks the user can hold # - sigpending - max number of pending signals # - msgqueue - max memory used by POSIX message queues (bytes) # - nice - max nice priority allowed to raise to values: [-20, 19] # - rtprio - max realtime priority # # # #* soft core 0 #* hard rss 10000 #@student hard nproc 20 #@faculty soft nproc 20 #@faculty hard nproc 50 #ftp hard nproc 0 #@student - maxlogins 4 * soft nofile 409600 * hard nofile 409600 # End of file [root@kola security]# vim /etc/pam.d/login [root@kola security]# ls -al /etc/pam.d/login -rw-r--r--. 1 root root 835 Mar 16 09:39 /etc/pam.d/login [root@kola security]# ls access.conf console.handlers group.conf namespace.conf opasswd sepermit.conf chroot.conf console.perms limits.conf namespace.d pam_env.conf time.conf console.apps console.perms.d limits.d namespace.init pwquality.conf [root@kola security]# man swift-ring-builder [root@kola security]# cd /etc/kolla/config/ [root@kola config]# ls ironic old swift [root@kola config]# cd swift/ [root@kola swift]# ls account.builder backups [root@kola swift]# man swift-ring-builder [root@kola swift]# swift-ring-builder account.builder account.builder, build version 1 1024 partitions, 3.000000 replicas, 1 regions, 1 zones, 1 devices, 100.00 balance, 0.00 dispersion The minimum number of hours before a partition can be reassigned is 1 (0:00:00 remaining) The overload factor is 0.00% (0.000000) Ring file account.ring.gz not found, probably it hasn't been written yet Devices: id region zone ip address:port replication ip:port name weight partitions balance flags meta 0 1 1 192.168.102.20:6002 192.168.102.20:6002 vdd1 100.00 0 -100.00 [root@kola swift]# swift-ring-builder account.builder add --region 1 --zone 2 --ip 192.168.102.21 --port 6002 --device vdd1 --weight 100 Device d1r1z2-192.168.102.21:6002R192.168.102.21:6002/vdd1_"" with 100.0 weight got id 1 [root@kola swift]# swift-ring-builder account.builder account.builder, build version 2 1024 partitions, 3.000000 replicas, 1 regions, 2 zones, 2 devices, 100.00 balance, 0.00 dispersion The minimum number of hours before a partition can be reassigned is 1 (0:00:00 remaining) The overload factor is 0.00% (0.000000) Ring file account.ring.gz not found, probably it hasn't been written yet Devices: id region zone ip address:port replication ip:port name weight partitions balance flags meta 0 1 1 192.168.102.20:6002 192.168.102.20:6002 vdd1 100.00 0 -100.00 1 1 2 192.168.102.21:6002 192.168.102.21:6002 vdd1 100.00 0 -100.00 [root@kola swift]# swift-ring-builder account.builder add --region 1 --zone 3 --ip 192.168.102.22 --port 6002 --device vdd1 --weight 100 Device d2r1z3-192.168.102.22:6002R192.168.102.22:6002/vdd1_"" with 100.0 weight got id 2 [root@kola swift]# swift-ring-builder account.builder account.builder, build version 3 1024 partitions, 3.000000 replicas, 1 regions, 3 zones, 3 devices, 100.00 balance, 0.00 dispersion The minimum number of hours before a partition can be reassigned is 1 (0:00:00 remaining) The overload factor is 0.00% (0.000000) Ring file account.ring.gz not found, probably it hasn't been written yet Devices: id region zone ip address:port replication ip:port name weight partitions balance flags meta 0 1 1 192.168.102.20:6002 192.168.102.20:6002 vdd1 100.00 0 -100.00 1 1 2 192.168.102.21:6002 192.168.102.21:6002 vdd1 100.00 0 -100.00 2 1 3 192.168.102.22:6002 192.168.102.22:6002 vdd1 100.00 0 -100.00 [root@kola swift]# swift-ring-builder account.builder rebalance Reassigned 3072 (300.00%) partitions. Balance is now 0.00. Dispersion is now 0.00 [root@kola swift]# swift-ring-builder account.builder account.builder, build version 4 1024 partitions, 3.000000 replicas, 1 regions, 3 zones, 3 devices, 0.00 balance, 0.00 dispersion The minimum number of hours before a partition can be reassigned is 1 (0:59:54 remaining) The overload factor is 0.00% (0.000000) Ring file account.ring.gz is up-to-date Devices: id region zone ip address:port replication ip:port name weight partitions balance flags meta 0 1 1 192.168.102.20:6002 192.168.102.20:6002 vdd1 100.00 1024 0.00 1 1 2 192.168.102.21:6002 192.168.102.21:6002 vdd1 100.00 1024 0.00 2 1 3 192.168.102.22:6002 192.168.102.22:6002 vdd1 100.00 1024 0.00 [root@kola swift]# swift-ring-builder container.builder create 10 3 1 [root@kola swift]# swift-ring-builder container.builder add --region 1 --zone 1 --ip 192.168.102.20 --port 6001 --device vdd1 --weight 100 Device d0r1z1-192.168.102.20:6001R192.168.102.20:6001/vdd1_"" with 100.0 weight got id 0 [root@kola swift]# swift-ring-builder container.builder add --region 1 --zone 2 --ip 192.168.102.21 --port 6001 --device vdd1 --weight 100 Device d1r1z2-192.168.102.21:6001R192.168.102.21:6001/vdd1_"" with 100.0 weight got id 1 [root@kola swift]# swift-ring-builder container.builder add --region 1 --zone 3 --ip 192.168.102.22 --port 6001 --device vdd1 --weight 100 Device d2r1z3-192.168.102.22:6001R192.168.102.22:6001/vdd1_"" with 100.0 weight got id 2 [root@kola swift]# [root@kola swift]# swift-ring-builder container.builder container.builder, build version 3 1024 partitions, 3.000000 replicas, 1 regions, 3 zones, 3 devices, 100.00 balance, 0.00 dispersion The minimum number of hours before a partition can be reassigned is 1 (0:00:00 remaining) The overload factor is 0.00% (0.000000) Ring file container.ring.gz not found, probably it hasn't been written yet Devices: id region zone ip address:port replication ip:port name weight partitions balance flags meta 0 1 1 192.168.102.20:6001 192.168.102.20:6001 vdd1 100.00 0 -100.00 1 1 2 192.168.102.21:6001 192.168.102.21:6001 vdd1 100.00 0 -100.00 2 1 3 192.168.102.22:6001 192.168.102.22:6001 vdd1 100.00 0 -100.00 [root@kola swift]# swift-ring-builder container.builder rebalance Reassigned 3072 (300.00%) partitions. Balance is now 0.00. Dispersion is now 0.00 [root@kola swift]# swift-ring-builder container.builder container.builder, build version 4 1024 partitions, 3.000000 replicas, 1 regions, 3 zones, 3 devices, 0.00 balance, 0.00 dispersion The minimum number of hours before a partition can be reassigned is 1 (0:59:51 remaining) The overload factor is 0.00% (0.000000) Ring file container.ring.gz is up-to-date Devices: id region zone ip address:port replication ip:port name weight partitions balance flags meta 0 1 1 192.168.102.20:6001 192.168.102.20:6001 vdd1 100.00 1024 0.00 1 1 2 192.168.102.21:6001 192.168.102.21:6001 vdd1 100.00 1024 0.00 2 1 3 192.168.102.22:6001 192.168.102.22:6001 vdd1 100.00 1024 0.00 [root@kola swift]# [root@kola swift]# [root@kola swift]# swift-ring-builder object.builder 10 3 1 Ring Builder file does not exist: object.builder [root@kola swift]# swift-ring-builder object.builder create 10 3 1 [root@kola swift]# swift-ring-builder object.builder add --region 1 --zone 1 --ip 192.168.102.20 --port 6000 --device vdd1 --weight 100 Device d0r1z1-192.168.102.20:6000R192.168.102.20:6000/vdd1_"" with 100.0 weight got id 0 [root@kola swift]# swift-ring-builder object.builder add --region 1 --zone 2 --ip 192.168.102.21 --port 6000 --device vdd1 --weight 100 Device d1r1z2-192.168.102.21:6000R192.168.102.21:6000/vdd1_"" with 100.0 weight got id 1 [root@kola swift]# swift-ring-builder object.builder add --region 1 --zone 3 --ip 192.168.102.22 --port 6000 --device vdd1 --weight 100 Device d2r1z3-192.168.102.22:6000R192.168.102.22:6000/vdd1_"" with 100.0 weight got id 2 [root@kola swift]# [root@kola swift]# [root@kola swift]# swift-ring-builder object.builder object.builder, build version 3 1024 partitions, 3.000000 replicas, 1 regions, 3 zones, 3 devices, 100.00 balance, 0.00 dispersion The minimum number of hours before a partition can be reassigned is 1 (0:00:00 remaining) The overload factor is 0.00% (0.000000) Ring file object.ring.gz not found, probably it hasn't been written yet Devices: id region zone ip address:port replication ip:port name weight partitions balance flags meta 0 1 1 192.168.102.20:6000 192.168.102.20:6000 vdd1 100.00 0 -100.00 1 1 2 192.168.102.21:6000 192.168.102.21:6000 vdd1 100.00 0 -100.00 2 1 3 192.168.102.22:6000 192.168.102.22:6000 vdd1 100.00 0 -100.00 [root@kola swift]# swift-ring-builder object.builder rebalance Reassigned 3072 (300.00%) partitions. Balance is now 0.00. Dispersion is now 0.00 [root@kola swift]# swift-ring-builder object.builder object.builder, build version 4 1024 partitions, 3.000000 replicas, 1 regions, 3 zones, 3 devices, 0.00 balance, 0.00 dispersion The minimum number of hours before a partition can be reassigned is 1 (0:59:57 remaining) The overload factor is 0.00% (0.000000) Ring file object.ring.gz is up-to-date Devices: id region zone ip address:port replication ip:port name weight partitions balance flags meta 0 1 1 192.168.102.20:6000 192.168.102.20:6000 vdd1 100.00 1024 0.00 1 1 2 192.168.102.21:6000 192.168.102.21:6000 vdd1 100.00 1024 0.00 2 1 3 192.168.102.22:6000 192.168.102.22:6000 vdd1 100.00 1024 0.00 [root@kola swift]# [root@kola swift]# [root@kola swift]# ls account.builder backups container.ring.gz object.ring.gz account.ring.gz container.builder object.builder [root@kola swift]# cd /opt/bgi-kolla [root@kola bgi-kolla]# ls collect-info.sh deploy.sh diskimage-builder etc-kolla kolla-ansible kolla-build Readme.md [root@kola bgi-kolla]# cd kolla-ansible/ [root@kola kolla-ansible]# ls ansible contrib kolla_ansible releasenotes specs tox.ini bgi deploy-guide kolla-info.txt requirements.txt test-requirements.txt bgi-changelog.txt doc LICENSE setup.cfg tests bindep.txt etc README.rst setup.py tools [root@kola kolla-ansible]# cd bgi [root@kola bgi]# ls 01-precheck.sh 04-init-runonce.sh 07.1-destroy-clean-image.sh 02.1-deploy-latest-horizon.sh 05.1-reconfigure-ironic.sh 07-destroy.sh 02.2-deploy-only-swift.sh 05.2-reconfigure-swift.sh 08.1-upgrade-horizon.sh 02-deploy.sh 05-reconfigure.sh 08-upgrade-minor.sh 03-post-deploy.sh 06-scaleout.sh [root@kola bgi]# ./02.1-deploy-latest-horizon.sh Deploying Playbooks : ansible-playbook -i ../ansible/inventory/bgi-openstack -e @/etc/kolla/globals.yml -e @/etc/kolla/passwords.yml -e CONFIG_DIR=/etc/kolla -e horizon_tag=4.0.0.2 -e action=deploy /opt/bgi-kolla/kolla-ansible/ansible/site.yml PLAY [Gather facts for all hosts] ********************************************** TASK [setup] ******************************************************************* ok: [kode5] ok: [kode0] ok: [kode1] ok: [kode4] ok: [kode2] ok: [kode6] ok: [kode3] PLAY [Gather facts for all hosts (if using --limit)] *************************** TASK [setup] ******************************************************************* skipping: [kode0] => (item=kode2) skipping: [kode1] => (item=kode0) skipping: [kode1] => (item=kode4) skipping: [kode1] => (item=kode3) skipping: [kode2] => (item=kode0) skipping: [kode2] => (item=kode4) skipping: [kode2] => (item=kode3) skipping: [kode4] => (item=kode1) skipping: [kode4] => (item=kode6) skipping: [kode4] => (item=kode3) skipping: [kode5] => (item=kode2) skipping: [kode5] => (item=kode3) skipping: [kode6] => (item=kode2) skipping: [kode6] => (item=kode3) skipping: [kode3] => (item=kode1) skipping: [kode3] => (item=kode6) skipping: [kode3] => (item=kode3) skipping: [kode3] => (item=kode5) skipping: [kode3] => (item=kode4) skipping: [kode3] => (item=kode2) skipping: [kode3] => (item=kode0) skipping: [kode6] => (item=kode6) skipping: [kode6] => (item=kode5) skipping: [kode6] => (item=kode4) skipping: [kode6] => (item=kode1) skipping: [kode6] => (item=kode0) skipping: [kode5] => (item=kode6) skipping: [kode5] => (item=kode5) skipping: [kode5] => (item=kode4) skipping: [kode5] => (item=kode1) skipping: [kode5] => (item=kode0) skipping: [kode4] => (item=kode5) skipping: [kode4] => (item=kode4) skipping: [kode4] => (item=kode2) skipping: [kode4] => (item=kode0) skipping: [kode2] => (item=kode6) skipping: [kode2] => (item=kode5) skipping: [kode2] => (item=kode2) skipping: [kode2] => (item=kode1) skipping: [kode1] => (item=kode6) skipping: [kode1] => (item=kode5) skipping: [kode1] => (item=kode2) skipping: [kode1] => (item=kode1) skipping: [kode0] => (item=kode3) skipping: [kode0] => (item=kode6) skipping: [kode0] => (item=kode5) skipping: [kode0] => (item=kode4) skipping: [kode0] => (item=kode1) skipping: [kode0] => (item=kode0) PLAY [Detect openstack_release variable] *************************************** TASK [Get current kolla-ansible version number] ******************************** skipping: [kode4] skipping: [kode5] skipping: [kode6] skipping: [kode2] skipping: [kode3] skipping: [kode1] skipping: [kode0] TASK [Set openstack_release variable] ****************************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] skipping: [kode4] skipping: [kode5] skipping: [kode6] skipping: [kode3] PLAY [Apply role prechecks] **************************************************** TASK [setup] ******************************************************************* ok: [kode0] ok: [kode1] ok: [kode5] ok: [kode2] ok: [kode4] ok: [kode6] ok: [kode3] TASK [prechecks : Checking the api_interface is present] *********************** skipping: [kode0] skipping: [kode1] skipping: [kode2] skipping: [kode4] skipping: [kode5] skipping: [kode6] skipping: [kode3] TASK [prechecks : Checking the api_interface is active] ************************ skipping: [kode0] skipping: [kode2] skipping: [kode4] skipping: [kode1] skipping: [kode6] skipping: [kode5] skipping: [kode3] TASK [prechecks : Checking the api_interface configuration] ******************** skipping: [kode1] skipping: [kode2] skipping: [kode4] skipping: [kode5] skipping: [kode6] skipping: [kode0] skipping: [kode3] TASK [prechecks : Checking the api_interface ip address configuration] ********* skipping: [kode1] skipping: [kode2] skipping: [kode4] skipping: [kode5] skipping: [kode6] skipping: [kode0] skipping: [kode3] TASK [prechecks : Checking if kolla_internal_vip_address and kolla_external_vip_address are not pingable from any node] *** skipping: [kode0] => (item=192.168.102.254) skipping: [kode6] => (item=192.168.102.254) skipping: [kode5] => (item=192.168.101.254) skipping: [kode5] => (item=192.168.102.254) skipping: [kode3] => (item=192.168.102.254) skipping: [kode3] => (item=192.168.101.254) skipping: [kode6] => (item=192.168.101.254) skipping: [kode2] => (item=192.168.101.254) skipping: [kode2] => (item=192.168.102.254) skipping: [kode4] => (item=192.168.101.254) skipping: [kode4] => (item=192.168.102.254) skipping: [kode1] => (item=192.168.101.254) skipping: [kode1] => (item=192.168.102.254) skipping: [kode0] => (item=192.168.101.254) TASK [prechecks : Checking if kolla_internal_vip_address is in the same network as api_interface on all nodes] *** skipping: [kode0] skipping: [kode1] skipping: [kode2] skipping: [kode4] skipping: [kode5] skipping: [kode6] skipping: [kode3] TASK [prechecks : Checking free port for HAProxy stats] ************************ skipping: [kode1] skipping: [kode0] skipping: [kode4] skipping: [kode5] skipping: [kode6] skipping: [kode2] skipping: [kode3] TASK [prechecks : Checking free port for Rsync] ******************************** skipping: [kode1] skipping: [kode0] skipping: [kode4] skipping: [kode5] skipping: [kode6] skipping: [kode2] skipping: [kode3] TASK [prechecks : Checking that libvirt is not running] ************************ skipping: [kode2] skipping: [kode5] skipping: [kode6] skipping: [kode4] skipping: [kode3] skipping: [kode1] skipping: [kode0] TASK [prechecks : Checking Docker version] ************************************* skipping: [kode0] skipping: [kode1] skipping: [kode2] skipping: [kode4] skipping: [kode5] skipping: [kode6] skipping: [kode3] TASK [prechecks : Checking if 'MountFlags' for docker service is set to 'shared'] *** skipping: [kode0] skipping: [kode1] skipping: [kode2] skipping: [kode4] skipping: [kode5] skipping: [kode6] skipping: [kode3] TASK [prechecks : Checking if '/run' mount flag is set to 'shared'] ************ skipping: [kode0] skipping: [kode1] skipping: [kode4] skipping: [kode5] skipping: [kode6] skipping: [kode2] skipping: [kode3] TASK [prechecks : Checking empty passwords in passwords.yml. Run kolla-genpwd if this task fails] *** skipping: [kode0] skipping: [kode2] skipping: [kode1] skipping: [kode4] skipping: [kode6] skipping: [kode5] skipping: [kode3] TASK [prechecks : Checking fernet_token_expiry in globals.yml. Update fernet_token_expiry to allowed value if this task fails] *** skipping: [kode0] TASK [prechecks : Checking number of network agents] *************************** skipping: [kode1] skipping: [kode2] skipping: [kode4] skipping: [kode5] skipping: [kode6] skipping: [kode0] skipping: [kode3] TASK [prechecks : Checking mongodb backend for ceilometer] ********************* skipping: [kode0] TASK [prechecks : Checking LVM volume group exists for Cinder] ***************** skipping: [kode0] skipping: [kode1] skipping: [kode2] skipping: [kode4] skipping: [kode5] skipping: [kode6] skipping: [kode3] TASK [prechecks : Checking docker-py version] ********************************** skipping: [kode0] skipping: [kode1] skipping: [kode4] skipping: [kode5] skipping: [kode6] skipping: [kode2] skipping: [kode3] TASK [prechecks : Checking Ansible version] ************************************ skipping: [kode0] PLAY [Apply role chrony] ******************************************************* TASK [setup] ******************************************************************* ok: [kode1] ok: [kode0] ok: [kode2] ok: [kode4] ok: [kode3] ok: [kode5] ok: [kode6] TASK [common : include] ******************************************************** skipping: [kode0] skipping: [kode2] skipping: [kode3] skipping: [kode1] skipping: [kode4] skipping: [kode5] skipping: [kode6] TASK [common : Registering common role has run] ******************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] skipping: [kode3] skipping: [kode4] skipping: [kode5] skipping: [kode6] TASK [chrony : include] ******************************************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] skipping: [kode4] skipping: [kode5] skipping: [kode3] skipping: [kode6] PLAY [Apply role collectd] ***************************************************** TASK [setup] ******************************************************************* ok: [kode5] ok: [kode6] ok: [kode4] TASK [common : include] ******************************************************** skipping: [kode4] skipping: [kode5] skipping: [kode6] TASK [common : Registering common role has run] ******************************** skipping: [kode4] skipping: [kode5] skipping: [kode6] TASK [collectd : include] ****************************************************** skipping: [kode4] skipping: [kode5] skipping: [kode6] PLAY [Apply role elasticsearch] ************************************************ TASK [setup] ******************************************************************* ok: [kode0] ok: [kode1] ok: [kode2] TASK [common : include] ******************************************************** included: /opt/bgi-kolla/kolla-ansible/ansible/roles/common/tasks/deploy.yml for kode0, kode1, kode2 TASK [common : include] ******************************************************** included: /opt/bgi-kolla/kolla-ansible/ansible/roles/common/tasks/config.yml for kode0, kode1, kode2 TASK [common : Ensuring config directories exist] ****************************** ok: [kode1] => (item=fluentd) ok: [kode0] => (item=fluentd) ok: [kode2] => (item=fluentd) ok: [kode1] => (item=fluentd/input) ok: [kode0] => (item=fluentd/input) ok: [kode2] => (item=fluentd/input) ok: [kode0] => (item=fluentd/output) ok: [kode1] => (item=fluentd/output) ok: [kode2] => (item=fluentd/output) ok: [kode0] => (item=fluentd/format) ok: [kode1] => (item=fluentd/format) ok: [kode2] => (item=fluentd/format) ok: [kode0] => (item=fluentd/filter) ok: [kode1] => (item=fluentd/filter) ok: [kode2] => (item=fluentd/filter) ok: [kode0] => (item=kolla-toolbox) ok: [kode1] => (item=kolla-toolbox) ok: [kode2] => (item=kolla-toolbox) changed: [kode0] => (item=cron) changed: [kode1] => (item=cron) changed: [kode2] => (item=cron) changed: [kode0] => (item=cron/logrotate) changed: [kode1] => (item=cron/logrotate) changed: [kode2] => (item=cron/logrotate) TASK [common : Copying over config.json files for services] ******************** changed: [kode0] => (item=fluentd) changed: [kode1] => (item=fluentd) changed: [kode2] => (item=fluentd) changed: [kode0] => (item=kolla-toolbox) changed: [kode1] => (item=kolla-toolbox) changed: [kode2] => (item=kolla-toolbox) changed: [kode1] => (item=cron) changed: [kode0] => (item=cron) changed: [kode2] => (item=cron) TASK [common : Copying over fluentd input config files] ************************ changed: [kode2] => (item=00-global) changed: [kode0] => (item=00-global) changed: [kode1] => (item=00-global) changed: [kode2] => (item=01-syslog) changed: [kode0] => (item=01-syslog) changed: [kode1] => (item=01-syslog) changed: [kode2] => (item=02-mariadb) changed: [kode0] => (item=02-mariadb) changed: [kode1] => (item=02-mariadb) changed: [kode2] => (item=03-rabbitmq) changed: [kode1] => (item=03-rabbitmq) changed: [kode0] => (item=03-rabbitmq) TASK [common : Copying over fluentd ouput config files] ************************ changed: [kode0] => (item={u'enabled': True, u'name': u'00-local'}) changed: [kode2] => (item={u'enabled': True, u'name': u'00-local'}) changed: [kode1] => (item={u'enabled': True, u'name': u'00-local'}) changed: [kode0] => (item={u'enabled': u'yes', u'name': u'01-es'}) changed: [kode1] => (item={u'enabled': u'yes', u'name': u'01-es'}) changed: [kode2] => (item={u'enabled': u'yes', u'name': u'01-es'}) TASK [common : Copying over fluentd format config files] *********************** changed: [kode0] => (item=apache_access) changed: [kode1] => (item=apache_access) changed: [kode2] => (item=apache_access) changed: [kode0] => (item=wsgi_access) changed: [kode1] => (item=wsgi_access) changed: [kode2] => (item=wsgi_access) changed: [kode0] => (item=wsgi_python) changed: [kode1] => (item=wsgi_python) changed: [kode2] => (item=wsgi_python) TASK [common : Copying over fluentd filter config files] *********************** changed: [kode0] => (item=00-record_transformer) changed: [kode1] => (item=00-record_transformer) changed: [kode2] => (item=00-record_transformer) changed: [kode0] => (item=01-rewrite) changed: [kode1] => (item=01-rewrite) changed: [kode2] => (item=01-rewrite) TASK [common : Copying over tg-agent.conf] ************************************* changed: [kode0] => (item=fluentd) changed: [kode1] => (item=fluentd) changed: [kode2] => (item=fluentd) TASK [common : Copying over cron logrotate config files] *********************** changed: [kode2] => (item={u'enabled': u'yes', u'name': u'ansible'}) changed: [kode0] => (item={u'enabled': u'yes', u'name': u'ansible'}) changed: [kode1] => (item={u'enabled': u'yes', u'name': u'ansible'}) changed: [kode1] => (item={u'enabled': u'yes', u'name': u'aodh'}) changed: [kode2] => (item={u'enabled': u'yes', u'name': u'aodh'}) skipping: [kode1] => (item={u'enabled': u'no', u'name': u'barbican'}) changed: [kode0] => (item={u'enabled': u'yes', u'name': u'aodh'}) skipping: [kode2] => (item={u'enabled': u'no', u'name': u'barbican'}) skipping: [kode0] => (item={u'enabled': u'no', u'name': u'barbican'}) changed: [kode1] => (item={u'enabled': u'yes', u'name': u'ceilometer'}) changed: [kode2] => (item={u'enabled': u'yes', u'name': u'ceilometer'}) changed: [kode0] => (item={u'enabled': u'yes', u'name': u'ceilometer'}) changed: [kode1] => (item={u'enabled': u'yes', u'name': u'cinder'}) changed: [kode2] => (item={u'enabled': u'yes', u'name': u'cinder'}) skipping: [kode1] => (item={u'enabled': u'no', u'name': u'cloudkitty'}) skipping: [kode2] => (item={u'enabled': u'no', u'name': u'cloudkitty'}) changed: [kode0] => (item={u'enabled': u'yes', u'name': u'cinder'}) skipping: [kode1] => (item={u'enabled': u'no', u'name': u'designate'}) skipping: [kode0] => (item={u'enabled': u'no', u'name': u'designate'}) skipping: [kode0] => (item={u'enabled': u'no', u'name': u'cloudkitty'}) skipping: [kode2] => (item={u'enabled': u'no', u'name': u'designate'}) changed: [kode0] => (item={u'enabled': u'yes', u'name': u'elasticsearch'}) changed: [kode2] => (item={u'enabled': u'yes', u'name': u'elasticsearch'}) changed: [kode1] => (item={u'enabled': u'yes', u'name': u'elasticsearch'}) skipping: [kode0] => (item={u'enabled': u'no', u'name': u'freezer'}) skipping: [kode2] => (item={u'enabled': u'no', u'name': u'freezer'}) skipping: [kode1] => (item={u'enabled': u'no', u'name': u'freezer'}) changed: [kode0] => (item={u'enabled': u'yes', u'name': u'glance'}) changed: [kode1] => (item={u'enabled': u'yes', u'name': u'glance'}) changed: [kode2] => (item={u'enabled': u'yes', u'name': u'glance'}) changed: [kode0] => (item={u'enabled': u'yes', u'name': u'global'}) changed: [kode1] => (item={u'enabled': u'yes', u'name': u'global'}) changed: [kode2] => (item={u'enabled': u'yes', u'name': u'global'}) changed: [kode0] => (item={u'enabled': u'yes', u'name': u'gnocchi'}) skipping: [kode0] => (item={u'enabled': u'no', u'name': u'grafana'}) changed: [kode2] => (item={u'enabled': u'yes', u'name': u'gnocchi'}) skipping: [kode2] => (item={u'enabled': u'no', u'name': u'grafana'}) changed: [kode1] => (item={u'enabled': u'yes', u'name': u'gnocchi'}) skipping: [kode1] => (item={u'enabled': u'no', u'name': u'grafana'}) changed: [kode0] => (item={u'enabled': u'yes', u'name': u'haproxy'}) skipping: [kode0] => (item={u'enabled': u'no', u'name': u'heat'}) changed: [kode2] => (item={u'enabled': u'yes', u'name': u'haproxy'}) changed: [kode1] => (item={u'enabled': u'yes', u'name': u'haproxy'}) skipping: [kode2] => (item={u'enabled': u'no', u'name': u'heat'}) skipping: [kode1] => (item={u'enabled': u'no', u'name': u'heat'}) changed: [kode0] => (item={u'enabled': True, u'name': u'iscsid'}) skipping: [kode0] => (item={u'enabled': u'no', u'name': u'karbor'}) changed: [kode1] => (item={u'enabled': True, u'name': u'iscsid'}) changed: [kode2] => (item={u'enabled': True, u'name': u'iscsid'}) skipping: [kode1] => (item={u'enabled': u'no', u'name': u'karbor'}) skipping: [kode2] => (item={u'enabled': u'no', u'name': u'karbor'}) changed: [kode0] => (item={u'enabled': u'yes', u'name': u'keepalived'}) changed: [kode2] => (item={u'enabled': u'yes', u'name': u'keepalived'}) changed: [kode1] => (item={u'enabled': u'yes', u'name': u'keepalived'}) changed: [kode0] => (item={u'enabled': u'yes', u'name': u'keystone'}) skipping: [kode0] => (item={u'enabled': u'no', u'name': u'magnum'}) skipping: [kode0] => (item={u'enabled': u'no', u'name': u'manila'}) changed: [kode2] => (item={u'enabled': u'yes', u'name': u'keystone'}) changed: [kode1] => (item={u'enabled': u'yes', u'name': u'keystone'}) skipping: [kode1] => (item={u'enabled': u'no', u'name': u'magnum'}) skipping: [kode2] => (item={u'enabled': u'no', u'name': u'magnum'}) skipping: [kode2] => (item={u'enabled': u'no', u'name': u'manila'}) skipping: [kode1] => (item={u'enabled': u'no', u'name': u'manila'}) changed: [kode0] => (item={u'enabled': u'yes', u'name': u'mariadb'}) skipping: [kode0] => (item={u'enabled': u'no', u'name': u'mistral'}) skipping: [kode0] => (item={u'enabled': u'no', u'name': u'murano'}) changed: [kode2] => (item={u'enabled': u'yes', u'name': u'mariadb'}) changed: [kode1] => (item={u'enabled': u'yes', u'name': u'mariadb'}) skipping: [kode2] => (item={u'enabled': u'no', u'name': u'mistral'}) skipping: [kode1] => (item={u'enabled': u'no', u'name': u'mistral'}) skipping: [kode2] => (item={u'enabled': u'no', u'name': u'murano'}) skipping: [kode1] => (item={u'enabled': u'no', u'name': u'murano'}) changed: [kode0] => (item={u'enabled': u'yes', u'name': u'neutron'}) changed: [kode1] => (item={u'enabled': u'yes', u'name': u'neutron'}) changed: [kode2] => (item={u'enabled': u'yes', u'name': u'neutron'}) changed: [kode0] => (item={u'enabled': u'yes', u'name': u'nova'}) skipping: [kode0] => (item={u'enabled': u'no', u'name': u'octavia'}) skipping: [kode0] => (item={u'enabled': u'no', u'name': u'panko'}) changed: [kode1] => (item={u'enabled': u'yes', u'name': u'nova'}) skipping: [kode1] => (item={u'enabled': u'no', u'name': u'octavia'}) changed: [kode2] => (item={u'enabled': u'yes', u'name': u'nova'}) skipping: [kode1] => (item={u'enabled': u'no', u'name': u'panko'}) skipping: [kode2] => (item={u'enabled': u'no', u'name': u'octavia'}) skipping: [kode2] => (item={u'enabled': u'no', u'name': u'panko'}) changed: [kode0] => (item={u'enabled': u'yes', u'name': u'rabbitmq'}) skipping: [kode0] => (item={u'enabled': u'no', u'name': u'sahara'}) skipping: [kode0] => (item={u'enabled': u'no', u'name': u'searchlight'}) changed: [kode1] => (item={u'enabled': u'yes', u'name': u'rabbitmq'}) skipping: [kode0] => (item={u'enabled': u'no', u'name': u'senlin'}) skipping: [kode0] => (item={u'enabled': u'no', u'name': u'solum'}) skipping: [kode1] => (item={u'enabled': u'no', u'name': u'sahara'}) skipping: [kode1] => (item={u'enabled': u'no', u'name': u'searchlight'}) changed: [kode2] => (item={u'enabled': u'yes', u'name': u'rabbitmq'}) skipping: [kode1] => (item={u'enabled': u'no', u'name': u'senlin'}) skipping: [kode2] => (item={u'enabled': u'no', u'name': u'sahara'}) skipping: [kode2] => (item={u'enabled': u'no', u'name': u'searchlight'}) skipping: [kode1] => (item={u'enabled': u'no', u'name': u'solum'}) skipping: [kode2] => (item={u'enabled': u'no', u'name': u'senlin'}) skipping: [kode2] => (item={u'enabled': u'no', u'name': u'solum'}) changed: [kode0] => (item={u'enabled': u'yes', u'name': u'swift'}) skipping: [kode0] => (item={u'enabled': u'no', u'name': u'tacker'}) skipping: [kode0] => (item={u'enabled': u'no', u'name': u'watcher'}) changed: [kode1] => (item={u'enabled': u'yes', u'name': u'swift'}) changed: [kode2] => (item={u'enabled': u'yes', u'name': u'swift'}) skipping: [kode1] => (item={u'enabled': u'no', u'name': u'tacker'}) skipping: [kode1] => (item={u'enabled': u'no', u'name': u'watcher'}) skipping: [kode2] => (item={u'enabled': u'no', u'name': u'tacker'}) skipping: [kode2] => (item={u'enabled': u'no', u'name': u'watcher'}) TASK [common : include] ******************************************************** included: /opt/bgi-kolla/kolla-ansible/ansible/roles/common/tasks/bootstrap.yml for kode0, kode2, kode1 TASK [common : Creating log volume] ******************************************** changed: [kode2] changed: [kode1] changed: [kode0] TASK [common : include] ******************************************************** included: /opt/bgi-kolla/kolla-ansible/ansible/roles/common/tasks/start.yml for kode0, kode1, kode2 TASK [common : Starting fluentd container] ************************************* changed: [kode1] changed: [kode0] changed: [kode2] TASK [common : Starting kolla-toolbox container] ******************************* changed: [kode1] changed: [kode0] changed: [kode2] TASK [common : Initializing toolbox container using normal user] *************** ok: [kode1] ok: [kode0] ok: [kode2] TASK [common : Starting cron container] **************************************** changed: [kode1] changed: [kode0] changed: [kode2] TASK [common : Registering common role has run] ******************************** ok: [kode0] ok: [kode1] ok: [kode2] TASK [elasticsearch : include] ************************************************* included: /opt/bgi-kolla/kolla-ansible/ansible/roles/elasticsearch/tasks/deploy.yml for kode0, kode1, kode2 TASK [elasticsearch : include] ************************************************* included: /opt/bgi-kolla/kolla-ansible/ansible/roles/elasticsearch/tasks/config.yml for kode0, kode1, kode2 TASK [elasticsearch : Ensuring config directories exist] *********************** changed: [kode0] => (item={'key': u'elasticsearch', 'value': {u'group': u'elasticsearch', u'image': u'192.168.103.16:5000/bgi/centos-binary-elasticsearch:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//elasticsearch/:/var/lib/kolla/config_files/', u'/etc/localtime:/etc/localtime:ro', u'elasticsearch:/var/lib/elasticsearch/data'], u'container_name': u'elasticsearch'}}) changed: [kode1] => (item={'key': u'elasticsearch', 'value': {u'group': u'elasticsearch', u'image': u'192.168.103.16:5000/bgi/centos-binary-elasticsearch:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//elasticsearch/:/var/lib/kolla/config_files/', u'/etc/localtime:/etc/localtime:ro', u'elasticsearch:/var/lib/elasticsearch/data'], u'container_name': u'elasticsearch'}}) changed: [kode2] => (item={'key': u'elasticsearch', 'value': {u'group': u'elasticsearch', u'image': u'192.168.103.16:5000/bgi/centos-binary-elasticsearch:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//elasticsearch/:/var/lib/kolla/config_files/', u'/etc/localtime:/etc/localtime:ro', u'elasticsearch:/var/lib/elasticsearch/data'], u'container_name': u'elasticsearch'}}) TASK [elasticsearch : Copying over config.json files for services] ************* changed: [kode0] => (item={'key': u'elasticsearch', 'value': {u'group': u'elasticsearch', u'image': u'192.168.103.16:5000/bgi/centos-binary-elasticsearch:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//elasticsearch/:/var/lib/kolla/config_files/', u'/etc/localtime:/etc/localtime:ro', u'elasticsearch:/var/lib/elasticsearch/data'], u'container_name': u'elasticsearch'}}) changed: [kode1] => (item={'key': u'elasticsearch', 'value': {u'group': u'elasticsearch', u'image': u'192.168.103.16:5000/bgi/centos-binary-elasticsearch:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//elasticsearch/:/var/lib/kolla/config_files/', u'/etc/localtime:/etc/localtime:ro', u'elasticsearch:/var/lib/elasticsearch/data'], u'container_name': u'elasticsearch'}}) changed: [kode2] => (item={'key': u'elasticsearch', 'value': {u'group': u'elasticsearch', u'image': u'192.168.103.16:5000/bgi/centos-binary-elasticsearch:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//elasticsearch/:/var/lib/kolla/config_files/', u'/etc/localtime:/etc/localtime:ro', u'elasticsearch:/var/lib/elasticsearch/data'], u'container_name': u'elasticsearch'}}) TASK [elasticsearch : Copying over elasticsearch.yml] ************************** changed: [kode1] => (item={'key': u'elasticsearch', 'value': {u'group': u'elasticsearch', u'image': u'192.168.103.16:5000/bgi/centos-binary-elasticsearch:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//elasticsearch/:/var/lib/kolla/config_files/', u'/etc/localtime:/etc/localtime:ro', u'elasticsearch:/var/lib/elasticsearch/data'], u'container_name': u'elasticsearch'}}) changed: [kode0] => (item={'key': u'elasticsearch', 'value': {u'group': u'elasticsearch', u'image': u'192.168.103.16:5000/bgi/centos-binary-elasticsearch:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//elasticsearch/:/var/lib/kolla/config_files/', u'/etc/localtime:/etc/localtime:ro', u'elasticsearch:/var/lib/elasticsearch/data'], u'container_name': u'elasticsearch'}}) changed: [kode2] => (item={'key': u'elasticsearch', 'value': {u'group': u'elasticsearch', u'image': u'192.168.103.16:5000/bgi/centos-binary-elasticsearch:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//elasticsearch/:/var/lib/kolla/config_files/', u'/etc/localtime:/etc/localtime:ro', u'elasticsearch:/var/lib/elasticsearch/data'], u'container_name': u'elasticsearch'}}) TASK [elasticsearch : Check elasticsearch containers] ************************** changed: [kode0] => (item={'key': u'elasticsearch', 'value': {u'group': u'elasticsearch', u'image': u'192.168.103.16:5000/bgi/centos-binary-elasticsearch:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//elasticsearch/:/var/lib/kolla/config_files/', u'/etc/localtime:/etc/localtime:ro', u'elasticsearch:/var/lib/elasticsearch/data'], u'container_name': u'elasticsearch'}}) changed: [kode1] => (item={'key': u'elasticsearch', 'value': {u'group': u'elasticsearch', u'image': u'192.168.103.16:5000/bgi/centos-binary-elasticsearch:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//elasticsearch/:/var/lib/kolla/config_files/', u'/etc/localtime:/etc/localtime:ro', u'elasticsearch:/var/lib/elasticsearch/data'], u'container_name': u'elasticsearch'}}) changed: [kode2] => (item={'key': u'elasticsearch', 'value': {u'group': u'elasticsearch', u'image': u'192.168.103.16:5000/bgi/centos-binary-elasticsearch:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//elasticsearch/:/var/lib/kolla/config_files/', u'/etc/localtime:/etc/localtime:ro', u'elasticsearch:/var/lib/elasticsearch/data'], u'container_name': u'elasticsearch'}}) RUNNING HANDLER [elasticsearch : Restart elasticsearch container] ************** changed: [kode1] changed: [kode0] changed: [kode2] PLAY [Apply role influxdb] ***************************************************** TASK [setup] ******************************************************************* ok: [kode3] TASK [common : include] ******************************************************** skipping: [kode3] TASK [common : Registering common role has run] ******************************** skipping: [kode3] TASK [influxdb : include] ****************************************************** skipping: [kode3] PLAY [Apply role telegraf] ***************************************************** TASK [setup] ******************************************************************* ok: [kode0] ok: [kode5] ok: [kode6] ok: [kode1] ok: [kode4] ok: [kode2] ok: [kode3] TASK [common : include] ******************************************************** skipping: [kode5] skipping: [kode6] skipping: [kode0] skipping: [kode1] skipping: [kode4] skipping: [kode2] skipping: [kode3] TASK [common : Registering common role has run] ******************************** skipping: [kode5] skipping: [kode6] skipping: [kode1] skipping: [kode0] skipping: [kode4] skipping: [kode2] skipping: [kode3] TASK [telegraf : include] ****************************************************** skipping: [kode5] skipping: [kode4] skipping: [kode2] skipping: [kode6] skipping: [kode3] skipping: [kode1] skipping: [kode0] PLAY [Apply role haproxy] ****************************************************** TASK [setup] ******************************************************************* ok: [kode3] TASK [common : include] ******************************************************** included: /opt/bgi-kolla/kolla-ansible/ansible/roles/common/tasks/deploy.yml for kode3 TASK [common : include] ******************************************************** included: /opt/bgi-kolla/kolla-ansible/ansible/roles/common/tasks/config.yml for kode3 TASK [common : Ensuring config directories exist] ****************************** changed: [kode3] => (item=fluentd) changed: [kode3] => (item=fluentd/input) changed: [kode3] => (item=fluentd/output) changed: [kode3] => (item=fluentd/format) changed: [kode3] => (item=fluentd/filter) changed: [kode3] => (item=kolla-toolbox) changed: [kode3] => (item=cron) changed: [kode3] => (item=cron/logrotate) TASK [common : Copying over config.json files for services] ******************** changed: [kode3] => (item=fluentd) changed: [kode3] => (item=kolla-toolbox) changed: [kode3] => (item=cron) TASK [common : Copying over fluentd input config files] ************************ changed: [kode3] => (item=00-global) changed: [kode3] => (item=01-syslog) changed: [kode3] => (item=02-mariadb) changed: [kode3] => (item=03-rabbitmq) TASK [common : Copying over fluentd ouput config files] ************************ changed: [kode3] => (item={u'enabled': True, u'name': u'00-local'}) changed: [kode3] => (item={u'enabled': u'yes', u'name': u'01-es'}) TASK [common : Copying over fluentd format config files] *********************** changed: [kode3] => (item=apache_access) changed: [kode3] => (item=wsgi_access) changed: [kode3] => (item=wsgi_python) TASK [common : Copying over fluentd filter config files] *********************** changed: [kode3] => (item=00-record_transformer) changed: [kode3] => (item=01-rewrite) TASK [common : Copying over tg-agent.conf] ************************************* changed: [kode3] => (item=fluentd) TASK [common : Copying over cron logrotate config files] *********************** changed: [kode3] => (item={u'enabled': u'yes', u'name': u'ansible'}) changed: [kode3] => (item={u'enabled': u'yes', u'name': u'aodh'}) skipping: [kode3] => (item={u'enabled': u'no', u'name': u'barbican'}) changed: [kode3] => (item={u'enabled': u'yes', u'name': u'ceilometer'}) changed: [kode3] => (item={u'enabled': u'yes', u'name': u'cinder'}) skipping: [kode3] => (item={u'enabled': u'no', u'name': u'cloudkitty'}) skipping: [kode3] => (item={u'enabled': u'no', u'name': u'designate'}) changed: [kode3] => (item={u'enabled': u'yes', u'name': u'elasticsearch'}) skipping: [kode3] => (item={u'enabled': u'no', u'name': u'freezer'}) changed: [kode3] => (item={u'enabled': u'yes', u'name': u'glance'}) changed: [kode3] => (item={u'enabled': u'yes', u'name': u'global'}) changed: [kode3] => (item={u'enabled': u'yes', u'name': u'gnocchi'}) skipping: [kode3] => (item={u'enabled': u'no', u'name': u'grafana'}) changed: [kode3] => (item={u'enabled': u'yes', u'name': u'haproxy'}) skipping: [kode3] => (item={u'enabled': u'no', u'name': u'heat'}) changed: [kode3] => (item={u'enabled': True, u'name': u'iscsid'}) skipping: [kode3] => (item={u'enabled': u'no', u'name': u'karbor'}) changed: [kode3] => (item={u'enabled': u'yes', u'name': u'keepalived'}) changed: [kode3] => (item={u'enabled': u'yes', u'name': u'keystone'}) skipping: [kode3] => (item={u'enabled': u'no', u'name': u'magnum'}) skipping: [kode3] => (item={u'enabled': u'no', u'name': u'manila'}) changed: [kode3] => (item={u'enabled': u'yes', u'name': u'mariadb'}) skipping: [kode3] => (item={u'enabled': u'no', u'name': u'mistral'}) skipping: [kode3] => (item={u'enabled': u'no', u'name': u'murano'}) changed: [kode3] => (item={u'enabled': u'yes', u'name': u'neutron'}) changed: [kode3] => (item={u'enabled': u'yes', u'name': u'nova'}) skipping: [kode3] => (item={u'enabled': u'no', u'name': u'octavia'}) skipping: [kode3] => (item={u'enabled': u'no', u'name': u'panko'}) changed: [kode3] => (item={u'enabled': u'yes', u'name': u'rabbitmq'}) skipping: [kode3] => (item={u'enabled': u'no', u'name': u'sahara'}) skipping: [kode3] => (item={u'enabled': u'no', u'name': u'searchlight'}) skipping: [kode3] => (item={u'enabled': u'no', u'name': u'senlin'}) skipping: [kode3] => (item={u'enabled': u'no', u'name': u'solum'}) changed: [kode3] => (item={u'enabled': u'yes', u'name': u'swift'}) skipping: [kode3] => (item={u'enabled': u'no', u'name': u'tacker'}) skipping: [kode3] => (item={u'enabled': u'no', u'name': u'watcher'}) TASK [common : include] ******************************************************** included: /opt/bgi-kolla/kolla-ansible/ansible/roles/common/tasks/bootstrap.yml for kode3 TASK [common : Creating log volume] ******************************************** changed: [kode3] TASK [common : include] ******************************************************** included: /opt/bgi-kolla/kolla-ansible/ansible/roles/common/tasks/start.yml for kode3 TASK [common : Starting fluentd container] ************************************* changed: [kode3] TASK [common : Starting kolla-toolbox container] ******************************* changed: [kode3] TASK [common : Initializing toolbox container using normal user] *************** ok: [kode3] TASK [common : Starting cron container] **************************************** changed: [kode3] TASK [common : Registering common role has run] ******************************** ok: [kode3] TASK [haproxy : include] ******************************************************* included: /opt/bgi-kolla/kolla-ansible/ansible/roles/haproxy/tasks/deploy.yml for kode3 TASK [haproxy : include] ******************************************************* included: /opt/bgi-kolla/kolla-ansible/ansible/roles/haproxy/tasks/config.yml for kode3 TASK [haproxy : Setting sysctl values] ***************************************** ok: [kode3] => (item={u'name': u'net.ipv4.ip_nonlocal_bind', u'value': 1}) ok: [kode3] => (item={u'name': u'net.unix.max_dgram_qlen', u'value': 128}) TASK [haproxy : Ensuring config directories exist] ***************************** changed: [kode3] => (item=keepalived) changed: [kode3] => (item=haproxy) TASK [haproxy : Copying over config.json files for services] ******************* changed: [kode3] => (item=keepalived) changed: [kode3] => (item=haproxy) TASK [haproxy : Copying over haproxy.cfg] ************************************** changed: [kode3] => (item=/opt/bgi-kolla/kolla-ansible/ansible/roles/haproxy/templates/haproxy.cfg.j2) TASK [haproxy : Copying over keepalived.conf] ********************************** changed: [kode3] => (item=/opt/bgi-kolla/kolla-ansible/ansible/roles/haproxy/templates/keepalived.conf.j2) TASK [haproxy : Copying over haproxy.pem] ************************************** skipping: [kode3] => (item=haproxy.pem) TASK [haproxy : include] ******************************************************* included: /opt/bgi-kolla/kolla-ansible/ansible/roles/haproxy/tasks/start.yml for kode3 TASK [haproxy : Starting haproxy container] ************************************ changed: [kode3] TASK [haproxy : Starting keepalived container] ********************************* changed: [kode3] TASK [haproxy : Ensuring latest haproxy config is used] ************************ ok: [kode3] TASK [haproxy : Waiting for virtual IP to appear] ****************************** ok: [kode3] PLAY [Apply role kibana] ******************************************************* TASK [setup] ******************************************************************* ok: [kode1] ok: [kode2] ok: [kode0] TASK [common : include] ******************************************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [common : Registering common role has run] ******************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [kibana : include] ******************************************************** included: /opt/bgi-kolla/kolla-ansible/ansible/roles/kibana/tasks/deploy.yml for kode0, kode1, kode2 TASK [kibana : include] ******************************************************** included: /opt/bgi-kolla/kolla-ansible/ansible/roles/kibana/tasks/config.yml for kode0, kode1, kode2 TASK [kibana : Ensuring kibana config directories exist] *********************** changed: [kode1] => (item={'key': u'kibana', 'value': {u'enabled': True, u'image': u'192.168.103.16:5000/bgi/centos-binary-kibana:4.0.0.1', u'group': u'kibana', u'volumes': [u'/etc/kolla//kibana/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'kibana'}}) changed: [kode0] => (item={'key': u'kibana', 'value': {u'enabled': True, u'image': u'192.168.103.16:5000/bgi/centos-binary-kibana:4.0.0.1', u'group': u'kibana', u'volumes': [u'/etc/kolla//kibana/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'kibana'}}) changed: [kode2] => (item={'key': u'kibana', 'value': {u'enabled': True, u'image': u'192.168.103.16:5000/bgi/centos-binary-kibana:4.0.0.1', u'group': u'kibana', u'volumes': [u'/etc/kolla//kibana/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'kibana'}}) TASK [kibana : Copying over config.json files for services] ******************** changed: [kode1] => (item={'key': u'kibana', 'value': {u'enabled': True, u'image': u'192.168.103.16:5000/bgi/centos-binary-kibana:4.0.0.1', u'group': u'kibana', u'volumes': [u'/etc/kolla//kibana/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'kibana'}}) changed: [kode0] => (item={'key': u'kibana', 'value': {u'enabled': True, u'image': u'192.168.103.16:5000/bgi/centos-binary-kibana:4.0.0.1', u'group': u'kibana', u'volumes': [u'/etc/kolla//kibana/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'kibana'}}) changed: [kode2] => (item={'key': u'kibana', 'value': {u'enabled': True, u'image': u'192.168.103.16:5000/bgi/centos-binary-kibana:4.0.0.1', u'group': u'kibana', u'volumes': [u'/etc/kolla//kibana/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'kibana'}}) TASK [kibana : Copying over Kibana configuration file] ************************* changed: [kode0] => (item={'key': u'kibana', 'value': {u'enabled': True, u'image': u'192.168.103.16:5000/bgi/centos-binary-kibana:4.0.0.1', u'group': u'kibana', u'volumes': [u'/etc/kolla//kibana/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'kibana'}}) changed: [kode1] => (item={'key': u'kibana', 'value': {u'enabled': True, u'image': u'192.168.103.16:5000/bgi/centos-binary-kibana:4.0.0.1', u'group': u'kibana', u'volumes': [u'/etc/kolla//kibana/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'kibana'}}) changed: [kode2] => (item={'key': u'kibana', 'value': {u'enabled': True, u'image': u'192.168.103.16:5000/bgi/centos-binary-kibana:4.0.0.1', u'group': u'kibana', u'volumes': [u'/etc/kolla//kibana/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'kibana'}}) TASK [kibana : Check kibana containers] **************************************** changed: [kode0] => (item={'key': u'kibana', 'value': {u'enabled': True, u'image': u'192.168.103.16:5000/bgi/centos-binary-kibana:4.0.0.1', u'group': u'kibana', u'volumes': [u'/etc/kolla//kibana/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'kibana'}}) changed: [kode2] => (item={'key': u'kibana', 'value': {u'enabled': True, u'image': u'192.168.103.16:5000/bgi/centos-binary-kibana:4.0.0.1', u'group': u'kibana', u'volumes': [u'/etc/kolla//kibana/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'kibana'}}) changed: [kode1] => (item={'key': u'kibana', 'value': {u'enabled': True, u'image': u'192.168.103.16:5000/bgi/centos-binary-kibana:4.0.0.1', u'group': u'kibana', u'volumes': [u'/etc/kolla//kibana/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'kibana'}}) RUNNING HANDLER [kibana : Restart kibana container] **************************** changed: [kode1] changed: [kode0] changed: [kode2] PLAY [Apply role memcached] **************************************************** TASK [setup] ******************************************************************* ok: [kode1] ok: [kode0] ok: [kode2] TASK [memcached : include] ***************************************************** included: /opt/bgi-kolla/kolla-ansible/ansible/roles/memcached/tasks/deploy.yml for kode0, kode1, kode2 TASK [memcached : include] ***************************************************** included: /opt/bgi-kolla/kolla-ansible/ansible/roles/memcached/tasks/config.yml for kode0, kode1, kode2 TASK [memcached : Ensuring config directories exist] *************************** changed: [kode1] => (item=memcached) changed: [kode2] => (item=memcached) changed: [kode0] => (item=memcached) TASK [memcached : Copying over config.json files for services] ***************** changed: [kode1] => (item=memcached) changed: [kode0] => (item=memcached) changed: [kode2] => (item=memcached) TASK [memcached : Check memcached container] *********************************** changed: [kode0] changed: [kode1] changed: [kode2] RUNNING HANDLER [memcached : Restart memcached container] ********************** changed: [kode1] changed: [kode0] changed: [kode2] PLAY [Apply role mariadb] ****************************************************** TASK [setup] ******************************************************************* ok: [kode0] ok: [kode1] ok: [kode2] TASK [common : include] ******************************************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [common : Registering common role has run] ******************************** skipping: [kode1] skipping: [kode0] skipping: [kode2] TASK [mariadb : include] ******************************************************* included: /opt/bgi-kolla/kolla-ansible/ansible/roles/mariadb/tasks/deploy.yml for kode0, kode1, kode2 TASK [mariadb : include] ******************************************************* included: /opt/bgi-kolla/kolla-ansible/ansible/roles/mariadb/tasks/config.yml for kode0, kode1, kode2 TASK [mariadb : Ensuring config directories exist] ***************************** changed: [kode1] => (item=mariadb) changed: [kode0] => (item=mariadb) changed: [kode2] => (item=mariadb) TASK [mariadb : Copying over config.json files for services] ******************* changed: [kode0] => (item=mariadb) changed: [kode1] => (item=mariadb) changed: [kode2] => (item=mariadb) TASK [mariadb : Copying over galera.cnf] *************************************** changed: [kode0] => (item=mariadb) changed: [kode2] => (item=mariadb) changed: [kode1] => (item=mariadb) TASK [mariadb : Copying over wsrep-notify.sh] ********************************** changed: [kode1] => (item=mariadb) changed: [kode2] => (item=mariadb) changed: [kode0] => (item=mariadb) TASK [mariadb : include] ******************************************************* included: /opt/bgi-kolla/kolla-ansible/ansible/roles/mariadb/tasks/bootstrap.yml for kode0, kode1, kode2 TASK [mariadb : include] ******************************************************* included: /opt/bgi-kolla/kolla-ansible/ansible/roles/mariadb/tasks/lookup_cluster.yml for kode0, kode1, kode2 TASK [mariadb : Cleaning up temp file on localhost] **************************** [DEPRECATION WARNING]: always_run is deprecated. Use check_mode = no instead.. This feature will be removed in version 2.4. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. ok: [kode0 -> localhost] TASK [mariadb : Creating temp file on localhost] ******************************* [DEPRECATION WARNING]: always_run is deprecated. Use check_mode = no instead.. This feature will be removed in version 2.4. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. ok: [kode0 -> localhost] TASK [mariadb : Creating mariadb volume] *************************************** changed: [kode1] changed: [kode2] changed: [kode0] TASK [mariadb : Writing hostname of host with existing cluster files to temp file] *** [DEPRECATION WARNING]: always_run is deprecated. Use check_mode = no instead.. This feature will be removed in version 2.4. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. [DEPRECATION WARNING]: always_run is deprecated. Use check_mode = no instead.. This feature will be removed in version 2.4. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. skipping: [kode0] [DEPRECATION WARNING]: always_run is deprecated. Use check_mode = no instead.. This feature will be removed in version 2.4. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. skipping: [kode1] skipping: [kode2] TASK [mariadb : Registering host from temp file] ******************************* ok: [kode0] ok: [kode1] ok: [kode2] TASK [mariadb : Cleaning up temp file on localhost] **************************** [DEPRECATION WARNING]: always_run is deprecated. Use check_mode = no instead.. This feature will be removed in version 2.4. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. ok: [kode0 -> localhost] TASK [mariadb : include] ******************************************************* skipping: [kode1] skipping: [kode2] included: /opt/bgi-kolla/kolla-ansible/ansible/roles/mariadb/tasks/bootstrap_cluster.yml for kode0 TASK [mariadb : Running MariaDB bootstrap container] *************************** changed: [kode0] TASK [mariadb : Starting first MariaDB container] ****************************** changed: [kode0] TASK [mariadb : include] ******************************************************* skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [mariadb : include] ******************************************************* included: /opt/bgi-kolla/kolla-ansible/ansible/roles/mariadb/tasks/start.yml for kode0, kode1, kode2 TASK [mariadb : Starting mariadb container] ************************************ skipping: [kode0] changed: [kode2] changed: [kode1] TASK [mariadb : Waiting for MariaDB service to be ready] *********************** FAILED - RETRYING: TASK: mariadb : Waiting for MariaDB service to be ready (10 retries left). FAILED - RETRYING: TASK: mariadb : Waiting for MariaDB service to be ready (10 retries left). FAILED - RETRYING: TASK: mariadb : Waiting for MariaDB service to be ready (10 retries left). ok: [kode0] ok: [kode2] ok: [kode1] TASK [mariadb : include] ******************************************************* included: /opt/bgi-kolla/kolla-ansible/ansible/roles/mariadb/tasks/register.yml for kode0, kode1, kode2 TASK [mariadb : Creating haproxy mysql user] *********************************** changed: [kode0] TASK [mariadb : Cleaning up facts] ********************************************* ok: [kode0] ok: [kode1] ok: [kode2] TASK [mariadb : include] ******************************************************* included: /opt/bgi-kolla/kolla-ansible/ansible/roles/mariadb/tasks/start.yml for kode0, kode1, kode2 TASK [mariadb : Starting mariadb container] ************************************ ok: [kode2] ok: [kode1] changed: [kode0] TASK [mariadb : Waiting for MariaDB service to be ready] *********************** ok: [kode1] ok: [kode2] FAILED - RETRYING: TASK: mariadb : Waiting for MariaDB service to be ready (10 retries left). ok: [kode0] TASK [mariadb : include] ******************************************************* included: /opt/bgi-kolla/kolla-ansible/ansible/roles/mariadb/tasks/register.yml for kode0, kode1, kode2 TASK [mariadb : Creating haproxy mysql user] *********************************** ok: [kode0] TASK [mariadb : Cleaning up facts] ********************************************* ok: [kode0] ok: [kode1] ok: [kode2] TASK [mariadb : include] ******************************************************* included: /opt/bgi-kolla/kolla-ansible/ansible/roles/mariadb/tasks/check.yml for kode0, kode1, kode2 TASK [mariadb : Waiting for MariaDB service to be ready through VIP] *********** ok: [kode1] ok: [kode0] ok: [kode2] PLAY [Apply role iscsi] ******************************************************** TASK [setup] ******************************************************************* ok: [kode1] ok: [kode0] ok: [kode5] ok: [kode4] ok: [kode6] ok: [kode2] TASK [common : include] ******************************************************** skipping: [kode1] skipping: [kode0] skipping: [kode2] included: /opt/bgi-kolla/kolla-ansible/ansible/roles/common/tasks/deploy.yml for kode5, kode6, kode4 TASK [common : include] ******************************************************** included: /opt/bgi-kolla/kolla-ansible/ansible/roles/common/tasks/config.yml for kode4, kode5, kode6 TASK [common : Ensuring config directories exist] ****************************** changed: [kode5] => (item=fluentd) changed: [kode4] => (item=fluentd) changed: [kode6] => (item=fluentd) changed: [kode5] => (item=fluentd/input) changed: [kode4] => (item=fluentd/input) changed: [kode6] => (item=fluentd/input) changed: [kode5] => (item=fluentd/output) changed: [kode4] => (item=fluentd/output) changed: [kode6] => (item=fluentd/output) changed: [kode5] => (item=fluentd/format) changed: [kode4] => (item=fluentd/format) changed: [kode6] => (item=fluentd/format) changed: [kode5] => (item=fluentd/filter) changed: [kode4] => (item=fluentd/filter) changed: [kode6] => (item=fluentd/filter) changed: [kode5] => (item=kolla-toolbox) changed: [kode4] => (item=kolla-toolbox) changed: [kode6] => (item=kolla-toolbox) changed: [kode5] => (item=cron) changed: [kode4] => (item=cron) changed: [kode6] => (item=cron) changed: [kode5] => (item=cron/logrotate) changed: [kode4] => (item=cron/logrotate) changed: [kode6] => (item=cron/logrotate) TASK [common : Copying over config.json files for services] ******************** changed: [kode4] => (item=fluentd) changed: [kode5] => (item=fluentd) changed: [kode6] => (item=fluentd) changed: [kode4] => (item=kolla-toolbox) changed: [kode5] => (item=kolla-toolbox) changed: [kode6] => (item=kolla-toolbox) changed: [kode4] => (item=cron) changed: [kode5] => (item=cron) changed: [kode6] => (item=cron) TASK [common : Copying over fluentd input config files] ************************ changed: [kode4] => (item=00-global) changed: [kode5] => (item=00-global) changed: [kode6] => (item=00-global) changed: [kode4] => (item=01-syslog) changed: [kode6] => (item=01-syslog) changed: [kode5] => (item=01-syslog) changed: [kode5] => (item=02-mariadb) changed: [kode4] => (item=02-mariadb) changed: [kode6] => (item=02-mariadb) changed: [kode4] => (item=03-rabbitmq) changed: [kode5] => (item=03-rabbitmq) changed: [kode6] => (item=03-rabbitmq) TASK [common : Copying over fluentd ouput config files] ************************ changed: [kode5] => (item={u'enabled': True, u'name': u'00-local'}) changed: [kode4] => (item={u'enabled': True, u'name': u'00-local'}) changed: [kode6] => (item={u'enabled': True, u'name': u'00-local'}) changed: [kode4] => (item={u'enabled': u'yes', u'name': u'01-es'}) changed: [kode5] => (item={u'enabled': u'yes', u'name': u'01-es'}) changed: [kode6] => (item={u'enabled': u'yes', u'name': u'01-es'}) TASK [common : Copying over fluentd format config files] *********************** changed: [kode5] => (item=apache_access) changed: [kode4] => (item=apache_access) changed: [kode6] => (item=apache_access) changed: [kode5] => (item=wsgi_access) changed: [kode6] => (item=wsgi_access) changed: [kode4] => (item=wsgi_access) changed: [kode5] => (item=wsgi_python) changed: [kode6] => (item=wsgi_python) changed: [kode4] => (item=wsgi_python) TASK [common : Copying over fluentd filter config files] *********************** changed: [kode4] => (item=00-record_transformer) changed: [kode5] => (item=00-record_transformer) changed: [kode6] => (item=00-record_transformer) changed: [kode5] => (item=01-rewrite) changed: [kode4] => (item=01-rewrite) changed: [kode6] => (item=01-rewrite) TASK [common : Copying over tg-agent.conf] ************************************* changed: [kode4] => (item=fluentd) changed: [kode5] => (item=fluentd) changed: [kode6] => (item=fluentd) TASK [common : Copying over cron logrotate config files] *********************** changed: [kode5] => (item={u'enabled': u'yes', u'name': u'ansible'}) changed: [kode4] => (item={u'enabled': u'yes', u'name': u'ansible'}) changed: [kode6] => (item={u'enabled': u'yes', u'name': u'ansible'}) changed: [kode4] => (item={u'enabled': u'yes', u'name': u'aodh'}) changed: [kode5] => (item={u'enabled': u'yes', u'name': u'aodh'}) changed: [kode6] => (item={u'enabled': u'yes', u'name': u'aodh'}) skipping: [kode4] => (item={u'enabled': u'no', u'name': u'barbican'}) skipping: [kode5] => (item={u'enabled': u'no', u'name': u'barbican'}) skipping: [kode6] => (item={u'enabled': u'no', u'name': u'barbican'}) changed: [kode4] => (item={u'enabled': u'yes', u'name': u'ceilometer'}) changed: [kode5] => (item={u'enabled': u'yes', u'name': u'ceilometer'}) changed: [kode6] => (item={u'enabled': u'yes', u'name': u'ceilometer'}) changed: [kode5] => (item={u'enabled': u'yes', u'name': u'cinder'}) changed: [kode4] => (item={u'enabled': u'yes', u'name': u'cinder'}) skipping: [kode4] => (item={u'enabled': u'no', u'name': u'cloudkitty'}) skipping: [kode5] => (item={u'enabled': u'no', u'name': u'cloudkitty'}) changed: [kode6] => (item={u'enabled': u'yes', u'name': u'cinder'}) skipping: [kode5] => (item={u'enabled': u'no', u'name': u'designate'}) skipping: [kode4] => (item={u'enabled': u'no', u'name': u'designate'}) skipping: [kode6] => (item={u'enabled': u'no', u'name': u'cloudkitty'}) skipping: [kode6] => (item={u'enabled': u'no', u'name': u'designate'}) changed: [kode5] => (item={u'enabled': u'yes', u'name': u'elasticsearch'}) changed: [kode4] => (item={u'enabled': u'yes', u'name': u'elasticsearch'}) skipping: [kode5] => (item={u'enabled': u'no', u'name': u'freezer'}) skipping: [kode4] => (item={u'enabled': u'no', u'name': u'freezer'}) changed: [kode6] => (item={u'enabled': u'yes', u'name': u'elasticsearch'}) skipping: [kode6] => (item={u'enabled': u'no', u'name': u'freezer'}) changed: [kode5] => (item={u'enabled': u'yes', u'name': u'glance'}) changed: [kode4] => (item={u'enabled': u'yes', u'name': u'glance'}) changed: [kode6] => (item={u'enabled': u'yes', u'name': u'glance'}) changed: [kode5] => (item={u'enabled': u'yes', u'name': u'global'}) changed: [kode4] => (item={u'enabled': u'yes', u'name': u'global'}) changed: [kode6] => (item={u'enabled': u'yes', u'name': u'global'}) changed: [kode5] => (item={u'enabled': u'yes', u'name': u'gnocchi'}) changed: [kode4] => (item={u'enabled': u'yes', u'name': u'gnocchi'}) skipping: [kode5] => (item={u'enabled': u'no', u'name': u'grafana'}) skipping: [kode4] => (item={u'enabled': u'no', u'name': u'grafana'}) changed: [kode6] => (item={u'enabled': u'yes', u'name': u'gnocchi'}) skipping: [kode6] => (item={u'enabled': u'no', u'name': u'grafana'}) changed: [kode4] => (item={u'enabled': u'yes', u'name': u'haproxy'}) changed: [kode5] => (item={u'enabled': u'yes', u'name': u'haproxy'}) skipping: [kode5] => (item={u'enabled': u'no', u'name': u'heat'}) skipping: [kode4] => (item={u'enabled': u'no', u'name': u'heat'}) changed: [kode6] => (item={u'enabled': u'yes', u'name': u'haproxy'}) skipping: [kode6] => (item={u'enabled': u'no', u'name': u'heat'}) changed: [kode4] => (item={u'enabled': True, u'name': u'iscsid'}) changed: [kode5] => (item={u'enabled': True, u'name': u'iscsid'}) skipping: [kode5] => (item={u'enabled': u'no', u'name': u'karbor'}) skipping: [kode4] => (item={u'enabled': u'no', u'name': u'karbor'}) changed: [kode6] => (item={u'enabled': True, u'name': u'iscsid'}) skipping: [kode6] => (item={u'enabled': u'no', u'name': u'karbor'}) changed: [kode5] => (item={u'enabled': u'yes', u'name': u'keepalived'}) changed: [kode4] => (item={u'enabled': u'yes', u'name': u'keepalived'}) changed: [kode6] => (item={u'enabled': u'yes', u'name': u'keepalived'}) changed: [kode4] => (item={u'enabled': u'yes', u'name': u'keystone'}) skipping: [kode4] => (item={u'enabled': u'no', u'name': u'magnum'}) changed: [kode5] => (item={u'enabled': u'yes', u'name': u'keystone'}) skipping: [kode4] => (item={u'enabled': u'no', u'name': u'manila'}) skipping: [kode5] => (item={u'enabled': u'no', u'name': u'magnum'}) skipping: [kode5] => (item={u'enabled': u'no', u'name': u'manila'}) changed: [kode6] => (item={u'enabled': u'yes', u'name': u'keystone'}) skipping: [kode6] => (item={u'enabled': u'no', u'name': u'magnum'}) skipping: [kode6] => (item={u'enabled': u'no', u'name': u'manila'}) changed: [kode4] => (item={u'enabled': u'yes', u'name': u'mariadb'}) changed: [kode5] => (item={u'enabled': u'yes', u'name': u'mariadb'}) skipping: [kode5] => (item={u'enabled': u'no', u'name': u'mistral'}) skipping: [kode4] => (item={u'enabled': u'no', u'name': u'mistral'}) skipping: [kode5] => (item={u'enabled': u'no', u'name': u'murano'}) skipping: [kode4] => (item={u'enabled': u'no', u'name': u'murano'}) changed: [kode6] => (item={u'enabled': u'yes', u'name': u'mariadb'}) skipping: [kode6] => (item={u'enabled': u'no', u'name': u'mistral'}) skipping: [kode6] => (item={u'enabled': u'no', u'name': u'murano'}) changed: [kode4] => (item={u'enabled': u'yes', u'name': u'neutron'}) changed: [kode5] => (item={u'enabled': u'yes', u'name': u'neutron'}) changed: [kode6] => (item={u'enabled': u'yes', u'name': u'neutron'}) changed: [kode4] => (item={u'enabled': u'yes', u'name': u'nova'}) skipping: [kode4] => (item={u'enabled': u'no', u'name': u'octavia'}) changed: [kode5] => (item={u'enabled': u'yes', u'name': u'nova'}) skipping: [kode4] => (item={u'enabled': u'no', u'name': u'panko'}) skipping: [kode5] => (item={u'enabled': u'no', u'name': u'octavia'}) skipping: [kode5] => (item={u'enabled': u'no', u'name': u'panko'}) changed: [kode6] => (item={u'enabled': u'yes', u'name': u'nova'}) skipping: [kode6] => (item={u'enabled': u'no', u'name': u'octavia'}) skipping: [kode6] => (item={u'enabled': u'no', u'name': u'panko'}) changed: [kode4] => (item={u'enabled': u'yes', u'name': u'rabbitmq'}) skipping: [kode4] => (item={u'enabled': u'no', u'name': u'sahara'}) skipping: [kode4] => (item={u'enabled': u'no', u'name': u'searchlight'}) skipping: [kode4] => (item={u'enabled': u'no', u'name': u'senlin'}) changed: [kode5] => (item={u'enabled': u'yes', u'name': u'rabbitmq'}) skipping: [kode4] => (item={u'enabled': u'no', u'name': u'solum'}) skipping: [kode5] => (item={u'enabled': u'no', u'name': u'sahara'}) skipping: [kode5] => (item={u'enabled': u'no', u'name': u'searchlight'}) skipping: [kode5] => (item={u'enabled': u'no', u'name': u'senlin'}) skipping: [kode5] => (item={u'enabled': u'no', u'name': u'solum'}) changed: [kode6] => (item={u'enabled': u'yes', u'name': u'rabbitmq'}) skipping: [kode6] => (item={u'enabled': u'no', u'name': u'sahara'}) skipping: [kode6] => (item={u'enabled': u'no', u'name': u'searchlight'}) skipping: [kode6] => (item={u'enabled': u'no', u'name': u'senlin'}) skipping: [kode6] => (item={u'enabled': u'no', u'name': u'solum'}) changed: [kode4] => (item={u'enabled': u'yes', u'name': u'swift'}) skipping: [kode4] => (item={u'enabled': u'no', u'name': u'tacker'}) skipping: [kode4] => (item={u'enabled': u'no', u'name': u'watcher'}) changed: [kode5] => (item={u'enabled': u'yes', u'name': u'swift'}) skipping: [kode5] => (item={u'enabled': u'no', u'name': u'tacker'}) skipping: [kode5] => (item={u'enabled': u'no', u'name': u'watcher'}) changed: [kode6] => (item={u'enabled': u'yes', u'name': u'swift'}) skipping: [kode6] => (item={u'enabled': u'no', u'name': u'tacker'}) skipping: [kode6] => (item={u'enabled': u'no', u'name': u'watcher'}) TASK [common : include] ******************************************************** included: /opt/bgi-kolla/kolla-ansible/ansible/roles/common/tasks/bootstrap.yml for kode4, kode5, kode6 TASK [common : Creating log volume] ******************************************** changed: [kode5] changed: [kode4] changed: [kode6] TASK [common : include] ******************************************************** included: /opt/bgi-kolla/kolla-ansible/ansible/roles/common/tasks/start.yml for kode4, kode5, kode6 TASK [common : Starting fluentd container] ************************************* changed: [kode4] changed: [kode5] changed: [kode6] TASK [common : Starting kolla-toolbox container] ******************************* changed: [kode4] changed: [kode5] changed: [kode6] TASK [common : Initializing toolbox container using normal user] *************** ok: [kode4] ok: [kode5] ok: [kode6] TASK [common : Starting cron container] **************************************** changed: [kode4] changed: [kode5] changed: [kode6] TASK [common : Registering common role has run] ******************************** ok: [kode5] skipping: [kode1] ok: [kode6] skipping: [kode0] skipping: [kode2] ok: [kode4] TASK [iscsi : include] ********************************************************* included: /opt/bgi-kolla/kolla-ansible/ansible/roles/iscsi/tasks/deploy.yml for kode4, kode6, kode1, kode5, kode0, kode2 TASK [iscsi : include] ********************************************************* included: /opt/bgi-kolla/kolla-ansible/ansible/roles/iscsi/tasks/config.yml for kode6, kode1, kode5, kode4, kode2, kode0 TASK [iscsi : Ensuring config directories exist] ******************************* skipping: [kode0] => (item=iscsid) skipping: [kode2] => (item=iscsid) changed: [kode6] => (item=iscsid) changed: [kode5] => (item=iscsid) changed: [kode4] => (item=iscsid) changed: [kode1] => (item=iscsid) TASK [iscsi : Copying over config.json files for services] ********************* skipping: [kode0] => (item=iscsid) skipping: [kode2] => (item=iscsid) changed: [kode4] => (item=iscsid) changed: [kode5] => (item=iscsid) changed: [kode1] => (item=iscsid) changed: [kode6] => (item=iscsid) TASK [iscsi : Ensuring config directories exist] ******************************* skipping: [kode6] => (item=tgtd) skipping: [kode4] => (item=tgtd) skipping: [kode5] => (item=tgtd) skipping: [kode2] => (item=tgtd) skipping: [kode0] => (item=tgtd) changed: [kode1] => (item=tgtd) TASK [iscsi : Copying over config.json files for services] ********************* skipping: [kode6] => (item=tgtd) skipping: [kode5] => (item=tgtd) skipping: [kode4] => (item=tgtd) skipping: [kode2] => (item=tgtd) skipping: [kode0] => (item=tgtd) changed: [kode1] => (item=tgtd) TASK [iscsi : include] ********************************************************* included: /opt/bgi-kolla/kolla-ansible/ansible/roles/iscsi/tasks/start.yml for kode4, kode5, kode1, kode0, kode6, kode2 TASK [iscsi : Starting iscsid container] *************************************** skipping: [kode0] skipping: [kode2] changed: [kode4] changed: [kode5] changed: [kode1] changed: [kode6] TASK [iscsi : Starting tgtd container] ***************************************** skipping: [kode6] skipping: [kode5] skipping: [kode4] skipping: [kode0] skipping: [kode2] changed: [kode1] PLAY [Apply role multipathd] *************************************************** TASK [setup] ******************************************************************* ok: [kode4] ok: [kode5] ok: [kode6] TASK [multipathd : include] **************************************************** skipping: [kode4] skipping: [kode5] skipping: [kode6] PLAY [Apply role rabbitmq] ***************************************************** TASK [setup] ******************************************************************* ok: [kode0] ok: [kode2] ok: [kode1] TASK [common : include] ******************************************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [common : Registering common role has run] ******************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [rabbitmq : include] ****************************************************** included: /opt/bgi-kolla/kolla-ansible/ansible/roles/rabbitmq/tasks/deploy.yml for kode0, kode1, kode2 TASK [rabbitmq : include] ****************************************************** included: /opt/bgi-kolla/kolla-ansible/ansible/roles/rabbitmq/tasks/config.yml for kode0, kode1, kode2 TASK [rabbitmq : Ensuring config directories exist] **************************** changed: [kode1] => (item=rabbitmq) changed: [kode0] => (item=rabbitmq) changed: [kode2] => (item=rabbitmq) TASK [rabbitmq : Copying over config.json files for services] ****************** changed: [kode0] => (item=rabbitmq) changed: [kode1] => (item=rabbitmq) changed: [kode2] => (item=rabbitmq) TASK [rabbitmq : Copying over rabbitmq configs] ******************************** changed: [kode2] => (item=rabbitmq-env.conf) changed: [kode0] => (item=rabbitmq-env.conf) changed: [kode1] => (item=rabbitmq-env.conf) changed: [kode0] => (item=rabbitmq.config) changed: [kode2] => (item=rabbitmq.config) changed: [kode1] => (item=rabbitmq.config) changed: [kode0] => (item=rabbitmq-clusterer.config) changed: [kode2] => (item=rabbitmq-clusterer.config) changed: [kode1] => (item=rabbitmq-clusterer.config) changed: [kode0] => (item=definitions.json) changed: [kode1] => (item=definitions.json) changed: [kode2] => (item=definitions.json) TASK [rabbitmq : include] ****************************************************** included: /opt/bgi-kolla/kolla-ansible/ansible/roles/rabbitmq/tasks/bootstrap.yml for kode0, kode1, kode2 TASK [rabbitmq : Creating rabbitmq volume] ************************************* changed: [kode1] changed: [kode2] changed: [kode0] TASK [rabbitmq : Running RabbitMQ bootstrap container] ************************* changed: [kode2] changed: [kode1] changed: [kode0] TASK [rabbitmq : include] ****************************************************** included: /opt/bgi-kolla/kolla-ansible/ansible/roles/rabbitmq/tasks/start.yml for kode0, kode1, kode2 TASK [rabbitmq : Starting rabbitmq container] ********************************** changed: [kode0] changed: [kode1] changed: [kode2] PLAY [Apply role etcd] ********************************************************* TASK [setup] ******************************************************************* ok: [kode1] ok: [kode0] ok: [kode2] TASK [common : include] ******************************************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [common : Registering common role has run] ******************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [etcd : include] ********************************************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] PLAY [Apply role keystone] ***************************************************** TASK [setup] ******************************************************************* ok: [kode0] ok: [kode1] ok: [kode2] TASK [common : include] ******************************************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [common : Registering common role has run] ******************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [keystone : include] ****************************************************** included: /opt/bgi-kolla/kolla-ansible/ansible/roles/keystone/tasks/deploy.yml for kode0, kode1, kode2 TASK [keystone : include] ****************************************************** included: /opt/bgi-kolla/kolla-ansible/ansible/roles/keystone/tasks/config.yml for kode0, kode1, kode2 TASK [keystone : Check if policies shall be overwritten] *********************** ok: [kode0 -> localhost] ok: [kode1 -> localhost] ok: [kode2 -> localhost] TASK [keystone : Check if Keystone Domain specific settings enabled] *********** ok: [kode0 -> localhost] ok: [kode2 -> localhost] ok: [kode1 -> localhost] TASK [keystone : Ensuring config directories exist] **************************** skipping: [kode1] => (item={'key': u'keystone-fernet', 'value': {u'group': u'keystone', u'image': u'192.168.103.16:5000/bgi/centos-binary-keystone-fernet:4.0.0.1', u'enabled': False, u'volumes': [u'/etc/kolla//keystone-fernet/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/', u'keystone_fernet_tokens:/etc/keystone/fernet-keys'], u'container_name': u'keystone_fernet'}}) skipping: [kode2] => (item={'key': u'keystone-fernet', 'value': {u'group': u'keystone', u'image': u'192.168.103.16:5000/bgi/centos-binary-keystone-fernet:4.0.0.1', u'enabled': False, u'volumes': [u'/etc/kolla//keystone-fernet/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/', u'keystone_fernet_tokens:/etc/keystone/fernet-keys'], u'container_name': u'keystone_fernet'}}) skipping: [kode0] => (item={'key': u'keystone-fernet', 'value': {u'group': u'keystone', u'image': u'192.168.103.16:5000/bgi/centos-binary-keystone-fernet:4.0.0.1', u'enabled': False, u'volumes': [u'/etc/kolla//keystone-fernet/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/', u'keystone_fernet_tokens:/etc/keystone/fernet-keys'], u'container_name': u'keystone_fernet'}}) changed: [kode1] => (item={'key': u'keystone', 'value': {u'group': u'keystone', u'image': u'192.168.103.16:5000/bgi/centos-binary-keystone:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//keystone/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/', u''], u'container_name': u'keystone'}}) changed: [kode0] => (item={'key': u'keystone', 'value': {u'group': u'keystone', u'image': u'192.168.103.16:5000/bgi/centos-binary-keystone:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//keystone/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/', u''], u'container_name': u'keystone'}}) changed: [kode2] => (item={'key': u'keystone', 'value': {u'group': u'keystone', u'image': u'192.168.103.16:5000/bgi/centos-binary-keystone:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//keystone/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/', u''], u'container_name': u'keystone'}}) skipping: [kode1] => (item={'key': u'keystone-ssh', 'value': {u'group': u'keystone', u'image': u'192.168.103.16:5000/bgi/centos-binary-keystone-ssh:4.0.0.1', u'enabled': False, u'volumes': [u'/etc/kolla//keystone-ssh/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/', u'keystone_fernet_tokens:/etc/keystone/fernet-keys'], u'container_name': u'keystone_ssh'}}) skipping: [kode2] => (item={'key': u'keystone-ssh', 'value': {u'group': u'keystone', u'image': u'192.168.103.16:5000/bgi/centos-binary-keystone-ssh:4.0.0.1', u'enabled': False, u'volumes': [u'/etc/kolla//keystone-ssh/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/', u'keystone_fernet_tokens:/etc/keystone/fernet-keys'], u'container_name': u'keystone_ssh'}}) skipping: [kode0] => (item={'key': u'keystone-ssh', 'value': {u'group': u'keystone', u'image': u'192.168.103.16:5000/bgi/centos-binary-keystone-ssh:4.0.0.1', u'enabled': False, u'volumes': [u'/etc/kolla//keystone-ssh/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/', u'keystone_fernet_tokens:/etc/keystone/fernet-keys'], u'container_name': u'keystone_ssh'}}) TASK [keystone : Copying over config.json files for services] ****************** skipping: [kode0] => (item={'key': u'keystone-fernet', 'value': {u'group': u'keystone', u'image': u'192.168.103.16:5000/bgi/centos-binary-keystone-fernet:4.0.0.1', u'enabled': False, u'volumes': [u'/etc/kolla//keystone-fernet/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/', u'keystone_fernet_tokens:/etc/keystone/fernet-keys'], u'container_name': u'keystone_fernet'}}) skipping: [kode1] => (item={'key': u'keystone-fernet', 'value': {u'group': u'keystone', u'image': u'192.168.103.16:5000/bgi/centos-binary-keystone-fernet:4.0.0.1', u'enabled': False, u'volumes': [u'/etc/kolla//keystone-fernet/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/', u'keystone_fernet_tokens:/etc/keystone/fernet-keys'], u'container_name': u'keystone_fernet'}}) skipping: [kode2] => (item={'key': u'keystone-fernet', 'value': {u'group': u'keystone', u'image': u'192.168.103.16:5000/bgi/centos-binary-keystone-fernet:4.0.0.1', u'enabled': False, u'volumes': [u'/etc/kolla//keystone-fernet/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/', u'keystone_fernet_tokens:/etc/keystone/fernet-keys'], u'container_name': u'keystone_fernet'}}) changed: [kode0] => (item={'key': u'keystone', 'value': {u'group': u'keystone', u'image': u'192.168.103.16:5000/bgi/centos-binary-keystone:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//keystone/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/', u''], u'container_name': u'keystone'}}) changed: [kode1] => (item={'key': u'keystone', 'value': {u'group': u'keystone', u'image': u'192.168.103.16:5000/bgi/centos-binary-keystone:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//keystone/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/', u''], u'container_name': u'keystone'}}) changed: [kode2] => (item={'key': u'keystone', 'value': {u'group': u'keystone', u'image': u'192.168.103.16:5000/bgi/centos-binary-keystone:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//keystone/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/', u''], u'container_name': u'keystone'}}) skipping: [kode0] => (item={'key': u'keystone-ssh', 'value': {u'group': u'keystone', u'image': u'192.168.103.16:5000/bgi/centos-binary-keystone-ssh:4.0.0.1', u'enabled': False, u'volumes': [u'/etc/kolla//keystone-ssh/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/', u'keystone_fernet_tokens:/etc/keystone/fernet-keys'], u'container_name': u'keystone_ssh'}}) skipping: [kode1] => (item={'key': u'keystone-ssh', 'value': {u'group': u'keystone', u'image': u'192.168.103.16:5000/bgi/centos-binary-keystone-ssh:4.0.0.1', u'enabled': False, u'volumes': [u'/etc/kolla//keystone-ssh/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/', u'keystone_fernet_tokens:/etc/keystone/fernet-keys'], u'container_name': u'keystone_ssh'}}) skipping: [kode2] => (item={'key': u'keystone-ssh', 'value': {u'group': u'keystone', u'image': u'192.168.103.16:5000/bgi/centos-binary-keystone-ssh:4.0.0.1', u'enabled': False, u'volumes': [u'/etc/kolla//keystone-ssh/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/', u'keystone_fernet_tokens:/etc/keystone/fernet-keys'], u'container_name': u'keystone_ssh'}}) TASK [keystone : Copying over keystone.conf] *********************************** skipping: [kode1] => (item={'key': u'keystone-fernet', 'value': {u'group': u'keystone', u'image': u'192.168.103.16:5000/bgi/centos-binary-keystone-fernet:4.0.0.1', u'enabled': False, u'volumes': [u'/etc/kolla//keystone-fernet/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/', u'keystone_fernet_tokens:/etc/keystone/fernet-keys'], u'container_name': u'keystone_fernet'}}) skipping: [kode0] => (item={'key': u'keystone-fernet', 'value': {u'group': u'keystone', u'image': u'192.168.103.16:5000/bgi/centos-binary-keystone-fernet:4.0.0.1', u'enabled': False, u'volumes': [u'/etc/kolla//keystone-fernet/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/', u'keystone_fernet_tokens:/etc/keystone/fernet-keys'], u'container_name': u'keystone_fernet'}}) skipping: [kode2] => (item={'key': u'keystone-fernet', 'value': {u'group': u'keystone', u'image': u'192.168.103.16:5000/bgi/centos-binary-keystone-fernet:4.0.0.1', u'enabled': False, u'volumes': [u'/etc/kolla//keystone-fernet/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/', u'keystone_fernet_tokens:/etc/keystone/fernet-keys'], u'container_name': u'keystone_fernet'}}) changed: [kode1] => (item={'key': u'keystone', 'value': {u'group': u'keystone', u'image': u'192.168.103.16:5000/bgi/centos-binary-keystone:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//keystone/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/', u''], u'container_name': u'keystone'}}) changed: [kode2] => (item={'key': u'keystone', 'value': {u'group': u'keystone', u'image': u'192.168.103.16:5000/bgi/centos-binary-keystone:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//keystone/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/', u''], u'container_name': u'keystone'}}) skipping: [kode1] => (item={'key': u'keystone-ssh', 'value': {u'group': u'keystone', u'image': u'192.168.103.16:5000/bgi/centos-binary-keystone-ssh:4.0.0.1', u'enabled': False, u'volumes': [u'/etc/kolla//keystone-ssh/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/', u'keystone_fernet_tokens:/etc/keystone/fernet-keys'], u'container_name': u'keystone_ssh'}}) changed: [kode0] => (item={'key': u'keystone', 'value': {u'group': u'keystone', u'image': u'192.168.103.16:5000/bgi/centos-binary-keystone:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//keystone/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/', u''], u'container_name': u'keystone'}}) skipping: [kode2] => (item={'key': u'keystone-ssh', 'value': {u'group': u'keystone', u'image': u'192.168.103.16:5000/bgi/centos-binary-keystone-ssh:4.0.0.1', u'enabled': False, u'volumes': [u'/etc/kolla//keystone-ssh/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/', u'keystone_fernet_tokens:/etc/keystone/fernet-keys'], u'container_name': u'keystone_ssh'}}) skipping: [kode0] => (item={'key': u'keystone-ssh', 'value': {u'group': u'keystone', u'image': u'192.168.103.16:5000/bgi/centos-binary-keystone-ssh:4.0.0.1', u'enabled': False, u'volumes': [u'/etc/kolla//keystone-ssh/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/', u'keystone_fernet_tokens:/etc/keystone/fernet-keys'], u'container_name': u'keystone_ssh'}}) TASK [keystone : Creating Keystone Domain directory] *************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [keystone : Get file list in custom domains folder] *********************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [keystone : Copying Keystone Domain specific settings] ******************** TASK [keystone : Copying over existing policy.json] **************************** skipping: [kode0] => (item={'key': u'keystone-fernet', 'value': {u'group': u'keystone', u'image': u'192.168.103.16:5000/bgi/centos-binary-keystone-fernet:4.0.0.1', u'enabled': False, u'volumes': [u'/etc/kolla//keystone-fernet/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/', u'keystone_fernet_tokens:/etc/keystone/fernet-keys'], u'container_name': u'keystone_fernet'}}) skipping: [kode1] => (item={'key': u'keystone-fernet', 'value': {u'group': u'keystone', u'image': u'192.168.103.16:5000/bgi/centos-binary-keystone-fernet:4.0.0.1', u'enabled': False, u'volumes': [u'/etc/kolla//keystone-fernet/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/', u'keystone_fernet_tokens:/etc/keystone/fernet-keys'], u'container_name': u'keystone_fernet'}}) skipping: [kode2] => (item={'key': u'keystone-fernet', 'value': {u'group': u'keystone', u'image': u'192.168.103.16:5000/bgi/centos-binary-keystone-fernet:4.0.0.1', u'enabled': False, u'volumes': [u'/etc/kolla//keystone-fernet/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/', u'keystone_fernet_tokens:/etc/keystone/fernet-keys'], u'container_name': u'keystone_fernet'}}) skipping: [kode0] => (item={'key': u'keystone', 'value': {u'group': u'keystone', u'image': u'192.168.103.16:5000/bgi/centos-binary-keystone:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//keystone/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/', u''], u'container_name': u'keystone'}}) skipping: [kode1] => (item={'key': u'keystone', 'value': {u'group': u'keystone', u'image': u'192.168.103.16:5000/bgi/centos-binary-keystone:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//keystone/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/', u''], u'container_name': u'keystone'}}) skipping: [kode2] => (item={'key': u'keystone', 'value': {u'group': u'keystone', u'image': u'192.168.103.16:5000/bgi/centos-binary-keystone:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//keystone/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/', u''], u'container_name': u'keystone'}}) skipping: [kode0] => (item={'key': u'keystone-ssh', 'value': {u'group': u'keystone', u'image': u'192.168.103.16:5000/bgi/centos-binary-keystone-ssh:4.0.0.1', u'enabled': False, u'volumes': [u'/etc/kolla//keystone-ssh/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/', u'keystone_fernet_tokens:/etc/keystone/fernet-keys'], u'container_name': u'keystone_ssh'}}) skipping: [kode2] => (item={'key': u'keystone-ssh', 'value': {u'group': u'keystone', u'image': u'192.168.103.16:5000/bgi/centos-binary-keystone-ssh:4.0.0.1', u'enabled': False, u'volumes': [u'/etc/kolla//keystone-ssh/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/', u'keystone_fernet_tokens:/etc/keystone/fernet-keys'], u'container_name': u'keystone_ssh'}}) skipping: [kode1] => (item={'key': u'keystone-ssh', 'value': {u'group': u'keystone', u'image': u'192.168.103.16:5000/bgi/centos-binary-keystone-ssh:4.0.0.1', u'enabled': False, u'volumes': [u'/etc/kolla//keystone-ssh/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/', u'keystone_fernet_tokens:/etc/keystone/fernet-keys'], u'container_name': u'keystone_ssh'}}) TASK [keystone : Copying over wsgi-keystone.conf] ****************************** changed: [kode0] => (item=/opt/bgi-kolla/kolla-ansible/ansible/roles/keystone/templates/wsgi-keystone.conf.j2) changed: [kode1] => (item=/opt/bgi-kolla/kolla-ansible/ansible/roles/keystone/templates/wsgi-keystone.conf.j2) changed: [kode2] => (item=/opt/bgi-kolla/kolla-ansible/ansible/roles/keystone/templates/wsgi-keystone.conf.j2) TASK [keystone : Copying over keystone-paste.ini] ****************************** changed: [kode0] changed: [kode1] changed: [kode2] TASK [keystone : Generate the required cron jobs for the node] ***************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [keystone : Save the returned from cron jobs for building the crontab] **** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [keystone : Copying files for keystone-fernet] **************************** skipping: [kode0] => (item={u'dest': u'crontab', u'src': u'crontab.j2'}) skipping: [kode2] => (item={u'dest': u'crontab', u'src': u'crontab.j2'}) skipping: [kode1] => (item={u'dest': u'crontab', u'src': u'crontab.j2'}) skipping: [kode2] => (item={u'dest': u'fernet-rotate.sh', u'src': u'fernet-rotate.sh.j2'}) skipping: [kode0] => (item={u'dest': u'fernet-rotate.sh', u'src': u'fernet-rotate.sh.j2'}) skipping: [kode1] => (item={u'dest': u'fernet-rotate.sh', u'src': u'fernet-rotate.sh.j2'}) skipping: [kode2] => (item={u'dest': u'fernet-node-sync.sh', u'src': u'fernet-node-sync.sh.j2'}) skipping: [kode0] => (item={u'dest': u'fernet-node-sync.sh', u'src': u'fernet-node-sync.sh.j2'}) skipping: [kode1] => (item={u'dest': u'fernet-node-sync.sh', u'src': u'fernet-node-sync.sh.j2'}) skipping: [kode2] => (item={u'dest': u'id_rsa', u'src': u'id_rsa'}) skipping: [kode0] => (item={u'dest': u'id_rsa', u'src': u'id_rsa'}) skipping: [kode1] => (item={u'dest': u'id_rsa', u'src': u'id_rsa'}) skipping: [kode2] => (item={u'dest': u'ssh_config', u'src': u'ssh_config.j2'}) skipping: [kode0] => (item={u'dest': u'ssh_config', u'src': u'ssh_config.j2'}) skipping: [kode1] => (item={u'dest': u'ssh_config', u'src': u'ssh_config.j2'}) TASK [keystone : Copying files for keystone-ssh] ******************************* skipping: [kode0] => (item={u'dest': u'sshd_config', u'src': u'sshd_config.j2'}) skipping: [kode1] => (item={u'dest': u'sshd_config', u'src': u'sshd_config.j2'}) skipping: [kode2] => (item={u'dest': u'sshd_config', u'src': u'sshd_config.j2'}) skipping: [kode1] => (item={u'dest': u'id_rsa.pub', u'src': u'id_rsa.pub'}) skipping: [kode0] => (item={u'dest': u'id_rsa.pub', u'src': u'id_rsa.pub'}) skipping: [kode2] => (item={u'dest': u'id_rsa.pub', u'src': u'id_rsa.pub'}) TASK [keystone : Check keystone containers] ************************************ skipping: [kode0] => (item={'key': u'keystone-fernet', 'value': {u'group': u'keystone', u'image': u'192.168.103.16:5000/bgi/centos-binary-keystone-fernet:4.0.0.1', u'enabled': False, u'volumes': [u'/etc/kolla//keystone-fernet/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/', u'keystone_fernet_tokens:/etc/keystone/fernet-keys'], u'container_name': u'keystone_fernet'}}) skipping: [kode2] => (item={'key': u'keystone-fernet', 'value': {u'group': u'keystone', u'image': u'192.168.103.16:5000/bgi/centos-binary-keystone-fernet:4.0.0.1', u'enabled': False, u'volumes': [u'/etc/kolla//keystone-fernet/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/', u'keystone_fernet_tokens:/etc/keystone/fernet-keys'], u'container_name': u'keystone_fernet'}}) skipping: [kode1] => (item={'key': u'keystone-fernet', 'value': {u'group': u'keystone', u'image': u'192.168.103.16:5000/bgi/centos-binary-keystone-fernet:4.0.0.1', u'enabled': False, u'volumes': [u'/etc/kolla//keystone-fernet/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/', u'keystone_fernet_tokens:/etc/keystone/fernet-keys'], u'container_name': u'keystone_fernet'}}) changed: [kode0] => (item={'key': u'keystone', 'value': {u'group': u'keystone', u'image': u'192.168.103.16:5000/bgi/centos-binary-keystone:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//keystone/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/', u''], u'container_name': u'keystone'}}) changed: [kode1] => (item={'key': u'keystone', 'value': {u'group': u'keystone', u'image': u'192.168.103.16:5000/bgi/centos-binary-keystone:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//keystone/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/', u''], u'container_name': u'keystone'}}) changed: [kode2] => (item={'key': u'keystone', 'value': {u'group': u'keystone', u'image': u'192.168.103.16:5000/bgi/centos-binary-keystone:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//keystone/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/', u''], u'container_name': u'keystone'}}) skipping: [kode0] => (item={'key': u'keystone-ssh', 'value': {u'group': u'keystone', u'image': u'192.168.103.16:5000/bgi/centos-binary-keystone-ssh:4.0.0.1', u'enabled': False, u'volumes': [u'/etc/kolla//keystone-ssh/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/', u'keystone_fernet_tokens:/etc/keystone/fernet-keys'], u'container_name': u'keystone_ssh'}}) skipping: [kode2] => (item={'key': u'keystone-ssh', 'value': {u'group': u'keystone', u'image': u'192.168.103.16:5000/bgi/centos-binary-keystone-ssh:4.0.0.1', u'enabled': False, u'volumes': [u'/etc/kolla//keystone-ssh/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/', u'keystone_fernet_tokens:/etc/keystone/fernet-keys'], u'container_name': u'keystone_ssh'}}) skipping: [kode1] => (item={'key': u'keystone-ssh', 'value': {u'group': u'keystone', u'image': u'192.168.103.16:5000/bgi/centos-binary-keystone-ssh:4.0.0.1', u'enabled': False, u'volumes': [u'/etc/kolla//keystone-ssh/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/', u'keystone_fernet_tokens:/etc/keystone/fernet-keys'], u'container_name': u'keystone_ssh'}}) TASK [keystone : include] ****************************************************** included: /opt/bgi-kolla/kolla-ansible/ansible/roles/keystone/tasks/bootstrap.yml for kode0, kode2, kode1 TASK [keystone : Creating keystone database] *********************************** changed: [kode0 -> kode0] TASK [keystone : Creating Keystone database user and setting permissions] ****** changed: [kode0 -> kode0] TASK [keystone : include] ****************************************************** included: /opt/bgi-kolla/kolla-ansible/ansible/roles/keystone/tasks/bootstrap_service.yml for kode0, kode1, kode2 TASK [keystone : Running Keystone bootstrap container] ************************* changed: [kode0 -> kode0] RUNNING HANDLER [keystone : Restart keystone container] ************************ changed: [kode1] changed: [kode2] changed: [kode0] RUNNING HANDLER [keystone : Restart keystone-fernet container] ***************** skipping: [kode0] skipping: [kode1] skipping: [kode2] RUNNING HANDLER [keystone : Restart keystone-ssh container] ******************** skipping: [kode1] skipping: [kode0] skipping: [kode2] TASK [keystone : include] ****************************************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [keystone : include] ****************************************************** included: /opt/bgi-kolla/kolla-ansible/ansible/roles/keystone/tasks/register.yml for kode0, kode1, kode2 TASK [keystone : Creating admin project, user, role, service, and endpoint] **** changed: [kode0] TASK [keystone : Creating default user role] *********************************** ok: [kode0] TASK [keystone : include] ****************************************************** included: /opt/bgi-kolla/kolla-ansible/ansible/roles/keystone/tasks/check.yml for kode0, kode1, kode2 TASK [keystone : Keystone sanity checks] *************************************** skipping: [kode0] PLAY [Apply role ceph] ********************************************************* TASK [setup] ******************************************************************* ok: [kode2] ok: [kode0] ok: [kode1] TASK [common : include] ******************************************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [common : Registering common role has run] ******************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [ceph : include] ********************************************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] PLAY [Apply role karbor] ******************************************************* TASK [setup] ******************************************************************* ok: [kode0] ok: [kode1] ok: [kode2] TASK [common : include] ******************************************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [common : Registering common role has run] ******************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [karbor : include] ******************************************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] PLAY [Apply role swift] ******************************************************** TASK [setup] ******************************************************************* ok: [kode0] ok: [kode1] ok: [kode2] TASK [common : include] ******************************************************** skipping: [kode1] skipping: [kode2] skipping: [kode0] TASK [common : Registering common role has run] ******************************** skipping: [kode1] skipping: [kode0] skipping: [kode2] TASK [swift : include] ********************************************************* included: /opt/bgi-kolla/kolla-ansible/ansible/roles/swift/tasks/deploy.yml for kode1, kode0, kode2 TASK [swift : include] ********************************************************* included: /opt/bgi-kolla/kolla-ansible/ansible/roles/swift/tasks/register.yml for kode1, kode0, kode2 TASK [swift : Creating the Swift service and endpoint] ************************* changed: [kode1] => (item={u'interface': u'admin', u'url': u'http://192.168.102.254:8080/v1'}) changed: [kode1] => (item={u'interface': u'internal', u'url': u'http://192.168.102.254:8080/v1/AUTH_%(tenant_id)s'}) changed: [kode1] => (item={u'interface': u'public', u'url': u'http://192.168.101.254:8080/v1/AUTH_%(tenant_id)s'}) TASK [swift : Creating the Swift project, user, and role] ********************** changed: [kode1] TASK [swift : include] ********************************************************* included: /opt/bgi-kolla/kolla-ansible/ansible/roles/swift/tasks/config.yml for kode1, kode0, kode2 TASK [swift : Ensuring config directories exist] ******************************* changed: [kode0] => (item=swift) changed: [kode1] => (item=swift) changed: [kode2] => (item=swift) changed: [kode0] => (item=swift-account-auditor) changed: [kode1] => (item=swift-account-auditor) changed: [kode2] => (item=swift-account-auditor) changed: [kode0] => (item=swift-account-reaper) changed: [kode1] => (item=swift-account-reaper) changed: [kode2] => (item=swift-account-reaper) changed: [kode0] => (item=swift-account-replicator) changed: [kode1] => (item=swift-account-replicator) changed: [kode2] => (item=swift-account-replicator) changed: [kode0] => (item=swift-account-server) changed: [kode1] => (item=swift-account-server) changed: [kode2] => (item=swift-account-server) changed: [kode0] => (item=swift-container-auditor) changed: [kode2] => (item=swift-container-auditor) changed: [kode1] => (item=swift-container-auditor) changed: [kode0] => (item=swift-container-replicator) changed: [kode1] => (item=swift-container-replicator) changed: [kode2] => (item=swift-container-replicator) changed: [kode0] => (item=swift-container-server) changed: [kode1] => (item=swift-container-server) changed: [kode2] => (item=swift-container-server) changed: [kode0] => (item=swift-container-updater) changed: [kode1] => (item=swift-container-updater) changed: [kode2] => (item=swift-container-updater) changed: [kode1] => (item=swift-object-auditor) changed: [kode0] => (item=swift-object-auditor) changed: [kode2] => (item=swift-object-auditor) changed: [kode1] => (item=swift-object-expirer) changed: [kode0] => (item=swift-object-expirer) changed: [kode2] => (item=swift-object-expirer) changed: [kode1] => (item=swift-object-replicator) changed: [kode1] => (item=swift-object-server) changed: [kode1] => (item=swift-object-updater) changed: [kode0] => (item=swift-object-replicator) changed: [kode2] => (item=swift-object-replicator) changed: [kode1] => (item=swift-proxy-server) changed: [kode0] => (item=swift-object-server) changed: [kode2] => (item=swift-object-server) changed: [kode1] => (item=swift-rsyncd) changed: [kode0] => (item=swift-object-updater) changed: [kode2] => (item=swift-object-updater) changed: [kode0] => (item=swift-proxy-server) changed: [kode2] => (item=swift-proxy-server) changed: [kode0] => (item=swift-rsyncd) changed: [kode2] => (item=swift-rsyncd) TASK [swift : Copying over config.json files for services] ********************* changed: [kode0] => (item=swift-account-auditor) changed: [kode1] => (item=swift-account-auditor) changed: [kode2] => (item=swift-account-auditor) changed: [kode0] => (item=swift-account-reaper) changed: [kode1] => (item=swift-account-reaper) changed: [kode2] => (item=swift-account-reaper) changed: [kode0] => (item=swift-account-replicator) changed: [kode1] => (item=swift-account-replicator) changed: [kode2] => (item=swift-account-replicator) changed: [kode0] => (item=swift-account-server) changed: [kode1] => (item=swift-account-server) changed: [kode2] => (item=swift-account-server) changed: [kode0] => (item=swift-container-auditor) changed: [kode1] => (item=swift-container-auditor) changed: [kode2] => (item=swift-container-auditor) changed: [kode0] => (item=swift-container-replicator) changed: [kode1] => (item=swift-container-replicator) changed: [kode2] => (item=swift-container-replicator) changed: [kode0] => (item=swift-container-server) changed: [kode1] => (item=swift-container-server) changed: [kode2] => (item=swift-container-server) changed: [kode0] => (item=swift-container-updater) changed: [kode1] => (item=swift-container-updater) changed: [kode2] => (item=swift-container-updater) changed: [kode0] => (item=swift-object-auditor) changed: [kode1] => (item=swift-object-auditor) changed: [kode2] => (item=swift-object-auditor) changed: [kode0] => (item=swift-object-expirer) changed: [kode2] => (item=swift-object-expirer) changed: [kode1] => (item=swift-object-expirer) changed: [kode0] => (item=swift-object-replicator) changed: [kode2] => (item=swift-object-replicator) changed: [kode1] => (item=swift-object-replicator) changed: [kode0] => (item=swift-object-server) changed: [kode2] => (item=swift-object-server) changed: [kode1] => (item=swift-object-server) changed: [kode0] => (item=swift-object-updater) changed: [kode2] => (item=swift-object-updater) changed: [kode1] => (item=swift-object-updater) changed: [kode0] => (item=swift-proxy-server) changed: [kode2] => (item=swift-proxy-server) changed: [kode1] => (item=swift-proxy-server) changed: [kode0] => (item=swift-rsyncd) changed: [kode2] => (item=swift-rsyncd) changed: [kode1] => (item=swift-rsyncd) TASK [swift : Copying over swift.conf] ***************************************** changed: [kode1] => (item=account-auditor) changed: [kode0] => (item=account-auditor) changed: [kode2] => (item=account-auditor) changed: [kode1] => (item=account-reaper) changed: [kode0] => (item=account-reaper) changed: [kode2] => (item=account-reaper) changed: [kode1] => (item=account-replicator) changed: [kode0] => (item=account-replicator) changed: [kode2] => (item=account-replicator) changed: [kode1] => (item=account-server) changed: [kode0] => (item=account-server) changed: [kode2] => (item=account-server) changed: [kode0] => (item=container-auditor) changed: [kode1] => (item=container-auditor) changed: [kode2] => (item=container-auditor) changed: [kode0] => (item=container-replicator) changed: [kode1] => (item=container-replicator) changed: [kode2] => (item=container-replicator) changed: [kode0] => (item=container-server) changed: [kode1] => (item=container-server) changed: [kode2] => (item=container-server) changed: [kode0] => (item=container-updater) changed: [kode1] => (item=container-updater) changed: [kode2] => (item=container-updater) changed: [kode0] => (item=object-auditor) changed: [kode1] => (item=object-auditor) changed: [kode2] => (item=object-auditor) changed: [kode0] => (item=object-expirer) changed: [kode1] => (item=object-expirer) changed: [kode2] => (item=object-expirer) changed: [kode0] => (item=object-replicator) changed: [kode1] => (item=object-replicator) changed: [kode2] => (item=object-replicator) changed: [kode0] => (item=object-server) changed: [kode1] => (item=object-server) changed: [kode2] => (item=object-server) changed: [kode0] => (item=object-updater) changed: [kode1] => (item=object-updater) changed: [kode2] => (item=object-updater) changed: [kode0] => (item=proxy-server) changed: [kode1] => (item=proxy-server) changed: [kode2] => (item=proxy-server) TASK [swift : Copying over account-*.conf] ************************************* changed: [kode1] => (item=account-auditor) changed: [kode0] => (item=account-auditor) changed: [kode2] => (item=account-auditor) changed: [kode1] => (item=account-reaper) changed: [kode0] => (item=account-reaper) changed: [kode2] => (item=account-reaper) changed: [kode1] => (item=account-replicator) changed: [kode0] => (item=account-replicator) changed: [kode2] => (item=account-replicator) changed: [kode1] => (item=account-server) changed: [kode0] => (item=account-server) changed: [kode2] => (item=account-server) TASK [swift : Copying over container-*.conf] *********************************** changed: [kode0] => (item=container-auditor) changed: [kode1] => (item=container-auditor) changed: [kode2] => (item=container-auditor) changed: [kode0] => (item=container-replicator) changed: [kode1] => (item=container-replicator) changed: [kode2] => (item=container-replicator) changed: [kode0] => (item=container-server) changed: [kode2] => (item=container-server) changed: [kode1] => (item=container-server) changed: [kode0] => (item=container-updater) changed: [kode2] => (item=container-updater) changed: [kode1] => (item=container-updater) TASK [swift : Copying over object-*.conf] ************************************** changed: [kode1] => (item=object-auditor) changed: [kode0] => (item=object-auditor) changed: [kode2] => (item=object-auditor) changed: [kode1] => (item=object-expirer) changed: [kode0] => (item=object-expirer) changed: [kode2] => (item=object-expirer) changed: [kode1] => (item=object-replicator) changed: [kode0] => (item=object-replicator) changed: [kode2] => (item=object-replicator) changed: [kode0] => (item=object-server) changed: [kode2] => (item=object-server) changed: [kode1] => (item=object-server) changed: [kode1] => (item=object-updater) changed: [kode0] => (item=object-updater) changed: [kode2] => (item=object-updater) TASK [swift : Copying over proxy-server.conf] ********************************** changed: [kode1] => (item=proxy-server) changed: [kode0] => (item=proxy-server) changed: [kode2] => (item=proxy-server) TASK [swift : Copying over rsyncd.conf] **************************************** changed: [kode1] changed: [kode0] changed: [kode2] TASK [swift : Copying over Swift ring files] *********************************** changed: [kode1] => (item=account.builder) changed: [kode0] => (item=account.builder) changed: [kode2] => (item=account.builder) changed: [kode0] => (item=account.ring.gz) changed: [kode1] => (item=account.ring.gz) changed: [kode2] => (item=account.ring.gz) changed: [kode1] => (item=container.builder) changed: [kode0] => (item=container.builder) changed: [kode2] => (item=container.builder) changed: [kode1] => (item=container.ring.gz) changed: [kode0] => (item=container.ring.gz) changed: [kode2] => (item=container.ring.gz) changed: [kode0] => (item=object.builder) changed: [kode1] => (item=object.builder) changed: [kode2] => (item=object.builder) changed: [kode1] => (item=object.ring.gz) changed: [kode0] => (item=object.ring.gz) changed: [kode2] => (item=object.ring.gz) TASK [swift : Check if policies shall be overwritten] ************************** ok: [kode1 -> localhost] ok: [kode0 -> localhost] ok: [kode2 -> localhost] TASK [swift : Copying over existing policy.json] ******************************* skipping: [kode0] => (item=swift-account-auditor) skipping: [kode1] => (item=swift-account-auditor) skipping: [kode0] => (item=swift-account-reaper) skipping: [kode2] => (item=swift-account-auditor) skipping: [kode1] => (item=swift-account-reaper) skipping: [kode0] => (item=swift-account-replicator) skipping: [kode2] => (item=swift-account-reaper) skipping: [kode1] => (item=swift-account-replicator) skipping: [kode0] => (item=swift-account-server) skipping: [kode2] => (item=swift-account-replicator) skipping: [kode1] => (item=swift-account-server) skipping: [kode0] => (item=swift-container-auditor) skipping: [kode2] => (item=swift-account-server) skipping: [kode1] => (item=swift-container-auditor) skipping: [kode0] => (item=swift-container-replicator) skipping: [kode2] => (item=swift-container-auditor) skipping: [kode1] => (item=swift-container-replicator) skipping: [kode0] => (item=swift-container-server) skipping: [kode2] => (item=swift-container-replicator) skipping: [kode0] => (item=swift-container-updater) skipping: [kode1] => (item=swift-container-server) skipping: [kode2] => (item=swift-container-server) skipping: [kode1] => (item=swift-container-updater) skipping: [kode0] => (item=swift-object-auditor) skipping: [kode2] => (item=swift-container-updater) skipping: [kode1] => (item=swift-object-auditor) skipping: [kode0] => (item=swift-object-expirer) skipping: [kode2] => (item=swift-object-auditor) skipping: [kode1] => (item=swift-object-expirer) skipping: [kode0] => (item=swift-object-replicator) skipping: [kode2] => (item=swift-object-expirer) skipping: [kode1] => (item=swift-object-replicator) skipping: [kode0] => (item=swift-object-server) skipping: [kode2] => (item=swift-object-replicator) skipping: [kode1] => (item=swift-object-server) skipping: [kode0] => (item=swift-object-updater) skipping: [kode2] => (item=swift-object-server) skipping: [kode1] => (item=swift-object-updater) skipping: [kode0] => (item=swift-proxy-server) skipping: [kode2] => (item=swift-object-updater) skipping: [kode1] => (item=swift-proxy-server) skipping: [kode2] => (item=swift-proxy-server) TASK [swift : include] ********************************************************* included: /opt/bgi-kolla/kolla-ansible/ansible/roles/swift/tasks/start.yml for kode1, kode0, kode2 TASK [swift : Looking up disks for Swift] ************************************** skipping: [kode0] skipping: [kode2] ok: [kode1] TASK [swift : Reading data from variable] ************************************** skipping: [kode0] ok: [kode1] skipping: [kode2] TASK [swift : Mounting Swift disks] ******************************************** skipping: [kode0] skipping: [kode2] TASK [swift : Starting swift-rsyncd container] ********************************* skipping: [kode0] skipping: [kode2] changed: [kode1] TASK [swift : Starting swift-account-server container] ************************* skipping: [kode0] skipping: [kode2] changed: [kode1] TASK [swift : Starting swift-account-auditor container] ************************ skipping: [kode0] skipping: [kode2] changed: [kode1] TASK [swift : Starting swift-account-replicator container] ********************* skipping: [kode0] skipping: [kode2] changed: [kode1] TASK [swift : Starting swift-account-reaper container] ************************* skipping: [kode0] skipping: [kode2] changed: [kode1] TASK [swift : Starting swift-container-server container] *********************** skipping: [kode0] skipping: [kode2] changed: [kode1] TASK [swift : Starting swift-container-auditor container] ********************** skipping: [kode0] skipping: [kode2] changed: [kode1] TASK [swift : Starting swift-container-replicator container] ******************* skipping: [kode0] skipping: [kode2] changed: [kode1] TASK [swift : Starting swift-container-updater container] ********************** skipping: [kode0] skipping: [kode2] changed: [kode1] TASK [swift : Starting swift-object-server container] ************************** skipping: [kode0] skipping: [kode2] changed: [kode1] TASK [swift : Starting swift-object-auditor container] ************************* skipping: [kode0] skipping: [kode2] changed: [kode1] TASK [swift : Starting swift-object-replicator container] ********************** skipping: [kode0] skipping: [kode2] changed: [kode1] TASK [swift : Starting swift-object-updater container] ************************* skipping: [kode0] skipping: [kode2] changed: [kode1] TASK [swift : Starting swift-object-expirer container] ************************* skipping: [kode0] skipping: [kode2] changed: [kode1] TASK [swift : Starting swift-proxy-server container] *************************** changed: [kode2] changed: [kode0] changed: [kode1] TASK [swift : include] ********************************************************* included: /opt/bgi-kolla/kolla-ansible/ansible/roles/swift/tasks/check.yml for kode1, kode0, kode2 TASK [swift : Swift sanity checks] ********************************************* skipping: [kode1] PLAY [Apply role glance] ******************************************************* TASK [setup] ******************************************************************* ok: [kode0] ok: [kode2] ok: [kode1] TASK [common : include] ******************************************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [common : Registering common role has run] ******************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [glance : include] ******************************************************** included: /opt/bgi-kolla/kolla-ansible/ansible/roles/glance/tasks/deploy.yml for kode0, kode1, kode2 TASK [glance : include] ******************************************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [glance : include] ******************************************************** skipping: [kode1] skipping: [kode0] skipping: [kode2] TASK [glance : include] ******************************************************** skipping: [kode0] skipping: [kode2] included: /opt/bgi-kolla/kolla-ansible/ansible/roles/glance/tasks/register.yml for kode1 TASK [glance : Creating the Glance service and endpoint] *********************** changed: [kode1] => (item={u'interface': u'admin', u'url': u'http://192.168.102.254:9292'}) changed: [kode1] => (item={u'interface': u'internal', u'url': u'http://192.168.102.254:9292'}) changed: [kode1] => (item={u'interface': u'public', u'url': u'http://192.168.101.254:9292'}) TASK [glance : Creating the Glance project, user, and role] ******************** changed: [kode1] TASK [glance : include] ******************************************************** skipping: [kode0] skipping: [kode2] included: /opt/bgi-kolla/kolla-ansible/ansible/roles/glance/tasks/config.yml for kode1 TASK [glance : Ensuring config directories exist] ****************************** changed: [kode1] => (item={'key': u'glance-api', 'value': {u'group': u'glance-api', u'image': u'192.168.103.16:5000/bgi/centos-binary-glance-api:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//glance-api/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'glance:/var/lib/glance/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'glance_api'}}) changed: [kode1] => (item={'key': u'glance-registry', 'value': {u'group': u'glance-registry', u'image': u'192.168.103.16:5000/bgi/centos-binary-glance-registry:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//glance-registry/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'glance_registry'}}) TASK [glance : Copying over config.json files for services] ******************** changed: [kode1] => (item={'key': u'glance-api', 'value': {u'group': u'glance-api', u'image': u'192.168.103.16:5000/bgi/centos-binary-glance-api:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//glance-api/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'glance:/var/lib/glance/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'glance_api'}}) changed: [kode1] => (item={'key': u'glance-registry', 'value': {u'group': u'glance-registry', u'image': u'192.168.103.16:5000/bgi/centos-binary-glance-registry:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//glance-registry/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'glance_registry'}}) TASK [glance : Copying over glance-*.conf] ************************************* changed: [kode1] => (item={'key': u'glance-api', 'value': {u'group': u'glance-api', u'image': u'192.168.103.16:5000/bgi/centos-binary-glance-api:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//glance-api/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'glance:/var/lib/glance/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'glance_api'}}) changed: [kode1] => (item={'key': u'glance-registry', 'value': {u'group': u'glance-registry', u'image': u'192.168.103.16:5000/bgi/centos-binary-glance-registry:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//glance-registry/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'glance_registry'}}) TASK [glance : Check if policies shall be overwritten] ************************* ok: [kode1 -> localhost] TASK [glance : Copying over existing policy.json] ****************************** skipping: [kode1] => (item={'key': u'glance-api', 'value': {u'group': u'glance-api', u'image': u'192.168.103.16:5000/bgi/centos-binary-glance-api:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//glance-api/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'glance:/var/lib/glance/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'glance_api'}}) skipping: [kode1] => (item={'key': u'glance-registry', 'value': {u'group': u'glance-registry', u'image': u'192.168.103.16:5000/bgi/centos-binary-glance-registry:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//glance-registry/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'glance_registry'}}) TASK [glance : Check glance containers] **************************************** changed: [kode1] => (item={'key': u'glance-api', 'value': {u'group': u'glance-api', u'image': u'192.168.103.16:5000/bgi/centos-binary-glance-api:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//glance-api/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'glance:/var/lib/glance/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'glance_api'}}) changed: [kode1] => (item={'key': u'glance-registry', 'value': {u'group': u'glance-registry', u'image': u'192.168.103.16:5000/bgi/centos-binary-glance-registry:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//glance-registry/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'glance_registry'}}) TASK [glance : include] ******************************************************** skipping: [kode0] skipping: [kode2] included: /opt/bgi-kolla/kolla-ansible/ansible/roles/glance/tasks/bootstrap.yml for kode1 TASK [glance : Creating Glance database] *************************************** changed: [kode1 -> kode1] TASK [glance : Creating Glance database user and setting permissions] ********** changed: [kode1 -> kode1] TASK [glance : include] ******************************************************** included: /opt/bgi-kolla/kolla-ansible/ansible/roles/glance/tasks/bootstrap_service.yml for kode1 TASK [glance : Running Glance bootstrap container] ***************************** changed: [kode1 -> kode1] RUNNING HANDLER [glance : Restart glance-api container] ************************ changed: [kode1] RUNNING HANDLER [glance : Restart glance-registry container] ******************* changed: [kode1] TASK [glance : include] ******************************************************** skipping: [kode0] skipping: [kode2] included: /opt/bgi-kolla/kolla-ansible/ansible/roles/glance/tasks/check.yml for kode1 TASK [glance : Glance sanity checks] ******************************************* skipping: [kode1] PLAY [Apply role ironic] ******************************************************* TASK [setup] ******************************************************************* ok: [kode1] ok: [kode0] ok: [kode2] TASK [common : include] ******************************************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [common : Registering common role has run] ******************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [ironic : include] ******************************************************** included: /opt/bgi-kolla/kolla-ansible/ansible/roles/ironic/tasks/deploy.yml for kode0, kode1, kode2 TASK [ironic : include] ******************************************************** included: /opt/bgi-kolla/kolla-ansible/ansible/roles/ironic/tasks/register.yml for kode0, kode1, kode2 TASK [ironic : Creating the Ironic service and endpoint] *********************** changed: [kode0] => (item={u'interface': u'admin', u'url': u'http://192.168.102.254:6385'}) changed: [kode0] => (item={u'interface': u'internal', u'url': u'http://192.168.102.254:6385'}) changed: [kode0] => (item={u'interface': u'public', u'url': u'http://192.168.101.254:6385'}) TASK [ironic : Creating the Ironic project, user, and role] ******************** changed: [kode0] TASK [ironic : Creating the Ironic Inspector service and endpoint] ************* changed: [kode0] => (item={u'interface': u'admin', u'url': u'http://192.168.102.254:5050'}) changed: [kode0] => (item={u'interface': u'internal', u'url': u'http://192.168.102.254:5050'}) changed: [kode0] => (item={u'interface': u'public', u'url': u'http://192.168.102.254:5050'}) TASK [ironic : Creating the Ironic Inspector project, user, and role] ********** changed: [kode0] TASK [ironic : include] ******************************************************** included: /opt/bgi-kolla/kolla-ansible/ansible/roles/ironic/tasks/config.yml for kode0, kode1, kode2 TASK [ironic : Ensuring config directories exist] ****************************** changed: [kode1] => (item=ironic-api) changed: [kode2] => (item=ironic-api) changed: [kode0] => (item=ironic-api) changed: [kode1] => (item=ironic-conductor) changed: [kode2] => (item=ironic-conductor) changed: [kode0] => (item=ironic-conductor) changed: [kode1] => (item=ironic-inspector) changed: [kode2] => (item=ironic-inspector) changed: [kode0] => (item=ironic-inspector) changed: [kode0] => (item=ironic-pxe) changed: [kode1] => (item=ironic-pxe) changed: [kode2] => (item=ironic-pxe) changed: [kode0] => (item=ironic-dnsmasq) changed: [kode2] => (item=ironic-dnsmasq) changed: [kode1] => (item=ironic-dnsmasq) TASK [ironic : Copying over config.json files for services] ******************** changed: [kode0] => (item=ironic-api) changed: [kode2] => (item=ironic-api) changed: [kode1] => (item=ironic-api) changed: [kode2] => (item=ironic-conductor) changed: [kode1] => (item=ironic-conductor) changed: [kode0] => (item=ironic-conductor) changed: [kode0] => (item=ironic-inspector) changed: [kode2] => (item=ironic-inspector) changed: [kode1] => (item=ironic-inspector) changed: [kode0] => (item=ironic-pxe) changed: [kode1] => (item=ironic-pxe) changed: [kode2] => (item=ironic-pxe) changed: [kode0] => (item=ironic-dnsmasq) changed: [kode1] => (item=ironic-dnsmasq) changed: [kode2] => (item=ironic-dnsmasq) TASK [ironic : Copying over ironic.conf] *************************************** changed: [kode1] => (item=ironic-api) changed: [kode0] => (item=ironic-api) changed: [kode2] => (item=ironic-api) changed: [kode1] => (item=ironic-conductor) changed: [kode0] => (item=ironic-conductor) changed: [kode2] => (item=ironic-conductor) TASK [ironic : Copying over inspector.conf] ************************************ changed: [kode0] changed: [kode1] changed: [kode2] TASK [ironic : Copying over dnsmasq.conf] ************************************** changed: [kode0] => (item=/etc/kolla/config/ironic/ironic-dnsmasq.conf) changed: [kode1] => (item=/etc/kolla/config/ironic/ironic-dnsmasq.conf) changed: [kode2] => (item=/etc/kolla/config/ironic/ironic-dnsmasq.conf) TASK [ironic : Copying pxelinux.cfg default] *********************************** changed: [kode2] => (item=/opt/bgi-kolla/kolla-ansible/ansible/roles/ironic/templates/pxelinux.default.j2) changed: [kode0] => (item=/opt/bgi-kolla/kolla-ansible/ansible/roles/ironic/templates/pxelinux.default.j2) changed: [kode1] => (item=/opt/bgi-kolla/kolla-ansible/ansible/roles/ironic/templates/pxelinux.default.j2) TASK [ironic : Copying ironic-agent kernel and initramfs] ********************** changed: [kode0] => (item=ironic-agent.kernel) changed: [kode1] => (item=ironic-agent.kernel) changed: [kode2] => (item=ironic-agent.kernel) changed: [kode2] => (item=ironic-agent.initramfs) changed: [kode0] => (item=ironic-agent.initramfs) changed: [kode1] => (item=ironic-agent.initramfs) TASK [ironic : Check if policies shall be overwritten] ************************* ok: [kode0 -> localhost] ok: [kode1 -> localhost] ok: [kode2 -> localhost] TASK [ironic : Copying over existing policy.json] ****************************** skipping: [kode0] => (item=ironic-api) skipping: [kode0] => (item=ironic-conductor) skipping: [kode2] => (item=ironic-api) skipping: [kode1] => (item=ironic-api) skipping: [kode0] => (item=ironic-inspector) skipping: [kode1] => (item=ironic-conductor) skipping: [kode0] => (item=ironic-pxe) skipping: [kode2] => (item=ironic-conductor) skipping: [kode2] => (item=ironic-inspector) skipping: [kode1] => (item=ironic-inspector) skipping: [kode2] => (item=ironic-pxe) skipping: [kode1] => (item=ironic-pxe) TASK [ironic : include] ******************************************************** included: /opt/bgi-kolla/kolla-ansible/ansible/roles/ironic/tasks/bootstrap.yml for kode0, kode1, kode2 TASK [ironic : Creating Ironic database] *************************************** changed: [kode0 -> kode0] => (item={u'delegate_to': u'kode0', u'database_name': u'ironic'}) changed: [kode0 -> kode0] => (item={u'delegate_to': u'kode0', u'database_name': u'ironic_inspector'}) TASK [ironic : Creating Ironic database user and setting permissions] ********** changed: [kode0 -> kode0] => (item={u'database_password': u'nymcenD0JSvnkc4CvcXaSV1oNVdTG69Mc3IoJlU7', u'delegate_to': u'kode0', u'database_name': u'ironic'}) changed: [kode0 -> kode0] => (item={u'database_password': u'RJYCYhE7YZnU6mvwPtP8d4sSD90FkpHxVJiNZTiq', u'delegate_to': u'kode0', u'database_name': u'ironic_inspector'}) TASK [ironic : include] ******************************************************** included: /opt/bgi-kolla/kolla-ansible/ansible/roles/ironic/tasks/bootstrap_service.yml for kode0, kode1, kode2 TASK [ironic : Running Ironic bootstrap container] ***************************** changed: [kode0 -> kode0] TASK [ironic : Running Ironic Inspector bootstrap container] ******************* changed: [kode0 -> kode0] TASK [ironic : Running Ironic-PXE bootstrap container] ************************* changed: [kode0 -> kode0] TASK [ironic : include] ******************************************************** included: /opt/bgi-kolla/kolla-ansible/ansible/roles/ironic/tasks/start.yml for kode0, kode1, kode2 TASK [ironic : Starting ironic-pxe container] ********************************** changed: [kode0] changed: [kode1] changed: [kode2] TASK [ironic : Starting ironic-api container] ********************************** changed: [kode2] changed: [kode0] changed: [kode1] TASK [ironic : Starting ironic-conductor container] **************************** changed: [kode2] changed: [kode1] changed: [kode0] TASK [ironic : Starting ironic-inspector container] **************************** changed: [kode2] changed: [kode0] changed: [kode1] TASK [ironic : Staring ironic-dnsmasq container] ******************************* changed: [kode1] changed: [kode2] changed: [kode0] PLAY [Apply role nova] ********************************************************* TASK [setup] ******************************************************************* ok: [kode0] ok: [kode1] ok: [kode2] ok: [kode5] ok: [kode4] ok: [kode6] TASK [common : include] ******************************************************** skipping: [kode1] skipping: [kode2] skipping: [kode4] skipping: [kode0] skipping: [kode5] skipping: [kode6] TASK [common : Registering common role has run] ******************************** skipping: [kode1] skipping: [kode4] skipping: [kode5] skipping: [kode2] skipping: [kode0] skipping: [kode6] TASK [nova : include] ********************************************************** included: /opt/bgi-kolla/kolla-ansible/ansible/roles/nova/tasks/deploy.yml for kode0, kode1, kode2, kode4, kode5, kode6 TASK [nova : include] ********************************************************** skipping: [kode0] skipping: [kode1] skipping: [kode4] skipping: [kode2] skipping: [kode5] skipping: [kode6] TASK [nova : include] ********************************************************** skipping: [kode0] skipping: [kode4] skipping: [kode2] skipping: [kode1] skipping: [kode5] skipping: [kode6] TASK [nova : include] ********************************************************** skipping: [kode4] skipping: [kode5] skipping: [kode6] included: /opt/bgi-kolla/kolla-ansible/ansible/roles/nova/tasks/register.yml for kode1, kode2, kode0 TASK [nova : Creating the Nova service and endpoint] *************************** changed: [kode0] => (item={u'service_type': u'compute_legacy', u'interface': u'admin', u'description': u'OpenStack Compute Service (Legacy 2.0)', u'url': u'http://192.168.102.254:8774/v2/%(tenant_id)s', u'name': u'nova_legacy'}) changed: [kode0] => (item={u'service_type': u'compute_legacy', u'interface': u'internal', u'description': u'OpenStack Compute Service (Legacy 2.0)', u'url': u'http://192.168.102.254:8774/v2/%(tenant_id)s', u'name': u'nova_legacy'}) changed: [kode0] => (item={u'service_type': u'compute_legacy', u'interface': u'public', u'description': u'OpenStack Compute Service (Legacy 2.0)', u'url': u'http://192.168.101.254:8774/v2/%(tenant_id)s', u'name': u'nova_legacy'}) changed: [kode0] => (item={u'service_type': u'compute', u'interface': u'admin', u'description': u'OpenStack Compute Service', u'url': u'http://192.168.102.254:8774/v2.1/%(tenant_id)s', u'name': u'nova'}) changed: [kode0] => (item={u'service_type': u'compute', u'interface': u'internal', u'description': u'OpenStack Compute Service', u'url': u'http://192.168.102.254:8774/v2.1/%(tenant_id)s', u'name': u'nova'}) changed: [kode0] => (item={u'service_type': u'compute', u'interface': u'public', u'description': u'OpenStack Compute Service', u'url': u'http://192.168.101.254:8774/v2.1/%(tenant_id)s', u'name': u'nova'}) changed: [kode0] => (item={u'service_type': u'placement', u'interface': u'admin', u'description': u'Placement Service', u'url': u'http://192.168.102.254:8780', u'name': u'placement'}) changed: [kode0] => (item={u'service_type': u'placement', u'interface': u'internal', u'description': u'Placement Service', u'url': u'http://192.168.102.254:8780', u'name': u'placement'}) changed: [kode0] => (item={u'service_type': u'placement', u'interface': u'public', u'description': u'Placement Service', u'url': u'http://192.168.101.254:8780', u'name': u'placement'}) TASK [nova : Creating the Nova project, user, and role] ************************ changed: [kode0] TASK [nova : Creating the placement project, user, and role] ******************* changed: [kode0] TASK [nova : include] ********************************************************** included: /opt/bgi-kolla/kolla-ansible/ansible/roles/nova/tasks/config.yml for kode0, kode4, kode2, kode5, kode1, kode6 TASK [nova : Setting sysctl values] ******************************************** skipping: [kode2] => (item={u'name': u'net.bridge.bridge-nf-call-iptables', u'value': 1}) skipping: [kode0] => (item={u'name': u'net.ipv4.conf.default.rp_filter', u'value': 0}) skipping: [kode0] => (item={u'name': u'net.ipv4.conf.all.rp_filter', u'value': 0}) skipping: [kode0] => (item={u'name': u'net.bridge.bridge-nf-call-ip6tables', u'value': 1}) skipping: [kode0] => (item={u'name': u'net.bridge.bridge-nf-call-iptables', u'value': 1}) skipping: [kode1] => (item={u'name': u'net.bridge.bridge-nf-call-ip6tables', u'value': 1}) skipping: [kode2] => (item={u'name': u'net.bridge.bridge-nf-call-ip6tables', u'value': 1}) skipping: [kode1] => (item={u'name': u'net.bridge.bridge-nf-call-iptables', u'value': 1}) skipping: [kode1] => (item={u'name': u'net.ipv4.conf.default.rp_filter', u'value': 0}) skipping: [kode1] => (item={u'name': u'net.ipv4.conf.all.rp_filter', u'value': 0}) skipping: [kode2] => (item={u'name': u'net.ipv4.conf.default.rp_filter', u'value': 0}) skipping: [kode2] => (item={u'name': u'net.ipv4.conf.all.rp_filter', u'value': 0}) ok: [kode4] => (item={u'name': u'net.bridge.bridge-nf-call-iptables', u'value': 1}) ok: [kode5] => (item={u'name': u'net.bridge.bridge-nf-call-iptables', u'value': 1}) ok: [kode6] => (item={u'name': u'net.bridge.bridge-nf-call-iptables', u'value': 1}) ok: [kode4] => (item={u'name': u'net.bridge.bridge-nf-call-ip6tables', u'value': 1}) ok: [kode5] => (item={u'name': u'net.bridge.bridge-nf-call-ip6tables', u'value': 1}) ok: [kode6] => (item={u'name': u'net.bridge.bridge-nf-call-ip6tables', u'value': 1}) ok: [kode4] => (item={u'name': u'net.ipv4.conf.all.rp_filter', u'value': 0}) ok: [kode5] => (item={u'name': u'net.ipv4.conf.all.rp_filter', u'value': 0}) ok: [kode6] => (item={u'name': u'net.ipv4.conf.all.rp_filter', u'value': 0}) ok: [kode4] => (item={u'name': u'net.ipv4.conf.default.rp_filter', u'value': 0}) ok: [kode5] => (item={u'name': u'net.ipv4.conf.default.rp_filter', u'value': 0}) ok: [kode6] => (item={u'name': u'net.ipv4.conf.default.rp_filter', u'value': 0}) TASK [nova : Ensuring config directories exist] ******************************** skipping: [kode4] => (item={'key': u'nova-compute-ironic', 'value': {u'group': u'nova-compute-ironic', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-compute-ironic:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-compute-ironic/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_compute_ironic'}}) skipping: [kode4] => (item={'key': u'nova-consoleauth', 'value': {u'group': u'nova-consoleauth', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-consoleauth:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-consoleauth/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_consoleauth'}}) changed: [kode4] => (item={'key': u'nova-ssh', 'value': {u'group': u'compute', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-ssh:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-ssh/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla', u'nova_compute:/var/lib/nova', u'', u'heka_socket:/var/lib/kolla/heka/'], u'container_name': u'nova_ssh'}}) changed: [kode2] => (item={'key': u'nova-api', 'value': {u'group': u'nova-api', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-api:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-api/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_api', u'privileged': True}}) skipping: [kode0] => (item={'key': u'nova-spicehtml5proxy', 'value': {u'group': u'nova-spicehtml5proxy', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-spicehtml5proxy:4.0.0.1', u'enabled': False, u'volumes': [u'/etc/kolla//nova-spicehtml5proxy/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_spicehtml5proxy'}}) changed: [kode0] => (item={'key': u'nova-scheduler', 'value': {u'group': u'nova-scheduler', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-scheduler:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-scheduler/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_scheduler'}}) changed: [kode1] => (item={'key': u'nova-api', 'value': {u'group': u'nova-api', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-api:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-api/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_api', u'privileged': True}}) changed: [kode5] => (item={'key': u'nova-compute', 'value': {u'group': u'compute', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-compute:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-compute/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'/dev:/dev', u'kolla_logs:/var/log/kolla/', u'iscsi_info:/etc/iscsi', u'libvirtd:/var/lib/libvirt', u'nova_compute:/var/lib/nova/', u''], u'container_name': u'nova_compute', u'privileged': True}}) changed: [kode4] => (item={'key': u'nova-compute', 'value': {u'group': u'compute', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-compute:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-compute/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'/dev:/dev', u'kolla_logs:/var/log/kolla/', u'iscsi_info:/etc/iscsi', u'libvirtd:/var/lib/libvirt', u'nova_compute:/var/lib/nova/', u''], u'container_name': u'nova_compute', u'privileged': True}}) changed: [kode2] => (item={'key': u'nova-conductor', 'value': {u'group': u'nova-conductor', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-conductor:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-conductor/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_conductor'}}) skipping: [kode5] => (item={'key': u'nova-consoleauth', 'value': {u'group': u'nova-consoleauth', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-consoleauth:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-consoleauth/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_consoleauth'}}) changed: [kode5] => (item={'key': u'nova-ssh', 'value': {u'group': u'compute', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-ssh:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-ssh/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla', u'nova_compute:/var/lib/nova', u'', u'heka_socket:/var/lib/kolla/heka/'], u'container_name': u'nova_ssh'}}) changed: [kode0] => (item={'key': u'nova-api', 'value': {u'group': u'nova-api', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-api:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-api/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_api', u'privileged': True}}) skipping: [kode5] => (item={'key': u'nova-compute-ironic', 'value': {u'group': u'nova-compute-ironic', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-compute-ironic:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-compute-ironic/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_compute_ironic'}}) changed: [kode1] => (item={'key': u'nova-conductor', 'value': {u'group': u'nova-conductor', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-conductor:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-conductor/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_conductor'}}) skipping: [kode5] => (item={'key': u'placement-api', 'value': {u'group': u'placement-api', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-placement-api:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//placement-api/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'placement_api'}}) changed: [kode5] => (item={'key': u'nova-libvirt', 'value': {u'group': u'compute', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-libvirt:4.0.0.1', u'container_name': u'nova_libvirt', u'enabled': True, u'volumes': [u'/etc/kolla//nova-libvirt/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run/:/run/:shared', u'/dev:/dev', u'/sys/fs/cgroup:/sys/fs/cgroup', u'kolla_logs:/var/log/kolla/', u'libvirtd:/var/lib/libvirt', u'nova_compute:/var/lib/nova/', u'', u'nova_libvirt_qemu:/etc/libvirt/qemu'], u'pid_mode': u'host', u'privileged': True}}) skipping: [kode4] => (item={'key': u'placement-api', 'value': {u'group': u'placement-api', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-placement-api:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//placement-api/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'placement_api'}}) changed: [kode4] => (item={'key': u'nova-libvirt', 'value': {u'group': u'compute', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-libvirt:4.0.0.1', u'container_name': u'nova_libvirt', u'enabled': True, u'volumes': [u'/etc/kolla//nova-libvirt/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run/:/run/:shared', u'/dev:/dev', u'/sys/fs/cgroup:/sys/fs/cgroup', u'kolla_logs:/var/log/kolla/', u'libvirtd:/var/lib/libvirt', u'nova_compute:/var/lib/nova/', u'', u'nova_libvirt_qemu:/etc/libvirt/qemu'], u'pid_mode': u'host', u'privileged': True}}) changed: [kode0] => (item={'key': u'nova-conductor', 'value': {u'group': u'nova-conductor', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-conductor:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-conductor/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_conductor'}}) skipping: [kode5] => (item={'key': u'nova-novncproxy', 'value': {u'group': u'nova-novncproxy', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-novncproxy:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-novncproxy/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_novncproxy'}}) skipping: [kode6] => (item={'key': u'nova-serialproxy', 'value': {u'group': u'nova-serialproxy', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-serialproxy:4.0.0.1', u'enabled': False, u'volumes': [u'/etc/kolla//nova-serialproxy/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_serialproxy'}}) skipping: [kode5] => (item={'key': u'nova-spicehtml5proxy', 'value': {u'group': u'nova-spicehtml5proxy', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-spicehtml5proxy:4.0.0.1', u'enabled': False, u'volumes': [u'/etc/kolla//nova-spicehtml5proxy/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_spicehtml5proxy'}}) skipping: [kode5] => (item={'key': u'nova-scheduler', 'value': {u'group': u'nova-scheduler', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-scheduler:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-scheduler/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_scheduler'}}) skipping: [kode5] => (item={'key': u'nova-api', 'value': {u'group': u'nova-api', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-api:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-api/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_api', u'privileged': True}}) skipping: [kode5] => (item={'key': u'nova-conductor', 'value': {u'group': u'nova-conductor', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-conductor:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-conductor/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_conductor'}}) skipping: [kode6] => (item={'key': u'nova-conductor', 'value': {u'group': u'nova-conductor', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-conductor:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-conductor/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_conductor'}}) skipping: [kode5] => (item={'key': u'nova-serialproxy', 'value': {u'group': u'nova-serialproxy', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-serialproxy:4.0.0.1', u'enabled': False, u'volumes': [u'/etc/kolla//nova-serialproxy/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_serialproxy'}}) skipping: [kode4] => (item={'key': u'nova-novncproxy', 'value': {u'group': u'nova-novncproxy', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-novncproxy:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-novncproxy/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_novncproxy'}}) skipping: [kode4] => (item={'key': u'nova-spicehtml5proxy', 'value': {u'group': u'nova-spicehtml5proxy', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-spicehtml5proxy:4.0.0.1', u'enabled': False, u'volumes': [u'/etc/kolla//nova-spicehtml5proxy/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_spicehtml5proxy'}}) skipping: [kode6] => (item={'key': u'nova-api', 'value': {u'group': u'nova-api', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-api:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-api/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_api', u'privileged': True}}) skipping: [kode0] => (item={'key': u'nova-serialproxy', 'value': {u'group': u'nova-serialproxy', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-serialproxy:4.0.0.1', u'enabled': False, u'volumes': [u'/etc/kolla//nova-serialproxy/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_serialproxy'}}) skipping: [kode4] => (item={'key': u'nova-scheduler', 'value': {u'group': u'nova-scheduler', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-scheduler:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-scheduler/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_scheduler'}}) skipping: [kode4] => (item={'key': u'nova-api', 'value': {u'group': u'nova-api', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-api:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-api/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_api', u'privileged': True}}) skipping: [kode4] => (item={'key': u'nova-conductor', 'value': {u'group': u'nova-conductor', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-conductor:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-conductor/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_conductor'}}) skipping: [kode6] => (item={'key': u'nova-scheduler', 'value': {u'group': u'nova-scheduler', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-scheduler:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-scheduler/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_scheduler'}}) skipping: [kode2] => (item={'key': u'nova-serialproxy', 'value': {u'group': u'nova-serialproxy', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-serialproxy:4.0.0.1', u'enabled': False, u'volumes': [u'/etc/kolla//nova-serialproxy/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_serialproxy'}}) skipping: [kode1] => (item={'key': u'nova-serialproxy', 'value': {u'group': u'nova-serialproxy', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-serialproxy:4.0.0.1', u'enabled': False, u'volumes': [u'/etc/kolla//nova-serialproxy/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_serialproxy'}}) skipping: [kode6] => (item={'key': u'nova-spicehtml5proxy', 'value': {u'group': u'nova-spicehtml5proxy', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-spicehtml5proxy:4.0.0.1', u'enabled': False, u'volumes': [u'/etc/kolla//nova-spicehtml5proxy/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_spicehtml5proxy'}}) skipping: [kode4] => (item={'key': u'nova-serialproxy', 'value': {u'group': u'nova-serialproxy', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-serialproxy:4.0.0.1', u'enabled': False, u'volumes': [u'/etc/kolla//nova-serialproxy/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_serialproxy'}}) changed: [kode1] => (item={'key': u'nova-scheduler', 'value': {u'group': u'nova-scheduler', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-scheduler:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-scheduler/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_scheduler'}}) skipping: [kode6] => (item={'key': u'nova-novncproxy', 'value': {u'group': u'nova-novncproxy', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-novncproxy:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-novncproxy/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_novncproxy'}}) skipping: [kode1] => (item={'key': u'nova-spicehtml5proxy', 'value': {u'group': u'nova-spicehtml5proxy', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-spicehtml5proxy:4.0.0.1', u'enabled': False, u'volumes': [u'/etc/kolla//nova-spicehtml5proxy/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_spicehtml5proxy'}}) changed: [kode0] => (item={'key': u'nova-novncproxy', 'value': {u'group': u'nova-novncproxy', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-novncproxy:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-novncproxy/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_novncproxy'}}) skipping: [kode0] => (item={'key': u'nova-libvirt', 'value': {u'group': u'compute', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-libvirt:4.0.0.1', u'container_name': u'nova_libvirt', u'enabled': True, u'volumes': [u'/etc/kolla//nova-libvirt/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run/:/run/:shared', u'/dev:/dev', u'/sys/fs/cgroup:/sys/fs/cgroup', u'kolla_logs:/var/log/kolla/', u'libvirtd:/var/lib/libvirt', u'nova_compute:/var/lib/nova/', u'', u'nova_libvirt_qemu:/etc/libvirt/qemu'], u'pid_mode': u'host', u'privileged': True}}) changed: [kode2] => (item={'key': u'nova-scheduler', 'value': {u'group': u'nova-scheduler', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-scheduler:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-scheduler/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_scheduler'}}) skipping: [kode2] => (item={'key': u'nova-spicehtml5proxy', 'value': {u'group': u'nova-spicehtml5proxy', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-spicehtml5proxy:4.0.0.1', u'enabled': False, u'volumes': [u'/etc/kolla//nova-spicehtml5proxy/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_spicehtml5proxy'}}) changed: [kode1] => (item={'key': u'nova-novncproxy', 'value': {u'group': u'nova-novncproxy', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-novncproxy:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-novncproxy/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_novncproxy'}}) skipping: [kode1] => (item={'key': u'nova-libvirt', 'value': {u'group': u'compute', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-libvirt:4.0.0.1', u'container_name': u'nova_libvirt', u'enabled': True, u'volumes': [u'/etc/kolla//nova-libvirt/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run/:/run/:shared', u'/dev:/dev', u'/sys/fs/cgroup:/sys/fs/cgroup', u'kolla_logs:/var/log/kolla/', u'libvirtd:/var/lib/libvirt', u'nova_compute:/var/lib/nova/', u'', u'nova_libvirt_qemu:/etc/libvirt/qemu'], u'pid_mode': u'host', u'privileged': True}}) changed: [kode2] => (item={'key': u'nova-novncproxy', 'value': {u'group': u'nova-novncproxy', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-novncproxy:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-novncproxy/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_novncproxy'}}) skipping: [kode2] => (item={'key': u'nova-libvirt', 'value': {u'group': u'compute', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-libvirt:4.0.0.1', u'container_name': u'nova_libvirt', u'enabled': True, u'volumes': [u'/etc/kolla//nova-libvirt/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run/:/run/:shared', u'/dev:/dev', u'/sys/fs/cgroup:/sys/fs/cgroup', u'kolla_logs:/var/log/kolla/', u'libvirtd:/var/lib/libvirt', u'nova_compute:/var/lib/nova/', u'', u'nova_libvirt_qemu:/etc/libvirt/qemu'], u'pid_mode': u'host', u'privileged': True}}) changed: [kode6] => (item={'key': u'nova-libvirt', 'value': {u'group': u'compute', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-libvirt:4.0.0.1', u'container_name': u'nova_libvirt', u'enabled': True, u'volumes': [u'/etc/kolla//nova-libvirt/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run/:/run/:shared', u'/dev:/dev', u'/sys/fs/cgroup:/sys/fs/cgroup', u'kolla_logs:/var/log/kolla/', u'libvirtd:/var/lib/libvirt', u'nova_compute:/var/lib/nova/', u'', u'nova_libvirt_qemu:/etc/libvirt/qemu'], u'pid_mode': u'host', u'privileged': True}}) skipping: [kode0] => (item={'key': u'nova-compute', 'value': {u'group': u'compute', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-compute:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-compute/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'/dev:/dev', u'kolla_logs:/var/log/kolla/', u'iscsi_info:/etc/iscsi', u'libvirtd:/var/lib/libvirt', u'nova_compute:/var/lib/nova/', u''], u'container_name': u'nova_compute', u'privileged': True}}) changed: [kode0] => (item={'key': u'placement-api', 'value': {u'group': u'placement-api', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-placement-api:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//placement-api/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'placement_api'}}) skipping: [kode6] => (item={'key': u'placement-api', 'value': {u'group': u'placement-api', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-placement-api:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//placement-api/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'placement_api'}}) skipping: [kode0] => (item={'key': u'nova-ssh', 'value': {u'group': u'compute', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-ssh:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-ssh/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla', u'nova_compute:/var/lib/nova', u'', u'heka_socket:/var/lib/kolla/heka/'], u'container_name': u'nova_ssh'}}) changed: [kode1] => (item={'key': u'placement-api', 'value': {u'group': u'placement-api', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-placement-api:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//placement-api/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'placement_api'}}) skipping: [kode1] => (item={'key': u'nova-compute', 'value': {u'group': u'compute', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-compute:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-compute/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'/dev:/dev', u'kolla_logs:/var/log/kolla/', u'iscsi_info:/etc/iscsi', u'libvirtd:/var/lib/libvirt', u'nova_compute:/var/lib/nova/', u''], u'container_name': u'nova_compute', u'privileged': True}}) skipping: [kode1] => (item={'key': u'nova-ssh', 'value': {u'group': u'compute', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-ssh:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-ssh/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla', u'nova_compute:/var/lib/nova', u'', u'heka_socket:/var/lib/kolla/heka/'], u'container_name': u'nova_ssh'}}) changed: [kode2] => (item={'key': u'placement-api', 'value': {u'group': u'placement-api', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-placement-api:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//placement-api/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'placement_api'}}) skipping: [kode2] => (item={'key': u'nova-compute', 'value': {u'group': u'compute', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-compute:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-compute/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'/dev:/dev', u'kolla_logs:/var/log/kolla/', u'iscsi_info:/etc/iscsi', u'libvirtd:/var/lib/libvirt', u'nova_compute:/var/lib/nova/', u''], u'container_name': u'nova_compute', u'privileged': True}}) skipping: [kode2] => (item={'key': u'nova-ssh', 'value': {u'group': u'compute', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-ssh:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-ssh/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla', u'nova_compute:/var/lib/nova', u'', u'heka_socket:/var/lib/kolla/heka/'], u'container_name': u'nova_ssh'}}) changed: [kode6] => (item={'key': u'nova-compute', 'value': {u'group': u'compute', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-compute:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-compute/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'/dev:/dev', u'kolla_logs:/var/log/kolla/', u'iscsi_info:/etc/iscsi', u'libvirtd:/var/lib/libvirt', u'nova_compute:/var/lib/nova/', u''], u'container_name': u'nova_compute', u'privileged': True}}) changed: [kode0] => (item={'key': u'nova-consoleauth', 'value': {u'group': u'nova-consoleauth', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-consoleauth:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-consoleauth/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_consoleauth'}}) changed: [kode1] => (item={'key': u'nova-consoleauth', 'value': {u'group': u'nova-consoleauth', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-consoleauth:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-consoleauth/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_consoleauth'}}) changed: [kode6] => (item={'key': u'nova-ssh', 'value': {u'group': u'compute', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-ssh:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-ssh/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla', u'nova_compute:/var/lib/nova', u'', u'heka_socket:/var/lib/kolla/heka/'], u'container_name': u'nova_ssh'}}) changed: [kode2] => (item={'key': u'nova-consoleauth', 'value': {u'group': u'nova-consoleauth', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-consoleauth:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-consoleauth/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_consoleauth'}}) skipping: [kode6] => (item={'key': u'nova-compute-ironic', 'value': {u'group': u'nova-compute-ironic', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-compute-ironic:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-compute-ironic/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_compute_ironic'}}) skipping: [kode6] => (item={'key': u'nova-consoleauth', 'value': {u'group': u'nova-consoleauth', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-consoleauth:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-consoleauth/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_consoleauth'}}) changed: [kode0] => (item={'key': u'nova-compute-ironic', 'value': {u'group': u'nova-compute-ironic', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-compute-ironic:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-compute-ironic/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_compute_ironic'}}) changed: [kode1] => (item={'key': u'nova-compute-ironic', 'value': {u'group': u'nova-compute-ironic', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-compute-ironic:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-compute-ironic/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_compute_ironic'}}) changed: [kode2] => (item={'key': u'nova-compute-ironic', 'value': {u'group': u'nova-compute-ironic', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-compute-ironic:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-compute-ironic/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_compute_ironic'}}) TASK [nova : Copying over config.json files for services] ********************** skipping: [kode0] => (item={'key': u'nova-spicehtml5proxy', 'value': {u'group': u'nova-spicehtml5proxy', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-spicehtml5proxy:4.0.0.1', u'enabled': False, u'volumes': [u'/etc/kolla//nova-spicehtml5proxy/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_spicehtml5proxy'}}) skipping: [kode4] => (item={'key': u'nova-compute-ironic', 'value': {u'group': u'nova-compute-ironic', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-compute-ironic:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-compute-ironic/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_compute_ironic'}}) skipping: [kode1] => (item={'key': u'nova-spicehtml5proxy', 'value': {u'group': u'nova-spicehtml5proxy', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-spicehtml5proxy:4.0.0.1', u'enabled': False, u'volumes': [u'/etc/kolla//nova-spicehtml5proxy/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_spicehtml5proxy'}}) changed: [kode1] => (item={'key': u'nova-scheduler', 'value': {u'group': u'nova-scheduler', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-scheduler:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-scheduler/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_scheduler'}}) skipping: [kode4] => (item={'key': u'nova-consoleauth', 'value': {u'group': u'nova-consoleauth', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-consoleauth:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-consoleauth/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_consoleauth'}}) changed: [kode4] => (item={'key': u'nova-ssh', 'value': {u'group': u'compute', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-ssh:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-ssh/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla', u'nova_compute:/var/lib/nova', u'', u'heka_socket:/var/lib/kolla/heka/'], u'container_name': u'nova_ssh'}}) changed: [kode0] => (item={'key': u'nova-scheduler', 'value': {u'group': u'nova-scheduler', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-scheduler:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-scheduler/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_scheduler'}}) skipping: [kode2] => (item={'key': u'nova-spicehtml5proxy', 'value': {u'group': u'nova-spicehtml5proxy', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-spicehtml5proxy:4.0.0.1', u'enabled': False, u'volumes': [u'/etc/kolla//nova-spicehtml5proxy/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_spicehtml5proxy'}}) changed: [kode2] => (item={'key': u'nova-scheduler', 'value': {u'group': u'nova-scheduler', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-scheduler:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-scheduler/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_scheduler'}}) changed: [kode5] => (item={'key': u'nova-compute', 'value': {u'group': u'compute', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-compute:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-compute/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'/dev:/dev', u'kolla_logs:/var/log/kolla/', u'iscsi_info:/etc/iscsi', u'libvirtd:/var/lib/libvirt', u'nova_compute:/var/lib/nova/', u''], u'container_name': u'nova_compute', u'privileged': True}}) changed: [kode4] => (item={'key': u'nova-compute', 'value': {u'group': u'compute', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-compute:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-compute/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'/dev:/dev', u'kolla_logs:/var/log/kolla/', u'iscsi_info:/etc/iscsi', u'libvirtd:/var/lib/libvirt', u'nova_compute:/var/lib/nova/', u''], u'container_name': u'nova_compute', u'privileged': True}}) changed: [kode1] => (item={'key': u'nova-api', 'value': {u'group': u'nova-api', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-api:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-api/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_api', u'privileged': True}}) changed: [kode2] => (item={'key': u'nova-api', 'value': {u'group': u'nova-api', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-api:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-api/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_api', u'privileged': True}}) changed: [kode0] => (item={'key': u'nova-api', 'value': {u'group': u'nova-api', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-api:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-api/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_api', u'privileged': True}}) skipping: [kode5] => (item={'key': u'placement-api', 'value': {u'group': u'placement-api', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-placement-api:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//placement-api/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'placement_api'}}) changed: [kode5] => (item={'key': u'nova-libvirt', 'value': {u'group': u'compute', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-libvirt:4.0.0.1', u'container_name': u'nova_libvirt', u'enabled': True, u'volumes': [u'/etc/kolla//nova-libvirt/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run/:/run/:shared', u'/dev:/dev', u'/sys/fs/cgroup:/sys/fs/cgroup', u'kolla_logs:/var/log/kolla/', u'libvirtd:/var/lib/libvirt', u'nova_compute:/var/lib/nova/', u'', u'nova_libvirt_qemu:/etc/libvirt/qemu'], u'pid_mode': u'host', u'privileged': True}}) changed: [kode1] => (item={'key': u'nova-conductor', 'value': {u'group': u'nova-conductor', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-conductor:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-conductor/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_conductor'}}) skipping: [kode4] => (item={'key': u'placement-api', 'value': {u'group': u'placement-api', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-placement-api:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//placement-api/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'placement_api'}}) changed: [kode4] => (item={'key': u'nova-libvirt', 'value': {u'group': u'compute', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-libvirt:4.0.0.1', u'container_name': u'nova_libvirt', u'enabled': True, u'volumes': [u'/etc/kolla//nova-libvirt/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run/:/run/:shared', u'/dev:/dev', u'/sys/fs/cgroup:/sys/fs/cgroup', u'kolla_logs:/var/log/kolla/', u'libvirtd:/var/lib/libvirt', u'nova_compute:/var/lib/nova/', u'', u'nova_libvirt_qemu:/etc/libvirt/qemu'], u'pid_mode': u'host', u'privileged': True}}) skipping: [kode5] => (item={'key': u'nova-consoleauth', 'value': {u'group': u'nova-consoleauth', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-consoleauth:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-consoleauth/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_consoleauth'}}) changed: [kode5] => (item={'key': u'nova-ssh', 'value': {u'group': u'compute', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-ssh:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-ssh/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla', u'nova_compute:/var/lib/nova', u'', u'heka_socket:/var/lib/kolla/heka/'], u'container_name': u'nova_ssh'}}) skipping: [kode6] => (item={'key': u'nova-serialproxy', 'value': {u'group': u'nova-serialproxy', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-serialproxy:4.0.0.1', u'enabled': False, u'volumes': [u'/etc/kolla//nova-serialproxy/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_serialproxy'}}) skipping: [kode5] => (item={'key': u'nova-compute-ironic', 'value': {u'group': u'nova-compute-ironic', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-compute-ironic:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-compute-ironic/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_compute_ironic'}}) changed: [kode2] => (item={'key': u'nova-conductor', 'value': {u'group': u'nova-conductor', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-conductor:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-conductor/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_conductor'}}) skipping: [kode6] => (item={'key': u'nova-conductor', 'value': {u'group': u'nova-conductor', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-conductor:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-conductor/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_conductor'}}) changed: [kode0] => (item={'key': u'nova-conductor', 'value': {u'group': u'nova-conductor', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-conductor:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-conductor/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_conductor'}}) skipping: [kode6] => (item={'key': u'nova-api', 'value': {u'group': u'nova-api', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-api:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-api/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_api', u'privileged': True}}) skipping: [kode5] => (item={'key': u'nova-novncproxy', 'value': {u'group': u'nova-novncproxy', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-novncproxy:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-novncproxy/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_novncproxy'}}) skipping: [kode5] => (item={'key': u'nova-spicehtml5proxy', 'value': {u'group': u'nova-spicehtml5proxy', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-spicehtml5proxy:4.0.0.1', u'enabled': False, u'volumes': [u'/etc/kolla//nova-spicehtml5proxy/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_spicehtml5proxy'}}) skipping: [kode6] => (item={'key': u'nova-scheduler', 'value': {u'group': u'nova-scheduler', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-scheduler:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-scheduler/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_scheduler'}}) skipping: [kode5] => (item={'key': u'nova-scheduler', 'value': {u'group': u'nova-scheduler', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-scheduler:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-scheduler/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_scheduler'}}) skipping: [kode5] => (item={'key': u'nova-api', 'value': {u'group': u'nova-api', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-api:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-api/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_api', u'privileged': True}}) skipping: [kode6] => (item={'key': u'nova-spicehtml5proxy', 'value': {u'group': u'nova-spicehtml5proxy', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-spicehtml5proxy:4.0.0.1', u'enabled': False, u'volumes': [u'/etc/kolla//nova-spicehtml5proxy/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_spicehtml5proxy'}}) skipping: [kode5] => (item={'key': u'nova-conductor', 'value': {u'group': u'nova-conductor', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-conductor:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-conductor/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_conductor'}}) skipping: [kode5] => (item={'key': u'nova-serialproxy', 'value': {u'group': u'nova-serialproxy', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-serialproxy:4.0.0.1', u'enabled': False, u'volumes': [u'/etc/kolla//nova-serialproxy/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_serialproxy'}}) skipping: [kode6] => (item={'key': u'nova-novncproxy', 'value': {u'group': u'nova-novncproxy', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-novncproxy:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-novncproxy/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_novncproxy'}}) skipping: [kode2] => (item={'key': u'nova-serialproxy', 'value': {u'group': u'nova-serialproxy', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-serialproxy:4.0.0.1', u'enabled': False, u'volumes': [u'/etc/kolla//nova-serialproxy/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_serialproxy'}}) skipping: [kode1] => (item={'key': u'nova-serialproxy', 'value': {u'group': u'nova-serialproxy', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-serialproxy:4.0.0.1', u'enabled': False, u'volumes': [u'/etc/kolla//nova-serialproxy/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_serialproxy'}}) skipping: [kode4] => (item={'key': u'nova-novncproxy', 'value': {u'group': u'nova-novncproxy', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-novncproxy:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-novncproxy/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_novncproxy'}}) skipping: [kode4] => (item={'key': u'nova-spicehtml5proxy', 'value': {u'group': u'nova-spicehtml5proxy', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-spicehtml5proxy:4.0.0.1', u'enabled': False, u'volumes': [u'/etc/kolla//nova-spicehtml5proxy/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_spicehtml5proxy'}}) skipping: [kode4] => (item={'key': u'nova-scheduler', 'value': {u'group': u'nova-scheduler', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-scheduler:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-scheduler/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_scheduler'}}) skipping: [kode4] => (item={'key': u'nova-api', 'value': {u'group': u'nova-api', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-api:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-api/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_api', u'privileged': True}}) skipping: [kode4] => (item={'key': u'nova-conductor', 'value': {u'group': u'nova-conductor', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-conductor:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-conductor/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_conductor'}}) skipping: [kode0] => (item={'key': u'nova-serialproxy', 'value': {u'group': u'nova-serialproxy', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-serialproxy:4.0.0.1', u'enabled': False, u'volumes': [u'/etc/kolla//nova-serialproxy/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_serialproxy'}}) skipping: [kode4] => (item={'key': u'nova-serialproxy', 'value': {u'group': u'nova-serialproxy', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-serialproxy:4.0.0.1', u'enabled': False, u'volumes': [u'/etc/kolla//nova-serialproxy/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_serialproxy'}}) changed: [kode2] => (item={'key': u'nova-novncproxy', 'value': {u'group': u'nova-novncproxy', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-novncproxy:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-novncproxy/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_novncproxy'}}) changed: [kode0] => (item={'key': u'nova-novncproxy', 'value': {u'group': u'nova-novncproxy', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-novncproxy:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-novncproxy/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_novncproxy'}}) skipping: [kode2] => (item={'key': u'nova-libvirt', 'value': {u'group': u'compute', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-libvirt:4.0.0.1', u'container_name': u'nova_libvirt', u'enabled': True, u'volumes': [u'/etc/kolla//nova-libvirt/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run/:/run/:shared', u'/dev:/dev', u'/sys/fs/cgroup:/sys/fs/cgroup', u'kolla_logs:/var/log/kolla/', u'libvirtd:/var/lib/libvirt', u'nova_compute:/var/lib/nova/', u'', u'nova_libvirt_qemu:/etc/libvirt/qemu'], u'pid_mode': u'host', u'privileged': True}}) skipping: [kode0] => (item={'key': u'nova-libvirt', 'value': {u'group': u'compute', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-libvirt:4.0.0.1', u'container_name': u'nova_libvirt', u'enabled': True, u'volumes': [u'/etc/kolla//nova-libvirt/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run/:/run/:shared', u'/dev:/dev', u'/sys/fs/cgroup:/sys/fs/cgroup', u'kolla_logs:/var/log/kolla/', u'libvirtd:/var/lib/libvirt', u'nova_compute:/var/lib/nova/', u'', u'nova_libvirt_qemu:/etc/libvirt/qemu'], u'pid_mode': u'host', u'privileged': True}}) changed: [kode1] => (item={'key': u'nova-novncproxy', 'value': {u'group': u'nova-novncproxy', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-novncproxy:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-novncproxy/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_novncproxy'}}) skipping: [kode1] => (item={'key': u'nova-libvirt', 'value': {u'group': u'compute', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-libvirt:4.0.0.1', u'container_name': u'nova_libvirt', u'enabled': True, u'volumes': [u'/etc/kolla//nova-libvirt/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run/:/run/:shared', u'/dev:/dev', u'/sys/fs/cgroup:/sys/fs/cgroup', u'kolla_logs:/var/log/kolla/', u'libvirtd:/var/lib/libvirt', u'nova_compute:/var/lib/nova/', u'', u'nova_libvirt_qemu:/etc/libvirt/qemu'], u'pid_mode': u'host', u'privileged': True}}) changed: [kode6] => (item={'key': u'nova-libvirt', 'value': {u'group': u'compute', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-libvirt:4.0.0.1', u'container_name': u'nova_libvirt', u'enabled': True, u'volumes': [u'/etc/kolla//nova-libvirt/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run/:/run/:shared', u'/dev:/dev', u'/sys/fs/cgroup:/sys/fs/cgroup', u'kolla_logs:/var/log/kolla/', u'libvirtd:/var/lib/libvirt', u'nova_compute:/var/lib/nova/', u'', u'nova_libvirt_qemu:/etc/libvirt/qemu'], u'pid_mode': u'host', u'privileged': True}}) skipping: [kode6] => (item={'key': u'placement-api', 'value': {u'group': u'placement-api', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-placement-api:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//placement-api/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'placement_api'}}) changed: [kode2] => (item={'key': u'placement-api', 'value': {u'group': u'placement-api', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-placement-api:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//placement-api/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'placement_api'}}) changed: [kode0] => (item={'key': u'placement-api', 'value': {u'group': u'placement-api', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-placement-api:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//placement-api/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'placement_api'}}) skipping: [kode0] => (item={'key': u'nova-compute', 'value': {u'group': u'compute', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-compute:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-compute/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'/dev:/dev', u'kolla_logs:/var/log/kolla/', u'iscsi_info:/etc/iscsi', u'libvirtd:/var/lib/libvirt', u'nova_compute:/var/lib/nova/', u''], u'container_name': u'nova_compute', u'privileged': True}}) skipping: [kode0] => (item={'key': u'nova-ssh', 'value': {u'group': u'compute', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-ssh:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-ssh/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla', u'nova_compute:/var/lib/nova', u'', u'heka_socket:/var/lib/kolla/heka/'], u'container_name': u'nova_ssh'}}) skipping: [kode2] => (item={'key': u'nova-ssh', 'value': {u'group': u'compute', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-ssh:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-ssh/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla', u'nova_compute:/var/lib/nova', u'', u'heka_socket:/var/lib/kolla/heka/'], u'container_name': u'nova_ssh'}}) skipping: [kode2] => (item={'key': u'nova-compute', 'value': {u'group': u'compute', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-compute:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-compute/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'/dev:/dev', u'kolla_logs:/var/log/kolla/', u'iscsi_info:/etc/iscsi', u'libvirtd:/var/lib/libvirt', u'nova_compute:/var/lib/nova/', u''], u'container_name': u'nova_compute', u'privileged': True}}) changed: [kode1] => (item={'key': u'placement-api', 'value': {u'group': u'placement-api', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-placement-api:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//placement-api/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'placement_api'}}) skipping: [kode1] => (item={'key': u'nova-compute', 'value': {u'group': u'compute', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-compute:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-compute/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'/dev:/dev', u'kolla_logs:/var/log/kolla/', u'iscsi_info:/etc/iscsi', u'libvirtd:/var/lib/libvirt', u'nova_compute:/var/lib/nova/', u''], u'container_name': u'nova_compute', u'privileged': True}}) skipping: [kode1] => (item={'key': u'nova-ssh', 'value': {u'group': u'compute', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-ssh:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-ssh/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla', u'nova_compute:/var/lib/nova', u'', u'heka_socket:/var/lib/kolla/heka/'], u'container_name': u'nova_ssh'}}) changed: [kode6] => (item={'key': u'nova-compute', 'value': {u'group': u'compute', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-compute:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-compute/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'/dev:/dev', u'kolla_logs:/var/log/kolla/', u'iscsi_info:/etc/iscsi', u'libvirtd:/var/lib/libvirt', u'nova_compute:/var/lib/nova/', u''], u'container_name': u'nova_compute', u'privileged': True}}) changed: [kode2] => (item={'key': u'nova-consoleauth', 'value': {u'group': u'nova-consoleauth', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-consoleauth:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-consoleauth/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_consoleauth'}}) changed: [kode0] => (item={'key': u'nova-consoleauth', 'value': {u'group': u'nova-consoleauth', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-consoleauth:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-consoleauth/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_consoleauth'}}) changed: [kode1] => (item={'key': u'nova-consoleauth', 'value': {u'group': u'nova-consoleauth', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-consoleauth:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-consoleauth/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_consoleauth'}}) changed: [kode6] => (item={'key': u'nova-ssh', 'value': {u'group': u'compute', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-ssh:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-ssh/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla', u'nova_compute:/var/lib/nova', u'', u'heka_socket:/var/lib/kolla/heka/'], u'container_name': u'nova_ssh'}}) skipping: [kode6] => (item={'key': u'nova-consoleauth', 'value': {u'group': u'nova-consoleauth', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-consoleauth:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-consoleauth/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_consoleauth'}}) skipping: [kode6] => (item={'key': u'nova-compute-ironic', 'value': {u'group': u'nova-compute-ironic', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-compute-ironic:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-compute-ironic/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_compute_ironic'}}) changed: [kode2] => (item={'key': u'nova-compute-ironic', 'value': {u'group': u'nova-compute-ironic', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-compute-ironic:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-compute-ironic/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_compute_ironic'}}) changed: [kode1] => (item={'key': u'nova-compute-ironic', 'value': {u'group': u'nova-compute-ironic', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-compute-ironic:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-compute-ironic/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_compute_ironic'}}) changed: [kode0] => (item={'key': u'nova-compute-ironic', 'value': {u'group': u'nova-compute-ironic', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-compute-ironic:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-compute-ironic/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_compute_ironic'}}) TASK [nova : Copying over nova.conf] ******************************************* skipping: [kode4] => (item={'key': u'nova-compute-ironic', 'value': {u'group': u'nova-compute-ironic', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-compute-ironic:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-compute-ironic/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_compute_ironic'}}) skipping: [kode4] => (item={'key': u'nova-consoleauth', 'value': {u'group': u'nova-consoleauth', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-consoleauth:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-consoleauth/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_consoleauth'}}) skipping: [kode4] => (item={'key': u'nova-ssh', 'value': {u'group': u'compute', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-ssh:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-ssh/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla', u'nova_compute:/var/lib/nova', u'', u'heka_socket:/var/lib/kolla/heka/'], u'container_name': u'nova_ssh'}}) changed: [kode4] => (item={'key': u'nova-compute', 'value': {u'group': u'compute', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-compute:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-compute/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'/dev:/dev', u'kolla_logs:/var/log/kolla/', u'iscsi_info:/etc/iscsi', u'libvirtd:/var/lib/libvirt', u'nova_compute:/var/lib/nova/', u''], u'container_name': u'nova_compute', u'privileged': True}}) changed: [kode0] => (item={'key': u'nova-conductor', 'value': {u'group': u'nova-conductor', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-conductor:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-conductor/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_conductor'}}) changed: [kode2] => (item={'key': u'nova-conductor', 'value': {u'group': u'nova-conductor', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-conductor:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-conductor/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_conductor'}}) changed: [kode1] => (item={'key': u'nova-conductor', 'value': {u'group': u'nova-conductor', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-conductor:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-conductor/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_conductor'}}) skipping: [kode5] => (item={'key': u'placement-api', 'value': {u'group': u'placement-api', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-placement-api:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//placement-api/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'placement_api'}}) skipping: [kode5] => (item={'key': u'nova-libvirt', 'value': {u'group': u'compute', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-libvirt:4.0.0.1', u'container_name': u'nova_libvirt', u'enabled': True, u'volumes': [u'/etc/kolla//nova-libvirt/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run/:/run/:shared', u'/dev:/dev', u'/sys/fs/cgroup:/sys/fs/cgroup', u'kolla_logs:/var/log/kolla/', u'libvirtd:/var/lib/libvirt', u'nova_compute:/var/lib/nova/', u'', u'nova_libvirt_qemu:/etc/libvirt/qemu'], u'pid_mode': u'host', u'privileged': True}}) skipping: [kode5] => (item={'key': u'nova-novncproxy', 'value': {u'group': u'nova-novncproxy', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-novncproxy:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-novncproxy/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_novncproxy'}}) skipping: [kode5] => (item={'key': u'nova-spicehtml5proxy', 'value': {u'group': u'nova-spicehtml5proxy', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-spicehtml5proxy:4.0.0.1', u'enabled': False, u'volumes': [u'/etc/kolla//nova-spicehtml5proxy/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_spicehtml5proxy'}}) skipping: [kode5] => (item={'key': u'nova-scheduler', 'value': {u'group': u'nova-scheduler', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-scheduler:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-scheduler/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_scheduler'}}) skipping: [kode5] => (item={'key': u'nova-api', 'value': {u'group': u'nova-api', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-api:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-api/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_api', u'privileged': True}}) skipping: [kode5] => (item={'key': u'nova-conductor', 'value': {u'group': u'nova-conductor', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-conductor:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-conductor/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_conductor'}}) skipping: [kode4] => (item={'key': u'placement-api', 'value': {u'group': u'placement-api', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-placement-api:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//placement-api/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'placement_api'}}) skipping: [kode4] => (item={'key': u'nova-libvirt', 'value': {u'group': u'compute', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-libvirt:4.0.0.1', u'container_name': u'nova_libvirt', u'enabled': True, u'volumes': [u'/etc/kolla//nova-libvirt/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run/:/run/:shared', u'/dev:/dev', u'/sys/fs/cgroup:/sys/fs/cgroup', u'kolla_logs:/var/log/kolla/', u'libvirtd:/var/lib/libvirt', u'nova_compute:/var/lib/nova/', u'', u'nova_libvirt_qemu:/etc/libvirt/qemu'], u'pid_mode': u'host', u'privileged': True}}) skipping: [kode4] => (item={'key': u'nova-novncproxy', 'value': {u'group': u'nova-novncproxy', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-novncproxy:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-novncproxy/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_novncproxy'}}) skipping: [kode4] => (item={'key': u'nova-spicehtml5proxy', 'value': {u'group': u'nova-spicehtml5proxy', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-spicehtml5proxy:4.0.0.1', u'enabled': False, u'volumes': [u'/etc/kolla//nova-spicehtml5proxy/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_spicehtml5proxy'}}) skipping: [kode4] => (item={'key': u'nova-scheduler', 'value': {u'group': u'nova-scheduler', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-scheduler:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-scheduler/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_scheduler'}}) skipping: [kode4] => (item={'key': u'nova-api', 'value': {u'group': u'nova-api', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-api:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-api/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_api', u'privileged': True}}) skipping: [kode4] => (item={'key': u'nova-conductor', 'value': {u'group': u'nova-conductor', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-conductor:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-conductor/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_conductor'}}) skipping: [kode5] => (item={'key': u'nova-serialproxy', 'value': {u'group': u'nova-serialproxy', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-serialproxy:4.0.0.1', u'enabled': False, u'volumes': [u'/etc/kolla//nova-serialproxy/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_serialproxy'}}) skipping: [kode0] => (item={'key': u'nova-serialproxy', 'value': {u'group': u'nova-serialproxy', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-serialproxy:4.0.0.1', u'enabled': False, u'volumes': [u'/etc/kolla//nova-serialproxy/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_serialproxy'}}) skipping: [kode2] => (item={'key': u'nova-serialproxy', 'value': {u'group': u'nova-serialproxy', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-serialproxy:4.0.0.1', u'enabled': False, u'volumes': [u'/etc/kolla//nova-serialproxy/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_serialproxy'}}) skipping: [kode1] => (item={'key': u'nova-serialproxy', 'value': {u'group': u'nova-serialproxy', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-serialproxy:4.0.0.1', u'enabled': False, u'volumes': [u'/etc/kolla//nova-serialproxy/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_serialproxy'}}) skipping: [kode4] => (item={'key': u'nova-serialproxy', 'value': {u'group': u'nova-serialproxy', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-serialproxy:4.0.0.1', u'enabled': False, u'volumes': [u'/etc/kolla//nova-serialproxy/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_serialproxy'}}) skipping: [kode6] => (item={'key': u'placement-api', 'value': {u'group': u'placement-api', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-placement-api:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//placement-api/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'placement_api'}}) skipping: [kode5] => (item={'key': u'nova-compute-ironic', 'value': {u'group': u'nova-compute-ironic', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-compute-ironic:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-compute-ironic/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_compute_ironic'}}) skipping: [kode5] => (item={'key': u'nova-consoleauth', 'value': {u'group': u'nova-consoleauth', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-consoleauth:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-consoleauth/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_consoleauth'}}) skipping: [kode5] => (item={'key': u'nova-ssh', 'value': {u'group': u'compute', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-ssh:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-ssh/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla', u'nova_compute:/var/lib/nova', u'', u'heka_socket:/var/lib/kolla/heka/'], u'container_name': u'nova_ssh'}}) changed: [kode5] => (item={'key': u'nova-compute', 'value': {u'group': u'compute', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-compute:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-compute/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'/dev:/dev', u'kolla_logs:/var/log/kolla/', u'iscsi_info:/etc/iscsi', u'libvirtd:/var/lib/libvirt', u'nova_compute:/var/lib/nova/', u''], u'container_name': u'nova_compute', u'privileged': True}}) skipping: [kode6] => (item={'key': u'nova-libvirt', 'value': {u'group': u'compute', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-libvirt:4.0.0.1', u'container_name': u'nova_libvirt', u'enabled': True, u'volumes': [u'/etc/kolla//nova-libvirt/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run/:/run/:shared', u'/dev:/dev', u'/sys/fs/cgroup:/sys/fs/cgroup', u'kolla_logs:/var/log/kolla/', u'libvirtd:/var/lib/libvirt', u'nova_compute:/var/lib/nova/', u'', u'nova_libvirt_qemu:/etc/libvirt/qemu'], u'pid_mode': u'host', u'privileged': True}}) skipping: [kode6] => (item={'key': u'nova-novncproxy', 'value': {u'group': u'nova-novncproxy', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-novncproxy:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-novncproxy/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_novncproxy'}}) skipping: [kode6] => (item={'key': u'nova-spicehtml5proxy', 'value': {u'group': u'nova-spicehtml5proxy', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-spicehtml5proxy:4.0.0.1', u'enabled': False, u'volumes': [u'/etc/kolla//nova-spicehtml5proxy/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_spicehtml5proxy'}}) skipping: [kode6] => (item={'key': u'nova-scheduler', 'value': {u'group': u'nova-scheduler', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-scheduler:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-scheduler/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_scheduler'}}) skipping: [kode6] => (item={'key': u'nova-api', 'value': {u'group': u'nova-api', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-api:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-api/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_api', u'privileged': True}}) skipping: [kode6] => (item={'key': u'nova-conductor', 'value': {u'group': u'nova-conductor', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-conductor:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-conductor/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_conductor'}}) skipping: [kode6] => (item={'key': u'nova-serialproxy', 'value': {u'group': u'nova-serialproxy', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-serialproxy:4.0.0.1', u'enabled': False, u'volumes': [u'/etc/kolla//nova-serialproxy/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_serialproxy'}}) changed: [kode1] => (item={'key': u'nova-api', 'value': {u'group': u'nova-api', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-api:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-api/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_api', u'privileged': True}}) changed: [kode2] => (item={'key': u'nova-api', 'value': {u'group': u'nova-api', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-api:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-api/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_api', u'privileged': True}}) changed: [kode0] => (item={'key': u'nova-api', 'value': {u'group': u'nova-api', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-api:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-api/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_api', u'privileged': True}}) changed: [kode1] => (item={'key': u'nova-scheduler', 'value': {u'group': u'nova-scheduler', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-scheduler:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-scheduler/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_scheduler'}}) skipping: [kode1] => (item={'key': u'nova-spicehtml5proxy', 'value': {u'group': u'nova-spicehtml5proxy', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-spicehtml5proxy:4.0.0.1', u'enabled': False, u'volumes': [u'/etc/kolla//nova-spicehtml5proxy/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_spicehtml5proxy'}}) changed: [kode6] => (item={'key': u'nova-compute', 'value': {u'group': u'compute', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-compute:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-compute/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'/dev:/dev', u'kolla_logs:/var/log/kolla/', u'iscsi_info:/etc/iscsi', u'libvirtd:/var/lib/libvirt', u'nova_compute:/var/lib/nova/', u''], u'container_name': u'nova_compute', u'privileged': True}}) skipping: [kode6] => (item={'key': u'nova-ssh', 'value': {u'group': u'compute', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-ssh:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-ssh/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla', u'nova_compute:/var/lib/nova', u'', u'heka_socket:/var/lib/kolla/heka/'], u'container_name': u'nova_ssh'}}) skipping: [kode6] => (item={'key': u'nova-consoleauth', 'value': {u'group': u'nova-consoleauth', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-consoleauth:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-consoleauth/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_consoleauth'}}) skipping: [kode6] => (item={'key': u'nova-compute-ironic', 'value': {u'group': u'nova-compute-ironic', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-compute-ironic:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-compute-ironic/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_compute_ironic'}}) changed: [kode0] => (item={'key': u'nova-scheduler', 'value': {u'group': u'nova-scheduler', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-scheduler:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-scheduler/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_scheduler'}}) skipping: [kode0] => (item={'key': u'nova-spicehtml5proxy', 'value': {u'group': u'nova-spicehtml5proxy', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-spicehtml5proxy:4.0.0.1', u'enabled': False, u'volumes': [u'/etc/kolla//nova-spicehtml5proxy/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_spicehtml5proxy'}}) changed: [kode2] => (item={'key': u'nova-scheduler', 'value': {u'group': u'nova-scheduler', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-scheduler:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-scheduler/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_scheduler'}}) skipping: [kode2] => (item={'key': u'nova-spicehtml5proxy', 'value': {u'group': u'nova-spicehtml5proxy', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-spicehtml5proxy:4.0.0.1', u'enabled': False, u'volumes': [u'/etc/kolla//nova-spicehtml5proxy/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_spicehtml5proxy'}}) changed: [kode1] => (item={'key': u'nova-novncproxy', 'value': {u'group': u'nova-novncproxy', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-novncproxy:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-novncproxy/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_novncproxy'}}) skipping: [kode1] => (item={'key': u'nova-libvirt', 'value': {u'group': u'compute', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-libvirt:4.0.0.1', u'container_name': u'nova_libvirt', u'enabled': True, u'volumes': [u'/etc/kolla//nova-libvirt/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run/:/run/:shared', u'/dev:/dev', u'/sys/fs/cgroup:/sys/fs/cgroup', u'kolla_logs:/var/log/kolla/', u'libvirtd:/var/lib/libvirt', u'nova_compute:/var/lib/nova/', u'', u'nova_libvirt_qemu:/etc/libvirt/qemu'], u'pid_mode': u'host', u'privileged': True}}) changed: [kode0] => (item={'key': u'nova-novncproxy', 'value': {u'group': u'nova-novncproxy', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-novncproxy:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-novncproxy/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_novncproxy'}}) skipping: [kode0] => (item={'key': u'nova-libvirt', 'value': {u'group': u'compute', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-libvirt:4.0.0.1', u'container_name': u'nova_libvirt', u'enabled': True, u'volumes': [u'/etc/kolla//nova-libvirt/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run/:/run/:shared', u'/dev:/dev', u'/sys/fs/cgroup:/sys/fs/cgroup', u'kolla_logs:/var/log/kolla/', u'libvirtd:/var/lib/libvirt', u'nova_compute:/var/lib/nova/', u'', u'nova_libvirt_qemu:/etc/libvirt/qemu'], u'pid_mode': u'host', u'privileged': True}}) changed: [kode2] => (item={'key': u'nova-novncproxy', 'value': {u'group': u'nova-novncproxy', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-novncproxy:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-novncproxy/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_novncproxy'}}) skipping: [kode2] => (item={'key': u'nova-libvirt', 'value': {u'group': u'compute', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-libvirt:4.0.0.1', u'container_name': u'nova_libvirt', u'enabled': True, u'volumes': [u'/etc/kolla//nova-libvirt/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run/:/run/:shared', u'/dev:/dev', u'/sys/fs/cgroup:/sys/fs/cgroup', u'kolla_logs:/var/log/kolla/', u'libvirtd:/var/lib/libvirt', u'nova_compute:/var/lib/nova/', u'', u'nova_libvirt_qemu:/etc/libvirt/qemu'], u'pid_mode': u'host', u'privileged': True}}) changed: [kode1] => (item={'key': u'placement-api', 'value': {u'group': u'placement-api', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-placement-api:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//placement-api/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'placement_api'}}) skipping: [kode1] => (item={'key': u'nova-compute', 'value': {u'group': u'compute', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-compute:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-compute/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'/dev:/dev', u'kolla_logs:/var/log/kolla/', u'iscsi_info:/etc/iscsi', u'libvirtd:/var/lib/libvirt', u'nova_compute:/var/lib/nova/', u''], u'container_name': u'nova_compute', u'privileged': True}}) skipping: [kode1] => (item={'key': u'nova-ssh', 'value': {u'group': u'compute', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-ssh:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-ssh/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla', u'nova_compute:/var/lib/nova', u'', u'heka_socket:/var/lib/kolla/heka/'], u'container_name': u'nova_ssh'}}) changed: [kode0] => (item={'key': u'placement-api', 'value': {u'group': u'placement-api', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-placement-api:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//placement-api/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'placement_api'}}) skipping: [kode0] => (item={'key': u'nova-compute', 'value': {u'group': u'compute', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-compute:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-compute/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'/dev:/dev', u'kolla_logs:/var/log/kolla/', u'iscsi_info:/etc/iscsi', u'libvirtd:/var/lib/libvirt', u'nova_compute:/var/lib/nova/', u''], u'container_name': u'nova_compute', u'privileged': True}}) skipping: [kode0] => (item={'key': u'nova-ssh', 'value': {u'group': u'compute', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-ssh:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-ssh/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla', u'nova_compute:/var/lib/nova', u'', u'heka_socket:/var/lib/kolla/heka/'], u'container_name': u'nova_ssh'}}) changed: [kode2] => (item={'key': u'placement-api', 'value': {u'group': u'placement-api', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-placement-api:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//placement-api/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'placement_api'}}) skipping: [kode2] => (item={'key': u'nova-compute', 'value': {u'group': u'compute', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-compute:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-compute/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'/dev:/dev', u'kolla_logs:/var/log/kolla/', u'iscsi_info:/etc/iscsi', u'libvirtd:/var/lib/libvirt', u'nova_compute:/var/lib/nova/', u''], u'container_name': u'nova_compute', u'privileged': True}}) skipping: [kode2] => (item={'key': u'nova-ssh', 'value': {u'group': u'compute', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-ssh:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-ssh/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla', u'nova_compute:/var/lib/nova', u'', u'heka_socket:/var/lib/kolla/heka/'], u'container_name': u'nova_ssh'}}) changed: [kode1] => (item={'key': u'nova-consoleauth', 'value': {u'group': u'nova-consoleauth', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-consoleauth:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-consoleauth/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_consoleauth'}}) changed: [kode0] => (item={'key': u'nova-consoleauth', 'value': {u'group': u'nova-consoleauth', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-consoleauth:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-consoleauth/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_consoleauth'}}) changed: [kode2] => (item={'key': u'nova-consoleauth', 'value': {u'group': u'nova-consoleauth', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-consoleauth:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-consoleauth/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_consoleauth'}}) changed: [kode1] => (item={'key': u'nova-compute-ironic', 'value': {u'group': u'nova-compute-ironic', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-compute-ironic:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-compute-ironic/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_compute_ironic'}}) changed: [kode0] => (item={'key': u'nova-compute-ironic', 'value': {u'group': u'nova-compute-ironic', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-compute-ironic:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-compute-ironic/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_compute_ironic'}}) changed: [kode2] => (item={'key': u'nova-compute-ironic', 'value': {u'group': u'nova-compute-ironic', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-compute-ironic:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-compute-ironic/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_compute_ironic'}}) TASK [nova : Copying over libvirt configuration] ******************************* skipping: [kode0] => (item={u'dest': u'libvirtd.conf', u'src': u'libvirtd.conf.j2'}) skipping: [kode0] => (item={u'dest': u'qemu.conf', u'src': u'qemu.conf.j2'}) skipping: [kode1] => (item={u'dest': u'qemu.conf', u'src': u'qemu.conf.j2'}) skipping: [kode1] => (item={u'dest': u'libvirtd.conf', u'src': u'libvirtd.conf.j2'}) skipping: [kode2] => (item={u'dest': u'qemu.conf', u'src': u'qemu.conf.j2'}) skipping: [kode2] => (item={u'dest': u'libvirtd.conf', u'src': u'libvirtd.conf.j2'}) changed: [kode4] => (item={u'dest': u'qemu.conf', u'src': u'qemu.conf.j2'}) changed: [kode5] => (item={u'dest': u'qemu.conf', u'src': u'qemu.conf.j2'}) changed: [kode6] => (item={u'dest': u'qemu.conf', u'src': u'qemu.conf.j2'}) changed: [kode5] => (item={u'dest': u'libvirtd.conf', u'src': u'libvirtd.conf.j2'}) changed: [kode4] => (item={u'dest': u'libvirtd.conf', u'src': u'libvirtd.conf.j2'}) changed: [kode6] => (item={u'dest': u'libvirtd.conf', u'src': u'libvirtd.conf.j2'}) TASK [nova : Copying over placement-api wsgi configuration] ******************** skipping: [kode4] skipping: [kode5] skipping: [kode6] changed: [kode0] changed: [kode1] changed: [kode2] TASK [nova : Copying files for nova-ssh] *************************************** skipping: [kode0] => (item={u'dest': u'ssh_config', u'src': u'ssh_config.j2'}) skipping: [kode0] => (item={u'dest': u'id_rsa.pub', u'src': u'id_rsa.pub'}) skipping: [kode0] => (item={u'dest': u'id_rsa', u'src': u'id_rsa'}) skipping: [kode1] => (item={u'dest': u'id_rsa', u'src': u'id_rsa'}) skipping: [kode2] => (item={u'dest': u'sshd_config', u'src': u'sshd_config.j2'}) skipping: [kode1] => (item={u'dest': u'sshd_config', u'src': u'sshd_config.j2'}) skipping: [kode0] => (item={u'dest': u'sshd_config', u'src': u'sshd_config.j2'}) skipping: [kode2] => (item={u'dest': u'id_rsa', u'src': u'id_rsa'}) skipping: [kode1] => (item={u'dest': u'id_rsa.pub', u'src': u'id_rsa.pub'}) skipping: [kode1] => (item={u'dest': u'ssh_config', u'src': u'ssh_config.j2'}) skipping: [kode2] => (item={u'dest': u'id_rsa.pub', u'src': u'id_rsa.pub'}) skipping: [kode2] => (item={u'dest': u'ssh_config', u'src': u'ssh_config.j2'}) changed: [kode5] => (item={u'dest': u'sshd_config', u'src': u'sshd_config.j2'}) changed: [kode6] => (item={u'dest': u'sshd_config', u'src': u'sshd_config.j2'}) changed: [kode4] => (item={u'dest': u'sshd_config', u'src': u'sshd_config.j2'}) changed: [kode5] => (item={u'dest': u'id_rsa', u'src': u'id_rsa'}) changed: [kode6] => (item={u'dest': u'id_rsa', u'src': u'id_rsa'}) changed: [kode4] => (item={u'dest': u'id_rsa', u'src': u'id_rsa'}) changed: [kode5] => (item={u'dest': u'id_rsa.pub', u'src': u'id_rsa.pub'}) changed: [kode6] => (item={u'dest': u'id_rsa.pub', u'src': u'id_rsa.pub'}) changed: [kode4] => (item={u'dest': u'id_rsa.pub', u'src': u'id_rsa.pub'}) changed: [kode5] => (item={u'dest': u'ssh_config', u'src': u'ssh_config.j2'}) changed: [kode6] => (item={u'dest': u'ssh_config', u'src': u'ssh_config.j2'}) changed: [kode4] => (item={u'dest': u'ssh_config', u'src': u'ssh_config.j2'}) TASK [nova : Check if policies shall be overwritten] *************************** ok: [kode0 -> localhost] ok: [kode2 -> localhost] ok: [kode1 -> localhost] ok: [kode4 -> localhost] ok: [kode5 -> localhost] ok: [kode6 -> localhost] TASK [nova : Copying over existing policy.json] ******************************** skipping: [kode0] => (item={'key': u'nova-compute-ironic', 'value': {u'group': u'nova-compute-ironic', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-compute-ironic:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-compute-ironic/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_compute_ironic'}}) skipping: [kode0] => (item={'key': u'nova-consoleauth', 'value': {u'group': u'nova-consoleauth', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-consoleauth:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-consoleauth/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_consoleauth'}}) skipping: [kode0] => (item={'key': u'nova-ssh', 'value': {u'group': u'compute', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-ssh:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-ssh/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla', u'nova_compute:/var/lib/nova', u'', u'heka_socket:/var/lib/kolla/heka/'], u'container_name': u'nova_ssh'}}) skipping: [kode0] => (item={'key': u'nova-compute', 'value': {u'group': u'compute', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-compute:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-compute/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'/dev:/dev', u'kolla_logs:/var/log/kolla/', u'iscsi_info:/etc/iscsi', u'libvirtd:/var/lib/libvirt', u'nova_compute:/var/lib/nova/', u''], u'container_name': u'nova_compute', u'privileged': True}}) skipping: [kode0] => (item={'key': u'placement-api', 'value': {u'group': u'placement-api', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-placement-api:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//placement-api/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'placement_api'}}) skipping: [kode0] => (item={'key': u'nova-libvirt', 'value': {u'group': u'compute', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-libvirt:4.0.0.1', u'container_name': u'nova_libvirt', u'enabled': True, u'volumes': [u'/etc/kolla//nova-libvirt/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run/:/run/:shared', u'/dev:/dev', u'/sys/fs/cgroup:/sys/fs/cgroup', u'kolla_logs:/var/log/kolla/', u'libvirtd:/var/lib/libvirt', u'nova_compute:/var/lib/nova/', u'', u'nova_libvirt_qemu:/etc/libvirt/qemu'], u'pid_mode': u'host', u'privileged': True}}) skipping: [kode0] => (item={'key': u'nova-novncproxy', 'value': {u'group': u'nova-novncproxy', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-novncproxy:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-novncproxy/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_novncproxy'}}) skipping: [kode0] => (item={'key': u'nova-spicehtml5proxy', 'value': {u'group': u'nova-spicehtml5proxy', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-spicehtml5proxy:4.0.0.1', u'enabled': False, u'volumes': [u'/etc/kolla//nova-spicehtml5proxy/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_spicehtml5proxy'}}) skipping: [kode0] => (item={'key': u'nova-scheduler', 'value': {u'group': u'nova-scheduler', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-scheduler:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-scheduler/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_scheduler'}}) skipping: [kode0] => (item={'key': u'nova-api', 'value': {u'group': u'nova-api', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-api:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-api/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_api', u'privileged': True}}) skipping: [kode0] => (item={'key': u'nova-conductor', 'value': {u'group': u'nova-conductor', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-conductor:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-conductor/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_conductor'}}) skipping: [kode4] => (item={'key': u'nova-spicehtml5proxy', 'value': {u'group': u'nova-spicehtml5proxy', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-spicehtml5proxy:4.0.0.1', u'enabled': False, u'volumes': [u'/etc/kolla//nova-spicehtml5proxy/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_spicehtml5proxy'}}) skipping: [kode4] => (item={'key': u'nova-scheduler', 'value': {u'group': u'nova-scheduler', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-scheduler:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-scheduler/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_scheduler'}}) skipping: [kode4] => (item={'key': u'nova-api', 'value': {u'group': u'nova-api', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-api:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-api/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_api', u'privileged': True}}) skipping: [kode4] => (item={'key': u'nova-conductor', 'value': {u'group': u'nova-conductor', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-conductor:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-conductor/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_conductor'}}) skipping: [kode2] => (item={'key': u'nova-libvirt', 'value': {u'group': u'compute', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-libvirt:4.0.0.1', u'container_name': u'nova_libvirt', u'enabled': True, u'volumes': [u'/etc/kolla//nova-libvirt/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run/:/run/:shared', u'/dev:/dev', u'/sys/fs/cgroup:/sys/fs/cgroup', u'kolla_logs:/var/log/kolla/', u'libvirtd:/var/lib/libvirt', u'nova_compute:/var/lib/nova/', u'', u'nova_libvirt_qemu:/etc/libvirt/qemu'], u'pid_mode': u'host', u'privileged': True}}) skipping: [kode2] => (item={'key': u'nova-novncproxy', 'value': {u'group': u'nova-novncproxy', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-novncproxy:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-novncproxy/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_novncproxy'}}) skipping: [kode2] => (item={'key': u'nova-spicehtml5proxy', 'value': {u'group': u'nova-spicehtml5proxy', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-spicehtml5proxy:4.0.0.1', u'enabled': False, u'volumes': [u'/etc/kolla//nova-spicehtml5proxy/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_spicehtml5proxy'}}) skipping: [kode2] => (item={'key': u'nova-scheduler', 'value': {u'group': u'nova-scheduler', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-scheduler:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-scheduler/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_scheduler'}}) skipping: [kode2] => (item={'key': u'nova-api', 'value': {u'group': u'nova-api', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-api:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-api/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_api', u'privileged': True}}) skipping: [kode2] => (item={'key': u'nova-conductor', 'value': {u'group': u'nova-conductor', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-conductor:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-conductor/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_conductor'}}) skipping: [kode5] => (item={'key': u'nova-api', 'value': {u'group': u'nova-api', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-api:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-api/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_api', u'privileged': True}}) skipping: [kode1] => (item={'key': u'nova-consoleauth', 'value': {u'group': u'nova-consoleauth', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-consoleauth:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-consoleauth/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_consoleauth'}}) skipping: [kode6] => (item={'key': u'nova-conductor', 'value': {u'group': u'nova-conductor', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-conductor:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-conductor/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_conductor'}}) skipping: [kode6] => (item={'key': u'nova-serialproxy', 'value': {u'group': u'nova-serialproxy', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-serialproxy:4.0.0.1', u'enabled': False, u'volumes': [u'/etc/kolla//nova-serialproxy/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_serialproxy'}}) skipping: [kode6] => (item={'key': u'nova-api', 'value': {u'group': u'nova-api', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-api:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-api/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_api', u'privileged': True}}) skipping: [kode6] => (item={'key': u'nova-scheduler', 'value': {u'group': u'nova-scheduler', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-scheduler:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-scheduler/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_scheduler'}}) skipping: [kode1] => (item={'key': u'nova-compute-ironic', 'value': {u'group': u'nova-compute-ironic', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-compute-ironic:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-compute-ironic/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_compute_ironic'}}) skipping: [kode6] => (item={'key': u'nova-spicehtml5proxy', 'value': {u'group': u'nova-spicehtml5proxy', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-spicehtml5proxy:4.0.0.1', u'enabled': False, u'volumes': [u'/etc/kolla//nova-spicehtml5proxy/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_spicehtml5proxy'}}) skipping: [kode1] => (item={'key': u'nova-ssh', 'value': {u'group': u'compute', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-ssh:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-ssh/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla', u'nova_compute:/var/lib/nova', u'', u'heka_socket:/var/lib/kolla/heka/'], u'container_name': u'nova_ssh'}}) skipping: [kode1] => (item={'key': u'nova-compute', 'value': {u'group': u'compute', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-compute:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-compute/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'/dev:/dev', u'kolla_logs:/var/log/kolla/', u'iscsi_info:/etc/iscsi', u'libvirtd:/var/lib/libvirt', u'nova_compute:/var/lib/nova/', u''], u'container_name': u'nova_compute', u'privileged': True}}) skipping: [kode6] => (item={'key': u'nova-novncproxy', 'value': {u'group': u'nova-novncproxy', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-novncproxy:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-novncproxy/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_novncproxy'}}) skipping: [kode1] => (item={'key': u'placement-api', 'value': {u'group': u'placement-api', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-placement-api:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//placement-api/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'placement_api'}}) skipping: [kode1] => (item={'key': u'nova-libvirt', 'value': {u'group': u'compute', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-libvirt:4.0.0.1', u'container_name': u'nova_libvirt', u'enabled': True, u'volumes': [u'/etc/kolla//nova-libvirt/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run/:/run/:shared', u'/dev:/dev', u'/sys/fs/cgroup:/sys/fs/cgroup', u'kolla_logs:/var/log/kolla/', u'libvirtd:/var/lib/libvirt', u'nova_compute:/var/lib/nova/', u'', u'nova_libvirt_qemu:/etc/libvirt/qemu'], u'pid_mode': u'host', u'privileged': True}}) skipping: [kode6] => (item={'key': u'nova-libvirt', 'value': {u'group': u'compute', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-libvirt:4.0.0.1', u'container_name': u'nova_libvirt', u'enabled': True, u'volumes': [u'/etc/kolla//nova-libvirt/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run/:/run/:shared', u'/dev:/dev', u'/sys/fs/cgroup:/sys/fs/cgroup', u'kolla_logs:/var/log/kolla/', u'libvirtd:/var/lib/libvirt', u'nova_compute:/var/lib/nova/', u'', u'nova_libvirt_qemu:/etc/libvirt/qemu'], u'pid_mode': u'host', u'privileged': True}}) skipping: [kode6] => (item={'key': u'placement-api', 'value': {u'group': u'placement-api', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-placement-api:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//placement-api/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'placement_api'}}) skipping: [kode4] => (item={'key': u'nova-compute-ironic', 'value': {u'group': u'nova-compute-ironic', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-compute-ironic:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-compute-ironic/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_compute_ironic'}}) skipping: [kode4] => (item={'key': u'nova-consoleauth', 'value': {u'group': u'nova-consoleauth', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-consoleauth:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-consoleauth/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_consoleauth'}}) skipping: [kode4] => (item={'key': u'nova-ssh', 'value': {u'group': u'compute', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-ssh:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-ssh/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla', u'nova_compute:/var/lib/nova', u'', u'heka_socket:/var/lib/kolla/heka/'], u'container_name': u'nova_ssh'}}) skipping: [kode4] => (item={'key': u'nova-compute', 'value': {u'group': u'compute', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-compute:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-compute/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'/dev:/dev', u'kolla_logs:/var/log/kolla/', u'iscsi_info:/etc/iscsi', u'libvirtd:/var/lib/libvirt', u'nova_compute:/var/lib/nova/', u''], u'container_name': u'nova_compute', u'privileged': True}}) skipping: [kode6] => (item={'key': u'nova-compute', 'value': {u'group': u'compute', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-compute:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-compute/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'/dev:/dev', u'kolla_logs:/var/log/kolla/', u'iscsi_info:/etc/iscsi', u'libvirtd:/var/lib/libvirt', u'nova_compute:/var/lib/nova/', u''], u'container_name': u'nova_compute', u'privileged': True}}) skipping: [kode4] => (item={'key': u'placement-api', 'value': {u'group': u'placement-api', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-placement-api:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//placement-api/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'placement_api'}}) skipping: [kode4] => (item={'key': u'nova-libvirt', 'value': {u'group': u'compute', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-libvirt:4.0.0.1', u'container_name': u'nova_libvirt', u'enabled': True, u'volumes': [u'/etc/kolla//nova-libvirt/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run/:/run/:shared', u'/dev:/dev', u'/sys/fs/cgroup:/sys/fs/cgroup', u'kolla_logs:/var/log/kolla/', u'libvirtd:/var/lib/libvirt', u'nova_compute:/var/lib/nova/', u'', u'nova_libvirt_qemu:/etc/libvirt/qemu'], u'pid_mode': u'host', u'privileged': True}}) skipping: [kode4] => (item={'key': u'nova-novncproxy', 'value': {u'group': u'nova-novncproxy', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-novncproxy:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-novncproxy/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_novncproxy'}}) skipping: [kode1] => (item={'key': u'nova-novncproxy', 'value': {u'group': u'nova-novncproxy', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-novncproxy:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-novncproxy/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_novncproxy'}}) skipping: [kode6] => (item={'key': u'nova-ssh', 'value': {u'group': u'compute', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-ssh:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-ssh/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla', u'nova_compute:/var/lib/nova', u'', u'heka_socket:/var/lib/kolla/heka/'], u'container_name': u'nova_ssh'}}) skipping: [kode1] => (item={'key': u'nova-spicehtml5proxy', 'value': {u'group': u'nova-spicehtml5proxy', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-spicehtml5proxy:4.0.0.1', u'enabled': False, u'volumes': [u'/etc/kolla//nova-spicehtml5proxy/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_spicehtml5proxy'}}) skipping: [kode1] => (item={'key': u'nova-scheduler', 'value': {u'group': u'nova-scheduler', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-scheduler:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-scheduler/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_scheduler'}}) skipping: [kode6] => (item={'key': u'nova-consoleauth', 'value': {u'group': u'nova-consoleauth', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-consoleauth:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-consoleauth/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_consoleauth'}}) skipping: [kode1] => (item={'key': u'nova-api', 'value': {u'group': u'nova-api', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-api:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-api/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_api', u'privileged': True}}) skipping: [kode1] => (item={'key': u'nova-conductor', 'value': {u'group': u'nova-conductor', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-conductor:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-conductor/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_conductor'}}) skipping: [kode6] => (item={'key': u'nova-compute-ironic', 'value': {u'group': u'nova-compute-ironic', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-compute-ironic:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-compute-ironic/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_compute_ironic'}}) skipping: [kode5] => (item={'key': u'nova-compute-ironic', 'value': {u'group': u'nova-compute-ironic', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-compute-ironic:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-compute-ironic/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_compute_ironic'}}) skipping: [kode5] => (item={'key': u'nova-consoleauth', 'value': {u'group': u'nova-consoleauth', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-consoleauth:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-consoleauth/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_consoleauth'}}) skipping: [kode5] => (item={'key': u'nova-ssh', 'value': {u'group': u'compute', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-ssh:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-ssh/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla', u'nova_compute:/var/lib/nova', u'', u'heka_socket:/var/lib/kolla/heka/'], u'container_name': u'nova_ssh'}}) skipping: [kode5] => (item={'key': u'nova-compute', 'value': {u'group': u'compute', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-compute:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-compute/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'/dev:/dev', u'kolla_logs:/var/log/kolla/', u'iscsi_info:/etc/iscsi', u'libvirtd:/var/lib/libvirt', u'nova_compute:/var/lib/nova/', u''], u'container_name': u'nova_compute', u'privileged': True}}) skipping: [kode5] => (item={'key': u'placement-api', 'value': {u'group': u'placement-api', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-placement-api:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//placement-api/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'placement_api'}}) skipping: [kode5] => (item={'key': u'nova-libvirt', 'value': {u'group': u'compute', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-libvirt:4.0.0.1', u'container_name': u'nova_libvirt', u'enabled': True, u'volumes': [u'/etc/kolla//nova-libvirt/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run/:/run/:shared', u'/dev:/dev', u'/sys/fs/cgroup:/sys/fs/cgroup', u'kolla_logs:/var/log/kolla/', u'libvirtd:/var/lib/libvirt', u'nova_compute:/var/lib/nova/', u'', u'nova_libvirt_qemu:/etc/libvirt/qemu'], u'pid_mode': u'host', u'privileged': True}}) skipping: [kode5] => (item={'key': u'nova-novncproxy', 'value': {u'group': u'nova-novncproxy', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-novncproxy:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-novncproxy/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_novncproxy'}}) skipping: [kode5] => (item={'key': u'nova-spicehtml5proxy', 'value': {u'group': u'nova-spicehtml5proxy', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-spicehtml5proxy:4.0.0.1', u'enabled': False, u'volumes': [u'/etc/kolla//nova-spicehtml5proxy/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_spicehtml5proxy'}}) skipping: [kode5] => (item={'key': u'nova-scheduler', 'value': {u'group': u'nova-scheduler', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-scheduler:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-scheduler/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_scheduler'}}) skipping: [kode5] => (item={'key': u'nova-conductor', 'value': {u'group': u'nova-conductor', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-conductor:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-conductor/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_conductor'}}) skipping: [kode2] => (item={'key': u'nova-compute-ironic', 'value': {u'group': u'nova-compute-ironic', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-compute-ironic:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-compute-ironic/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_compute_ironic'}}) skipping: [kode2] => (item={'key': u'nova-consoleauth', 'value': {u'group': u'nova-consoleauth', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-consoleauth:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-consoleauth/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_consoleauth'}}) skipping: [kode2] => (item={'key': u'nova-ssh', 'value': {u'group': u'compute', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-ssh:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-ssh/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla', u'nova_compute:/var/lib/nova', u'', u'heka_socket:/var/lib/kolla/heka/'], u'container_name': u'nova_ssh'}}) skipping: [kode2] => (item={'key': u'nova-compute', 'value': {u'group': u'compute', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-compute:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-compute/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'/dev:/dev', u'kolla_logs:/var/log/kolla/', u'iscsi_info:/etc/iscsi', u'libvirtd:/var/lib/libvirt', u'nova_compute:/var/lib/nova/', u''], u'container_name': u'nova_compute', u'privileged': True}}) skipping: [kode2] => (item={'key': u'placement-api', 'value': {u'group': u'placement-api', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-placement-api:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//placement-api/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'placement_api'}}) skipping: [kode5] => (item={'key': u'nova-serialproxy', 'value': {u'group': u'nova-serialproxy', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-serialproxy:4.0.0.1', u'enabled': False, u'volumes': [u'/etc/kolla//nova-serialproxy/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_serialproxy'}}) skipping: [kode4] => (item={'key': u'nova-serialproxy', 'value': {u'group': u'nova-serialproxy', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-serialproxy:4.0.0.1', u'enabled': False, u'volumes': [u'/etc/kolla//nova-serialproxy/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_serialproxy'}}) skipping: [kode1] => (item={'key': u'nova-serialproxy', 'value': {u'group': u'nova-serialproxy', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-serialproxy:4.0.0.1', u'enabled': False, u'volumes': [u'/etc/kolla//nova-serialproxy/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_serialproxy'}}) skipping: [kode0] => (item={'key': u'nova-serialproxy', 'value': {u'group': u'nova-serialproxy', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-serialproxy:4.0.0.1', u'enabled': False, u'volumes': [u'/etc/kolla//nova-serialproxy/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_serialproxy'}}) skipping: [kode2] => (item={'key': u'nova-serialproxy', 'value': {u'group': u'nova-serialproxy', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-serialproxy:4.0.0.1', u'enabled': False, u'volumes': [u'/etc/kolla//nova-serialproxy/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_serialproxy'}}) TASK [nova : Check nova containers] ******************************************** skipping: [kode4] => (item={'key': u'nova-compute-ironic', 'value': {u'group': u'nova-compute-ironic', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-compute-ironic:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-compute-ironic/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_compute_ironic'}}) skipping: [kode4] => (item={'key': u'nova-consoleauth', 'value': {u'group': u'nova-consoleauth', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-consoleauth:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-consoleauth/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_consoleauth'}}) changed: [kode4] => (item={'key': u'nova-ssh', 'value': {u'group': u'compute', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-ssh:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-ssh/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla', u'nova_compute:/var/lib/nova', u'', u'heka_socket:/var/lib/kolla/heka/'], u'container_name': u'nova_ssh'}}) skipping: [kode0] => (item={'key': u'nova-spicehtml5proxy', 'value': {u'group': u'nova-spicehtml5proxy', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-spicehtml5proxy:4.0.0.1', u'enabled': False, u'volumes': [u'/etc/kolla//nova-spicehtml5proxy/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_spicehtml5proxy'}}) changed: [kode0] => (item={'key': u'nova-scheduler', 'value': {u'group': u'nova-scheduler', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-scheduler:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-scheduler/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_scheduler'}}) skipping: [kode2] => (item={'key': u'nova-spicehtml5proxy', 'value': {u'group': u'nova-spicehtml5proxy', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-spicehtml5proxy:4.0.0.1', u'enabled': False, u'volumes': [u'/etc/kolla//nova-spicehtml5proxy/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_spicehtml5proxy'}}) changed: [kode2] => (item={'key': u'nova-scheduler', 'value': {u'group': u'nova-scheduler', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-scheduler:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-scheduler/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_scheduler'}}) skipping: [kode1] => (item={'key': u'nova-spicehtml5proxy', 'value': {u'group': u'nova-spicehtml5proxy', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-spicehtml5proxy:4.0.0.1', u'enabled': False, u'volumes': [u'/etc/kolla//nova-spicehtml5proxy/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_spicehtml5proxy'}}) changed: [kode1] => (item={'key': u'nova-scheduler', 'value': {u'group': u'nova-scheduler', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-scheduler:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-scheduler/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_scheduler'}}) changed: [kode5] => (item={'key': u'nova-compute', 'value': {u'group': u'compute', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-compute:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-compute/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'/dev:/dev', u'kolla_logs:/var/log/kolla/', u'iscsi_info:/etc/iscsi', u'libvirtd:/var/lib/libvirt', u'nova_compute:/var/lib/nova/', u''], u'container_name': u'nova_compute', u'privileged': True}}) changed: [kode4] => (item={'key': u'nova-compute', 'value': {u'group': u'compute', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-compute:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-compute/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'/dev:/dev', u'kolla_logs:/var/log/kolla/', u'iscsi_info:/etc/iscsi', u'libvirtd:/var/lib/libvirt', u'nova_compute:/var/lib/nova/', u''], u'container_name': u'nova_compute', u'privileged': True}}) skipping: [kode6] => (item={'key': u'nova-conductor', 'value': {u'group': u'nova-conductor', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-conductor:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-conductor/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_conductor'}}) skipping: [kode6] => (item={'key': u'nova-serialproxy', 'value': {u'group': u'nova-serialproxy', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-serialproxy:4.0.0.1', u'enabled': False, u'volumes': [u'/etc/kolla//nova-serialproxy/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_serialproxy'}}) changed: [kode0] => (item={'key': u'nova-api', 'value': {u'group': u'nova-api', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-api:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-api/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_api', u'privileged': True}}) changed: [kode2] => (item={'key': u'nova-api', 'value': {u'group': u'nova-api', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-api:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-api/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_api', u'privileged': True}}) skipping: [kode5] => (item={'key': u'nova-consoleauth', 'value': {u'group': u'nova-consoleauth', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-consoleauth:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-consoleauth/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_consoleauth'}}) changed: [kode5] => (item={'key': u'nova-ssh', 'value': {u'group': u'compute', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-ssh:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-ssh/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla', u'nova_compute:/var/lib/nova', u'', u'heka_socket:/var/lib/kolla/heka/'], u'container_name': u'nova_ssh'}}) skipping: [kode6] => (item={'key': u'nova-scheduler', 'value': {u'group': u'nova-scheduler', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-scheduler:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-scheduler/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_scheduler'}}) skipping: [kode5] => (item={'key': u'nova-compute-ironic', 'value': {u'group': u'nova-compute-ironic', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-compute-ironic:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-compute-ironic/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_compute_ironic'}}) skipping: [kode6] => (item={'key': u'nova-spicehtml5proxy', 'value': {u'group': u'nova-spicehtml5proxy', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-spicehtml5proxy:4.0.0.1', u'enabled': False, u'volumes': [u'/etc/kolla//nova-spicehtml5proxy/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_spicehtml5proxy'}}) skipping: [kode6] => (item={'key': u'nova-api', 'value': {u'group': u'nova-api', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-api:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-api/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_api', u'privileged': True}}) changed: [kode1] => (item={'key': u'nova-api', 'value': {u'group': u'nova-api', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-api:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-api/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_api', u'privileged': True}}) skipping: [kode5] => (item={'key': u'placement-api', 'value': {u'group': u'placement-api', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-placement-api:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//placement-api/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'placement_api'}}) changed: [kode5] => (item={'key': u'nova-libvirt', 'value': {u'group': u'compute', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-libvirt:4.0.0.1', u'container_name': u'nova_libvirt', u'enabled': True, u'volumes': [u'/etc/kolla//nova-libvirt/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run/:/run/:shared', u'/dev:/dev', u'/sys/fs/cgroup:/sys/fs/cgroup', u'kolla_logs:/var/log/kolla/', u'libvirtd:/var/lib/libvirt', u'nova_compute:/var/lib/nova/', u'', u'nova_libvirt_qemu:/etc/libvirt/qemu'], u'pid_mode': u'host', u'privileged': True}}) skipping: [kode6] => (item={'key': u'nova-novncproxy', 'value': {u'group': u'nova-novncproxy', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-novncproxy:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-novncproxy/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_novncproxy'}}) skipping: [kode4] => (item={'key': u'placement-api', 'value': {u'group': u'placement-api', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-placement-api:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//placement-api/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'placement_api'}}) changed: [kode4] => (item={'key': u'nova-libvirt', 'value': {u'group': u'compute', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-libvirt:4.0.0.1', u'container_name': u'nova_libvirt', u'enabled': True, u'volumes': [u'/etc/kolla//nova-libvirt/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run/:/run/:shared', u'/dev:/dev', u'/sys/fs/cgroup:/sys/fs/cgroup', u'kolla_logs:/var/log/kolla/', u'libvirtd:/var/lib/libvirt', u'nova_compute:/var/lib/nova/', u'', u'nova_libvirt_qemu:/etc/libvirt/qemu'], u'pid_mode': u'host', u'privileged': True}}) changed: [kode0] => (item={'key': u'nova-conductor', 'value': {u'group': u'nova-conductor', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-conductor:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-conductor/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_conductor'}}) changed: [kode2] => (item={'key': u'nova-conductor', 'value': {u'group': u'nova-conductor', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-conductor:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-conductor/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_conductor'}}) changed: [kode1] => (item={'key': u'nova-conductor', 'value': {u'group': u'nova-conductor', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-conductor:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-conductor/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_conductor'}}) skipping: [kode5] => (item={'key': u'nova-novncproxy', 'value': {u'group': u'nova-novncproxy', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-novncproxy:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-novncproxy/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_novncproxy'}}) skipping: [kode5] => (item={'key': u'nova-spicehtml5proxy', 'value': {u'group': u'nova-spicehtml5proxy', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-spicehtml5proxy:4.0.0.1', u'enabled': False, u'volumes': [u'/etc/kolla//nova-spicehtml5proxy/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_spicehtml5proxy'}}) skipping: [kode5] => (item={'key': u'nova-scheduler', 'value': {u'group': u'nova-scheduler', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-scheduler:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-scheduler/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_scheduler'}}) skipping: [kode5] => (item={'key': u'nova-api', 'value': {u'group': u'nova-api', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-api:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-api/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_api', u'privileged': True}}) skipping: [kode5] => (item={'key': u'nova-conductor', 'value': {u'group': u'nova-conductor', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-conductor:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-conductor/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_conductor'}}) skipping: [kode5] => (item={'key': u'nova-serialproxy', 'value': {u'group': u'nova-serialproxy', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-serialproxy:4.0.0.1', u'enabled': False, u'volumes': [u'/etc/kolla//nova-serialproxy/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_serialproxy'}}) skipping: [kode4] => (item={'key': u'nova-novncproxy', 'value': {u'group': u'nova-novncproxy', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-novncproxy:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-novncproxy/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_novncproxy'}}) skipping: [kode4] => (item={'key': u'nova-spicehtml5proxy', 'value': {u'group': u'nova-spicehtml5proxy', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-spicehtml5proxy:4.0.0.1', u'enabled': False, u'volumes': [u'/etc/kolla//nova-spicehtml5proxy/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_spicehtml5proxy'}}) skipping: [kode4] => (item={'key': u'nova-scheduler', 'value': {u'group': u'nova-scheduler', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-scheduler:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-scheduler/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_scheduler'}}) skipping: [kode4] => (item={'key': u'nova-api', 'value': {u'group': u'nova-api', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-api:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-api/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_api', u'privileged': True}}) skipping: [kode4] => (item={'key': u'nova-conductor', 'value': {u'group': u'nova-conductor', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-conductor:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-conductor/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_conductor'}}) skipping: [kode0] => (item={'key': u'nova-serialproxy', 'value': {u'group': u'nova-serialproxy', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-serialproxy:4.0.0.1', u'enabled': False, u'volumes': [u'/etc/kolla//nova-serialproxy/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_serialproxy'}}) skipping: [kode1] => (item={'key': u'nova-serialproxy', 'value': {u'group': u'nova-serialproxy', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-serialproxy:4.0.0.1', u'enabled': False, u'volumes': [u'/etc/kolla//nova-serialproxy/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_serialproxy'}}) skipping: [kode2] => (item={'key': u'nova-serialproxy', 'value': {u'group': u'nova-serialproxy', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-serialproxy:4.0.0.1', u'enabled': False, u'volumes': [u'/etc/kolla//nova-serialproxy/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_serialproxy'}}) skipping: [kode4] => (item={'key': u'nova-serialproxy', 'value': {u'group': u'nova-serialproxy', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-serialproxy:4.0.0.1', u'enabled': False, u'volumes': [u'/etc/kolla//nova-serialproxy/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_serialproxy'}}) changed: [kode2] => (item={'key': u'nova-novncproxy', 'value': {u'group': u'nova-novncproxy', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-novncproxy:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-novncproxy/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_novncproxy'}}) changed: [kode1] => (item={'key': u'nova-novncproxy', 'value': {u'group': u'nova-novncproxy', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-novncproxy:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-novncproxy/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_novncproxy'}}) skipping: [kode2] => (item={'key': u'nova-libvirt', 'value': {u'group': u'compute', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-libvirt:4.0.0.1', u'container_name': u'nova_libvirt', u'enabled': True, u'volumes': [u'/etc/kolla//nova-libvirt/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run/:/run/:shared', u'/dev:/dev', u'/sys/fs/cgroup:/sys/fs/cgroup', u'kolla_logs:/var/log/kolla/', u'libvirtd:/var/lib/libvirt', u'nova_compute:/var/lib/nova/', u'', u'nova_libvirt_qemu:/etc/libvirt/qemu'], u'pid_mode': u'host', u'privileged': True}}) skipping: [kode1] => (item={'key': u'nova-libvirt', 'value': {u'group': u'compute', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-libvirt:4.0.0.1', u'container_name': u'nova_libvirt', u'enabled': True, u'volumes': [u'/etc/kolla//nova-libvirt/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run/:/run/:shared', u'/dev:/dev', u'/sys/fs/cgroup:/sys/fs/cgroup', u'kolla_logs:/var/log/kolla/', u'libvirtd:/var/lib/libvirt', u'nova_compute:/var/lib/nova/', u'', u'nova_libvirt_qemu:/etc/libvirt/qemu'], u'pid_mode': u'host', u'privileged': True}}) changed: [kode0] => (item={'key': u'nova-novncproxy', 'value': {u'group': u'nova-novncproxy', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-novncproxy:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-novncproxy/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_novncproxy'}}) skipping: [kode0] => (item={'key': u'nova-libvirt', 'value': {u'group': u'compute', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-libvirt:4.0.0.1', u'container_name': u'nova_libvirt', u'enabled': True, u'volumes': [u'/etc/kolla//nova-libvirt/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run/:/run/:shared', u'/dev:/dev', u'/sys/fs/cgroup:/sys/fs/cgroup', u'kolla_logs:/var/log/kolla/', u'libvirtd:/var/lib/libvirt', u'nova_compute:/var/lib/nova/', u'', u'nova_libvirt_qemu:/etc/libvirt/qemu'], u'pid_mode': u'host', u'privileged': True}}) changed: [kode6] => (item={'key': u'nova-libvirt', 'value': {u'group': u'compute', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-libvirt:4.0.0.1', u'container_name': u'nova_libvirt', u'enabled': True, u'volumes': [u'/etc/kolla//nova-libvirt/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run/:/run/:shared', u'/dev:/dev', u'/sys/fs/cgroup:/sys/fs/cgroup', u'kolla_logs:/var/log/kolla/', u'libvirtd:/var/lib/libvirt', u'nova_compute:/var/lib/nova/', u'', u'nova_libvirt_qemu:/etc/libvirt/qemu'], u'pid_mode': u'host', u'privileged': True}}) skipping: [kode6] => (item={'key': u'placement-api', 'value': {u'group': u'placement-api', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-placement-api:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//placement-api/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'placement_api'}}) changed: [kode1] => (item={'key': u'placement-api', 'value': {u'group': u'placement-api', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-placement-api:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//placement-api/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'placement_api'}}) skipping: [kode1] => (item={'key': u'nova-compute', 'value': {u'group': u'compute', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-compute:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-compute/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'/dev:/dev', u'kolla_logs:/var/log/kolla/', u'iscsi_info:/etc/iscsi', u'libvirtd:/var/lib/libvirt', u'nova_compute:/var/lib/nova/', u''], u'container_name': u'nova_compute', u'privileged': True}}) skipping: [kode1] => (item={'key': u'nova-ssh', 'value': {u'group': u'compute', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-ssh:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-ssh/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla', u'nova_compute:/var/lib/nova', u'', u'heka_socket:/var/lib/kolla/heka/'], u'container_name': u'nova_ssh'}}) changed: [kode2] => (item={'key': u'placement-api', 'value': {u'group': u'placement-api', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-placement-api:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//placement-api/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'placement_api'}}) skipping: [kode2] => (item={'key': u'nova-compute', 'value': {u'group': u'compute', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-compute:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-compute/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'/dev:/dev', u'kolla_logs:/var/log/kolla/', u'iscsi_info:/etc/iscsi', u'libvirtd:/var/lib/libvirt', u'nova_compute:/var/lib/nova/', u''], u'container_name': u'nova_compute', u'privileged': True}}) skipping: [kode2] => (item={'key': u'nova-ssh', 'value': {u'group': u'compute', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-ssh:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-ssh/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla', u'nova_compute:/var/lib/nova', u'', u'heka_socket:/var/lib/kolla/heka/'], u'container_name': u'nova_ssh'}}) changed: [kode0] => (item={'key': u'placement-api', 'value': {u'group': u'placement-api', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-placement-api:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//placement-api/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'placement_api'}}) skipping: [kode0] => (item={'key': u'nova-compute', 'value': {u'group': u'compute', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-compute:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-compute/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'/dev:/dev', u'kolla_logs:/var/log/kolla/', u'iscsi_info:/etc/iscsi', u'libvirtd:/var/lib/libvirt', u'nova_compute:/var/lib/nova/', u''], u'container_name': u'nova_compute', u'privileged': True}}) skipping: [kode0] => (item={'key': u'nova-ssh', 'value': {u'group': u'compute', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-ssh:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-ssh/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla', u'nova_compute:/var/lib/nova', u'', u'heka_socket:/var/lib/kolla/heka/'], u'container_name': u'nova_ssh'}}) changed: [kode6] => (item={'key': u'nova-compute', 'value': {u'group': u'compute', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-compute:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-compute/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'/dev:/dev', u'kolla_logs:/var/log/kolla/', u'iscsi_info:/etc/iscsi', u'libvirtd:/var/lib/libvirt', u'nova_compute:/var/lib/nova/', u''], u'container_name': u'nova_compute', u'privileged': True}}) changed: [kode1] => (item={'key': u'nova-consoleauth', 'value': {u'group': u'nova-consoleauth', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-consoleauth:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-consoleauth/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_consoleauth'}}) changed: [kode2] => (item={'key': u'nova-consoleauth', 'value': {u'group': u'nova-consoleauth', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-consoleauth:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-consoleauth/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_consoleauth'}}) changed: [kode0] => (item={'key': u'nova-consoleauth', 'value': {u'group': u'nova-consoleauth', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-consoleauth:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-consoleauth/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_consoleauth'}}) changed: [kode6] => (item={'key': u'nova-ssh', 'value': {u'group': u'compute', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-ssh:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-ssh/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla', u'nova_compute:/var/lib/nova', u'', u'heka_socket:/var/lib/kolla/heka/'], u'container_name': u'nova_ssh'}}) skipping: [kode6] => (item={'key': u'nova-consoleauth', 'value': {u'group': u'nova-consoleauth', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-consoleauth:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-consoleauth/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_consoleauth'}}) skipping: [kode6] => (item={'key': u'nova-compute-ironic', 'value': {u'group': u'nova-compute-ironic', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-compute-ironic:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-compute-ironic/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_compute_ironic'}}) changed: [kode2] => (item={'key': u'nova-compute-ironic', 'value': {u'group': u'nova-compute-ironic', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-compute-ironic:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-compute-ironic/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_compute_ironic'}}) changed: [kode0] => (item={'key': u'nova-compute-ironic', 'value': {u'group': u'nova-compute-ironic', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-compute-ironic:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-compute-ironic/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_compute_ironic'}}) changed: [kode1] => (item={'key': u'nova-compute-ironic', 'value': {u'group': u'nova-compute-ironic', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-compute-ironic:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-compute-ironic/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_compute_ironic'}}) TASK [nova : include] ********************************************************** skipping: [kode1] skipping: [kode0] skipping: [kode5] skipping: [kode4] skipping: [kode2] skipping: [kode6] TASK [nova : include] ********************************************************** included: /opt/bgi-kolla/kolla-ansible/ansible/roles/nova/tasks/bootstrap.yml for kode2, kode1, kode0, kode6, kode5, kode4 TASK [nova : Creating Nova databases] ****************************************** changed: [kode0 -> kode0] => (item=nova) changed: [kode0 -> kode0] => (item=nova_cell0) changed: [kode0 -> kode0] => (item=nova_api) TASK [nova : Creating Nova databases user and setting permissions] ************* changed: [kode0 -> kode0] => (item={u'database_password': u'BUQapPRwCLqsTsudXxponwcSSjpHE2LFQisuuykV', u'database_name': u'nova', u'database_username': u'nova'}) changed: [kode0 -> kode0] => (item={u'database_password': u'BUQapPRwCLqsTsudXxponwcSSjpHE2LFQisuuykV', u'database_name': u'nova_cell0', u'database_username': u'nova'}) changed: [kode0 -> kode0] => (item={u'database_password': u'7HW44pcEnqUHmpEqKUlMwqwx0f6ZwsXIiC799Mkk', u'database_name': u'nova_api', u'database_username': u'nova_api'}) TASK [nova : include] ********************************************************** included: /opt/bgi-kolla/kolla-ansible/ansible/roles/nova/tasks/bootstrap_service.yml for kode1, kode0, kode4, kode2, kode5, kode6 TASK [nova : Running Nova bootstrap container] ********************************* changed: [kode0 -> kode0] RUNNING HANDLER [nova : Restart nova-ssh container] **************************** changed: [kode4] changed: [kode5] changed: [kode6] RUNNING HANDLER [nova : Restart nova-libvirt container] ************************ changed: [kode4] changed: [kode5] changed: [kode6] RUNNING HANDLER [nova : Restart placement-api container] *********************** changed: [kode0] changed: [kode2] changed: [kode1] RUNNING HANDLER [nova : Restart nova-api container] **************************** changed: [kode2] changed: [kode1] changed: [kode0] RUNNING HANDLER [nova : Restart nova-consoleauth container] ******************** changed: [kode2] changed: [kode1] changed: [kode0] RUNNING HANDLER [nova : Restart nova-novncproxy container] ********************* changed: [kode2] changed: [kode1] changed: [kode0] RUNNING HANDLER [nova : Restart nova-scheduler container] ********************** changed: [kode2] changed: [kode1] changed: [kode0] RUNNING HANDLER [nova : Restart nova-conductor container] ********************** changed: [kode1] changed: [kode2] changed: [kode0] RUNNING HANDLER [nova : Restart nova-compute container] ************************ changed: [kode4] changed: [kode6] changed: [kode5] RUNNING HANDLER [nova : Restart nova-compute-ironic container] ***************** changed: [kode2] changed: [kode1] changed: [kode0] TASK [nova : include] ********************************************************** included: /opt/bgi-kolla/kolla-ansible/ansible/roles/nova/tasks/simple_cell_setup.yml for kode0, kode2, kode4, kode1, kode5, kode6 TASK [nova : Waiting for nova-compute service up] ****************************** ok: [kode0 -> kode0] TASK [nova : Running nova simple cell setup] *********************************** changed: [kode0 -> kode0] PLAY [Apply role panko] ******************************************************** TASK [setup] ******************************************************************* ok: [kode0] ok: [kode2] ok: [kode1] TASK [common : include] ******************************************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [common : Registering common role has run] ******************************** skipping: [kode0] skipping: [kode2] skipping: [kode1] TASK [panko : include] ********************************************************* skipping: [kode0] skipping: [kode1] skipping: [kode2] PLAY [Apply role neutron] ****************************************************** TASK [setup] ******************************************************************* ok: [kode5] ok: [kode4] ok: [kode6] ok: [kode3] TASK [common : include] ******************************************************** skipping: [kode3] skipping: [kode4] skipping: [kode5] skipping: [kode6] TASK [common : Registering common role has run] ******************************** skipping: [kode3] skipping: [kode4] skipping: [kode5] skipping: [kode6] TASK [neutron : include] ******************************************************* included: /opt/bgi-kolla/kolla-ansible/ansible/roles/neutron/tasks/deploy.yml for kode3, kode4, kode5, kode6 TASK [neutron : include] ******************************************************* included: /opt/bgi-kolla/kolla-ansible/ansible/roles/neutron/tasks/ironic-check.yml for kode3, kode4, kode5, kode6 TASK [neutron : fail] ********************************************************** skipping: [kode3] skipping: [kode4] skipping: [kode6] skipping: [kode5] TASK [neutron : include] ******************************************************* skipping: [kode4] skipping: [kode5] skipping: [kode6] included: /opt/bgi-kolla/kolla-ansible/ansible/roles/neutron/tasks/register.yml for kode3 TASK [neutron : Creating the Neutron service and endpoint] ********************* changed: [kode3] => (item={u'interface': u'admin', u'url': u'http://192.168.102.254:9696'}) changed: [kode3] => (item={u'interface': u'internal', u'url': u'http://192.168.102.254:9696'}) changed: [kode3] => (item={u'interface': u'public', u'url': u'http://192.168.101.254:9696'}) TASK [neutron : Creating the Neutron project, user, and role] ****************** changed: [kode3] TASK [neutron : include] ******************************************************* included: /opt/bgi-kolla/kolla-ansible/ansible/roles/neutron/tasks/config.yml for kode3, kode4, kode5, kode6 TASK [neutron : Setting sysctl values] ***************************************** skipping: [kode5] => (item={u'name': u'net.ipv4.ip_forward', u'value': 1}) skipping: [kode4] => (item={u'name': u'net.ipv4.ip_forward', u'value': 1}) skipping: [kode6] => (item={u'name': u'net.ipv4.ip_forward', u'value': 1}) skipping: [kode4] => (item={u'name': u'net.ipv4.conf.all.rp_filter', u'value': 0}) skipping: [kode5] => (item={u'name': u'net.ipv4.conf.all.rp_filter', u'value': 0}) skipping: [kode6] => (item={u'name': u'net.ipv4.conf.all.rp_filter', u'value': 0}) skipping: [kode4] => (item={u'name': u'net.ipv4.conf.default.rp_filter', u'value': 0}) skipping: [kode6] => (item={u'name': u'net.ipv4.conf.default.rp_filter', u'value': 0}) skipping: [kode5] => (item={u'name': u'net.ipv4.conf.default.rp_filter', u'value': 0}) ok: [kode3] => (item={u'name': u'net.ipv4.ip_forward', u'value': 1}) ok: [kode3] => (item={u'name': u'net.ipv4.conf.all.rp_filter', u'value': 0}) ok: [kode3] => (item={u'name': u'net.ipv4.conf.default.rp_filter', u'value': 0}) TASK [neutron : Ensuring config directories exist] ***************************** changed: [kode4] => (item={'key': u'openvswitch-db-server', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-openvswitch-db-server:4.0.0.1', u'enabled': True, u'host_in_groups': True, u'volumes': [u'/etc/kolla//openvswitch-db-server/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run:/run:shared', u'kolla_logs:/var/log/kolla/', u'openvswitch_db:/var/lib/openvswitch/'], u'container_name': u'openvswitch_db'}}) changed: [kode5] => (item={'key': u'openvswitch-db-server', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-openvswitch-db-server:4.0.0.1', u'enabled': True, u'host_in_groups': True, u'volumes': [u'/etc/kolla//openvswitch-db-server/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run:/run:shared', u'kolla_logs:/var/log/kolla/', u'openvswitch_db:/var/lib/openvswitch/'], u'container_name': u'openvswitch_db'}}) changed: [kode6] => (item={'key': u'openvswitch-db-server', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-openvswitch-db-server:4.0.0.1', u'enabled': True, u'host_in_groups': True, u'volumes': [u'/etc/kolla//openvswitch-db-server/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run:/run:shared', u'kolla_logs:/var/log/kolla/', u'openvswitch_db:/var/lib/openvswitch/'], u'container_name': u'openvswitch_db'}}) skipping: [kode6] => (item={'key': u'neutron-vpnaas-agent', 'value': {u'group': u'neutron-vpnaas-agent', u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-vpnaas-agent:4.0.0.1', u'enabled': False, u'host_in_groups': False, u'volumes': [u'/etc/kolla//neutron-vpnaas-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run:/run:shared', u'/run/netns/:/run/netns/:shared', u'/lib/modules:/lib/modules:ro', u'neutron_metadata_socket:/var/lib/neutron/kolla/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_vpnaas_agent', u'privileged': True}}) skipping: [kode6] => (item={'key': u'neutron-server', 'value': {u'group': u'neutron-server', u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-server:4.0.0.1', u'enabled': True, u'host_in_groups': False, u'volumes': [u'/etc/kolla//neutron-server/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_server'}}) skipping: [kode4] => (item={'key': u'neutron-vpnaas-agent', 'value': {u'group': u'neutron-vpnaas-agent', u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-vpnaas-agent:4.0.0.1', u'enabled': False, u'host_in_groups': False, u'volumes': [u'/etc/kolla//neutron-vpnaas-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run:/run:shared', u'/run/netns/:/run/netns/:shared', u'/lib/modules:/lib/modules:ro', u'neutron_metadata_socket:/var/lib/neutron/kolla/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_vpnaas_agent', u'privileged': True}}) changed: [kode3] => (item={'key': u'openvswitch-db-server', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-openvswitch-db-server:4.0.0.1', u'enabled': True, u'host_in_groups': True, u'volumes': [u'/etc/kolla//openvswitch-db-server/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run:/run:shared', u'kolla_logs:/var/log/kolla/', u'openvswitch_db:/var/lib/openvswitch/'], u'container_name': u'openvswitch_db'}}) skipping: [kode4] => (item={'key': u'neutron-server', 'value': {u'group': u'neutron-server', u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-server:4.0.0.1', u'enabled': True, u'host_in_groups': False, u'volumes': [u'/etc/kolla//neutron-server/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_server'}}) skipping: [kode3] => (item={'key': u'neutron-vpnaas-agent', 'value': {u'group': u'neutron-vpnaas-agent', u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-vpnaas-agent:4.0.0.1', u'enabled': False, u'host_in_groups': True, u'volumes': [u'/etc/kolla//neutron-vpnaas-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run:/run:shared', u'/run/netns/:/run/netns/:shared', u'/lib/modules:/lib/modules:ro', u'neutron_metadata_socket:/var/lib/neutron/kolla/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_vpnaas_agent', u'privileged': True}}) skipping: [kode5] => (item={'key': u'neutron-server', 'value': {u'group': u'neutron-server', u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-server:4.0.0.1', u'enabled': True, u'host_in_groups': False, u'volumes': [u'/etc/kolla//neutron-server/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_server'}}) skipping: [kode5] => (item={'key': u'neutron-vpnaas-agent', 'value': {u'group': u'neutron-vpnaas-agent', u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-vpnaas-agent:4.0.0.1', u'enabled': False, u'host_in_groups': False, u'volumes': [u'/etc/kolla//neutron-vpnaas-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run:/run:shared', u'/run/netns/:/run/netns/:shared', u'/lib/modules:/lib/modules:ro', u'neutron_metadata_socket:/var/lib/neutron/kolla/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_vpnaas_agent', u'privileged': True}}) changed: [kode5] => (item={'key': u'neutron-openvswitch-agent', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-openvswitch-agent:4.0.0.1', u'enabled': True, u'host_in_groups': True, u'volumes': [u'/etc/kolla//neutron-openvswitch-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_openvswitch_agent', u'privileged': True}}) changed: [kode6] => (item={'key': u'neutron-openvswitch-agent', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-openvswitch-agent:4.0.0.1', u'enabled': True, u'host_in_groups': True, u'volumes': [u'/etc/kolla//neutron-openvswitch-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_openvswitch_agent', u'privileged': True}}) skipping: [kode5] => (item={'key': u'neutron-l3-agent', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-l3-agent:4.0.0.1', u'enabled': True, u'host_in_groups': False, u'volumes': [u'/etc/kolla//neutron-l3-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run:/run:shared', u'/run/netns/:/run/netns/:shared', u'neutron_metadata_socket:/var/lib/neutron/kolla/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_l3_agent', u'privileged': True}}) skipping: [kode5] => (item={'key': u'neutron-lbaas-agent', 'value': {u'group': u'neutron-lbaas-agent', u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-lbaas-agent:4.0.0.1', u'enabled': False, u'host_in_groups': False, u'volumes': [u'/etc/kolla//neutron-lbaas-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run:/run:shared', u'/run/netns/:/run/netns/:shared', u'neutron_metadata_socket:/var/lib/neutron/kolla/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_lbaas_agent', u'privileged': True}}) changed: [kode3] => (item={'key': u'neutron-server', 'value': {u'group': u'neutron-server', u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-server:4.0.0.1', u'enabled': True, u'host_in_groups': True, u'volumes': [u'/etc/kolla//neutron-server/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_server'}}) skipping: [kode5] => (item={'key': u'neutron-linuxbridge-agent', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-linuxbridge-agent:4.0.0.1', u'enabled': False, u'host_in_groups': True, u'environment': {u'NEUTRON_INTERFACE': u'eth5', u'KOLLA_CONFIG_STRATEGY': u'COPY_ALWAYS', u'NEUTRON_BRIDGE': u'br-ex'}, u'volumes': [u'/etc/kolla//neutron-linuxbridge-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_linuxbridge_agent', u'privileged': True}}) skipping: [kode6] => (item={'key': u'neutron-linuxbridge-agent', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-linuxbridge-agent:4.0.0.1', u'enabled': False, u'host_in_groups': True, u'environment': {u'NEUTRON_INTERFACE': u'eth5', u'KOLLA_CONFIG_STRATEGY': u'COPY_ALWAYS', u'NEUTRON_BRIDGE': u'br-ex'}, u'volumes': [u'/etc/kolla//neutron-linuxbridge-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_linuxbridge_agent', u'privileged': True}}) skipping: [kode6] => (item={'key': u'neutron-lbaas-agent', 'value': {u'group': u'neutron-lbaas-agent', u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-lbaas-agent:4.0.0.1', u'enabled': False, u'host_in_groups': False, u'volumes': [u'/etc/kolla//neutron-lbaas-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run:/run:shared', u'/run/netns/:/run/netns/:shared', u'neutron_metadata_socket:/var/lib/neutron/kolla/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_lbaas_agent', u'privileged': True}}) skipping: [kode6] => (item={'key': u'neutron-l3-agent', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-l3-agent:4.0.0.1', u'enabled': True, u'host_in_groups': False, u'volumes': [u'/etc/kolla//neutron-l3-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run:/run:shared', u'/run/netns/:/run/netns/:shared', u'neutron_metadata_socket:/var/lib/neutron/kolla/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_l3_agent', u'privileged': True}}) skipping: [kode4] => (item={'key': u'neutron-lbaas-agent', 'value': {u'group': u'neutron-lbaas-agent', u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-lbaas-agent:4.0.0.1', u'enabled': False, u'host_in_groups': False, u'volumes': [u'/etc/kolla//neutron-lbaas-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run:/run:shared', u'/run/netns/:/run/netns/:shared', u'neutron_metadata_socket:/var/lib/neutron/kolla/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_lbaas_agent', u'privileged': True}}) skipping: [kode4] => (item={'key': u'neutron-l3-agent', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-l3-agent:4.0.0.1', u'enabled': True, u'host_in_groups': False, u'volumes': [u'/etc/kolla//neutron-l3-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run:/run:shared', u'/run/netns/:/run/netns/:shared', u'neutron_metadata_socket:/var/lib/neutron/kolla/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_l3_agent', u'privileged': True}}) changed: [kode4] => (item={'key': u'neutron-openvswitch-agent', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-openvswitch-agent:4.0.0.1', u'enabled': True, u'host_in_groups': True, u'volumes': [u'/etc/kolla//neutron-openvswitch-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_openvswitch_agent', u'privileged': True}}) skipping: [kode4] => (item={'key': u'neutron-linuxbridge-agent', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-linuxbridge-agent:4.0.0.1', u'enabled': False, u'host_in_groups': True, u'environment': {u'NEUTRON_INTERFACE': u'eth5', u'KOLLA_CONFIG_STRATEGY': u'COPY_ALWAYS', u'NEUTRON_BRIDGE': u'br-ex'}, u'volumes': [u'/etc/kolla//neutron-linuxbridge-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_linuxbridge_agent', u'privileged': True}}) changed: [kode5] => (item={'key': u'openvswitch-vswitchd', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-openvswitch-vswitchd:4.0.0.1', u'enabled': True, u'host_in_groups': True, u'volumes': [u'/etc/kolla//openvswitch-vswitchd/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'kolla_logs:/var/log/kolla/'], u'container_name': u'openvswitch_vswitchd', u'privileged': True}}) skipping: [kode5] => (item={'key': u'neutron-metadata-agent', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-metadata-agent:4.0.0.1', u'enabled': True, u'host_in_groups': False, u'volumes': [u'/etc/kolla//neutron-metadata-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run/netns/:/run/netns/:shared', u'neutron_metadata_socket:/var/lib/neutron/kolla/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_metadata_agent', u'privileged': True}}) changed: [kode6] => (item={'key': u'openvswitch-vswitchd', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-openvswitch-vswitchd:4.0.0.1', u'enabled': True, u'host_in_groups': True, u'volumes': [u'/etc/kolla//openvswitch-vswitchd/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'kolla_logs:/var/log/kolla/'], u'container_name': u'openvswitch_vswitchd', u'privileged': True}}) skipping: [kode5] => (item={'key': u'neutron-dhcp-agent', 'value': {u'group': u'neutron-dhcp-agent', u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-dhcp-agent:4.0.0.1', u'enabled': True, u'host_in_groups': False, u'volumes': [u'/etc/kolla//neutron-dhcp-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run/:/run/:shared', u'/run/netns/:/run/netns/:shared', u'neutron_metadata_socket:/var/lib/neutron/kolla/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_dhcp_agent', u'privileged': True}}) skipping: [kode5] => (item={'key': u'neutron-sfc-agent', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-sfc-agent:4.0.0.1', u'enabled': False, u'host_in_groups': True, u'volumes': [u'/etc/kolla//neutron-sfc-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_sfc_agent', u'privileged': True}}) changed: [kode4] => (item={'key': u'openvswitch-vswitchd', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-openvswitch-vswitchd:4.0.0.1', u'enabled': True, u'host_in_groups': True, u'volumes': [u'/etc/kolla//openvswitch-vswitchd/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'kolla_logs:/var/log/kolla/'], u'container_name': u'openvswitch_vswitchd', u'privileged': True}}) skipping: [kode6] => (item={'key': u'neutron-metadata-agent', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-metadata-agent:4.0.0.1', u'enabled': True, u'host_in_groups': False, u'volumes': [u'/etc/kolla//neutron-metadata-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run/netns/:/run/netns/:shared', u'neutron_metadata_socket:/var/lib/neutron/kolla/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_metadata_agent', u'privileged': True}}) skipping: [kode6] => (item={'key': u'neutron-dhcp-agent', 'value': {u'group': u'neutron-dhcp-agent', u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-dhcp-agent:4.0.0.1', u'enabled': True, u'host_in_groups': False, u'volumes': [u'/etc/kolla//neutron-dhcp-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run/:/run/:shared', u'/run/netns/:/run/netns/:shared', u'neutron_metadata_socket:/var/lib/neutron/kolla/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_dhcp_agent', u'privileged': True}}) skipping: [kode4] => (item={'key': u'neutron-metadata-agent', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-metadata-agent:4.0.0.1', u'enabled': True, u'host_in_groups': False, u'volumes': [u'/etc/kolla//neutron-metadata-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run/netns/:/run/netns/:shared', u'neutron_metadata_socket:/var/lib/neutron/kolla/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_metadata_agent', u'privileged': True}}) changed: [kode3] => (item={'key': u'neutron-openvswitch-agent', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-openvswitch-agent:4.0.0.1', u'enabled': True, u'host_in_groups': True, u'volumes': [u'/etc/kolla//neutron-openvswitch-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_openvswitch_agent', u'privileged': True}}) skipping: [kode6] => (item={'key': u'neutron-sfc-agent', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-sfc-agent:4.0.0.1', u'enabled': False, u'host_in_groups': True, u'volumes': [u'/etc/kolla//neutron-sfc-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_sfc_agent', u'privileged': True}}) skipping: [kode4] => (item={'key': u'neutron-dhcp-agent', 'value': {u'group': u'neutron-dhcp-agent', u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-dhcp-agent:4.0.0.1', u'enabled': True, u'host_in_groups': False, u'volumes': [u'/etc/kolla//neutron-dhcp-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run/:/run/:shared', u'/run/netns/:/run/netns/:shared', u'neutron_metadata_socket:/var/lib/neutron/kolla/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_dhcp_agent', u'privileged': True}}) skipping: [kode4] => (item={'key': u'neutron-sfc-agent', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-sfc-agent:4.0.0.1', u'enabled': False, u'host_in_groups': True, u'volumes': [u'/etc/kolla//neutron-sfc-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_sfc_agent', u'privileged': True}}) changed: [kode3] => (item={'key': u'neutron-l3-agent', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-l3-agent:4.0.0.1', u'enabled': True, u'host_in_groups': True, u'volumes': [u'/etc/kolla//neutron-l3-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run:/run:shared', u'/run/netns/:/run/netns/:shared', u'neutron_metadata_socket:/var/lib/neutron/kolla/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_l3_agent', u'privileged': True}}) skipping: [kode3] => (item={'key': u'neutron-lbaas-agent', 'value': {u'group': u'neutron-lbaas-agent', u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-lbaas-agent:4.0.0.1', u'enabled': False, u'host_in_groups': True, u'volumes': [u'/etc/kolla//neutron-lbaas-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run:/run:shared', u'/run/netns/:/run/netns/:shared', u'neutron_metadata_socket:/var/lib/neutron/kolla/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_lbaas_agent', u'privileged': True}}) skipping: [kode3] => (item={'key': u'neutron-linuxbridge-agent', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-linuxbridge-agent:4.0.0.1', u'enabled': False, u'host_in_groups': True, u'environment': {u'NEUTRON_INTERFACE': u'eth5', u'KOLLA_CONFIG_STRATEGY': u'COPY_ALWAYS', u'NEUTRON_BRIDGE': u'br-ex'}, u'volumes': [u'/etc/kolla//neutron-linuxbridge-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_linuxbridge_agent', u'privileged': True}}) changed: [kode3] => (item={'key': u'openvswitch-vswitchd', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-openvswitch-vswitchd:4.0.0.1', u'enabled': True, u'host_in_groups': True, u'volumes': [u'/etc/kolla//openvswitch-vswitchd/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'kolla_logs:/var/log/kolla/'], u'container_name': u'openvswitch_vswitchd', u'privileged': True}}) changed: [kode3] => (item={'key': u'neutron-metadata-agent', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-metadata-agent:4.0.0.1', u'enabled': True, u'host_in_groups': True, u'volumes': [u'/etc/kolla//neutron-metadata-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run/netns/:/run/netns/:shared', u'neutron_metadata_socket:/var/lib/neutron/kolla/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_metadata_agent', u'privileged': True}}) changed: [kode3] => (item={'key': u'neutron-dhcp-agent', 'value': {u'group': u'neutron-dhcp-agent', u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-dhcp-agent:4.0.0.1', u'enabled': True, u'host_in_groups': True, u'volumes': [u'/etc/kolla//neutron-dhcp-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run/:/run/:shared', u'/run/netns/:/run/netns/:shared', u'neutron_metadata_socket:/var/lib/neutron/kolla/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_dhcp_agent', u'privileged': True}}) skipping: [kode3] => (item={'key': u'neutron-sfc-agent', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-sfc-agent:4.0.0.1', u'enabled': False, u'host_in_groups': True, u'volumes': [u'/etc/kolla//neutron-sfc-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_sfc_agent', u'privileged': True}}) TASK [neutron : Copying over config.json files for services] ******************* changed: [kode3] => (item={'key': u'openvswitch-db-server', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-openvswitch-db-server:4.0.0.1', u'enabled': True, u'host_in_groups': True, u'volumes': [u'/etc/kolla//openvswitch-db-server/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run:/run:shared', u'kolla_logs:/var/log/kolla/', u'openvswitch_db:/var/lib/openvswitch/'], u'container_name': u'openvswitch_db'}}) changed: [kode5] => (item={'key': u'openvswitch-db-server', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-openvswitch-db-server:4.0.0.1', u'enabled': True, u'host_in_groups': True, u'volumes': [u'/etc/kolla//openvswitch-db-server/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run:/run:shared', u'kolla_logs:/var/log/kolla/', u'openvswitch_db:/var/lib/openvswitch/'], u'container_name': u'openvswitch_db'}}) skipping: [kode3] => (item={'key': u'neutron-vpnaas-agent', 'value': {u'group': u'neutron-vpnaas-agent', u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-vpnaas-agent:4.0.0.1', u'enabled': False, u'host_in_groups': True, u'volumes': [u'/etc/kolla//neutron-vpnaas-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run:/run:shared', u'/run/netns/:/run/netns/:shared', u'/lib/modules:/lib/modules:ro', u'neutron_metadata_socket:/var/lib/neutron/kolla/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_vpnaas_agent', u'privileged': True}}) skipping: [kode5] => (item={'key': u'neutron-vpnaas-agent', 'value': {u'group': u'neutron-vpnaas-agent', u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-vpnaas-agent:4.0.0.1', u'enabled': False, u'host_in_groups': False, u'volumes': [u'/etc/kolla//neutron-vpnaas-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run:/run:shared', u'/run/netns/:/run/netns/:shared', u'/lib/modules:/lib/modules:ro', u'neutron_metadata_socket:/var/lib/neutron/kolla/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_vpnaas_agent', u'privileged': True}}) changed: [kode4] => (item={'key': u'openvswitch-db-server', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-openvswitch-db-server:4.0.0.1', u'enabled': True, u'host_in_groups': True, u'volumes': [u'/etc/kolla//openvswitch-db-server/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run:/run:shared', u'kolla_logs:/var/log/kolla/', u'openvswitch_db:/var/lib/openvswitch/'], u'container_name': u'openvswitch_db'}}) skipping: [kode5] => (item={'key': u'neutron-server', 'value': {u'group': u'neutron-server', u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-server:4.0.0.1', u'enabled': True, u'host_in_groups': False, u'volumes': [u'/etc/kolla//neutron-server/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_server'}}) skipping: [kode4] => (item={'key': u'neutron-vpnaas-agent', 'value': {u'group': u'neutron-vpnaas-agent', u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-vpnaas-agent:4.0.0.1', u'enabled': False, u'host_in_groups': False, u'volumes': [u'/etc/kolla//neutron-vpnaas-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run:/run:shared', u'/run/netns/:/run/netns/:shared', u'/lib/modules:/lib/modules:ro', u'neutron_metadata_socket:/var/lib/neutron/kolla/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_vpnaas_agent', u'privileged': True}}) skipping: [kode4] => (item={'key': u'neutron-server', 'value': {u'group': u'neutron-server', u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-server:4.0.0.1', u'enabled': True, u'host_in_groups': False, u'volumes': [u'/etc/kolla//neutron-server/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_server'}}) changed: [kode6] => (item={'key': u'openvswitch-db-server', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-openvswitch-db-server:4.0.0.1', u'enabled': True, u'host_in_groups': True, u'volumes': [u'/etc/kolla//openvswitch-db-server/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run:/run:shared', u'kolla_logs:/var/log/kolla/', u'openvswitch_db:/var/lib/openvswitch/'], u'container_name': u'openvswitch_db'}}) skipping: [kode6] => (item={'key': u'neutron-vpnaas-agent', 'value': {u'group': u'neutron-vpnaas-agent', u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-vpnaas-agent:4.0.0.1', u'enabled': False, u'host_in_groups': False, u'volumes': [u'/etc/kolla//neutron-vpnaas-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run:/run:shared', u'/run/netns/:/run/netns/:shared', u'/lib/modules:/lib/modules:ro', u'neutron_metadata_socket:/var/lib/neutron/kolla/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_vpnaas_agent', u'privileged': True}}) skipping: [kode6] => (item={'key': u'neutron-server', 'value': {u'group': u'neutron-server', u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-server:4.0.0.1', u'enabled': True, u'host_in_groups': False, u'volumes': [u'/etc/kolla//neutron-server/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_server'}}) changed: [kode5] => (item={'key': u'neutron-openvswitch-agent', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-openvswitch-agent:4.0.0.1', u'enabled': True, u'host_in_groups': True, u'volumes': [u'/etc/kolla//neutron-openvswitch-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_openvswitch_agent', u'privileged': True}}) skipping: [kode5] => (item={'key': u'neutron-l3-agent', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-l3-agent:4.0.0.1', u'enabled': True, u'host_in_groups': False, u'volumes': [u'/etc/kolla//neutron-l3-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run:/run:shared', u'/run/netns/:/run/netns/:shared', u'neutron_metadata_socket:/var/lib/neutron/kolla/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_l3_agent', u'privileged': True}}) skipping: [kode5] => (item={'key': u'neutron-lbaas-agent', 'value': {u'group': u'neutron-lbaas-agent', u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-lbaas-agent:4.0.0.1', u'enabled': False, u'host_in_groups': False, u'volumes': [u'/etc/kolla//neutron-lbaas-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run:/run:shared', u'/run/netns/:/run/netns/:shared', u'neutron_metadata_socket:/var/lib/neutron/kolla/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_lbaas_agent', u'privileged': True}}) skipping: [kode5] => (item={'key': u'neutron-linuxbridge-agent', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-linuxbridge-agent:4.0.0.1', u'enabled': False, u'host_in_groups': True, u'environment': {u'NEUTRON_INTERFACE': u'eth5', u'KOLLA_CONFIG_STRATEGY': u'COPY_ALWAYS', u'NEUTRON_BRIDGE': u'br-ex'}, u'volumes': [u'/etc/kolla//neutron-linuxbridge-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_linuxbridge_agent', u'privileged': True}}) changed: [kode6] => (item={'key': u'neutron-openvswitch-agent', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-openvswitch-agent:4.0.0.1', u'enabled': True, u'host_in_groups': True, u'volumes': [u'/etc/kolla//neutron-openvswitch-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_openvswitch_agent', u'privileged': True}}) skipping: [kode6] => (item={'key': u'neutron-l3-agent', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-l3-agent:4.0.0.1', u'enabled': True, u'host_in_groups': False, u'volumes': [u'/etc/kolla//neutron-l3-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run:/run:shared', u'/run/netns/:/run/netns/:shared', u'neutron_metadata_socket:/var/lib/neutron/kolla/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_l3_agent', u'privileged': True}}) skipping: [kode6] => (item={'key': u'neutron-lbaas-agent', 'value': {u'group': u'neutron-lbaas-agent', u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-lbaas-agent:4.0.0.1', u'enabled': False, u'host_in_groups': False, u'volumes': [u'/etc/kolla//neutron-lbaas-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run:/run:shared', u'/run/netns/:/run/netns/:shared', u'neutron_metadata_socket:/var/lib/neutron/kolla/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_lbaas_agent', u'privileged': True}}) changed: [kode4] => (item={'key': u'neutron-openvswitch-agent', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-openvswitch-agent:4.0.0.1', u'enabled': True, u'host_in_groups': True, u'volumes': [u'/etc/kolla//neutron-openvswitch-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_openvswitch_agent', u'privileged': True}}) skipping: [kode6] => (item={'key': u'neutron-linuxbridge-agent', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-linuxbridge-agent:4.0.0.1', u'enabled': False, u'host_in_groups': True, u'environment': {u'NEUTRON_INTERFACE': u'eth5', u'KOLLA_CONFIG_STRATEGY': u'COPY_ALWAYS', u'NEUTRON_BRIDGE': u'br-ex'}, u'volumes': [u'/etc/kolla//neutron-linuxbridge-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_linuxbridge_agent', u'privileged': True}}) changed: [kode3] => (item={'key': u'neutron-server', 'value': {u'group': u'neutron-server', u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-server:4.0.0.1', u'enabled': True, u'host_in_groups': True, u'volumes': [u'/etc/kolla//neutron-server/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_server'}}) skipping: [kode4] => (item={'key': u'neutron-l3-agent', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-l3-agent:4.0.0.1', u'enabled': True, u'host_in_groups': False, u'volumes': [u'/etc/kolla//neutron-l3-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run:/run:shared', u'/run/netns/:/run/netns/:shared', u'neutron_metadata_socket:/var/lib/neutron/kolla/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_l3_agent', u'privileged': True}}) skipping: [kode4] => (item={'key': u'neutron-lbaas-agent', 'value': {u'group': u'neutron-lbaas-agent', u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-lbaas-agent:4.0.0.1', u'enabled': False, u'host_in_groups': False, u'volumes': [u'/etc/kolla//neutron-lbaas-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run:/run:shared', u'/run/netns/:/run/netns/:shared', u'neutron_metadata_socket:/var/lib/neutron/kolla/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_lbaas_agent', u'privileged': True}}) skipping: [kode4] => (item={'key': u'neutron-linuxbridge-agent', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-linuxbridge-agent:4.0.0.1', u'enabled': False, u'host_in_groups': True, u'environment': {u'NEUTRON_INTERFACE': u'eth5', u'KOLLA_CONFIG_STRATEGY': u'COPY_ALWAYS', u'NEUTRON_BRIDGE': u'br-ex'}, u'volumes': [u'/etc/kolla//neutron-linuxbridge-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_linuxbridge_agent', u'privileged': True}}) changed: [kode5] => (item={'key': u'openvswitch-vswitchd', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-openvswitch-vswitchd:4.0.0.1', u'enabled': True, u'host_in_groups': True, u'volumes': [u'/etc/kolla//openvswitch-vswitchd/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'kolla_logs:/var/log/kolla/'], u'container_name': u'openvswitch_vswitchd', u'privileged': True}}) skipping: [kode5] => (item={'key': u'neutron-metadata-agent', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-metadata-agent:4.0.0.1', u'enabled': True, u'host_in_groups': False, u'volumes': [u'/etc/kolla//neutron-metadata-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run/netns/:/run/netns/:shared', u'neutron_metadata_socket:/var/lib/neutron/kolla/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_metadata_agent', u'privileged': True}}) skipping: [kode5] => (item={'key': u'neutron-dhcp-agent', 'value': {u'group': u'neutron-dhcp-agent', u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-dhcp-agent:4.0.0.1', u'enabled': True, u'host_in_groups': False, u'volumes': [u'/etc/kolla//neutron-dhcp-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run/:/run/:shared', u'/run/netns/:/run/netns/:shared', u'neutron_metadata_socket:/var/lib/neutron/kolla/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_dhcp_agent', u'privileged': True}}) changed: [kode6] => (item={'key': u'openvswitch-vswitchd', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-openvswitch-vswitchd:4.0.0.1', u'enabled': True, u'host_in_groups': True, u'volumes': [u'/etc/kolla//openvswitch-vswitchd/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'kolla_logs:/var/log/kolla/'], u'container_name': u'openvswitch_vswitchd', u'privileged': True}}) skipping: [kode5] => (item={'key': u'neutron-sfc-agent', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-sfc-agent:4.0.0.1', u'enabled': False, u'host_in_groups': True, u'volumes': [u'/etc/kolla//neutron-sfc-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_sfc_agent', u'privileged': True}}) changed: [kode4] => (item={'key': u'openvswitch-vswitchd', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-openvswitch-vswitchd:4.0.0.1', u'enabled': True, u'host_in_groups': True, u'volumes': [u'/etc/kolla//openvswitch-vswitchd/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'kolla_logs:/var/log/kolla/'], u'container_name': u'openvswitch_vswitchd', u'privileged': True}}) skipping: [kode6] => (item={'key': u'neutron-dhcp-agent', 'value': {u'group': u'neutron-dhcp-agent', u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-dhcp-agent:4.0.0.1', u'enabled': True, u'host_in_groups': False, u'volumes': [u'/etc/kolla//neutron-dhcp-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run/:/run/:shared', u'/run/netns/:/run/netns/:shared', u'neutron_metadata_socket:/var/lib/neutron/kolla/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_dhcp_agent', u'privileged': True}}) skipping: [kode6] => (item={'key': u'neutron-metadata-agent', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-metadata-agent:4.0.0.1', u'enabled': True, u'host_in_groups': False, u'volumes': [u'/etc/kolla//neutron-metadata-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run/netns/:/run/netns/:shared', u'neutron_metadata_socket:/var/lib/neutron/kolla/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_metadata_agent', u'privileged': True}}) skipping: [kode4] => (item={'key': u'neutron-metadata-agent', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-metadata-agent:4.0.0.1', u'enabled': True, u'host_in_groups': False, u'volumes': [u'/etc/kolla//neutron-metadata-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run/netns/:/run/netns/:shared', u'neutron_metadata_socket:/var/lib/neutron/kolla/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_metadata_agent', u'privileged': True}}) skipping: [kode6] => (item={'key': u'neutron-sfc-agent', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-sfc-agent:4.0.0.1', u'enabled': False, u'host_in_groups': True, u'volumes': [u'/etc/kolla//neutron-sfc-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_sfc_agent', u'privileged': True}}) skipping: [kode4] => (item={'key': u'neutron-dhcp-agent', 'value': {u'group': u'neutron-dhcp-agent', u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-dhcp-agent:4.0.0.1', u'enabled': True, u'host_in_groups': False, u'volumes': [u'/etc/kolla//neutron-dhcp-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run/:/run/:shared', u'/run/netns/:/run/netns/:shared', u'neutron_metadata_socket:/var/lib/neutron/kolla/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_dhcp_agent', u'privileged': True}}) changed: [kode3] => (item={'key': u'neutron-openvswitch-agent', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-openvswitch-agent:4.0.0.1', u'enabled': True, u'host_in_groups': True, u'volumes': [u'/etc/kolla//neutron-openvswitch-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_openvswitch_agent', u'privileged': True}}) skipping: [kode4] => (item={'key': u'neutron-sfc-agent', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-sfc-agent:4.0.0.1', u'enabled': False, u'host_in_groups': True, u'volumes': [u'/etc/kolla//neutron-sfc-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_sfc_agent', u'privileged': True}}) changed: [kode3] => (item={'key': u'neutron-l3-agent', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-l3-agent:4.0.0.1', u'enabled': True, u'host_in_groups': True, u'volumes': [u'/etc/kolla//neutron-l3-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run:/run:shared', u'/run/netns/:/run/netns/:shared', u'neutron_metadata_socket:/var/lib/neutron/kolla/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_l3_agent', u'privileged': True}}) skipping: [kode3] => (item={'key': u'neutron-lbaas-agent', 'value': {u'group': u'neutron-lbaas-agent', u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-lbaas-agent:4.0.0.1', u'enabled': False, u'host_in_groups': True, u'volumes': [u'/etc/kolla//neutron-lbaas-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run:/run:shared', u'/run/netns/:/run/netns/:shared', u'neutron_metadata_socket:/var/lib/neutron/kolla/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_lbaas_agent', u'privileged': True}}) skipping: [kode3] => (item={'key': u'neutron-linuxbridge-agent', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-linuxbridge-agent:4.0.0.1', u'enabled': False, u'host_in_groups': True, u'environment': {u'NEUTRON_INTERFACE': u'eth5', u'KOLLA_CONFIG_STRATEGY': u'COPY_ALWAYS', u'NEUTRON_BRIDGE': u'br-ex'}, u'volumes': [u'/etc/kolla//neutron-linuxbridge-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_linuxbridge_agent', u'privileged': True}}) changed: [kode3] => (item={'key': u'openvswitch-vswitchd', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-openvswitch-vswitchd:4.0.0.1', u'enabled': True, u'host_in_groups': True, u'volumes': [u'/etc/kolla//openvswitch-vswitchd/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'kolla_logs:/var/log/kolla/'], u'container_name': u'openvswitch_vswitchd', u'privileged': True}}) changed: [kode3] => (item={'key': u'neutron-metadata-agent', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-metadata-agent:4.0.0.1', u'enabled': True, u'host_in_groups': True, u'volumes': [u'/etc/kolla//neutron-metadata-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run/netns/:/run/netns/:shared', u'neutron_metadata_socket:/var/lib/neutron/kolla/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_metadata_agent', u'privileged': True}}) changed: [kode3] => (item={'key': u'neutron-dhcp-agent', 'value': {u'group': u'neutron-dhcp-agent', u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-dhcp-agent:4.0.0.1', u'enabled': True, u'host_in_groups': True, u'volumes': [u'/etc/kolla//neutron-dhcp-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run/:/run/:shared', u'/run/netns/:/run/netns/:shared', u'neutron_metadata_socket:/var/lib/neutron/kolla/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_dhcp_agent', u'privileged': True}}) skipping: [kode3] => (item={'key': u'neutron-sfc-agent', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-sfc-agent:4.0.0.1', u'enabled': False, u'host_in_groups': True, u'volumes': [u'/etc/kolla//neutron-sfc-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_sfc_agent', u'privileged': True}}) TASK [neutron : Copying over neutron.conf] ************************************* skipping: [kode3] => (item={'key': u'openvswitch-db-server', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-openvswitch-db-server:4.0.0.1', u'enabled': True, u'host_in_groups': True, u'volumes': [u'/etc/kolla//openvswitch-db-server/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run:/run:shared', u'kolla_logs:/var/log/kolla/', u'openvswitch_db:/var/lib/openvswitch/'], u'container_name': u'openvswitch_db'}}) skipping: [kode4] => (item={'key': u'openvswitch-db-server', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-openvswitch-db-server:4.0.0.1', u'enabled': True, u'host_in_groups': True, u'volumes': [u'/etc/kolla//openvswitch-db-server/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run:/run:shared', u'kolla_logs:/var/log/kolla/', u'openvswitch_db:/var/lib/openvswitch/'], u'container_name': u'openvswitch_db'}}) skipping: [kode6] => (item={'key': u'openvswitch-db-server', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-openvswitch-db-server:4.0.0.1', u'enabled': True, u'host_in_groups': True, u'volumes': [u'/etc/kolla//openvswitch-db-server/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run:/run:shared', u'kolla_logs:/var/log/kolla/', u'openvswitch_db:/var/lib/openvswitch/'], u'container_name': u'openvswitch_db'}}) skipping: [kode3] => (item={'key': u'neutron-vpnaas-agent', 'value': {u'group': u'neutron-vpnaas-agent', u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-vpnaas-agent:4.0.0.1', u'enabled': False, u'host_in_groups': True, u'volumes': [u'/etc/kolla//neutron-vpnaas-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run:/run:shared', u'/run/netns/:/run/netns/:shared', u'/lib/modules:/lib/modules:ro', u'neutron_metadata_socket:/var/lib/neutron/kolla/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_vpnaas_agent', u'privileged': True}}) skipping: [kode5] => (item={'key': u'openvswitch-db-server', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-openvswitch-db-server:4.0.0.1', u'enabled': True, u'host_in_groups': True, u'volumes': [u'/etc/kolla//openvswitch-db-server/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run:/run:shared', u'kolla_logs:/var/log/kolla/', u'openvswitch_db:/var/lib/openvswitch/'], u'container_name': u'openvswitch_db'}}) skipping: [kode4] => (item={'key': u'neutron-server', 'value': {u'group': u'neutron-server', u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-server:4.0.0.1', u'enabled': True, u'host_in_groups': False, u'volumes': [u'/etc/kolla//neutron-server/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_server'}}) skipping: [kode4] => (item={'key': u'neutron-vpnaas-agent', 'value': {u'group': u'neutron-vpnaas-agent', u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-vpnaas-agent:4.0.0.1', u'enabled': False, u'host_in_groups': False, u'volumes': [u'/etc/kolla//neutron-vpnaas-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run:/run:shared', u'/run/netns/:/run/netns/:shared', u'/lib/modules:/lib/modules:ro', u'neutron_metadata_socket:/var/lib/neutron/kolla/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_vpnaas_agent', u'privileged': True}}) skipping: [kode5] => (item={'key': u'neutron-server', 'value': {u'group': u'neutron-server', u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-server:4.0.0.1', u'enabled': True, u'host_in_groups': False, u'volumes': [u'/etc/kolla//neutron-server/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_server'}}) skipping: [kode5] => (item={'key': u'neutron-vpnaas-agent', 'value': {u'group': u'neutron-vpnaas-agent', u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-vpnaas-agent:4.0.0.1', u'enabled': False, u'host_in_groups': False, u'volumes': [u'/etc/kolla//neutron-vpnaas-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run:/run:shared', u'/run/netns/:/run/netns/:shared', u'/lib/modules:/lib/modules:ro', u'neutron_metadata_socket:/var/lib/neutron/kolla/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_vpnaas_agent', u'privileged': True}}) skipping: [kode6] => (item={'key': u'neutron-server', 'value': {u'group': u'neutron-server', u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-server:4.0.0.1', u'enabled': True, u'host_in_groups': False, u'volumes': [u'/etc/kolla//neutron-server/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_server'}}) skipping: [kode6] => (item={'key': u'neutron-vpnaas-agent', 'value': {u'group': u'neutron-vpnaas-agent', u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-vpnaas-agent:4.0.0.1', u'enabled': False, u'host_in_groups': False, u'volumes': [u'/etc/kolla//neutron-vpnaas-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run:/run:shared', u'/run/netns/:/run/netns/:shared', u'/lib/modules:/lib/modules:ro', u'neutron_metadata_socket:/var/lib/neutron/kolla/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_vpnaas_agent', u'privileged': True}}) changed: [kode3] => (item={'key': u'neutron-server', 'value': {u'group': u'neutron-server', u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-server:4.0.0.1', u'enabled': True, u'host_in_groups': True, u'volumes': [u'/etc/kolla//neutron-server/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_server'}}) changed: [kode6] => (item={'key': u'neutron-openvswitch-agent', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-openvswitch-agent:4.0.0.1', u'enabled': True, u'host_in_groups': True, u'volumes': [u'/etc/kolla//neutron-openvswitch-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_openvswitch_agent', u'privileged': True}}) changed: [kode5] => (item={'key': u'neutron-openvswitch-agent', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-openvswitch-agent:4.0.0.1', u'enabled': True, u'host_in_groups': True, u'volumes': [u'/etc/kolla//neutron-openvswitch-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_openvswitch_agent', u'privileged': True}}) skipping: [kode6] => (item={'key': u'neutron-l3-agent', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-l3-agent:4.0.0.1', u'enabled': True, u'host_in_groups': False, u'volumes': [u'/etc/kolla//neutron-l3-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run:/run:shared', u'/run/netns/:/run/netns/:shared', u'neutron_metadata_socket:/var/lib/neutron/kolla/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_l3_agent', u'privileged': True}}) skipping: [kode5] => (item={'key': u'neutron-l3-agent', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-l3-agent:4.0.0.1', u'enabled': True, u'host_in_groups': False, u'volumes': [u'/etc/kolla//neutron-l3-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run:/run:shared', u'/run/netns/:/run/netns/:shared', u'neutron_metadata_socket:/var/lib/neutron/kolla/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_l3_agent', u'privileged': True}}) skipping: [kode6] => (item={'key': u'neutron-lbaas-agent', 'value': {u'group': u'neutron-lbaas-agent', u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-lbaas-agent:4.0.0.1', u'enabled': False, u'host_in_groups': False, u'volumes': [u'/etc/kolla//neutron-lbaas-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run:/run:shared', u'/run/netns/:/run/netns/:shared', u'neutron_metadata_socket:/var/lib/neutron/kolla/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_lbaas_agent', u'privileged': True}}) skipping: [kode5] => (item={'key': u'neutron-linuxbridge-agent', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-linuxbridge-agent:4.0.0.1', u'enabled': False, u'host_in_groups': True, u'environment': {u'NEUTRON_INTERFACE': u'eth5', u'KOLLA_CONFIG_STRATEGY': u'COPY_ALWAYS', u'NEUTRON_BRIDGE': u'br-ex'}, u'volumes': [u'/etc/kolla//neutron-linuxbridge-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_linuxbridge_agent', u'privileged': True}}) skipping: [kode5] => (item={'key': u'neutron-lbaas-agent', 'value': {u'group': u'neutron-lbaas-agent', u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-lbaas-agent:4.0.0.1', u'enabled': False, u'host_in_groups': False, u'volumes': [u'/etc/kolla//neutron-lbaas-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run:/run:shared', u'/run/netns/:/run/netns/:shared', u'neutron_metadata_socket:/var/lib/neutron/kolla/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_lbaas_agent', u'privileged': True}}) skipping: [kode6] => (item={'key': u'neutron-linuxbridge-agent', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-linuxbridge-agent:4.0.0.1', u'enabled': False, u'host_in_groups': True, u'environment': {u'NEUTRON_INTERFACE': u'eth5', u'KOLLA_CONFIG_STRATEGY': u'COPY_ALWAYS', u'NEUTRON_BRIDGE': u'br-ex'}, u'volumes': [u'/etc/kolla//neutron-linuxbridge-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_linuxbridge_agent', u'privileged': True}}) skipping: [kode6] => (item={'key': u'neutron-sfc-agent', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-sfc-agent:4.0.0.1', u'enabled': False, u'host_in_groups': True, u'volumes': [u'/etc/kolla//neutron-sfc-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_sfc_agent', u'privileged': True}}) skipping: [kode4] => (item={'key': u'neutron-linuxbridge-agent', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-linuxbridge-agent:4.0.0.1', u'enabled': False, u'host_in_groups': True, u'environment': {u'NEUTRON_INTERFACE': u'eth5', u'KOLLA_CONFIG_STRATEGY': u'COPY_ALWAYS', u'NEUTRON_BRIDGE': u'br-ex'}, u'volumes': [u'/etc/kolla//neutron-linuxbridge-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_linuxbridge_agent', u'privileged': True}}) skipping: [kode4] => (item={'key': u'openvswitch-vswitchd', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-openvswitch-vswitchd:4.0.0.1', u'enabled': True, u'host_in_groups': True, u'volumes': [u'/etc/kolla//openvswitch-vswitchd/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'kolla_logs:/var/log/kolla/'], u'container_name': u'openvswitch_vswitchd', u'privileged': True}}) skipping: [kode5] => (item={'key': u'neutron-sfc-agent', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-sfc-agent:4.0.0.1', u'enabled': False, u'host_in_groups': True, u'volumes': [u'/etc/kolla//neutron-sfc-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_sfc_agent', u'privileged': True}}) skipping: [kode4] => (item={'key': u'neutron-metadata-agent', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-metadata-agent:4.0.0.1', u'enabled': True, u'host_in_groups': False, u'volumes': [u'/etc/kolla//neutron-metadata-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run/netns/:/run/netns/:shared', u'neutron_metadata_socket:/var/lib/neutron/kolla/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_metadata_agent', u'privileged': True}}) skipping: [kode5] => (item={'key': u'neutron-dhcp-agent', 'value': {u'group': u'neutron-dhcp-agent', u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-dhcp-agent:4.0.0.1', u'enabled': True, u'host_in_groups': False, u'volumes': [u'/etc/kolla//neutron-dhcp-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run/:/run/:shared', u'/run/netns/:/run/netns/:shared', u'neutron_metadata_socket:/var/lib/neutron/kolla/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_dhcp_agent', u'privileged': True}}) skipping: [kode5] => (item={'key': u'neutron-metadata-agent', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-metadata-agent:4.0.0.1', u'enabled': True, u'host_in_groups': False, u'volumes': [u'/etc/kolla//neutron-metadata-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run/netns/:/run/netns/:shared', u'neutron_metadata_socket:/var/lib/neutron/kolla/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_metadata_agent', u'privileged': True}}) skipping: [kode4] => (item={'key': u'neutron-dhcp-agent', 'value': {u'group': u'neutron-dhcp-agent', u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-dhcp-agent:4.0.0.1', u'enabled': True, u'host_in_groups': False, u'volumes': [u'/etc/kolla//neutron-dhcp-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run/:/run/:shared', u'/run/netns/:/run/netns/:shared', u'neutron_metadata_socket:/var/lib/neutron/kolla/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_dhcp_agent', u'privileged': True}}) skipping: [kode5] => (item={'key': u'openvswitch-vswitchd', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-openvswitch-vswitchd:4.0.0.1', u'enabled': True, u'host_in_groups': True, u'volumes': [u'/etc/kolla//openvswitch-vswitchd/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'kolla_logs:/var/log/kolla/'], u'container_name': u'openvswitch_vswitchd', u'privileged': True}}) skipping: [kode4] => (item={'key': u'neutron-lbaas-agent', 'value': {u'group': u'neutron-lbaas-agent', u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-lbaas-agent:4.0.0.1', u'enabled': False, u'host_in_groups': False, u'volumes': [u'/etc/kolla//neutron-lbaas-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run:/run:shared', u'/run/netns/:/run/netns/:shared', u'neutron_metadata_socket:/var/lib/neutron/kolla/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_lbaas_agent', u'privileged': True}}) skipping: [kode4] => (item={'key': u'neutron-sfc-agent', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-sfc-agent:4.0.0.1', u'enabled': False, u'host_in_groups': True, u'volumes': [u'/etc/kolla//neutron-sfc-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_sfc_agent', u'privileged': True}}) skipping: [kode4] => (item={'key': u'neutron-l3-agent', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-l3-agent:4.0.0.1', u'enabled': True, u'host_in_groups': False, u'volumes': [u'/etc/kolla//neutron-l3-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run:/run:shared', u'/run/netns/:/run/netns/:shared', u'neutron_metadata_socket:/var/lib/neutron/kolla/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_l3_agent', u'privileged': True}}) changed: [kode4] => (item={'key': u'neutron-openvswitch-agent', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-openvswitch-agent:4.0.0.1', u'enabled': True, u'host_in_groups': True, u'volumes': [u'/etc/kolla//neutron-openvswitch-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_openvswitch_agent', u'privileged': True}}) skipping: [kode6] => (item={'key': u'neutron-dhcp-agent', 'value': {u'group': u'neutron-dhcp-agent', u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-dhcp-agent:4.0.0.1', u'enabled': True, u'host_in_groups': False, u'volumes': [u'/etc/kolla//neutron-dhcp-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run/:/run/:shared', u'/run/netns/:/run/netns/:shared', u'neutron_metadata_socket:/var/lib/neutron/kolla/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_dhcp_agent', u'privileged': True}}) skipping: [kode6] => (item={'key': u'neutron-metadata-agent', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-metadata-agent:4.0.0.1', u'enabled': True, u'host_in_groups': False, u'volumes': [u'/etc/kolla//neutron-metadata-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run/netns/:/run/netns/:shared', u'neutron_metadata_socket:/var/lib/neutron/kolla/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_metadata_agent', u'privileged': True}}) skipping: [kode6] => (item={'key': u'openvswitch-vswitchd', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-openvswitch-vswitchd:4.0.0.1', u'enabled': True, u'host_in_groups': True, u'volumes': [u'/etc/kolla//openvswitch-vswitchd/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'kolla_logs:/var/log/kolla/'], u'container_name': u'openvswitch_vswitchd', u'privileged': True}}) changed: [kode3] => (item={'key': u'neutron-openvswitch-agent', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-openvswitch-agent:4.0.0.1', u'enabled': True, u'host_in_groups': True, u'volumes': [u'/etc/kolla//neutron-openvswitch-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_openvswitch_agent', u'privileged': True}}) changed: [kode3] => (item={'key': u'neutron-l3-agent', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-l3-agent:4.0.0.1', u'enabled': True, u'host_in_groups': True, u'volumes': [u'/etc/kolla//neutron-l3-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run:/run:shared', u'/run/netns/:/run/netns/:shared', u'neutron_metadata_socket:/var/lib/neutron/kolla/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_l3_agent', u'privileged': True}}) skipping: [kode3] => (item={'key': u'neutron-lbaas-agent', 'value': {u'group': u'neutron-lbaas-agent', u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-lbaas-agent:4.0.0.1', u'enabled': False, u'host_in_groups': True, u'volumes': [u'/etc/kolla//neutron-lbaas-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run:/run:shared', u'/run/netns/:/run/netns/:shared', u'neutron_metadata_socket:/var/lib/neutron/kolla/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_lbaas_agent', u'privileged': True}}) skipping: [kode3] => (item={'key': u'neutron-linuxbridge-agent', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-linuxbridge-agent:4.0.0.1', u'enabled': False, u'host_in_groups': True, u'environment': {u'NEUTRON_INTERFACE': u'eth5', u'KOLLA_CONFIG_STRATEGY': u'COPY_ALWAYS', u'NEUTRON_BRIDGE': u'br-ex'}, u'volumes': [u'/etc/kolla//neutron-linuxbridge-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_linuxbridge_agent', u'privileged': True}}) skipping: [kode3] => (item={'key': u'openvswitch-vswitchd', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-openvswitch-vswitchd:4.0.0.1', u'enabled': True, u'host_in_groups': True, u'volumes': [u'/etc/kolla//openvswitch-vswitchd/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'kolla_logs:/var/log/kolla/'], u'container_name': u'openvswitch_vswitchd', u'privileged': True}}) changed: [kode3] => (item={'key': u'neutron-metadata-agent', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-metadata-agent:4.0.0.1', u'enabled': True, u'host_in_groups': True, u'volumes': [u'/etc/kolla//neutron-metadata-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run/netns/:/run/netns/:shared', u'neutron_metadata_socket:/var/lib/neutron/kolla/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_metadata_agent', u'privileged': True}}) changed: [kode3] => (item={'key': u'neutron-dhcp-agent', 'value': {u'group': u'neutron-dhcp-agent', u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-dhcp-agent:4.0.0.1', u'enabled': True, u'host_in_groups': True, u'volumes': [u'/etc/kolla//neutron-dhcp-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run/:/run/:shared', u'/run/netns/:/run/netns/:shared', u'neutron_metadata_socket:/var/lib/neutron/kolla/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_dhcp_agent', u'privileged': True}}) skipping: [kode3] => (item={'key': u'neutron-sfc-agent', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-sfc-agent:4.0.0.1', u'enabled': False, u'host_in_groups': True, u'volumes': [u'/etc/kolla//neutron-sfc-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_sfc_agent', u'privileged': True}}) TASK [neutron : Copying over neutron_lbaas.conf] ******************************* skipping: [kode3] => (item={'key': u'neutron-vpnaas-agent', 'value': {u'group': u'neutron-vpnaas-agent', u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-vpnaas-agent:4.0.0.1', u'enabled': False, u'host_in_groups': True, u'volumes': [u'/etc/kolla//neutron-vpnaas-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run:/run:shared', u'/run/netns/:/run/netns/:shared', u'/lib/modules:/lib/modules:ro', u'neutron_metadata_socket:/var/lib/neutron/kolla/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_vpnaas_agent', u'privileged': True}}) skipping: [kode6] => (item={'key': u'openvswitch-db-server', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-openvswitch-db-server:4.0.0.1', u'enabled': True, u'host_in_groups': True, u'volumes': [u'/etc/kolla//openvswitch-db-server/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run:/run:shared', u'kolla_logs:/var/log/kolla/', u'openvswitch_db:/var/lib/openvswitch/'], u'container_name': u'openvswitch_db'}}) skipping: [kode3] => (item={'key': u'openvswitch-db-server', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-openvswitch-db-server:4.0.0.1', u'enabled': True, u'host_in_groups': True, u'volumes': [u'/etc/kolla//openvswitch-db-server/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run:/run:shared', u'kolla_logs:/var/log/kolla/', u'openvswitch_db:/var/lib/openvswitch/'], u'container_name': u'openvswitch_db'}}) skipping: [kode4] => (item={'key': u'openvswitch-db-server', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-openvswitch-db-server:4.0.0.1', u'enabled': True, u'host_in_groups': True, u'volumes': [u'/etc/kolla//openvswitch-db-server/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run:/run:shared', u'kolla_logs:/var/log/kolla/', u'openvswitch_db:/var/lib/openvswitch/'], u'container_name': u'openvswitch_db'}}) skipping: [kode4] => (item={'key': u'neutron-vpnaas-agent', 'value': {u'group': u'neutron-vpnaas-agent', u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-vpnaas-agent:4.0.0.1', u'enabled': False, u'host_in_groups': False, u'volumes': [u'/etc/kolla//neutron-vpnaas-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run:/run:shared', u'/run/netns/:/run/netns/:shared', u'/lib/modules:/lib/modules:ro', u'neutron_metadata_socket:/var/lib/neutron/kolla/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_vpnaas_agent', u'privileged': True}}) skipping: [kode6] => (item={'key': u'neutron-linuxbridge-agent', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-linuxbridge-agent:4.0.0.1', u'enabled': False, u'host_in_groups': True, u'environment': {u'NEUTRON_INTERFACE': u'eth5', u'KOLLA_CONFIG_STRATEGY': u'COPY_ALWAYS', u'NEUTRON_BRIDGE': u'br-ex'}, u'volumes': [u'/etc/kolla//neutron-linuxbridge-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_linuxbridge_agent', u'privileged': True}}) skipping: [kode6] => (item={'key': u'neutron-lbaas-agent', 'value': {u'group': u'neutron-lbaas-agent', u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-lbaas-agent:4.0.0.1', u'enabled': False, u'host_in_groups': False, u'volumes': [u'/etc/kolla//neutron-lbaas-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run:/run:shared', u'/run/netns/:/run/netns/:shared', u'neutron_metadata_socket:/var/lib/neutron/kolla/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_lbaas_agent', u'privileged': True}}) skipping: [kode6] => (item={'key': u'neutron-l3-agent', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-l3-agent:4.0.0.1', u'enabled': True, u'host_in_groups': False, u'volumes': [u'/etc/kolla//neutron-l3-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run:/run:shared', u'/run/netns/:/run/netns/:shared', u'neutron_metadata_socket:/var/lib/neutron/kolla/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_l3_agent', u'privileged': True}}) skipping: [kode6] => (item={'key': u'neutron-openvswitch-agent', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-openvswitch-agent:4.0.0.1', u'enabled': True, u'host_in_groups': True, u'volumes': [u'/etc/kolla//neutron-openvswitch-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_openvswitch_agent', u'privileged': True}}) skipping: [kode6] => (item={'key': u'neutron-server', 'value': {u'group': u'neutron-server', u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-server:4.0.0.1', u'enabled': True, u'host_in_groups': False, u'volumes': [u'/etc/kolla//neutron-server/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_server'}}) skipping: [kode6] => (item={'key': u'neutron-vpnaas-agent', 'value': {u'group': u'neutron-vpnaas-agent', u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-vpnaas-agent:4.0.0.1', u'enabled': False, u'host_in_groups': False, u'volumes': [u'/etc/kolla//neutron-vpnaas-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run:/run:shared', u'/run/netns/:/run/netns/:shared', u'/lib/modules:/lib/modules:ro', u'neutron_metadata_socket:/var/lib/neutron/kolla/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_vpnaas_agent', u'privileged': True}}) skipping: [kode4] => (item={'key': u'neutron-openvswitch-agent', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-openvswitch-agent:4.0.0.1', u'enabled': True, u'host_in_groups': True, u'volumes': [u'/etc/kolla//neutron-openvswitch-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_openvswitch_agent', u'privileged': True}}) skipping: [kode4] => (item={'key': u'neutron-server', 'value': {u'group': u'neutron-server', u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-server:4.0.0.1', u'enabled': True, u'host_in_groups': False, u'volumes': [u'/etc/kolla//neutron-server/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_server'}}) skipping: [kode5] => (item={'key': u'neutron-dhcp-agent', 'value': {u'group': u'neutron-dhcp-agent', u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-dhcp-agent:4.0.0.1', u'enabled': True, u'host_in_groups': False, u'volumes': [u'/etc/kolla//neutron-dhcp-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run/:/run/:shared', u'/run/netns/:/run/netns/:shared', u'neutron_metadata_socket:/var/lib/neutron/kolla/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_dhcp_agent', u'privileged': True}}) skipping: [kode5] => (item={'key': u'neutron-metadata-agent', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-metadata-agent:4.0.0.1', u'enabled': True, u'host_in_groups': False, u'volumes': [u'/etc/kolla//neutron-metadata-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run/netns/:/run/netns/:shared', u'neutron_metadata_socket:/var/lib/neutron/kolla/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_metadata_agent', u'privileged': True}}) skipping: [kode5] => (item={'key': u'openvswitch-vswitchd', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-openvswitch-vswitchd:4.0.0.1', u'enabled': True, u'host_in_groups': True, u'volumes': [u'/etc/kolla//openvswitch-vswitchd/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'kolla_logs:/var/log/kolla/'], u'container_name': u'openvswitch_vswitchd', u'privileged': True}}) skipping: [kode4] => (item={'key': u'neutron-dhcp-agent', 'value': {u'group': u'neutron-dhcp-agent', u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-dhcp-agent:4.0.0.1', u'enabled': True, u'host_in_groups': False, u'volumes': [u'/etc/kolla//neutron-dhcp-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run/:/run/:shared', u'/run/netns/:/run/netns/:shared', u'neutron_metadata_socket:/var/lib/neutron/kolla/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_dhcp_agent', u'privileged': True}}) skipping: [kode5] => (item={'key': u'neutron-sfc-agent', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-sfc-agent:4.0.0.1', u'enabled': False, u'host_in_groups': True, u'volumes': [u'/etc/kolla//neutron-sfc-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_sfc_agent', u'privileged': True}}) skipping: [kode6] => (item={'key': u'neutron-sfc-agent', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-sfc-agent:4.0.0.1', u'enabled': False, u'host_in_groups': True, u'volumes': [u'/etc/kolla//neutron-sfc-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_sfc_agent', u'privileged': True}}) skipping: [kode4] => (item={'key': u'neutron-sfc-agent', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-sfc-agent:4.0.0.1', u'enabled': False, u'host_in_groups': True, u'volumes': [u'/etc/kolla//neutron-sfc-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_sfc_agent', u'privileged': True}}) skipping: [kode6] => (item={'key': u'neutron-dhcp-agent', 'value': {u'group': u'neutron-dhcp-agent', u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-dhcp-agent:4.0.0.1', u'enabled': True, u'host_in_groups': False, u'volumes': [u'/etc/kolla//neutron-dhcp-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run/:/run/:shared', u'/run/netns/:/run/netns/:shared', u'neutron_metadata_socket:/var/lib/neutron/kolla/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_dhcp_agent', u'privileged': True}}) skipping: [kode6] => (item={'key': u'neutron-metadata-agent', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-metadata-agent:4.0.0.1', u'enabled': True, u'host_in_groups': False, u'volumes': [u'/etc/kolla//neutron-metadata-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run/netns/:/run/netns/:shared', u'neutron_metadata_socket:/var/lib/neutron/kolla/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_metadata_agent', u'privileged': True}}) skipping: [kode6] => (item={'key': u'openvswitch-vswitchd', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-openvswitch-vswitchd:4.0.0.1', u'enabled': True, u'host_in_groups': True, u'volumes': [u'/etc/kolla//openvswitch-vswitchd/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'kolla_logs:/var/log/kolla/'], u'container_name': u'openvswitch_vswitchd', u'privileged': True}}) skipping: [kode4] => (item={'key': u'neutron-metadata-agent', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-metadata-agent:4.0.0.1', u'enabled': True, u'host_in_groups': False, u'volumes': [u'/etc/kolla//neutron-metadata-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run/netns/:/run/netns/:shared', u'neutron_metadata_socket:/var/lib/neutron/kolla/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_metadata_agent', u'privileged': True}}) skipping: [kode4] => (item={'key': u'openvswitch-vswitchd', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-openvswitch-vswitchd:4.0.0.1', u'enabled': True, u'host_in_groups': True, u'volumes': [u'/etc/kolla//openvswitch-vswitchd/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'kolla_logs:/var/log/kolla/'], u'container_name': u'openvswitch_vswitchd', u'privileged': True}}) skipping: [kode4] => (item={'key': u'neutron-linuxbridge-agent', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-linuxbridge-agent:4.0.0.1', u'enabled': False, u'host_in_groups': True, u'environment': {u'NEUTRON_INTERFACE': u'eth5', u'KOLLA_CONFIG_STRATEGY': u'COPY_ALWAYS', u'NEUTRON_BRIDGE': u'br-ex'}, u'volumes': [u'/etc/kolla//neutron-linuxbridge-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_linuxbridge_agent', u'privileged': True}}) skipping: [kode4] => (item={'key': u'neutron-lbaas-agent', 'value': {u'group': u'neutron-lbaas-agent', u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-lbaas-agent:4.0.0.1', u'enabled': False, u'host_in_groups': False, u'volumes': [u'/etc/kolla//neutron-lbaas-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run:/run:shared', u'/run/netns/:/run/netns/:shared', u'neutron_metadata_socket:/var/lib/neutron/kolla/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_lbaas_agent', u'privileged': True}}) skipping: [kode4] => (item={'key': u'neutron-l3-agent', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-l3-agent:4.0.0.1', u'enabled': True, u'host_in_groups': False, u'volumes': [u'/etc/kolla//neutron-l3-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run:/run:shared', u'/run/netns/:/run/netns/:shared', u'neutron_metadata_socket:/var/lib/neutron/kolla/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_l3_agent', u'privileged': True}}) skipping: [kode5] => (item={'key': u'neutron-linuxbridge-agent', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-linuxbridge-agent:4.0.0.1', u'enabled': False, u'host_in_groups': True, u'environment': {u'NEUTRON_INTERFACE': u'eth5', u'KOLLA_CONFIG_STRATEGY': u'COPY_ALWAYS', u'NEUTRON_BRIDGE': u'br-ex'}, u'volumes': [u'/etc/kolla//neutron-linuxbridge-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_linuxbridge_agent', u'privileged': True}}) skipping: [kode5] => (item={'key': u'neutron-lbaas-agent', 'value': {u'group': u'neutron-lbaas-agent', u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-lbaas-agent:4.0.0.1', u'enabled': False, u'host_in_groups': False, u'volumes': [u'/etc/kolla//neutron-lbaas-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run:/run:shared', u'/run/netns/:/run/netns/:shared', u'neutron_metadata_socket:/var/lib/neutron/kolla/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_lbaas_agent', u'privileged': True}}) skipping: [kode5] => (item={'key': u'neutron-l3-agent', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-l3-agent:4.0.0.1', u'enabled': True, u'host_in_groups': False, u'volumes': [u'/etc/kolla//neutron-l3-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run:/run:shared', u'/run/netns/:/run/netns/:shared', u'neutron_metadata_socket:/var/lib/neutron/kolla/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_l3_agent', u'privileged': True}}) skipping: [kode5] => (item={'key': u'neutron-openvswitch-agent', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-openvswitch-agent:4.0.0.1', u'enabled': True, u'host_in_groups': True, u'volumes': [u'/etc/kolla//neutron-openvswitch-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_openvswitch_agent', u'privileged': True}}) skipping: [kode5] => (item={'key': u'neutron-server', 'value': {u'group': u'neutron-server', u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-server:4.0.0.1', u'enabled': True, u'host_in_groups': False, u'volumes': [u'/etc/kolla//neutron-server/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_server'}}) skipping: [kode5] => (item={'key': u'neutron-vpnaas-agent', 'value': {u'group': u'neutron-vpnaas-agent', u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-vpnaas-agent:4.0.0.1', u'enabled': False, u'host_in_groups': False, u'volumes': [u'/etc/kolla//neutron-vpnaas-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run:/run:shared', u'/run/netns/:/run/netns/:shared', u'/lib/modules:/lib/modules:ro', u'neutron_metadata_socket:/var/lib/neutron/kolla/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_vpnaas_agent', u'privileged': True}}) skipping: [kode5] => (item={'key': u'openvswitch-db-server', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-openvswitch-db-server:4.0.0.1', u'enabled': True, u'host_in_groups': True, u'volumes': [u'/etc/kolla//openvswitch-db-server/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run:/run:shared', u'kolla_logs:/var/log/kolla/', u'openvswitch_db:/var/lib/openvswitch/'], u'container_name': u'openvswitch_db'}}) changed: [kode3] => (item={'key': u'neutron-server', 'value': {u'group': u'neutron-server', u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-server:4.0.0.1', u'enabled': True, u'host_in_groups': True, u'volumes': [u'/etc/kolla//neutron-server/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_server'}}) skipping: [kode3] => (item={'key': u'neutron-openvswitch-agent', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-openvswitch-agent:4.0.0.1', u'enabled': True, u'host_in_groups': True, u'volumes': [u'/etc/kolla//neutron-openvswitch-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_openvswitch_agent', u'privileged': True}}) skipping: [kode3] => (item={'key': u'neutron-l3-agent', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-l3-agent:4.0.0.1', u'enabled': True, u'host_in_groups': True, u'volumes': [u'/etc/kolla//neutron-l3-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run:/run:shared', u'/run/netns/:/run/netns/:shared', u'neutron_metadata_socket:/var/lib/neutron/kolla/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_l3_agent', u'privileged': True}}) skipping: [kode3] => (item={'key': u'neutron-lbaas-agent', 'value': {u'group': u'neutron-lbaas-agent', u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-lbaas-agent:4.0.0.1', u'enabled': False, u'host_in_groups': True, u'volumes': [u'/etc/kolla//neutron-lbaas-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run:/run:shared', u'/run/netns/:/run/netns/:shared', u'neutron_metadata_socket:/var/lib/neutron/kolla/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_lbaas_agent', u'privileged': True}}) skipping: [kode3] => (item={'key': u'neutron-linuxbridge-agent', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-linuxbridge-agent:4.0.0.1', u'enabled': False, u'host_in_groups': True, u'environment': {u'NEUTRON_INTERFACE': u'eth5', u'KOLLA_CONFIG_STRATEGY': u'COPY_ALWAYS', u'NEUTRON_BRIDGE': u'br-ex'}, u'volumes': [u'/etc/kolla//neutron-linuxbridge-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_linuxbridge_agent', u'privileged': True}}) skipping: [kode3] => (item={'key': u'openvswitch-vswitchd', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-openvswitch-vswitchd:4.0.0.1', u'enabled': True, u'host_in_groups': True, u'volumes': [u'/etc/kolla//openvswitch-vswitchd/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'kolla_logs:/var/log/kolla/'], u'container_name': u'openvswitch_vswitchd', u'privileged': True}}) skipping: [kode3] => (item={'key': u'neutron-metadata-agent', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-metadata-agent:4.0.0.1', u'enabled': True, u'host_in_groups': True, u'volumes': [u'/etc/kolla//neutron-metadata-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run/netns/:/run/netns/:shared', u'neutron_metadata_socket:/var/lib/neutron/kolla/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_metadata_agent', u'privileged': True}}) skipping: [kode3] => (item={'key': u'neutron-dhcp-agent', 'value': {u'group': u'neutron-dhcp-agent', u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-dhcp-agent:4.0.0.1', u'enabled': True, u'host_in_groups': True, u'volumes': [u'/etc/kolla//neutron-dhcp-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run/:/run/:shared', u'/run/netns/:/run/netns/:shared', u'neutron_metadata_socket:/var/lib/neutron/kolla/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_dhcp_agent', u'privileged': True}}) skipping: [kode3] => (item={'key': u'neutron-sfc-agent', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-sfc-agent:4.0.0.1', u'enabled': False, u'host_in_groups': True, u'volumes': [u'/etc/kolla//neutron-sfc-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_sfc_agent', u'privileged': True}}) TASK [neutron : Copying over neutron_vpnaas.conf] ****************************** skipping: [kode4] skipping: [kode6] skipping: [kode5] changed: [kode3] TASK [neutron : Copying over ml2_conf.ini] ************************************* skipping: [kode3] => (item={'key': u'openvswitch-db-server', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-openvswitch-db-server:4.0.0.1', u'enabled': True, u'host_in_groups': True, u'volumes': [u'/etc/kolla//openvswitch-db-server/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run:/run:shared', u'kolla_logs:/var/log/kolla/', u'openvswitch_db:/var/lib/openvswitch/'], u'container_name': u'openvswitch_db'}}) skipping: [kode5] => (item={'key': u'openvswitch-db-server', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-openvswitch-db-server:4.0.0.1', u'enabled': True, u'host_in_groups': True, u'volumes': [u'/etc/kolla//openvswitch-db-server/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run:/run:shared', u'kolla_logs:/var/log/kolla/', u'openvswitch_db:/var/lib/openvswitch/'], u'container_name': u'openvswitch_db'}}) skipping: [kode4] => (item={'key': u'openvswitch-db-server', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-openvswitch-db-server:4.0.0.1', u'enabled': True, u'host_in_groups': True, u'volumes': [u'/etc/kolla//openvswitch-db-server/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run:/run:shared', u'kolla_logs:/var/log/kolla/', u'openvswitch_db:/var/lib/openvswitch/'], u'container_name': u'openvswitch_db'}}) skipping: [kode6] => (item={'key': u'openvswitch-db-server', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-openvswitch-db-server:4.0.0.1', u'enabled': True, u'host_in_groups': True, u'volumes': [u'/etc/kolla//openvswitch-db-server/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run:/run:shared', u'kolla_logs:/var/log/kolla/', u'openvswitch_db:/var/lib/openvswitch/'], u'container_name': u'openvswitch_db'}}) skipping: [kode3] => (item={'key': u'neutron-vpnaas-agent', 'value': {u'group': u'neutron-vpnaas-agent', u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-vpnaas-agent:4.0.0.1', u'enabled': False, u'host_in_groups': True, u'volumes': [u'/etc/kolla//neutron-vpnaas-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run:/run:shared', u'/run/netns/:/run/netns/:shared', u'/lib/modules:/lib/modules:ro', u'neutron_metadata_socket:/var/lib/neutron/kolla/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_vpnaas_agent', u'privileged': True}}) skipping: [kode6] => (item={'key': u'neutron-server', 'value': {u'group': u'neutron-server', u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-server:4.0.0.1', u'enabled': True, u'host_in_groups': False, u'volumes': [u'/etc/kolla//neutron-server/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_server'}}) skipping: [kode6] => (item={'key': u'neutron-vpnaas-agent', 'value': {u'group': u'neutron-vpnaas-agent', u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-vpnaas-agent:4.0.0.1', u'enabled': False, u'host_in_groups': False, u'volumes': [u'/etc/kolla//neutron-vpnaas-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run:/run:shared', u'/run/netns/:/run/netns/:shared', u'/lib/modules:/lib/modules:ro', u'neutron_metadata_socket:/var/lib/neutron/kolla/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_vpnaas_agent', u'privileged': True}}) skipping: [kode5] => (item={'key': u'neutron-vpnaas-agent', 'value': {u'group': u'neutron-vpnaas-agent', u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-vpnaas-agent:4.0.0.1', u'enabled': False, u'host_in_groups': False, u'volumes': [u'/etc/kolla//neutron-vpnaas-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run:/run:shared', u'/run/netns/:/run/netns/:shared', u'/lib/modules:/lib/modules:ro', u'neutron_metadata_socket:/var/lib/neutron/kolla/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_vpnaas_agent', u'privileged': True}}) skipping: [kode4] => (item={'key': u'neutron-server', 'value': {u'group': u'neutron-server', u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-server:4.0.0.1', u'enabled': True, u'host_in_groups': False, u'volumes': [u'/etc/kolla//neutron-server/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_server'}}) skipping: [kode4] => (item={'key': u'neutron-vpnaas-agent', 'value': {u'group': u'neutron-vpnaas-agent', u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-vpnaas-agent:4.0.0.1', u'enabled': False, u'host_in_groups': False, u'volumes': [u'/etc/kolla//neutron-vpnaas-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run:/run:shared', u'/run/netns/:/run/netns/:shared', u'/lib/modules:/lib/modules:ro', u'neutron_metadata_socket:/var/lib/neutron/kolla/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_vpnaas_agent', u'privileged': True}}) skipping: [kode5] => (item={'key': u'neutron-server', 'value': {u'group': u'neutron-server', u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-server:4.0.0.1', u'enabled': True, u'host_in_groups': False, u'volumes': [u'/etc/kolla//neutron-server/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_server'}}) changed: [kode5] => (item={'key': u'neutron-openvswitch-agent', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-openvswitch-agent:4.0.0.1', u'enabled': True, u'host_in_groups': True, u'volumes': [u'/etc/kolla//neutron-openvswitch-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_openvswitch_agent', u'privileged': True}}) changed: [kode6] => (item={'key': u'neutron-openvswitch-agent', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-openvswitch-agent:4.0.0.1', u'enabled': True, u'host_in_groups': True, u'volumes': [u'/etc/kolla//neutron-openvswitch-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_openvswitch_agent', u'privileged': True}}) skipping: [kode5] => (item={'key': u'neutron-l3-agent', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-l3-agent:4.0.0.1', u'enabled': True, u'host_in_groups': False, u'volumes': [u'/etc/kolla//neutron-l3-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run:/run:shared', u'/run/netns/:/run/netns/:shared', u'neutron_metadata_socket:/var/lib/neutron/kolla/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_l3_agent', u'privileged': True}}) skipping: [kode6] => (item={'key': u'neutron-l3-agent', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-l3-agent:4.0.0.1', u'enabled': True, u'host_in_groups': False, u'volumes': [u'/etc/kolla//neutron-l3-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run:/run:shared', u'/run/netns/:/run/netns/:shared', u'neutron_metadata_socket:/var/lib/neutron/kolla/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_l3_agent', u'privileged': True}}) changed: [kode4] => (item={'key': u'neutron-openvswitch-agent', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-openvswitch-agent:4.0.0.1', u'enabled': True, u'host_in_groups': True, u'volumes': [u'/etc/kolla//neutron-openvswitch-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_openvswitch_agent', u'privileged': True}}) skipping: [kode4] => (item={'key': u'neutron-l3-agent', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-l3-agent:4.0.0.1', u'enabled': True, u'host_in_groups': False, u'volumes': [u'/etc/kolla//neutron-l3-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run:/run:shared', u'/run/netns/:/run/netns/:shared', u'neutron_metadata_socket:/var/lib/neutron/kolla/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_l3_agent', u'privileged': True}}) skipping: [kode6] => (item={'key': u'neutron-lbaas-agent', 'value': {u'group': u'neutron-lbaas-agent', u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-lbaas-agent:4.0.0.1', u'enabled': False, u'host_in_groups': False, u'volumes': [u'/etc/kolla//neutron-lbaas-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run:/run:shared', u'/run/netns/:/run/netns/:shared', u'neutron_metadata_socket:/var/lib/neutron/kolla/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_lbaas_agent', u'privileged': True}}) skipping: [kode5] => (item={'key': u'neutron-lbaas-agent', 'value': {u'group': u'neutron-lbaas-agent', u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-lbaas-agent:4.0.0.1', u'enabled': False, u'host_in_groups': False, u'volumes': [u'/etc/kolla//neutron-lbaas-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run:/run:shared', u'/run/netns/:/run/netns/:shared', u'neutron_metadata_socket:/var/lib/neutron/kolla/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_lbaas_agent', u'privileged': True}}) skipping: [kode5] => (item={'key': u'openvswitch-vswitchd', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-openvswitch-vswitchd:4.0.0.1', u'enabled': True, u'host_in_groups': True, u'volumes': [u'/etc/kolla//openvswitch-vswitchd/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'kolla_logs:/var/log/kolla/'], u'container_name': u'openvswitch_vswitchd', u'privileged': True}}) skipping: [kode4] => (item={'key': u'neutron-lbaas-agent', 'value': {u'group': u'neutron-lbaas-agent', u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-lbaas-agent:4.0.0.1', u'enabled': False, u'host_in_groups': False, u'volumes': [u'/etc/kolla//neutron-lbaas-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run:/run:shared', u'/run/netns/:/run/netns/:shared', u'neutron_metadata_socket:/var/lib/neutron/kolla/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_lbaas_agent', u'privileged': True}}) skipping: [kode5] => (item={'key': u'neutron-linuxbridge-agent', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-linuxbridge-agent:4.0.0.1', u'enabled': False, u'host_in_groups': True, u'environment': {u'NEUTRON_INTERFACE': u'eth5', u'KOLLA_CONFIG_STRATEGY': u'COPY_ALWAYS', u'NEUTRON_BRIDGE': u'br-ex'}, u'volumes': [u'/etc/kolla//neutron-linuxbridge-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_linuxbridge_agent', u'privileged': True}}) skipping: [kode6] => (item={'key': u'neutron-linuxbridge-agent', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-linuxbridge-agent:4.0.0.1', u'enabled': False, u'host_in_groups': True, u'environment': {u'NEUTRON_INTERFACE': u'eth5', u'KOLLA_CONFIG_STRATEGY': u'COPY_ALWAYS', u'NEUTRON_BRIDGE': u'br-ex'}, u'volumes': [u'/etc/kolla//neutron-linuxbridge-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_linuxbridge_agent', u'privileged': True}}) skipping: [kode6] => (item={'key': u'openvswitch-vswitchd', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-openvswitch-vswitchd:4.0.0.1', u'enabled': True, u'host_in_groups': True, u'volumes': [u'/etc/kolla//openvswitch-vswitchd/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'kolla_logs:/var/log/kolla/'], u'container_name': u'openvswitch_vswitchd', u'privileged': True}}) skipping: [kode4] => (item={'key': u'neutron-linuxbridge-agent', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-linuxbridge-agent:4.0.0.1', u'enabled': False, u'host_in_groups': True, u'environment': {u'NEUTRON_INTERFACE': u'eth5', u'KOLLA_CONFIG_STRATEGY': u'COPY_ALWAYS', u'NEUTRON_BRIDGE': u'br-ex'}, u'volumes': [u'/etc/kolla//neutron-linuxbridge-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_linuxbridge_agent', u'privileged': True}}) skipping: [kode5] => (item={'key': u'neutron-metadata-agent', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-metadata-agent:4.0.0.1', u'enabled': True, u'host_in_groups': False, u'volumes': [u'/etc/kolla//neutron-metadata-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run/netns/:/run/netns/:shared', u'neutron_metadata_socket:/var/lib/neutron/kolla/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_metadata_agent', u'privileged': True}}) skipping: [kode4] => (item={'key': u'openvswitch-vswitchd', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-openvswitch-vswitchd:4.0.0.1', u'enabled': True, u'host_in_groups': True, u'volumes': [u'/etc/kolla//openvswitch-vswitchd/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'kolla_logs:/var/log/kolla/'], u'container_name': u'openvswitch_vswitchd', u'privileged': True}}) skipping: [kode5] => (item={'key': u'neutron-dhcp-agent', 'value': {u'group': u'neutron-dhcp-agent', u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-dhcp-agent:4.0.0.1', u'enabled': True, u'host_in_groups': False, u'volumes': [u'/etc/kolla//neutron-dhcp-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run/:/run/:shared', u'/run/netns/:/run/netns/:shared', u'neutron_metadata_socket:/var/lib/neutron/kolla/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_dhcp_agent', u'privileged': True}}) skipping: [kode6] => (item={'key': u'neutron-sfc-agent', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-sfc-agent:4.0.0.1', u'enabled': False, u'host_in_groups': True, u'volumes': [u'/etc/kolla//neutron-sfc-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_sfc_agent', u'privileged': True}}) skipping: [kode5] => (item={'key': u'neutron-sfc-agent', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-sfc-agent:4.0.0.1', u'enabled': False, u'host_in_groups': True, u'volumes': [u'/etc/kolla//neutron-sfc-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_sfc_agent', u'privileged': True}}) skipping: [kode6] => (item={'key': u'neutron-dhcp-agent', 'value': {u'group': u'neutron-dhcp-agent', u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-dhcp-agent:4.0.0.1', u'enabled': True, u'host_in_groups': False, u'volumes': [u'/etc/kolla//neutron-dhcp-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run/:/run/:shared', u'/run/netns/:/run/netns/:shared', u'neutron_metadata_socket:/var/lib/neutron/kolla/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_dhcp_agent', u'privileged': True}}) skipping: [kode4] => (item={'key': u'neutron-metadata-agent', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-metadata-agent:4.0.0.1', u'enabled': True, u'host_in_groups': False, u'volumes': [u'/etc/kolla//neutron-metadata-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run/netns/:/run/netns/:shared', u'neutron_metadata_socket:/var/lib/neutron/kolla/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_metadata_agent', u'privileged': True}}) skipping: [kode4] => (item={'key': u'neutron-dhcp-agent', 'value': {u'group': u'neutron-dhcp-agent', u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-dhcp-agent:4.0.0.1', u'enabled': True, u'host_in_groups': False, u'volumes': [u'/etc/kolla//neutron-dhcp-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run/:/run/:shared', u'/run/netns/:/run/netns/:shared', u'neutron_metadata_socket:/var/lib/neutron/kolla/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_dhcp_agent', u'privileged': True}}) skipping: [kode4] => (item={'key': u'neutron-sfc-agent', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-sfc-agent:4.0.0.1', u'enabled': False, u'host_in_groups': True, u'volumes': [u'/etc/kolla//neutron-sfc-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_sfc_agent', u'privileged': True}}) changed: [kode3] => (item={'key': u'neutron-server', 'value': {u'group': u'neutron-server', u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-server:4.0.0.1', u'enabled': True, u'host_in_groups': True, u'volumes': [u'/etc/kolla//neutron-server/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_server'}}) skipping: [kode6] => (item={'key': u'neutron-metadata-agent', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-metadata-agent:4.0.0.1', u'enabled': True, u'host_in_groups': False, u'volumes': [u'/etc/kolla//neutron-metadata-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run/netns/:/run/netns/:shared', u'neutron_metadata_socket:/var/lib/neutron/kolla/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_metadata_agent', u'privileged': True}}) changed: [kode3] => (item={'key': u'neutron-openvswitch-agent', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-openvswitch-agent:4.0.0.1', u'enabled': True, u'host_in_groups': True, u'volumes': [u'/etc/kolla//neutron-openvswitch-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_openvswitch_agent', u'privileged': True}}) changed: [kode3] => (item={'key': u'neutron-l3-agent', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-l3-agent:4.0.0.1', u'enabled': True, u'host_in_groups': True, u'volumes': [u'/etc/kolla//neutron-l3-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run:/run:shared', u'/run/netns/:/run/netns/:shared', u'neutron_metadata_socket:/var/lib/neutron/kolla/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_l3_agent', u'privileged': True}}) skipping: [kode3] => (item={'key': u'neutron-lbaas-agent', 'value': {u'group': u'neutron-lbaas-agent', u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-lbaas-agent:4.0.0.1', u'enabled': False, u'host_in_groups': True, u'volumes': [u'/etc/kolla//neutron-lbaas-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run:/run:shared', u'/run/netns/:/run/netns/:shared', u'neutron_metadata_socket:/var/lib/neutron/kolla/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_lbaas_agent', u'privileged': True}}) skipping: [kode3] => (item={'key': u'neutron-linuxbridge-agent', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-linuxbridge-agent:4.0.0.1', u'enabled': False, u'host_in_groups': True, u'environment': {u'NEUTRON_INTERFACE': u'eth5', u'KOLLA_CONFIG_STRATEGY': u'COPY_ALWAYS', u'NEUTRON_BRIDGE': u'br-ex'}, u'volumes': [u'/etc/kolla//neutron-linuxbridge-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_linuxbridge_agent', u'privileged': True}}) skipping: [kode3] => (item={'key': u'openvswitch-vswitchd', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-openvswitch-vswitchd:4.0.0.1', u'enabled': True, u'host_in_groups': True, u'volumes': [u'/etc/kolla//openvswitch-vswitchd/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'kolla_logs:/var/log/kolla/'], u'container_name': u'openvswitch_vswitchd', u'privileged': True}}) changed: [kode3] => (item={'key': u'neutron-metadata-agent', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-metadata-agent:4.0.0.1', u'enabled': True, u'host_in_groups': True, u'volumes': [u'/etc/kolla//neutron-metadata-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run/netns/:/run/netns/:shared', u'neutron_metadata_socket:/var/lib/neutron/kolla/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_metadata_agent', u'privileged': True}}) changed: [kode3] => (item={'key': u'neutron-dhcp-agent', 'value': {u'group': u'neutron-dhcp-agent', u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-dhcp-agent:4.0.0.1', u'enabled': True, u'host_in_groups': True, u'volumes': [u'/etc/kolla//neutron-dhcp-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run/:/run/:shared', u'/run/netns/:/run/netns/:shared', u'neutron_metadata_socket:/var/lib/neutron/kolla/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_dhcp_agent', u'privileged': True}}) skipping: [kode3] => (item={'key': u'neutron-sfc-agent', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-sfc-agent:4.0.0.1', u'enabled': False, u'host_in_groups': True, u'volumes': [u'/etc/kolla//neutron-sfc-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_sfc_agent', u'privileged': True}}) TASK [neutron : Copying over dhcp_agent.ini] *********************************** skipping: [kode4] skipping: [kode6] skipping: [kode5] changed: [kode3] TASK [neutron : Copying over dnsmasq.conf] ************************************* skipping: [kode5] skipping: [kode4] skipping: [kode6] changed: [kode3] TASK [neutron : Copying over l3_agent.ini] ************************************* skipping: [kode5] => (item={'key': u'neutron-vpnaas-agent', 'value': {u'group': u'neutron-vpnaas-agent', u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-vpnaas-agent:4.0.0.1', u'enabled': False, u'host_in_groups': False, u'volumes': [u'/etc/kolla//neutron-vpnaas-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run:/run:shared', u'/run/netns/:/run/netns/:shared', u'/lib/modules:/lib/modules:ro', u'neutron_metadata_socket:/var/lib/neutron/kolla/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_vpnaas_agent', u'privileged': True}}) skipping: [kode5] => (item={'key': u'openvswitch-db-server', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-openvswitch-db-server:4.0.0.1', u'enabled': True, u'host_in_groups': True, u'volumes': [u'/etc/kolla//openvswitch-db-server/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run:/run:shared', u'kolla_logs:/var/log/kolla/', u'openvswitch_db:/var/lib/openvswitch/'], u'container_name': u'openvswitch_db'}}) skipping: [kode3] => (item={'key': u'openvswitch-db-server', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-openvswitch-db-server:4.0.0.1', u'enabled': True, u'host_in_groups': True, u'volumes': [u'/etc/kolla//openvswitch-db-server/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run:/run:shared', u'kolla_logs:/var/log/kolla/', u'openvswitch_db:/var/lib/openvswitch/'], u'container_name': u'openvswitch_db'}}) skipping: [kode4] => (item={'key': u'openvswitch-db-server', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-openvswitch-db-server:4.0.0.1', u'enabled': True, u'host_in_groups': True, u'volumes': [u'/etc/kolla//openvswitch-db-server/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run:/run:shared', u'kolla_logs:/var/log/kolla/', u'openvswitch_db:/var/lib/openvswitch/'], u'container_name': u'openvswitch_db'}}) skipping: [kode4] => (item={'key': u'neutron-vpnaas-agent', 'value': {u'group': u'neutron-vpnaas-agent', u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-vpnaas-agent:4.0.0.1', u'enabled': False, u'host_in_groups': False, u'volumes': [u'/etc/kolla//neutron-vpnaas-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run:/run:shared', u'/run/netns/:/run/netns/:shared', u'/lib/modules:/lib/modules:ro', u'neutron_metadata_socket:/var/lib/neutron/kolla/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_vpnaas_agent', u'privileged': True}}) skipping: [kode3] => (item={'key': u'neutron-openvswitch-agent', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-openvswitch-agent:4.0.0.1', u'enabled': True, u'host_in_groups': True, u'volumes': [u'/etc/kolla//neutron-openvswitch-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_openvswitch_agent', u'privileged': True}}) skipping: [kode5] => (item={'key': u'neutron-sfc-agent', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-sfc-agent:4.0.0.1', u'enabled': False, u'host_in_groups': True, u'volumes': [u'/etc/kolla//neutron-sfc-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_sfc_agent', u'privileged': True}}) skipping: [kode6] => (item={'key': u'neutron-l3-agent', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-l3-agent:4.0.0.1', u'enabled': True, u'host_in_groups': False, u'volumes': [u'/etc/kolla//neutron-l3-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run:/run:shared', u'/run/netns/:/run/netns/:shared', u'neutron_metadata_socket:/var/lib/neutron/kolla/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_l3_agent', u'privileged': True}}) skipping: [kode4] => (item={'key': u'openvswitch-vswitchd', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-openvswitch-vswitchd:4.0.0.1', u'enabled': True, u'host_in_groups': True, u'volumes': [u'/etc/kolla//openvswitch-vswitchd/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'kolla_logs:/var/log/kolla/'], u'container_name': u'openvswitch_vswitchd', u'privileged': True}}) skipping: [kode4] => (item={'key': u'neutron-linuxbridge-agent', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-linuxbridge-agent:4.0.0.1', u'enabled': False, u'host_in_groups': True, u'environment': {u'NEUTRON_INTERFACE': u'eth5', u'KOLLA_CONFIG_STRATEGY': u'COPY_ALWAYS', u'NEUTRON_BRIDGE': u'br-ex'}, u'volumes': [u'/etc/kolla//neutron-linuxbridge-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_linuxbridge_agent', u'privileged': True}}) skipping: [kode4] => (item={'key': u'neutron-metadata-agent', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-metadata-agent:4.0.0.1', u'enabled': True, u'host_in_groups': False, u'volumes': [u'/etc/kolla//neutron-metadata-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run/netns/:/run/netns/:shared', u'neutron_metadata_socket:/var/lib/neutron/kolla/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_metadata_agent', u'privileged': True}}) skipping: [kode6] => (item={'key': u'neutron-lbaas-agent', 'value': {u'group': u'neutron-lbaas-agent', u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-lbaas-agent:4.0.0.1', u'enabled': False, u'host_in_groups': False, u'volumes': [u'/etc/kolla//neutron-lbaas-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run:/run:shared', u'/run/netns/:/run/netns/:shared', u'neutron_metadata_socket:/var/lib/neutron/kolla/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_lbaas_agent', u'privileged': True}}) skipping: [kode6] => (item={'key': u'neutron-openvswitch-agent', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-openvswitch-agent:4.0.0.1', u'enabled': True, u'host_in_groups': True, u'volumes': [u'/etc/kolla//neutron-openvswitch-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_openvswitch_agent', u'privileged': True}}) skipping: [kode6] => (item={'key': u'neutron-server', 'value': {u'group': u'neutron-server', u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-server:4.0.0.1', u'enabled': True, u'host_in_groups': False, u'volumes': [u'/etc/kolla//neutron-server/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_server'}}) skipping: [kode6] => (item={'key': u'neutron-vpnaas-agent', 'value': {u'group': u'neutron-vpnaas-agent', u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-vpnaas-agent:4.0.0.1', u'enabled': False, u'host_in_groups': False, u'volumes': [u'/etc/kolla//neutron-vpnaas-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run:/run:shared', u'/run/netns/:/run/netns/:shared', u'/lib/modules:/lib/modules:ro', u'neutron_metadata_socket:/var/lib/neutron/kolla/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_vpnaas_agent', u'privileged': True}}) skipping: [kode6] => (item={'key': u'openvswitch-db-server', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-openvswitch-db-server:4.0.0.1', u'enabled': True, u'host_in_groups': True, u'volumes': [u'/etc/kolla//openvswitch-db-server/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run:/run:shared', u'kolla_logs:/var/log/kolla/', u'openvswitch_db:/var/lib/openvswitch/'], u'container_name': u'openvswitch_db'}}) skipping: [kode5] => (item={'key': u'neutron-dhcp-agent', 'value': {u'group': u'neutron-dhcp-agent', u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-dhcp-agent:4.0.0.1', u'enabled': True, u'host_in_groups': False, u'volumes': [u'/etc/kolla//neutron-dhcp-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run/:/run/:shared', u'/run/netns/:/run/netns/:shared', u'neutron_metadata_socket:/var/lib/neutron/kolla/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_dhcp_agent', u'privileged': True}}) skipping: [kode5] => (item={'key': u'neutron-metadata-agent', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-metadata-agent:4.0.0.1', u'enabled': True, u'host_in_groups': False, u'volumes': [u'/etc/kolla//neutron-metadata-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run/netns/:/run/netns/:shared', u'neutron_metadata_socket:/var/lib/neutron/kolla/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_metadata_agent', u'privileged': True}}) skipping: [kode5] => (item={'key': u'openvswitch-vswitchd', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-openvswitch-vswitchd:4.0.0.1', u'enabled': True, u'host_in_groups': True, u'volumes': [u'/etc/kolla//openvswitch-vswitchd/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'kolla_logs:/var/log/kolla/'], u'container_name': u'openvswitch_vswitchd', u'privileged': True}}) skipping: [kode5] => (item={'key': u'neutron-linuxbridge-agent', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-linuxbridge-agent:4.0.0.1', u'enabled': False, u'host_in_groups': True, u'environment': {u'NEUTRON_INTERFACE': u'eth5', u'KOLLA_CONFIG_STRATEGY': u'COPY_ALWAYS', u'NEUTRON_BRIDGE': u'br-ex'}, u'volumes': [u'/etc/kolla//neutron-linuxbridge-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_linuxbridge_agent', u'privileged': True}}) skipping: [kode6] => (item={'key': u'neutron-metadata-agent', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-metadata-agent:4.0.0.1', u'enabled': True, u'host_in_groups': False, u'volumes': [u'/etc/kolla//neutron-metadata-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run/netns/:/run/netns/:shared', u'neutron_metadata_socket:/var/lib/neutron/kolla/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_metadata_agent', u'privileged': True}}) skipping: [kode6] => (item={'key': u'neutron-dhcp-agent', 'value': {u'group': u'neutron-dhcp-agent', u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-dhcp-agent:4.0.0.1', u'enabled': True, u'host_in_groups': False, u'volumes': [u'/etc/kolla//neutron-dhcp-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run/:/run/:shared', u'/run/netns/:/run/netns/:shared', u'neutron_metadata_socket:/var/lib/neutron/kolla/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_dhcp_agent', u'privileged': True}}) skipping: [kode4] => (item={'key': u'neutron-sfc-agent', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-sfc-agent:4.0.0.1', u'enabled': False, u'host_in_groups': True, u'volumes': [u'/etc/kolla//neutron-sfc-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_sfc_agent', u'privileged': True}}) skipping: [kode4] => (item={'key': u'neutron-dhcp-agent', 'value': {u'group': u'neutron-dhcp-agent', u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-dhcp-agent:4.0.0.1', u'enabled': True, u'host_in_groups': False, u'volumes': [u'/etc/kolla//neutron-dhcp-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run/:/run/:shared', u'/run/netns/:/run/netns/:shared', u'neutron_metadata_socket:/var/lib/neutron/kolla/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_dhcp_agent', u'privileged': True}}) skipping: [kode6] => (item={'key': u'openvswitch-vswitchd', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-openvswitch-vswitchd:4.0.0.1', u'enabled': True, u'host_in_groups': True, u'volumes': [u'/etc/kolla//openvswitch-vswitchd/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'kolla_logs:/var/log/kolla/'], u'container_name': u'openvswitch_vswitchd', u'privileged': True}}) skipping: [kode6] => (item={'key': u'neutron-linuxbridge-agent', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-linuxbridge-agent:4.0.0.1', u'enabled': False, u'host_in_groups': True, u'environment': {u'NEUTRON_INTERFACE': u'eth5', u'KOLLA_CONFIG_STRATEGY': u'COPY_ALWAYS', u'NEUTRON_BRIDGE': u'br-ex'}, u'volumes': [u'/etc/kolla//neutron-linuxbridge-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_linuxbridge_agent', u'privileged': True}}) skipping: [kode6] => (item={'key': u'neutron-sfc-agent', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-sfc-agent:4.0.0.1', u'enabled': False, u'host_in_groups': True, u'volumes': [u'/etc/kolla//neutron-sfc-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_sfc_agent', u'privileged': True}}) skipping: [kode5] => (item={'key': u'neutron-lbaas-agent', 'value': {u'group': u'neutron-lbaas-agent', u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-lbaas-agent:4.0.0.1', u'enabled': False, u'host_in_groups': False, u'volumes': [u'/etc/kolla//neutron-lbaas-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run:/run:shared', u'/run/netns/:/run/netns/:shared', u'neutron_metadata_socket:/var/lib/neutron/kolla/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_lbaas_agent', u'privileged': True}}) skipping: [kode5] => (item={'key': u'neutron-l3-agent', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-l3-agent:4.0.0.1', u'enabled': True, u'host_in_groups': False, u'volumes': [u'/etc/kolla//neutron-l3-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run:/run:shared', u'/run/netns/:/run/netns/:shared', u'neutron_metadata_socket:/var/lib/neutron/kolla/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_l3_agent', u'privileged': True}}) skipping: [kode5] => (item={'key': u'neutron-openvswitch-agent', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-openvswitch-agent:4.0.0.1', u'enabled': True, u'host_in_groups': True, u'volumes': [u'/etc/kolla//neutron-openvswitch-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_openvswitch_agent', u'privileged': True}}) skipping: [kode5] => (item={'key': u'neutron-server', 'value': {u'group': u'neutron-server', u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-server:4.0.0.1', u'enabled': True, u'host_in_groups': False, u'volumes': [u'/etc/kolla//neutron-server/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_server'}}) skipping: [kode3] => (item={'key': u'neutron-server', 'value': {u'group': u'neutron-server', u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-server:4.0.0.1', u'enabled': True, u'host_in_groups': True, u'volumes': [u'/etc/kolla//neutron-server/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_server'}}) skipping: [kode3] => (item={'key': u'neutron-vpnaas-agent', 'value': {u'group': u'neutron-vpnaas-agent', u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-vpnaas-agent:4.0.0.1', u'enabled': False, u'host_in_groups': True, u'volumes': [u'/etc/kolla//neutron-vpnaas-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run:/run:shared', u'/run/netns/:/run/netns/:shared', u'/lib/modules:/lib/modules:ro', u'neutron_metadata_socket:/var/lib/neutron/kolla/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_vpnaas_agent', u'privileged': True}}) skipping: [kode4] => (item={'key': u'neutron-lbaas-agent', 'value': {u'group': u'neutron-lbaas-agent', u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-lbaas-agent:4.0.0.1', u'enabled': False, u'host_in_groups': False, u'volumes': [u'/etc/kolla//neutron-lbaas-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run:/run:shared', u'/run/netns/:/run/netns/:shared', u'neutron_metadata_socket:/var/lib/neutron/kolla/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_lbaas_agent', u'privileged': True}}) skipping: [kode4] => (item={'key': u'neutron-l3-agent', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-l3-agent:4.0.0.1', u'enabled': True, u'host_in_groups': False, u'volumes': [u'/etc/kolla//neutron-l3-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run:/run:shared', u'/run/netns/:/run/netns/:shared', u'neutron_metadata_socket:/var/lib/neutron/kolla/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_l3_agent', u'privileged': True}}) skipping: [kode4] => (item={'key': u'neutron-openvswitch-agent', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-openvswitch-agent:4.0.0.1', u'enabled': True, u'host_in_groups': True, u'volumes': [u'/etc/kolla//neutron-openvswitch-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_openvswitch_agent', u'privileged': True}}) skipping: [kode4] => (item={'key': u'neutron-server', 'value': {u'group': u'neutron-server', u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-server:4.0.0.1', u'enabled': True, u'host_in_groups': False, u'volumes': [u'/etc/kolla//neutron-server/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_server'}}) changed: [kode3] => (item={'key': u'neutron-l3-agent', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-l3-agent:4.0.0.1', u'enabled': True, u'host_in_groups': True, u'volumes': [u'/etc/kolla//neutron-l3-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run:/run:shared', u'/run/netns/:/run/netns/:shared', u'neutron_metadata_socket:/var/lib/neutron/kolla/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_l3_agent', u'privileged': True}}) skipping: [kode3] => (item={'key': u'neutron-lbaas-agent', 'value': {u'group': u'neutron-lbaas-agent', u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-lbaas-agent:4.0.0.1', u'enabled': False, u'host_in_groups': True, u'volumes': [u'/etc/kolla//neutron-lbaas-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run:/run:shared', u'/run/netns/:/run/netns/:shared', u'neutron_metadata_socket:/var/lib/neutron/kolla/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_lbaas_agent', u'privileged': True}}) skipping: [kode3] => (item={'key': u'neutron-linuxbridge-agent', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-linuxbridge-agent:4.0.0.1', u'enabled': False, u'host_in_groups': True, u'environment': {u'NEUTRON_INTERFACE': u'eth5', u'KOLLA_CONFIG_STRATEGY': u'COPY_ALWAYS', u'NEUTRON_BRIDGE': u'br-ex'}, u'volumes': [u'/etc/kolla//neutron-linuxbridge-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_linuxbridge_agent', u'privileged': True}}) skipping: [kode3] => (item={'key': u'openvswitch-vswitchd', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-openvswitch-vswitchd:4.0.0.1', u'enabled': True, u'host_in_groups': True, u'volumes': [u'/etc/kolla//openvswitch-vswitchd/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'kolla_logs:/var/log/kolla/'], u'container_name': u'openvswitch_vswitchd', u'privileged': True}}) skipping: [kode3] => (item={'key': u'neutron-metadata-agent', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-metadata-agent:4.0.0.1', u'enabled': True, u'host_in_groups': True, u'volumes': [u'/etc/kolla//neutron-metadata-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run/netns/:/run/netns/:shared', u'neutron_metadata_socket:/var/lib/neutron/kolla/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_metadata_agent', u'privileged': True}}) skipping: [kode3] => (item={'key': u'neutron-dhcp-agent', 'value': {u'group': u'neutron-dhcp-agent', u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-dhcp-agent:4.0.0.1', u'enabled': True, u'host_in_groups': True, u'volumes': [u'/etc/kolla//neutron-dhcp-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run/:/run/:shared', u'/run/netns/:/run/netns/:shared', u'neutron_metadata_socket:/var/lib/neutron/kolla/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_dhcp_agent', u'privileged': True}}) skipping: [kode3] => (item={'key': u'neutron-sfc-agent', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-sfc-agent:4.0.0.1', u'enabled': False, u'host_in_groups': True, u'volumes': [u'/etc/kolla//neutron-sfc-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_sfc_agent', u'privileged': True}}) TASK [neutron : Copying over fwaas_driver.ini] ********************************* skipping: [kode3] => (item={'key': u'openvswitch-db-server', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-openvswitch-db-server:4.0.0.1', u'enabled': True, u'host_in_groups': True, u'volumes': [u'/etc/kolla//openvswitch-db-server/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run:/run:shared', u'kolla_logs:/var/log/kolla/', u'openvswitch_db:/var/lib/openvswitch/'], u'container_name': u'openvswitch_db'}}) skipping: [kode3] => (item={'key': u'neutron-server', 'value': {u'group': u'neutron-server', u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-server:4.0.0.1', u'enabled': True, u'host_in_groups': True, u'volumes': [u'/etc/kolla//neutron-server/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_server'}}) skipping: [kode3] => (item={'key': u'neutron-vpnaas-agent', 'value': {u'group': u'neutron-vpnaas-agent', u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-vpnaas-agent:4.0.0.1', u'enabled': False, u'host_in_groups': True, u'volumes': [u'/etc/kolla//neutron-vpnaas-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run:/run:shared', u'/run/netns/:/run/netns/:shared', u'/lib/modules:/lib/modules:ro', u'neutron_metadata_socket:/var/lib/neutron/kolla/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_vpnaas_agent', u'privileged': True}}) skipping: [kode4] => (item={'key': u'neutron-vpnaas-agent', 'value': {u'group': u'neutron-vpnaas-agent', u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-vpnaas-agent:4.0.0.1', u'enabled': False, u'host_in_groups': False, u'volumes': [u'/etc/kolla//neutron-vpnaas-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run:/run:shared', u'/run/netns/:/run/netns/:shared', u'/lib/modules:/lib/modules:ro', u'neutron_metadata_socket:/var/lib/neutron/kolla/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_vpnaas_agent', u'privileged': True}}) skipping: [kode4] => (item={'key': u'openvswitch-db-server', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-openvswitch-db-server:4.0.0.1', u'enabled': True, u'host_in_groups': True, u'volumes': [u'/etc/kolla//openvswitch-db-server/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run:/run:shared', u'kolla_logs:/var/log/kolla/', u'openvswitch_db:/var/lib/openvswitch/'], u'container_name': u'openvswitch_db'}}) skipping: [kode3] => (item={'key': u'neutron-openvswitch-agent', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-openvswitch-agent:4.0.0.1', u'enabled': True, u'host_in_groups': True, u'volumes': [u'/etc/kolla//neutron-openvswitch-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_openvswitch_agent', u'privileged': True}}) skipping: [kode5] => (item={'key': u'openvswitch-db-server', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-openvswitch-db-server:4.0.0.1', u'enabled': True, u'host_in_groups': True, u'volumes': [u'/etc/kolla//openvswitch-db-server/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run:/run:shared', u'kolla_logs:/var/log/kolla/', u'openvswitch_db:/var/lib/openvswitch/'], u'container_name': u'openvswitch_db'}}) skipping: [kode5] => (item={'key': u'neutron-server', 'value': {u'group': u'neutron-server', u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-server:4.0.0.1', u'enabled': True, u'host_in_groups': False, u'volumes': [u'/etc/kolla//neutron-server/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_server'}}) skipping: [kode5] => (item={'key': u'neutron-vpnaas-agent', 'value': {u'group': u'neutron-vpnaas-agent', u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-vpnaas-agent:4.0.0.1', u'enabled': False, u'host_in_groups': False, u'volumes': [u'/etc/kolla//neutron-vpnaas-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run:/run:shared', u'/run/netns/:/run/netns/:shared', u'/lib/modules:/lib/modules:ro', u'neutron_metadata_socket:/var/lib/neutron/kolla/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_vpnaas_agent', u'privileged': True}}) skipping: [kode4] => (item={'key': u'neutron-openvswitch-agent', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-openvswitch-agent:4.0.0.1', u'enabled': True, u'host_in_groups': True, u'volumes': [u'/etc/kolla//neutron-openvswitch-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_openvswitch_agent', u'privileged': True}}) skipping: [kode4] => (item={'key': u'neutron-server', 'value': {u'group': u'neutron-server', u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-server:4.0.0.1', u'enabled': True, u'host_in_groups': False, u'volumes': [u'/etc/kolla//neutron-server/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_server'}}) skipping: [kode6] => (item={'key': u'neutron-server', 'value': {u'group': u'neutron-server', u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-server:4.0.0.1', u'enabled': True, u'host_in_groups': False, u'volumes': [u'/etc/kolla//neutron-server/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_server'}}) skipping: [kode6] => (item={'key': u'neutron-vpnaas-agent', 'value': {u'group': u'neutron-vpnaas-agent', u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-vpnaas-agent:4.0.0.1', u'enabled': False, u'host_in_groups': False, u'volumes': [u'/etc/kolla//neutron-vpnaas-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run:/run:shared', u'/run/netns/:/run/netns/:shared', u'/lib/modules:/lib/modules:ro', u'neutron_metadata_socket:/var/lib/neutron/kolla/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_vpnaas_agent', u'privileged': True}}) skipping: [kode6] => (item={'key': u'openvswitch-db-server', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-openvswitch-db-server:4.0.0.1', u'enabled': True, u'host_in_groups': True, u'volumes': [u'/etc/kolla//openvswitch-db-server/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run:/run:shared', u'kolla_logs:/var/log/kolla/', u'openvswitch_db:/var/lib/openvswitch/'], u'container_name': u'openvswitch_db'}}) skipping: [kode5] => (item={'key': u'neutron-openvswitch-agent', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-openvswitch-agent:4.0.0.1', u'enabled': True, u'host_in_groups': True, u'volumes': [u'/etc/kolla//neutron-openvswitch-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_openvswitch_agent', u'privileged': True}}) skipping: [kode4] => (item={'key': u'neutron-metadata-agent', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-metadata-agent:4.0.0.1', u'enabled': True, u'host_in_groups': False, u'volumes': [u'/etc/kolla//neutron-metadata-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run/netns/:/run/netns/:shared', u'neutron_metadata_socket:/var/lib/neutron/kolla/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_metadata_agent', u'privileged': True}}) skipping: [kode4] => (item={'key': u'openvswitch-vswitchd', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-openvswitch-vswitchd:4.0.0.1', u'enabled': True, u'host_in_groups': True, u'volumes': [u'/etc/kolla//openvswitch-vswitchd/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'kolla_logs:/var/log/kolla/'], u'container_name': u'openvswitch_vswitchd', u'privileged': True}}) skipping: [kode4] => (item={'key': u'neutron-linuxbridge-agent', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-linuxbridge-agent:4.0.0.1', u'enabled': False, u'host_in_groups': True, u'environment': {u'NEUTRON_INTERFACE': u'eth5', u'KOLLA_CONFIG_STRATEGY': u'COPY_ALWAYS', u'NEUTRON_BRIDGE': u'br-ex'}, u'volumes': [u'/etc/kolla//neutron-linuxbridge-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_linuxbridge_agent', u'privileged': True}}) skipping: [kode4] => (item={'key': u'neutron-lbaas-agent', 'value': {u'group': u'neutron-lbaas-agent', u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-lbaas-agent:4.0.0.1', u'enabled': False, u'host_in_groups': False, u'volumes': [u'/etc/kolla//neutron-lbaas-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run:/run:shared', u'/run/netns/:/run/netns/:shared', u'neutron_metadata_socket:/var/lib/neutron/kolla/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_lbaas_agent', u'privileged': True}}) skipping: [kode4] => (item={'key': u'neutron-l3-agent', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-l3-agent:4.0.0.1', u'enabled': True, u'host_in_groups': False, u'volumes': [u'/etc/kolla//neutron-l3-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run:/run:shared', u'/run/netns/:/run/netns/:shared', u'neutron_metadata_socket:/var/lib/neutron/kolla/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_l3_agent', u'privileged': True}}) skipping: [kode4] => (item={'key': u'neutron-dhcp-agent', 'value': {u'group': u'neutron-dhcp-agent', u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-dhcp-agent:4.0.0.1', u'enabled': True, u'host_in_groups': False, u'volumes': [u'/etc/kolla//neutron-dhcp-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run/:/run/:shared', u'/run/netns/:/run/netns/:shared', u'neutron_metadata_socket:/var/lib/neutron/kolla/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_dhcp_agent', u'privileged': True}}) skipping: [kode5] => (item={'key': u'neutron-metadata-agent', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-metadata-agent:4.0.0.1', u'enabled': True, u'host_in_groups': False, u'volumes': [u'/etc/kolla//neutron-metadata-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run/netns/:/run/netns/:shared', u'neutron_metadata_socket:/var/lib/neutron/kolla/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_metadata_agent', u'privileged': True}}) skipping: [kode5] => (item={'key': u'openvswitch-vswitchd', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-openvswitch-vswitchd:4.0.0.1', u'enabled': True, u'host_in_groups': True, u'volumes': [u'/etc/kolla//openvswitch-vswitchd/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'kolla_logs:/var/log/kolla/'], u'container_name': u'openvswitch_vswitchd', u'privileged': True}}) skipping: [kode5] => (item={'key': u'neutron-linuxbridge-agent', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-linuxbridge-agent:4.0.0.1', u'enabled': False, u'host_in_groups': True, u'environment': {u'NEUTRON_INTERFACE': u'eth5', u'KOLLA_CONFIG_STRATEGY': u'COPY_ALWAYS', u'NEUTRON_BRIDGE': u'br-ex'}, u'volumes': [u'/etc/kolla//neutron-linuxbridge-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_linuxbridge_agent', u'privileged': True}}) skipping: [kode5] => (item={'key': u'neutron-dhcp-agent', 'value': {u'group': u'neutron-dhcp-agent', u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-dhcp-agent:4.0.0.1', u'enabled': True, u'host_in_groups': False, u'volumes': [u'/etc/kolla//neutron-dhcp-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run/:/run/:shared', u'/run/netns/:/run/netns/:shared', u'neutron_metadata_socket:/var/lib/neutron/kolla/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_dhcp_agent', u'privileged': True}}) skipping: [kode6] => (item={'key': u'neutron-openvswitch-agent', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-openvswitch-agent:4.0.0.1', u'enabled': True, u'host_in_groups': True, u'volumes': [u'/etc/kolla//neutron-openvswitch-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_openvswitch_agent', u'privileged': True}}) skipping: [kode4] => (item={'key': u'neutron-sfc-agent', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-sfc-agent:4.0.0.1', u'enabled': False, u'host_in_groups': True, u'volumes': [u'/etc/kolla//neutron-sfc-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_sfc_agent', u'privileged': True}}) skipping: [kode6] => (item={'key': u'neutron-l3-agent', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-l3-agent:4.0.0.1', u'enabled': True, u'host_in_groups': False, u'volumes': [u'/etc/kolla//neutron-l3-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run:/run:shared', u'/run/netns/:/run/netns/:shared', u'neutron_metadata_socket:/var/lib/neutron/kolla/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_l3_agent', u'privileged': True}}) skipping: [kode5] => (item={'key': u'neutron-lbaas-agent', 'value': {u'group': u'neutron-lbaas-agent', u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-lbaas-agent:4.0.0.1', u'enabled': False, u'host_in_groups': False, u'volumes': [u'/etc/kolla//neutron-lbaas-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run:/run:shared', u'/run/netns/:/run/netns/:shared', u'neutron_metadata_socket:/var/lib/neutron/kolla/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_lbaas_agent', u'privileged': True}}) skipping: [kode5] => (item={'key': u'neutron-l3-agent', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-l3-agent:4.0.0.1', u'enabled': True, u'host_in_groups': False, u'volumes': [u'/etc/kolla//neutron-l3-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run:/run:shared', u'/run/netns/:/run/netns/:shared', u'neutron_metadata_socket:/var/lib/neutron/kolla/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_l3_agent', u'privileged': True}}) skipping: [kode6] => (item={'key': u'neutron-lbaas-agent', 'value': {u'group': u'neutron-lbaas-agent', u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-lbaas-agent:4.0.0.1', u'enabled': False, u'host_in_groups': False, u'volumes': [u'/etc/kolla//neutron-lbaas-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run:/run:shared', u'/run/netns/:/run/netns/:shared', u'neutron_metadata_socket:/var/lib/neutron/kolla/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_lbaas_agent', u'privileged': True}}) skipping: [kode5] => (item={'key': u'neutron-sfc-agent', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-sfc-agent:4.0.0.1', u'enabled': False, u'host_in_groups': True, u'volumes': [u'/etc/kolla//neutron-sfc-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_sfc_agent', u'privileged': True}}) skipping: [kode6] => (item={'key': u'neutron-sfc-agent', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-sfc-agent:4.0.0.1', u'enabled': False, u'host_in_groups': True, u'volumes': [u'/etc/kolla//neutron-sfc-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_sfc_agent', u'privileged': True}}) skipping: [kode6] => (item={'key': u'neutron-dhcp-agent', 'value': {u'group': u'neutron-dhcp-agent', u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-dhcp-agent:4.0.0.1', u'enabled': True, u'host_in_groups': False, u'volumes': [u'/etc/kolla//neutron-dhcp-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run/:/run/:shared', u'/run/netns/:/run/netns/:shared', u'neutron_metadata_socket:/var/lib/neutron/kolla/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_dhcp_agent', u'privileged': True}}) skipping: [kode6] => (item={'key': u'neutron-metadata-agent', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-metadata-agent:4.0.0.1', u'enabled': True, u'host_in_groups': False, u'volumes': [u'/etc/kolla//neutron-metadata-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run/netns/:/run/netns/:shared', u'neutron_metadata_socket:/var/lib/neutron/kolla/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_metadata_agent', u'privileged': True}}) skipping: [kode6] => (item={'key': u'openvswitch-vswitchd', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-openvswitch-vswitchd:4.0.0.1', u'enabled': True, u'host_in_groups': True, u'volumes': [u'/etc/kolla//openvswitch-vswitchd/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'kolla_logs:/var/log/kolla/'], u'container_name': u'openvswitch_vswitchd', u'privileged': True}}) skipping: [kode6] => (item={'key': u'neutron-linuxbridge-agent', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-linuxbridge-agent:4.0.0.1', u'enabled': False, u'host_in_groups': True, u'environment': {u'NEUTRON_INTERFACE': u'eth5', u'KOLLA_CONFIG_STRATEGY': u'COPY_ALWAYS', u'NEUTRON_BRIDGE': u'br-ex'}, u'volumes': [u'/etc/kolla//neutron-linuxbridge-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_linuxbridge_agent', u'privileged': True}}) changed: [kode3] => (item={'key': u'neutron-l3-agent', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-l3-agent:4.0.0.1', u'enabled': True, u'host_in_groups': True, u'volumes': [u'/etc/kolla//neutron-l3-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run:/run:shared', u'/run/netns/:/run/netns/:shared', u'neutron_metadata_socket:/var/lib/neutron/kolla/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_l3_agent', u'privileged': True}}) skipping: [kode3] => (item={'key': u'neutron-lbaas-agent', 'value': {u'group': u'neutron-lbaas-agent', u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-lbaas-agent:4.0.0.1', u'enabled': False, u'host_in_groups': True, u'volumes': [u'/etc/kolla//neutron-lbaas-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run:/run:shared', u'/run/netns/:/run/netns/:shared', u'neutron_metadata_socket:/var/lib/neutron/kolla/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_lbaas_agent', u'privileged': True}}) skipping: [kode3] => (item={'key': u'neutron-linuxbridge-agent', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-linuxbridge-agent:4.0.0.1', u'enabled': False, u'host_in_groups': True, u'environment': {u'NEUTRON_INTERFACE': u'eth5', u'KOLLA_CONFIG_STRATEGY': u'COPY_ALWAYS', u'NEUTRON_BRIDGE': u'br-ex'}, u'volumes': [u'/etc/kolla//neutron-linuxbridge-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_linuxbridge_agent', u'privileged': True}}) skipping: [kode3] => (item={'key': u'openvswitch-vswitchd', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-openvswitch-vswitchd:4.0.0.1', u'enabled': True, u'host_in_groups': True, u'volumes': [u'/etc/kolla//openvswitch-vswitchd/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'kolla_logs:/var/log/kolla/'], u'container_name': u'openvswitch_vswitchd', u'privileged': True}}) skipping: [kode3] => (item={'key': u'neutron-metadata-agent', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-metadata-agent:4.0.0.1', u'enabled': True, u'host_in_groups': True, u'volumes': [u'/etc/kolla//neutron-metadata-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run/netns/:/run/netns/:shared', u'neutron_metadata_socket:/var/lib/neutron/kolla/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_metadata_agent', u'privileged': True}}) skipping: [kode3] => (item={'key': u'neutron-dhcp-agent', 'value': {u'group': u'neutron-dhcp-agent', u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-dhcp-agent:4.0.0.1', u'enabled': True, u'host_in_groups': True, u'volumes': [u'/etc/kolla//neutron-dhcp-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run/:/run/:shared', u'/run/netns/:/run/netns/:shared', u'neutron_metadata_socket:/var/lib/neutron/kolla/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_dhcp_agent', u'privileged': True}}) skipping: [kode3] => (item={'key': u'neutron-sfc-agent', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-sfc-agent:4.0.0.1', u'enabled': False, u'host_in_groups': True, u'volumes': [u'/etc/kolla//neutron-sfc-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_sfc_agent', u'privileged': True}}) TASK [neutron : Copying over metadata_agent.ini] ******************************* skipping: [kode5] skipping: [kode4] skipping: [kode6] changed: [kode3] TASK [neutron : Copying over lbaas_agent.ini] ********************************** skipping: [kode4] skipping: [kode3] skipping: [kode6] skipping: [kode5] TASK [neutron : Copying over vpnaas_agent.ini] ********************************* skipping: [kode3] skipping: [kode4] skipping: [kode5] skipping: [kode6] TASK [neutron : Check if policies shall be overwritten] ************************ ok: [kode3 -> localhost] ok: [kode4 -> localhost] ok: [kode5 -> localhost] ok: [kode6 -> localhost] TASK [neutron : Copying over existing policy.json] ***************************** skipping: [kode3] => (item={'key': u'neutron-server', 'value': {u'group': u'neutron-server', u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-server:4.0.0.1', u'enabled': True, u'host_in_groups': True, u'volumes': [u'/etc/kolla//neutron-server/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_server'}}) skipping: [kode3] => (item={'key': u'neutron-vpnaas-agent', 'value': {u'group': u'neutron-vpnaas-agent', u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-vpnaas-agent:4.0.0.1', u'enabled': False, u'host_in_groups': True, u'volumes': [u'/etc/kolla//neutron-vpnaas-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run:/run:shared', u'/run/netns/:/run/netns/:shared', u'/lib/modules:/lib/modules:ro', u'neutron_metadata_socket:/var/lib/neutron/kolla/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_vpnaas_agent', u'privileged': True}}) skipping: [kode3] => (item={'key': u'openvswitch-db-server', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-openvswitch-db-server:4.0.0.1', u'enabled': True, u'host_in_groups': True, u'volumes': [u'/etc/kolla//openvswitch-db-server/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run:/run:shared', u'kolla_logs:/var/log/kolla/', u'openvswitch_db:/var/lib/openvswitch/'], u'container_name': u'openvswitch_db'}}) skipping: [kode5] => (item={'key': u'neutron-vpnaas-agent', 'value': {u'group': u'neutron-vpnaas-agent', u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-vpnaas-agent:4.0.0.1', u'enabled': False, u'host_in_groups': False, u'volumes': [u'/etc/kolla//neutron-vpnaas-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run:/run:shared', u'/run/netns/:/run/netns/:shared', u'/lib/modules:/lib/modules:ro', u'neutron_metadata_socket:/var/lib/neutron/kolla/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_vpnaas_agent', u'privileged': True}}) skipping: [kode5] => (item={'key': u'openvswitch-db-server', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-openvswitch-db-server:4.0.0.1', u'enabled': True, u'host_in_groups': True, u'volumes': [u'/etc/kolla//openvswitch-db-server/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run:/run:shared', u'kolla_logs:/var/log/kolla/', u'openvswitch_db:/var/lib/openvswitch/'], u'container_name': u'openvswitch_db'}}) skipping: [kode4] => (item={'key': u'openvswitch-db-server', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-openvswitch-db-server:4.0.0.1', u'enabled': True, u'host_in_groups': True, u'volumes': [u'/etc/kolla//openvswitch-db-server/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run:/run:shared', u'kolla_logs:/var/log/kolla/', u'openvswitch_db:/var/lib/openvswitch/'], u'container_name': u'openvswitch_db'}}) skipping: [kode3] => (item={'key': u'openvswitch-vswitchd', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-openvswitch-vswitchd:4.0.0.1', u'enabled': True, u'host_in_groups': True, u'volumes': [u'/etc/kolla//openvswitch-vswitchd/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'kolla_logs:/var/log/kolla/'], u'container_name': u'openvswitch_vswitchd', u'privileged': True}}) skipping: [kode3] => (item={'key': u'neutron-linuxbridge-agent', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-linuxbridge-agent:4.0.0.1', u'enabled': False, u'host_in_groups': True, u'environment': {u'NEUTRON_INTERFACE': u'eth5', u'KOLLA_CONFIG_STRATEGY': u'COPY_ALWAYS', u'NEUTRON_BRIDGE': u'br-ex'}, u'volumes': [u'/etc/kolla//neutron-linuxbridge-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_linuxbridge_agent', u'privileged': True}}) skipping: [kode3] => (item={'key': u'neutron-lbaas-agent', 'value': {u'group': u'neutron-lbaas-agent', u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-lbaas-agent:4.0.0.1', u'enabled': False, u'host_in_groups': True, u'volumes': [u'/etc/kolla//neutron-lbaas-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run:/run:shared', u'/run/netns/:/run/netns/:shared', u'neutron_metadata_socket:/var/lib/neutron/kolla/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_lbaas_agent', u'privileged': True}}) skipping: [kode3] => (item={'key': u'neutron-l3-agent', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-l3-agent:4.0.0.1', u'enabled': True, u'host_in_groups': True, u'volumes': [u'/etc/kolla//neutron-l3-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run:/run:shared', u'/run/netns/:/run/netns/:shared', u'neutron_metadata_socket:/var/lib/neutron/kolla/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_l3_agent', u'privileged': True}}) skipping: [kode3] => (item={'key': u'neutron-openvswitch-agent', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-openvswitch-agent:4.0.0.1', u'enabled': True, u'host_in_groups': True, u'volumes': [u'/etc/kolla//neutron-openvswitch-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_openvswitch_agent', u'privileged': True}}) skipping: [kode4] => (item={'key': u'neutron-vpnaas-agent', 'value': {u'group': u'neutron-vpnaas-agent', u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-vpnaas-agent:4.0.0.1', u'enabled': False, u'host_in_groups': False, u'volumes': [u'/etc/kolla//neutron-vpnaas-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run:/run:shared', u'/run/netns/:/run/netns/:shared', u'/lib/modules:/lib/modules:ro', u'neutron_metadata_socket:/var/lib/neutron/kolla/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_vpnaas_agent', u'privileged': True}}) skipping: [kode4] => (item={'key': u'openvswitch-vswitchd', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-openvswitch-vswitchd:4.0.0.1', u'enabled': True, u'host_in_groups': True, u'volumes': [u'/etc/kolla//openvswitch-vswitchd/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'kolla_logs:/var/log/kolla/'], u'container_name': u'openvswitch_vswitchd', u'privileged': True}}) skipping: [kode4] => (item={'key': u'neutron-linuxbridge-agent', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-linuxbridge-agent:4.0.0.1', u'enabled': False, u'host_in_groups': True, u'environment': {u'NEUTRON_INTERFACE': u'eth5', u'KOLLA_CONFIG_STRATEGY': u'COPY_ALWAYS', u'NEUTRON_BRIDGE': u'br-ex'}, u'volumes': [u'/etc/kolla//neutron-linuxbridge-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_linuxbridge_agent', u'privileged': True}}) skipping: [kode4] => (item={'key': u'neutron-lbaas-agent', 'value': {u'group': u'neutron-lbaas-agent', u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-lbaas-agent:4.0.0.1', u'enabled': False, u'host_in_groups': False, u'volumes': [u'/etc/kolla//neutron-lbaas-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run:/run:shared', u'/run/netns/:/run/netns/:shared', u'neutron_metadata_socket:/var/lib/neutron/kolla/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_lbaas_agent', u'privileged': True}}) skipping: [kode4] => (item={'key': u'neutron-l3-agent', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-l3-agent:4.0.0.1', u'enabled': True, u'host_in_groups': False, u'volumes': [u'/etc/kolla//neutron-l3-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run:/run:shared', u'/run/netns/:/run/netns/:shared', u'neutron_metadata_socket:/var/lib/neutron/kolla/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_l3_agent', u'privileged': True}}) skipping: [kode4] => (item={'key': u'neutron-openvswitch-agent', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-openvswitch-agent:4.0.0.1', u'enabled': True, u'host_in_groups': True, u'volumes': [u'/etc/kolla//neutron-openvswitch-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_openvswitch_agent', u'privileged': True}}) skipping: [kode4] => (item={'key': u'neutron-server', 'value': {u'group': u'neutron-server', u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-server:4.0.0.1', u'enabled': True, u'host_in_groups': False, u'volumes': [u'/etc/kolla//neutron-server/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_server'}}) skipping: [kode3] => (item={'key': u'neutron-sfc-agent', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-sfc-agent:4.0.0.1', u'enabled': False, u'host_in_groups': True, u'volumes': [u'/etc/kolla//neutron-sfc-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_sfc_agent', u'privileged': True}}) skipping: [kode3] => (item={'key': u'neutron-dhcp-agent', 'value': {u'group': u'neutron-dhcp-agent', u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-dhcp-agent:4.0.0.1', u'enabled': True, u'host_in_groups': True, u'volumes': [u'/etc/kolla//neutron-dhcp-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run/:/run/:shared', u'/run/netns/:/run/netns/:shared', u'neutron_metadata_socket:/var/lib/neutron/kolla/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_dhcp_agent', u'privileged': True}}) skipping: [kode3] => (item={'key': u'neutron-metadata-agent', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-metadata-agent:4.0.0.1', u'enabled': True, u'host_in_groups': True, u'volumes': [u'/etc/kolla//neutron-metadata-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run/netns/:/run/netns/:shared', u'neutron_metadata_socket:/var/lib/neutron/kolla/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_metadata_agent', u'privileged': True}}) skipping: [kode6] => (item={'key': u'neutron-l3-agent', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-l3-agent:4.0.0.1', u'enabled': True, u'host_in_groups': False, u'volumes': [u'/etc/kolla//neutron-l3-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run:/run:shared', u'/run/netns/:/run/netns/:shared', u'neutron_metadata_socket:/var/lib/neutron/kolla/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_l3_agent', u'privileged': True}}) skipping: [kode6] => (item={'key': u'neutron-openvswitch-agent', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-openvswitch-agent:4.0.0.1', u'enabled': True, u'host_in_groups': True, u'volumes': [u'/etc/kolla//neutron-openvswitch-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_openvswitch_agent', u'privileged': True}}) skipping: [kode6] => (item={'key': u'neutron-server', 'value': {u'group': u'neutron-server', u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-server:4.0.0.1', u'enabled': True, u'host_in_groups': False, u'volumes': [u'/etc/kolla//neutron-server/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_server'}}) skipping: [kode6] => (item={'key': u'neutron-lbaas-agent', 'value': {u'group': u'neutron-lbaas-agent', u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-lbaas-agent:4.0.0.1', u'enabled': False, u'host_in_groups': False, u'volumes': [u'/etc/kolla//neutron-lbaas-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run:/run:shared', u'/run/netns/:/run/netns/:shared', u'neutron_metadata_socket:/var/lib/neutron/kolla/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_lbaas_agent', u'privileged': True}}) skipping: [kode6] => (item={'key': u'neutron-linuxbridge-agent', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-linuxbridge-agent:4.0.0.1', u'enabled': False, u'host_in_groups': True, u'environment': {u'NEUTRON_INTERFACE': u'eth5', u'KOLLA_CONFIG_STRATEGY': u'COPY_ALWAYS', u'NEUTRON_BRIDGE': u'br-ex'}, u'volumes': [u'/etc/kolla//neutron-linuxbridge-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_linuxbridge_agent', u'privileged': True}}) skipping: [kode5] => (item={'key': u'neutron-sfc-agent', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-sfc-agent:4.0.0.1', u'enabled': False, u'host_in_groups': True, u'volumes': [u'/etc/kolla//neutron-sfc-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_sfc_agent', u'privileged': True}}) skipping: [kode6] => (item={'key': u'openvswitch-vswitchd', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-openvswitch-vswitchd:4.0.0.1', u'enabled': True, u'host_in_groups': True, u'volumes': [u'/etc/kolla//openvswitch-vswitchd/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'kolla_logs:/var/log/kolla/'], u'container_name': u'openvswitch_vswitchd', u'privileged': True}}) skipping: [kode5] => (item={'key': u'neutron-dhcp-agent', 'value': {u'group': u'neutron-dhcp-agent', u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-dhcp-agent:4.0.0.1', u'enabled': True, u'host_in_groups': False, u'volumes': [u'/etc/kolla//neutron-dhcp-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run/:/run/:shared', u'/run/netns/:/run/netns/:shared', u'neutron_metadata_socket:/var/lib/neutron/kolla/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_dhcp_agent', u'privileged': True}}) skipping: [kode5] => (item={'key': u'neutron-metadata-agent', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-metadata-agent:4.0.0.1', u'enabled': True, u'host_in_groups': False, u'volumes': [u'/etc/kolla//neutron-metadata-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run/netns/:/run/netns/:shared', u'neutron_metadata_socket:/var/lib/neutron/kolla/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_metadata_agent', u'privileged': True}}) skipping: [kode6] => (item={'key': u'neutron-metadata-agent', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-metadata-agent:4.0.0.1', u'enabled': True, u'host_in_groups': False, u'volumes': [u'/etc/kolla//neutron-metadata-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run/netns/:/run/netns/:shared', u'neutron_metadata_socket:/var/lib/neutron/kolla/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_metadata_agent', u'privileged': True}}) skipping: [kode5] => (item={'key': u'openvswitch-vswitchd', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-openvswitch-vswitchd:4.0.0.1', u'enabled': True, u'host_in_groups': True, u'volumes': [u'/etc/kolla//openvswitch-vswitchd/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'kolla_logs:/var/log/kolla/'], u'container_name': u'openvswitch_vswitchd', u'privileged': True}}) skipping: [kode6] => (item={'key': u'neutron-vpnaas-agent', 'value': {u'group': u'neutron-vpnaas-agent', u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-vpnaas-agent:4.0.0.1', u'enabled': False, u'host_in_groups': False, u'volumes': [u'/etc/kolla//neutron-vpnaas-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run:/run:shared', u'/run/netns/:/run/netns/:shared', u'/lib/modules:/lib/modules:ro', u'neutron_metadata_socket:/var/lib/neutron/kolla/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_vpnaas_agent', u'privileged': True}}) skipping: [kode6] => (item={'key': u'neutron-dhcp-agent', 'value': {u'group': u'neutron-dhcp-agent', u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-dhcp-agent:4.0.0.1', u'enabled': True, u'host_in_groups': False, u'volumes': [u'/etc/kolla//neutron-dhcp-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run/:/run/:shared', u'/run/netns/:/run/netns/:shared', u'neutron_metadata_socket:/var/lib/neutron/kolla/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_dhcp_agent', u'privileged': True}}) skipping: [kode4] => (item={'key': u'neutron-sfc-agent', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-sfc-agent:4.0.0.1', u'enabled': False, u'host_in_groups': True, u'volumes': [u'/etc/kolla//neutron-sfc-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_sfc_agent', u'privileged': True}}) skipping: [kode6] => (item={'key': u'neutron-sfc-agent', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-sfc-agent:4.0.0.1', u'enabled': False, u'host_in_groups': True, u'volumes': [u'/etc/kolla//neutron-sfc-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_sfc_agent', u'privileged': True}}) skipping: [kode4] => (item={'key': u'neutron-dhcp-agent', 'value': {u'group': u'neutron-dhcp-agent', u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-dhcp-agent:4.0.0.1', u'enabled': True, u'host_in_groups': False, u'volumes': [u'/etc/kolla//neutron-dhcp-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run/:/run/:shared', u'/run/netns/:/run/netns/:shared', u'neutron_metadata_socket:/var/lib/neutron/kolla/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_dhcp_agent', u'privileged': True}}) skipping: [kode4] => (item={'key': u'neutron-metadata-agent', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-metadata-agent:4.0.0.1', u'enabled': True, u'host_in_groups': False, u'volumes': [u'/etc/kolla//neutron-metadata-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run/netns/:/run/netns/:shared', u'neutron_metadata_socket:/var/lib/neutron/kolla/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_metadata_agent', u'privileged': True}}) skipping: [kode6] => (item={'key': u'openvswitch-db-server', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-openvswitch-db-server:4.0.0.1', u'enabled': True, u'host_in_groups': True, u'volumes': [u'/etc/kolla//openvswitch-db-server/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run:/run:shared', u'kolla_logs:/var/log/kolla/', u'openvswitch_db:/var/lib/openvswitch/'], u'container_name': u'openvswitch_db'}}) skipping: [kode5] => (item={'key': u'neutron-linuxbridge-agent', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-linuxbridge-agent:4.0.0.1', u'enabled': False, u'host_in_groups': True, u'environment': {u'NEUTRON_INTERFACE': u'eth5', u'KOLLA_CONFIG_STRATEGY': u'COPY_ALWAYS', u'NEUTRON_BRIDGE': u'br-ex'}, u'volumes': [u'/etc/kolla//neutron-linuxbridge-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_linuxbridge_agent', u'privileged': True}}) skipping: [kode5] => (item={'key': u'neutron-lbaas-agent', 'value': {u'group': u'neutron-lbaas-agent', u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-lbaas-agent:4.0.0.1', u'enabled': False, u'host_in_groups': False, u'volumes': [u'/etc/kolla//neutron-lbaas-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run:/run:shared', u'/run/netns/:/run/netns/:shared', u'neutron_metadata_socket:/var/lib/neutron/kolla/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_lbaas_agent', u'privileged': True}}) skipping: [kode5] => (item={'key': u'neutron-l3-agent', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-l3-agent:4.0.0.1', u'enabled': True, u'host_in_groups': False, u'volumes': [u'/etc/kolla//neutron-l3-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run:/run:shared', u'/run/netns/:/run/netns/:shared', u'neutron_metadata_socket:/var/lib/neutron/kolla/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_l3_agent', u'privileged': True}}) skipping: [kode5] => (item={'key': u'neutron-openvswitch-agent', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-openvswitch-agent:4.0.0.1', u'enabled': True, u'host_in_groups': True, u'volumes': [u'/etc/kolla//neutron-openvswitch-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_openvswitch_agent', u'privileged': True}}) skipping: [kode5] => (item={'key': u'neutron-server', 'value': {u'group': u'neutron-server', u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-server:4.0.0.1', u'enabled': True, u'host_in_groups': False, u'volumes': [u'/etc/kolla//neutron-server/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_server'}}) TASK [neutron : Check neutron containers] ************************************** changed: [kode4] => (item={'key': u'openvswitch-db-server', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-openvswitch-db-server:4.0.0.1', u'enabled': True, u'host_in_groups': True, u'volumes': [u'/etc/kolla//openvswitch-db-server/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run:/run:shared', u'kolla_logs:/var/log/kolla/', u'openvswitch_db:/var/lib/openvswitch/'], u'container_name': u'openvswitch_db'}}) changed: [kode5] => (item={'key': u'openvswitch-db-server', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-openvswitch-db-server:4.0.0.1', u'enabled': True, u'host_in_groups': True, u'volumes': [u'/etc/kolla//openvswitch-db-server/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run:/run:shared', u'kolla_logs:/var/log/kolla/', u'openvswitch_db:/var/lib/openvswitch/'], u'container_name': u'openvswitch_db'}}) skipping: [kode5] => (item={'key': u'neutron-vpnaas-agent', 'value': {u'group': u'neutron-vpnaas-agent', u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-vpnaas-agent:4.0.0.1', u'enabled': False, u'host_in_groups': False, u'volumes': [u'/etc/kolla//neutron-vpnaas-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run:/run:shared', u'/run/netns/:/run/netns/:shared', u'/lib/modules:/lib/modules:ro', u'neutron_metadata_socket:/var/lib/neutron/kolla/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_vpnaas_agent', u'privileged': True}}) skipping: [kode4] => (item={'key': u'neutron-vpnaas-agent', 'value': {u'group': u'neutron-vpnaas-agent', u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-vpnaas-agent:4.0.0.1', u'enabled': False, u'host_in_groups': False, u'volumes': [u'/etc/kolla//neutron-vpnaas-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run:/run:shared', u'/run/netns/:/run/netns/:shared', u'/lib/modules:/lib/modules:ro', u'neutron_metadata_socket:/var/lib/neutron/kolla/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_vpnaas_agent', u'privileged': True}}) skipping: [kode5] => (item={'key': u'neutron-server', 'value': {u'group': u'neutron-server', u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-server:4.0.0.1', u'enabled': True, u'host_in_groups': False, u'volumes': [u'/etc/kolla//neutron-server/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_server'}}) skipping: [kode4] => (item={'key': u'neutron-server', 'value': {u'group': u'neutron-server', u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-server:4.0.0.1', u'enabled': True, u'host_in_groups': False, u'volumes': [u'/etc/kolla//neutron-server/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_server'}}) changed: [kode3] => (item={'key': u'openvswitch-db-server', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-openvswitch-db-server:4.0.0.1', u'enabled': True, u'host_in_groups': True, u'volumes': [u'/etc/kolla//openvswitch-db-server/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run:/run:shared', u'kolla_logs:/var/log/kolla/', u'openvswitch_db:/var/lib/openvswitch/'], u'container_name': u'openvswitch_db'}}) changed: [kode6] => (item={'key': u'openvswitch-db-server', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-openvswitch-db-server:4.0.0.1', u'enabled': True, u'host_in_groups': True, u'volumes': [u'/etc/kolla//openvswitch-db-server/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run:/run:shared', u'kolla_logs:/var/log/kolla/', u'openvswitch_db:/var/lib/openvswitch/'], u'container_name': u'openvswitch_db'}}) skipping: [kode6] => (item={'key': u'neutron-vpnaas-agent', 'value': {u'group': u'neutron-vpnaas-agent', u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-vpnaas-agent:4.0.0.1', u'enabled': False, u'host_in_groups': False, u'volumes': [u'/etc/kolla//neutron-vpnaas-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run:/run:shared', u'/run/netns/:/run/netns/:shared', u'/lib/modules:/lib/modules:ro', u'neutron_metadata_socket:/var/lib/neutron/kolla/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_vpnaas_agent', u'privileged': True}}) skipping: [kode6] => (item={'key': u'neutron-server', 'value': {u'group': u'neutron-server', u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-server:4.0.0.1', u'enabled': True, u'host_in_groups': False, u'volumes': [u'/etc/kolla//neutron-server/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_server'}}) skipping: [kode3] => (item={'key': u'neutron-vpnaas-agent', 'value': {u'group': u'neutron-vpnaas-agent', u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-vpnaas-agent:4.0.0.1', u'enabled': False, u'host_in_groups': True, u'volumes': [u'/etc/kolla//neutron-vpnaas-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run:/run:shared', u'/run/netns/:/run/netns/:shared', u'/lib/modules:/lib/modules:ro', u'neutron_metadata_socket:/var/lib/neutron/kolla/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_vpnaas_agent', u'privileged': True}}) changed: [kode5] => (item={'key': u'neutron-openvswitch-agent', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-openvswitch-agent:4.0.0.1', u'enabled': True, u'host_in_groups': True, u'volumes': [u'/etc/kolla//neutron-openvswitch-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_openvswitch_agent', u'privileged': True}}) skipping: [kode5] => (item={'key': u'neutron-l3-agent', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-l3-agent:4.0.0.1', u'enabled': True, u'host_in_groups': False, u'volumes': [u'/etc/kolla//neutron-l3-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run:/run:shared', u'/run/netns/:/run/netns/:shared', u'neutron_metadata_socket:/var/lib/neutron/kolla/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_l3_agent', u'privileged': True}}) skipping: [kode5] => (item={'key': u'neutron-lbaas-agent', 'value': {u'group': u'neutron-lbaas-agent', u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-lbaas-agent:4.0.0.1', u'enabled': False, u'host_in_groups': False, u'volumes': [u'/etc/kolla//neutron-lbaas-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run:/run:shared', u'/run/netns/:/run/netns/:shared', u'neutron_metadata_socket:/var/lib/neutron/kolla/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_lbaas_agent', u'privileged': True}}) changed: [kode4] => (item={'key': u'neutron-openvswitch-agent', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-openvswitch-agent:4.0.0.1', u'enabled': True, u'host_in_groups': True, u'volumes': [u'/etc/kolla//neutron-openvswitch-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_openvswitch_agent', u'privileged': True}}) skipping: [kode5] => (item={'key': u'neutron-linuxbridge-agent', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-linuxbridge-agent:4.0.0.1', u'enabled': False, u'host_in_groups': True, u'environment': {u'NEUTRON_INTERFACE': u'eth5', u'KOLLA_CONFIG_STRATEGY': u'COPY_ALWAYS', u'NEUTRON_BRIDGE': u'br-ex'}, u'volumes': [u'/etc/kolla//neutron-linuxbridge-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_linuxbridge_agent', u'privileged': True}}) skipping: [kode4] => (item={'key': u'neutron-l3-agent', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-l3-agent:4.0.0.1', u'enabled': True, u'host_in_groups': False, u'volumes': [u'/etc/kolla//neutron-l3-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run:/run:shared', u'/run/netns/:/run/netns/:shared', u'neutron_metadata_socket:/var/lib/neutron/kolla/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_l3_agent', u'privileged': True}}) changed: [kode3] => (item={'key': u'neutron-server', 'value': {u'group': u'neutron-server', u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-server:4.0.0.1', u'enabled': True, u'host_in_groups': True, u'volumes': [u'/etc/kolla//neutron-server/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_server'}}) skipping: [kode4] => (item={'key': u'neutron-lbaas-agent', 'value': {u'group': u'neutron-lbaas-agent', u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-lbaas-agent:4.0.0.1', u'enabled': False, u'host_in_groups': False, u'volumes': [u'/etc/kolla//neutron-lbaas-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run:/run:shared', u'/run/netns/:/run/netns/:shared', u'neutron_metadata_socket:/var/lib/neutron/kolla/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_lbaas_agent', u'privileged': True}}) skipping: [kode4] => (item={'key': u'neutron-linuxbridge-agent', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-linuxbridge-agent:4.0.0.1', u'enabled': False, u'host_in_groups': True, u'environment': {u'NEUTRON_INTERFACE': u'eth5', u'KOLLA_CONFIG_STRATEGY': u'COPY_ALWAYS', u'NEUTRON_BRIDGE': u'br-ex'}, u'volumes': [u'/etc/kolla//neutron-linuxbridge-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_linuxbridge_agent', u'privileged': True}}) changed: [kode6] => (item={'key': u'neutron-openvswitch-agent', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-openvswitch-agent:4.0.0.1', u'enabled': True, u'host_in_groups': True, u'volumes': [u'/etc/kolla//neutron-openvswitch-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_openvswitch_agent', u'privileged': True}}) skipping: [kode6] => (item={'key': u'neutron-l3-agent', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-l3-agent:4.0.0.1', u'enabled': True, u'host_in_groups': False, u'volumes': [u'/etc/kolla//neutron-l3-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run:/run:shared', u'/run/netns/:/run/netns/:shared', u'neutron_metadata_socket:/var/lib/neutron/kolla/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_l3_agent', u'privileged': True}}) skipping: [kode6] => (item={'key': u'neutron-lbaas-agent', 'value': {u'group': u'neutron-lbaas-agent', u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-lbaas-agent:4.0.0.1', u'enabled': False, u'host_in_groups': False, u'volumes': [u'/etc/kolla//neutron-lbaas-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run:/run:shared', u'/run/netns/:/run/netns/:shared', u'neutron_metadata_socket:/var/lib/neutron/kolla/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_lbaas_agent', u'privileged': True}}) skipping: [kode6] => (item={'key': u'neutron-linuxbridge-agent', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-linuxbridge-agent:4.0.0.1', u'enabled': False, u'host_in_groups': True, u'environment': {u'NEUTRON_INTERFACE': u'eth5', u'KOLLA_CONFIG_STRATEGY': u'COPY_ALWAYS', u'NEUTRON_BRIDGE': u'br-ex'}, u'volumes': [u'/etc/kolla//neutron-linuxbridge-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_linuxbridge_agent', u'privileged': True}}) changed: [kode3] => (item={'key': u'neutron-openvswitch-agent', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-openvswitch-agent:4.0.0.1', u'enabled': True, u'host_in_groups': True, u'volumes': [u'/etc/kolla//neutron-openvswitch-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_openvswitch_agent', u'privileged': True}}) changed: [kode4] => (item={'key': u'openvswitch-vswitchd', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-openvswitch-vswitchd:4.0.0.1', u'enabled': True, u'host_in_groups': True, u'volumes': [u'/etc/kolla//openvswitch-vswitchd/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'kolla_logs:/var/log/kolla/'], u'container_name': u'openvswitch_vswitchd', u'privileged': True}}) changed: [kode5] => (item={'key': u'openvswitch-vswitchd', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-openvswitch-vswitchd:4.0.0.1', u'enabled': True, u'host_in_groups': True, u'volumes': [u'/etc/kolla//openvswitch-vswitchd/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'kolla_logs:/var/log/kolla/'], u'container_name': u'openvswitch_vswitchd', u'privileged': True}}) skipping: [kode4] => (item={'key': u'neutron-metadata-agent', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-metadata-agent:4.0.0.1', u'enabled': True, u'host_in_groups': False, u'volumes': [u'/etc/kolla//neutron-metadata-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run/netns/:/run/netns/:shared', u'neutron_metadata_socket:/var/lib/neutron/kolla/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_metadata_agent', u'privileged': True}}) skipping: [kode5] => (item={'key': u'neutron-metadata-agent', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-metadata-agent:4.0.0.1', u'enabled': True, u'host_in_groups': False, u'volumes': [u'/etc/kolla//neutron-metadata-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run/netns/:/run/netns/:shared', u'neutron_metadata_socket:/var/lib/neutron/kolla/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_metadata_agent', u'privileged': True}}) skipping: [kode4] => (item={'key': u'neutron-dhcp-agent', 'value': {u'group': u'neutron-dhcp-agent', u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-dhcp-agent:4.0.0.1', u'enabled': True, u'host_in_groups': False, u'volumes': [u'/etc/kolla//neutron-dhcp-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run/:/run/:shared', u'/run/netns/:/run/netns/:shared', u'neutron_metadata_socket:/var/lib/neutron/kolla/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_dhcp_agent', u'privileged': True}}) skipping: [kode5] => (item={'key': u'neutron-dhcp-agent', 'value': {u'group': u'neutron-dhcp-agent', u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-dhcp-agent:4.0.0.1', u'enabled': True, u'host_in_groups': False, u'volumes': [u'/etc/kolla//neutron-dhcp-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run/:/run/:shared', u'/run/netns/:/run/netns/:shared', u'neutron_metadata_socket:/var/lib/neutron/kolla/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_dhcp_agent', u'privileged': True}}) skipping: [kode4] => (item={'key': u'neutron-sfc-agent', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-sfc-agent:4.0.0.1', u'enabled': False, u'host_in_groups': True, u'volumes': [u'/etc/kolla//neutron-sfc-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_sfc_agent', u'privileged': True}}) skipping: [kode5] => (item={'key': u'neutron-sfc-agent', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-sfc-agent:4.0.0.1', u'enabled': False, u'host_in_groups': True, u'volumes': [u'/etc/kolla//neutron-sfc-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_sfc_agent', u'privileged': True}}) changed: [kode6] => (item={'key': u'openvswitch-vswitchd', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-openvswitch-vswitchd:4.0.0.1', u'enabled': True, u'host_in_groups': True, u'volumes': [u'/etc/kolla//openvswitch-vswitchd/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'kolla_logs:/var/log/kolla/'], u'container_name': u'openvswitch_vswitchd', u'privileged': True}}) skipping: [kode6] => (item={'key': u'neutron-metadata-agent', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-metadata-agent:4.0.0.1', u'enabled': True, u'host_in_groups': False, u'volumes': [u'/etc/kolla//neutron-metadata-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run/netns/:/run/netns/:shared', u'neutron_metadata_socket:/var/lib/neutron/kolla/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_metadata_agent', u'privileged': True}}) skipping: [kode6] => (item={'key': u'neutron-dhcp-agent', 'value': {u'group': u'neutron-dhcp-agent', u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-dhcp-agent:4.0.0.1', u'enabled': True, u'host_in_groups': False, u'volumes': [u'/etc/kolla//neutron-dhcp-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run/:/run/:shared', u'/run/netns/:/run/netns/:shared', u'neutron_metadata_socket:/var/lib/neutron/kolla/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_dhcp_agent', u'privileged': True}}) skipping: [kode6] => (item={'key': u'neutron-sfc-agent', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-sfc-agent:4.0.0.1', u'enabled': False, u'host_in_groups': True, u'volumes': [u'/etc/kolla//neutron-sfc-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_sfc_agent', u'privileged': True}}) changed: [kode3] => (item={'key': u'neutron-l3-agent', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-l3-agent:4.0.0.1', u'enabled': True, u'host_in_groups': True, u'volumes': [u'/etc/kolla//neutron-l3-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run:/run:shared', u'/run/netns/:/run/netns/:shared', u'neutron_metadata_socket:/var/lib/neutron/kolla/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_l3_agent', u'privileged': True}}) skipping: [kode3] => (item={'key': u'neutron-lbaas-agent', 'value': {u'group': u'neutron-lbaas-agent', u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-lbaas-agent:4.0.0.1', u'enabled': False, u'host_in_groups': True, u'volumes': [u'/etc/kolla//neutron-lbaas-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run:/run:shared', u'/run/netns/:/run/netns/:shared', u'neutron_metadata_socket:/var/lib/neutron/kolla/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_lbaas_agent', u'privileged': True}}) skipping: [kode3] => (item={'key': u'neutron-linuxbridge-agent', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-linuxbridge-agent:4.0.0.1', u'enabled': False, u'host_in_groups': True, u'environment': {u'NEUTRON_INTERFACE': u'eth5', u'KOLLA_CONFIG_STRATEGY': u'COPY_ALWAYS', u'NEUTRON_BRIDGE': u'br-ex'}, u'volumes': [u'/etc/kolla//neutron-linuxbridge-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_linuxbridge_agent', u'privileged': True}}) changed: [kode3] => (item={'key': u'openvswitch-vswitchd', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-openvswitch-vswitchd:4.0.0.1', u'enabled': True, u'host_in_groups': True, u'volumes': [u'/etc/kolla//openvswitch-vswitchd/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'kolla_logs:/var/log/kolla/'], u'container_name': u'openvswitch_vswitchd', u'privileged': True}}) changed: [kode3] => (item={'key': u'neutron-metadata-agent', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-metadata-agent:4.0.0.1', u'enabled': True, u'host_in_groups': True, u'volumes': [u'/etc/kolla//neutron-metadata-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run/netns/:/run/netns/:shared', u'neutron_metadata_socket:/var/lib/neutron/kolla/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_metadata_agent', u'privileged': True}}) changed: [kode3] => (item={'key': u'neutron-dhcp-agent', 'value': {u'group': u'neutron-dhcp-agent', u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-dhcp-agent:4.0.0.1', u'enabled': True, u'host_in_groups': True, u'volumes': [u'/etc/kolla//neutron-dhcp-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run/:/run/:shared', u'/run/netns/:/run/netns/:shared', u'neutron_metadata_socket:/var/lib/neutron/kolla/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_dhcp_agent', u'privileged': True}}) skipping: [kode3] => (item={'key': u'neutron-sfc-agent', 'value': {u'image': u'192.168.103.16:5000/bgi/centos-binary-neutron-sfc-agent:4.0.0.1', u'enabled': False, u'host_in_groups': True, u'volumes': [u'/etc/kolla//neutron-sfc-agent/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'kolla_logs:/var/log/kolla/'], u'container_name': u'neutron_sfc_agent', u'privileged': True}}) TASK [neutron : include] ******************************************************* skipping: [kode3] skipping: [kode4] skipping: [kode5] skipping: [kode6] TASK [neutron : include] ******************************************************* skipping: [kode4] skipping: [kode5] skipping: [kode6] included: /opt/bgi-kolla/kolla-ansible/ansible/roles/neutron/tasks/bootstrap.yml for kode3 TASK [neutron : Creating Neutron database] ************************************* changed: [kode3 -> kode3] TASK [neutron : Creating Neutron database user and setting permissions] ******** changed: [kode3 -> kode3] TASK [neutron : include] ******************************************************* included: /opt/bgi-kolla/kolla-ansible/ansible/roles/neutron/tasks/bootstrap_service.yml for kode3 TASK [neutron : Running Neutron bootstrap container] *************************** changed: [kode3 -> kode3] TASK [neutron : Running Neutron lbaas bootstrap container] ********************* skipping: [kode3] TASK [neutron : Running Neutron vpnaas bootstrap container] ******************** skipping: [kode3] RUNNING HANDLER [neutron : Restart openvswitch-db-server container] ************ changed: [kode4] changed: [kode5] changed: [kode6] changed: [kode3] RUNNING HANDLER [neutron : Waiting the openvswitch_db service to be ready] ***** ok: [kode4] ok: [kode3] ok: [kode5] ok: [kode6] RUNNING HANDLER [neutron : Ensuring OVS bridge is properly setup] ************** changed: [kode4] => (item=[u'br-ex', u'eth5']) changed: [kode5] => (item=[u'br-ex', u'eth5']) changed: [kode3] => (item=[u'br-ex', u'eth5']) changed: [kode6] => (item=[u'br-ex', u'eth5']) RUNNING HANDLER [neutron : Restart openvswitch-vswitchd container] ************* changed: [kode4] changed: [kode5] changed: [kode3] changed: [kode6] RUNNING HANDLER [neutron : Restart neutron-server container] ******************* changed: [kode3] RUNNING HANDLER [neutron : Restart neutron-openvswitch-agent container] ******** changed: [kode4] changed: [kode5] changed: [kode6] changed: [kode3] RUNNING HANDLER [neutron : Restart neutron-dhcp-agent container] *************** changed: [kode3] RUNNING HANDLER [neutron : Restart neutron-l3-agent container] ***************** changed: [kode3] RUNNING HANDLER [neutron : Restart neutron-metadata-agent container] *********** changed: [kode3] PLAY [Apply role kuryr] ******************************************************** TASK [setup] ******************************************************************* ok: [kode4] ok: [kode5] ok: [kode6] TASK [kuryr : include] ********************************************************* skipping: [kode4] skipping: [kode5] skipping: [kode6] PLAY [Apply role cinder] ******************************************************* TASK [setup] ******************************************************************* ok: [kode2] ok: [kode1] ok: [kode0] TASK [common : include] ******************************************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [common : Registering common role has run] ******************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [cinder : include] ******************************************************** included: /opt/bgi-kolla/kolla-ansible/ansible/roles/cinder/tasks/deploy.yml for kode0, kode1, kode2 TASK [cinder : include] ******************************************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [cinder : include] ******************************************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [cinder : include] ******************************************************** included: /opt/bgi-kolla/kolla-ansible/ansible/roles/cinder/tasks/register.yml for kode0, kode1, kode2 TASK [cinder : Creating the Cinder service and endpoint] *********************** changed: [kode0] => (item={u'interface': u'admin', u'url': u'http://192.168.102.254:8776/v1/%(tenant_id)s', u'service_type': u'volume', u'service_name': u'cinder'}) changed: [kode0] => (item={u'interface': u'internal', u'url': u'http://192.168.102.254:8776/v1/%(tenant_id)s', u'service_type': u'volume', u'service_name': u'cinder'}) changed: [kode0] => (item={u'interface': u'public', u'url': u'http://192.168.101.254:8776/v1/%(tenant_id)s', u'service_type': u'volume', u'service_name': u'cinder'}) changed: [kode0] => (item={u'interface': u'admin', u'url': u'http://192.168.102.254:8776/v2/%(tenant_id)s', u'service_type': u'volumev2', u'service_name': u'cinderv2'}) changed: [kode0] => (item={u'interface': u'internal', u'url': u'http://192.168.102.254:8776/v2/%(tenant_id)s', u'service_type': u'volumev2', u'service_name': u'cinderv2'}) changed: [kode0] => (item={u'interface': u'public', u'url': u'http://192.168.101.254:8776/v2/%(tenant_id)s', u'service_type': u'volumev2', u'service_name': u'cinderv2'}) TASK [cinder : Creating the Cinder project, user, and role] ******************** changed: [kode0] TASK [cinder : include] ******************************************************** included: /opt/bgi-kolla/kolla-ansible/ansible/roles/cinder/tasks/config.yml for kode0, kode1, kode2 TASK [cinder : Ensuring config directories exist] ****************************** skipping: [kode0] => (item={'key': u'cinder-backup', 'value': {u'group': u'cinder-backup', u'image': u'192.168.103.16:5000/bgi/centos-binary-cinder-backup:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//cinder-backup/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/dev/:/dev/', u'/run/:/run/:shared', u'cinder:/var/lib/cinder', u'iscsi_info:/etc/iscsi', u'kolla_logs:/var/log/kolla/'], u'container_name': u'cinder_backup', u'privileged': True}}) skipping: [kode2] => (item={'key': u'cinder-backup', 'value': {u'group': u'cinder-backup', u'image': u'192.168.103.16:5000/bgi/centos-binary-cinder-backup:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//cinder-backup/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/dev/:/dev/', u'/run/:/run/:shared', u'cinder:/var/lib/cinder', u'iscsi_info:/etc/iscsi', u'kolla_logs:/var/log/kolla/'], u'container_name': u'cinder_backup', u'privileged': True}}) changed: [kode0] => (item={'key': u'cinder-api', 'value': {u'group': u'cinder-api', u'image': u'192.168.103.16:5000/bgi/centos-binary-cinder-api:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//cinder-api/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'cinder_api'}}) changed: [kode1] => (item={'key': u'cinder-backup', 'value': {u'group': u'cinder-backup', u'image': u'192.168.103.16:5000/bgi/centos-binary-cinder-backup:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//cinder-backup/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/dev/:/dev/', u'/run/:/run/:shared', u'cinder:/var/lib/cinder', u'iscsi_info:/etc/iscsi', u'kolla_logs:/var/log/kolla/'], u'container_name': u'cinder_backup', u'privileged': True}}) skipping: [kode0] => (item={'key': u'cinder-volume', 'value': {u'group': u'cinder-volume', u'image': u'192.168.103.16:5000/bgi/centos-binary-cinder-volume:4.0.0.1', u'enabled': True, u'ipc_mode': u'host', u'volumes': [u'/etc/kolla//cinder-volume/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/dev/:/dev/', u'/run/:/run/:shared', u'cinder:/var/lib/cinder', u'iscsi_info:/etc/iscsi', u'kolla_logs:/var/log/kolla/'], u'container_name': u'cinder_volume', u'privileged': True}}) changed: [kode2] => (item={'key': u'cinder-api', 'value': {u'group': u'cinder-api', u'image': u'192.168.103.16:5000/bgi/centos-binary-cinder-api:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//cinder-api/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'cinder_api'}}) skipping: [kode2] => (item={'key': u'cinder-volume', 'value': {u'group': u'cinder-volume', u'image': u'192.168.103.16:5000/bgi/centos-binary-cinder-volume:4.0.0.1', u'enabled': True, u'ipc_mode': u'host', u'volumes': [u'/etc/kolla//cinder-volume/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/dev/:/dev/', u'/run/:/run/:shared', u'cinder:/var/lib/cinder', u'iscsi_info:/etc/iscsi', u'kolla_logs:/var/log/kolla/'], u'container_name': u'cinder_volume', u'privileged': True}}) changed: [kode1] => (item={'key': u'cinder-api', 'value': {u'group': u'cinder-api', u'image': u'192.168.103.16:5000/bgi/centos-binary-cinder-api:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//cinder-api/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'cinder_api'}}) changed: [kode0] => (item={'key': u'cinder-scheduler', 'value': {u'group': u'cinder-scheduler', u'image': u'192.168.103.16:5000/bgi/centos-binary-cinder-scheduler:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//cinder-scheduler/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'cinder_scheduler'}}) changed: [kode2] => (item={'key': u'cinder-scheduler', 'value': {u'group': u'cinder-scheduler', u'image': u'192.168.103.16:5000/bgi/centos-binary-cinder-scheduler:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//cinder-scheduler/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'cinder_scheduler'}}) changed: [kode1] => (item={'key': u'cinder-volume', 'value': {u'group': u'cinder-volume', u'image': u'192.168.103.16:5000/bgi/centos-binary-cinder-volume:4.0.0.1', u'enabled': True, u'ipc_mode': u'host', u'volumes': [u'/etc/kolla//cinder-volume/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/dev/:/dev/', u'/run/:/run/:shared', u'cinder:/var/lib/cinder', u'iscsi_info:/etc/iscsi', u'kolla_logs:/var/log/kolla/'], u'container_name': u'cinder_volume', u'privileged': True}}) changed: [kode1] => (item={'key': u'cinder-scheduler', 'value': {u'group': u'cinder-scheduler', u'image': u'192.168.103.16:5000/bgi/centos-binary-cinder-scheduler:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//cinder-scheduler/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'cinder_scheduler'}}) TASK [cinder : Copying over config.json files for services] ******************** skipping: [kode0] => (item={'key': u'cinder-backup', 'value': {u'group': u'cinder-backup', u'image': u'192.168.103.16:5000/bgi/centos-binary-cinder-backup:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//cinder-backup/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/dev/:/dev/', u'/run/:/run/:shared', u'cinder:/var/lib/cinder', u'iscsi_info:/etc/iscsi', u'kolla_logs:/var/log/kolla/'], u'container_name': u'cinder_backup', u'privileged': True}}) skipping: [kode2] => (item={'key': u'cinder-backup', 'value': {u'group': u'cinder-backup', u'image': u'192.168.103.16:5000/bgi/centos-binary-cinder-backup:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//cinder-backup/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/dev/:/dev/', u'/run/:/run/:shared', u'cinder:/var/lib/cinder', u'iscsi_info:/etc/iscsi', u'kolla_logs:/var/log/kolla/'], u'container_name': u'cinder_backup', u'privileged': True}}) changed: [kode1] => (item={'key': u'cinder-backup', 'value': {u'group': u'cinder-backup', u'image': u'192.168.103.16:5000/bgi/centos-binary-cinder-backup:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//cinder-backup/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/dev/:/dev/', u'/run/:/run/:shared', u'cinder:/var/lib/cinder', u'iscsi_info:/etc/iscsi', u'kolla_logs:/var/log/kolla/'], u'container_name': u'cinder_backup', u'privileged': True}}) changed: [kode0] => (item={'key': u'cinder-api', 'value': {u'group': u'cinder-api', u'image': u'192.168.103.16:5000/bgi/centos-binary-cinder-api:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//cinder-api/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'cinder_api'}}) skipping: [kode0] => (item={'key': u'cinder-volume', 'value': {u'group': u'cinder-volume', u'image': u'192.168.103.16:5000/bgi/centos-binary-cinder-volume:4.0.0.1', u'enabled': True, u'ipc_mode': u'host', u'volumes': [u'/etc/kolla//cinder-volume/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/dev/:/dev/', u'/run/:/run/:shared', u'cinder:/var/lib/cinder', u'iscsi_info:/etc/iscsi', u'kolla_logs:/var/log/kolla/'], u'container_name': u'cinder_volume', u'privileged': True}}) changed: [kode2] => (item={'key': u'cinder-api', 'value': {u'group': u'cinder-api', u'image': u'192.168.103.16:5000/bgi/centos-binary-cinder-api:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//cinder-api/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'cinder_api'}}) skipping: [kode2] => (item={'key': u'cinder-volume', 'value': {u'group': u'cinder-volume', u'image': u'192.168.103.16:5000/bgi/centos-binary-cinder-volume:4.0.0.1', u'enabled': True, u'ipc_mode': u'host', u'volumes': [u'/etc/kolla//cinder-volume/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/dev/:/dev/', u'/run/:/run/:shared', u'cinder:/var/lib/cinder', u'iscsi_info:/etc/iscsi', u'kolla_logs:/var/log/kolla/'], u'container_name': u'cinder_volume', u'privileged': True}}) changed: [kode1] => (item={'key': u'cinder-api', 'value': {u'group': u'cinder-api', u'image': u'192.168.103.16:5000/bgi/centos-binary-cinder-api:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//cinder-api/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'cinder_api'}}) changed: [kode0] => (item={'key': u'cinder-scheduler', 'value': {u'group': u'cinder-scheduler', u'image': u'192.168.103.16:5000/bgi/centos-binary-cinder-scheduler:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//cinder-scheduler/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'cinder_scheduler'}}) changed: [kode2] => (item={'key': u'cinder-scheduler', 'value': {u'group': u'cinder-scheduler', u'image': u'192.168.103.16:5000/bgi/centos-binary-cinder-scheduler:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//cinder-scheduler/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'cinder_scheduler'}}) changed: [kode1] => (item={'key': u'cinder-volume', 'value': {u'group': u'cinder-volume', u'image': u'192.168.103.16:5000/bgi/centos-binary-cinder-volume:4.0.0.1', u'enabled': True, u'ipc_mode': u'host', u'volumes': [u'/etc/kolla//cinder-volume/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/dev/:/dev/', u'/run/:/run/:shared', u'cinder:/var/lib/cinder', u'iscsi_info:/etc/iscsi', u'kolla_logs:/var/log/kolla/'], u'container_name': u'cinder_volume', u'privileged': True}}) changed: [kode1] => (item={'key': u'cinder-scheduler', 'value': {u'group': u'cinder-scheduler', u'image': u'192.168.103.16:5000/bgi/centos-binary-cinder-scheduler:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//cinder-scheduler/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'cinder_scheduler'}}) TASK [cinder : Copying over cinder.conf] *************************************** skipping: [kode0] => (item={'key': u'cinder-backup', 'value': {u'group': u'cinder-backup', u'image': u'192.168.103.16:5000/bgi/centos-binary-cinder-backup:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//cinder-backup/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/dev/:/dev/', u'/run/:/run/:shared', u'cinder:/var/lib/cinder', u'iscsi_info:/etc/iscsi', u'kolla_logs:/var/log/kolla/'], u'container_name': u'cinder_backup', u'privileged': True}}) skipping: [kode2] => (item={'key': u'cinder-backup', 'value': {u'group': u'cinder-backup', u'image': u'192.168.103.16:5000/bgi/centos-binary-cinder-backup:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//cinder-backup/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/dev/:/dev/', u'/run/:/run/:shared', u'cinder:/var/lib/cinder', u'iscsi_info:/etc/iscsi', u'kolla_logs:/var/log/kolla/'], u'container_name': u'cinder_backup', u'privileged': True}}) changed: [kode1] => (item={'key': u'cinder-backup', 'value': {u'group': u'cinder-backup', u'image': u'192.168.103.16:5000/bgi/centos-binary-cinder-backup:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//cinder-backup/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/dev/:/dev/', u'/run/:/run/:shared', u'cinder:/var/lib/cinder', u'iscsi_info:/etc/iscsi', u'kolla_logs:/var/log/kolla/'], u'container_name': u'cinder_backup', u'privileged': True}}) changed: [kode0] => (item={'key': u'cinder-api', 'value': {u'group': u'cinder-api', u'image': u'192.168.103.16:5000/bgi/centos-binary-cinder-api:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//cinder-api/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'cinder_api'}}) changed: [kode2] => (item={'key': u'cinder-api', 'value': {u'group': u'cinder-api', u'image': u'192.168.103.16:5000/bgi/centos-binary-cinder-api:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//cinder-api/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'cinder_api'}}) skipping: [kode0] => (item={'key': u'cinder-volume', 'value': {u'group': u'cinder-volume', u'image': u'192.168.103.16:5000/bgi/centos-binary-cinder-volume:4.0.0.1', u'enabled': True, u'ipc_mode': u'host', u'volumes': [u'/etc/kolla//cinder-volume/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/dev/:/dev/', u'/run/:/run/:shared', u'cinder:/var/lib/cinder', u'iscsi_info:/etc/iscsi', u'kolla_logs:/var/log/kolla/'], u'container_name': u'cinder_volume', u'privileged': True}}) skipping: [kode2] => (item={'key': u'cinder-volume', 'value': {u'group': u'cinder-volume', u'image': u'192.168.103.16:5000/bgi/centos-binary-cinder-volume:4.0.0.1', u'enabled': True, u'ipc_mode': u'host', u'volumes': [u'/etc/kolla//cinder-volume/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/dev/:/dev/', u'/run/:/run/:shared', u'cinder:/var/lib/cinder', u'iscsi_info:/etc/iscsi', u'kolla_logs:/var/log/kolla/'], u'container_name': u'cinder_volume', u'privileged': True}}) changed: [kode1] => (item={'key': u'cinder-api', 'value': {u'group': u'cinder-api', u'image': u'192.168.103.16:5000/bgi/centos-binary-cinder-api:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//cinder-api/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'cinder_api'}}) changed: [kode2] => (item={'key': u'cinder-scheduler', 'value': {u'group': u'cinder-scheduler', u'image': u'192.168.103.16:5000/bgi/centos-binary-cinder-scheduler:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//cinder-scheduler/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'cinder_scheduler'}}) changed: [kode0] => (item={'key': u'cinder-scheduler', 'value': {u'group': u'cinder-scheduler', u'image': u'192.168.103.16:5000/bgi/centos-binary-cinder-scheduler:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//cinder-scheduler/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'cinder_scheduler'}}) changed: [kode1] => (item={'key': u'cinder-volume', 'value': {u'group': u'cinder-volume', u'image': u'192.168.103.16:5000/bgi/centos-binary-cinder-volume:4.0.0.1', u'enabled': True, u'ipc_mode': u'host', u'volumes': [u'/etc/kolla//cinder-volume/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/dev/:/dev/', u'/run/:/run/:shared', u'cinder:/var/lib/cinder', u'iscsi_info:/etc/iscsi', u'kolla_logs:/var/log/kolla/'], u'container_name': u'cinder_volume', u'privileged': True}}) changed: [kode1] => (item={'key': u'cinder-scheduler', 'value': {u'group': u'cinder-scheduler', u'image': u'192.168.103.16:5000/bgi/centos-binary-cinder-scheduler:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//cinder-scheduler/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'cinder_scheduler'}}) TASK [cinder : Check if policies shall be overwritten] ************************* ok: [kode0 -> localhost] ok: [kode1 -> localhost] ok: [kode2 -> localhost] TASK [cinder : Copying over existing policy.json] ****************************** skipping: [kode0] => (item={'key': u'cinder-backup', 'value': {u'group': u'cinder-backup', u'image': u'192.168.103.16:5000/bgi/centos-binary-cinder-backup:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//cinder-backup/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/dev/:/dev/', u'/run/:/run/:shared', u'cinder:/var/lib/cinder', u'iscsi_info:/etc/iscsi', u'kolla_logs:/var/log/kolla/'], u'container_name': u'cinder_backup', u'privileged': True}}) skipping: [kode2] => (item={'key': u'cinder-backup', 'value': {u'group': u'cinder-backup', u'image': u'192.168.103.16:5000/bgi/centos-binary-cinder-backup:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//cinder-backup/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/dev/:/dev/', u'/run/:/run/:shared', u'cinder:/var/lib/cinder', u'iscsi_info:/etc/iscsi', u'kolla_logs:/var/log/kolla/'], u'container_name': u'cinder_backup', u'privileged': True}}) skipping: [kode0] => (item={'key': u'cinder-api', 'value': {u'group': u'cinder-api', u'image': u'192.168.103.16:5000/bgi/centos-binary-cinder-api:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//cinder-api/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'cinder_api'}}) skipping: [kode1] => (item={'key': u'cinder-backup', 'value': {u'group': u'cinder-backup', u'image': u'192.168.103.16:5000/bgi/centos-binary-cinder-backup:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//cinder-backup/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/dev/:/dev/', u'/run/:/run/:shared', u'cinder:/var/lib/cinder', u'iscsi_info:/etc/iscsi', u'kolla_logs:/var/log/kolla/'], u'container_name': u'cinder_backup', u'privileged': True}}) skipping: [kode2] => (item={'key': u'cinder-api', 'value': {u'group': u'cinder-api', u'image': u'192.168.103.16:5000/bgi/centos-binary-cinder-api:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//cinder-api/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'cinder_api'}}) skipping: [kode0] => (item={'key': u'cinder-volume', 'value': {u'group': u'cinder-volume', u'image': u'192.168.103.16:5000/bgi/centos-binary-cinder-volume:4.0.0.1', u'enabled': True, u'ipc_mode': u'host', u'volumes': [u'/etc/kolla//cinder-volume/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/dev/:/dev/', u'/run/:/run/:shared', u'cinder:/var/lib/cinder', u'iscsi_info:/etc/iscsi', u'kolla_logs:/var/log/kolla/'], u'container_name': u'cinder_volume', u'privileged': True}}) skipping: [kode2] => (item={'key': u'cinder-volume', 'value': {u'group': u'cinder-volume', u'image': u'192.168.103.16:5000/bgi/centos-binary-cinder-volume:4.0.0.1', u'enabled': True, u'ipc_mode': u'host', u'volumes': [u'/etc/kolla//cinder-volume/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/dev/:/dev/', u'/run/:/run/:shared', u'cinder:/var/lib/cinder', u'iscsi_info:/etc/iscsi', u'kolla_logs:/var/log/kolla/'], u'container_name': u'cinder_volume', u'privileged': True}}) skipping: [kode1] => (item={'key': u'cinder-api', 'value': {u'group': u'cinder-api', u'image': u'192.168.103.16:5000/bgi/centos-binary-cinder-api:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//cinder-api/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'cinder_api'}}) skipping: [kode2] => (item={'key': u'cinder-scheduler', 'value': {u'group': u'cinder-scheduler', u'image': u'192.168.103.16:5000/bgi/centos-binary-cinder-scheduler:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//cinder-scheduler/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'cinder_scheduler'}}) skipping: [kode1] => (item={'key': u'cinder-volume', 'value': {u'group': u'cinder-volume', u'image': u'192.168.103.16:5000/bgi/centos-binary-cinder-volume:4.0.0.1', u'enabled': True, u'ipc_mode': u'host', u'volumes': [u'/etc/kolla//cinder-volume/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/dev/:/dev/', u'/run/:/run/:shared', u'cinder:/var/lib/cinder', u'iscsi_info:/etc/iscsi', u'kolla_logs:/var/log/kolla/'], u'container_name': u'cinder_volume', u'privileged': True}}) skipping: [kode0] => (item={'key': u'cinder-scheduler', 'value': {u'group': u'cinder-scheduler', u'image': u'192.168.103.16:5000/bgi/centos-binary-cinder-scheduler:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//cinder-scheduler/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'cinder_scheduler'}}) skipping: [kode1] => (item={'key': u'cinder-scheduler', 'value': {u'group': u'cinder-scheduler', u'image': u'192.168.103.16:5000/bgi/centos-binary-cinder-scheduler:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//cinder-scheduler/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'cinder_scheduler'}}) TASK [cinder : Copying over nfs_shares files for cinder_volume] **************** TASK [cinder : Check cinder containers] **************************************** skipping: [kode2] => (item={'key': u'cinder-backup', 'value': {u'group': u'cinder-backup', u'image': u'192.168.103.16:5000/bgi/centos-binary-cinder-backup:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//cinder-backup/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/dev/:/dev/', u'/run/:/run/:shared', u'cinder:/var/lib/cinder', u'iscsi_info:/etc/iscsi', u'kolla_logs:/var/log/kolla/'], u'container_name': u'cinder_backup', u'privileged': True}}) skipping: [kode0] => (item={'key': u'cinder-backup', 'value': {u'group': u'cinder-backup', u'image': u'192.168.103.16:5000/bgi/centos-binary-cinder-backup:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//cinder-backup/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/dev/:/dev/', u'/run/:/run/:shared', u'cinder:/var/lib/cinder', u'iscsi_info:/etc/iscsi', u'kolla_logs:/var/log/kolla/'], u'container_name': u'cinder_backup', u'privileged': True}}) changed: [kode1] => (item={'key': u'cinder-backup', 'value': {u'group': u'cinder-backup', u'image': u'192.168.103.16:5000/bgi/centos-binary-cinder-backup:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//cinder-backup/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/dev/:/dev/', u'/run/:/run/:shared', u'cinder:/var/lib/cinder', u'iscsi_info:/etc/iscsi', u'kolla_logs:/var/log/kolla/'], u'container_name': u'cinder_backup', u'privileged': True}}) changed: [kode2] => (item={'key': u'cinder-api', 'value': {u'group': u'cinder-api', u'image': u'192.168.103.16:5000/bgi/centos-binary-cinder-api:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//cinder-api/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'cinder_api'}}) changed: [kode0] => (item={'key': u'cinder-api', 'value': {u'group': u'cinder-api', u'image': u'192.168.103.16:5000/bgi/centos-binary-cinder-api:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//cinder-api/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'cinder_api'}}) skipping: [kode2] => (item={'key': u'cinder-volume', 'value': {u'group': u'cinder-volume', u'image': u'192.168.103.16:5000/bgi/centos-binary-cinder-volume:4.0.0.1', u'enabled': True, u'ipc_mode': u'host', u'volumes': [u'/etc/kolla//cinder-volume/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/dev/:/dev/', u'/run/:/run/:shared', u'cinder:/var/lib/cinder', u'iscsi_info:/etc/iscsi', u'kolla_logs:/var/log/kolla/'], u'container_name': u'cinder_volume', u'privileged': True}}) skipping: [kode0] => (item={'key': u'cinder-volume', 'value': {u'group': u'cinder-volume', u'image': u'192.168.103.16:5000/bgi/centos-binary-cinder-volume:4.0.0.1', u'enabled': True, u'ipc_mode': u'host', u'volumes': [u'/etc/kolla//cinder-volume/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/dev/:/dev/', u'/run/:/run/:shared', u'cinder:/var/lib/cinder', u'iscsi_info:/etc/iscsi', u'kolla_logs:/var/log/kolla/'], u'container_name': u'cinder_volume', u'privileged': True}}) changed: [kode1] => (item={'key': u'cinder-api', 'value': {u'group': u'cinder-api', u'image': u'192.168.103.16:5000/bgi/centos-binary-cinder-api:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//cinder-api/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'cinder_api'}}) changed: [kode2] => (item={'key': u'cinder-scheduler', 'value': {u'group': u'cinder-scheduler', u'image': u'192.168.103.16:5000/bgi/centos-binary-cinder-scheduler:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//cinder-scheduler/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'cinder_scheduler'}}) changed: [kode0] => (item={'key': u'cinder-scheduler', 'value': {u'group': u'cinder-scheduler', u'image': u'192.168.103.16:5000/bgi/centos-binary-cinder-scheduler:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//cinder-scheduler/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'cinder_scheduler'}}) changed: [kode1] => (item={'key': u'cinder-volume', 'value': {u'group': u'cinder-volume', u'image': u'192.168.103.16:5000/bgi/centos-binary-cinder-volume:4.0.0.1', u'enabled': True, u'ipc_mode': u'host', u'volumes': [u'/etc/kolla//cinder-volume/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/dev/:/dev/', u'/run/:/run/:shared', u'cinder:/var/lib/cinder', u'iscsi_info:/etc/iscsi', u'kolla_logs:/var/log/kolla/'], u'container_name': u'cinder_volume', u'privileged': True}}) changed: [kode1] => (item={'key': u'cinder-scheduler', 'value': {u'group': u'cinder-scheduler', u'image': u'192.168.103.16:5000/bgi/centos-binary-cinder-scheduler:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//cinder-scheduler/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'cinder_scheduler'}}) TASK [cinder : include] ******************************************************** included: /opt/bgi-kolla/kolla-ansible/ansible/roles/cinder/tasks/bootstrap.yml for kode0, kode1, kode2 TASK [cinder : Creating Cinder database] *************************************** changed: [kode0 -> kode0] TASK [cinder : Creating Cinder database user and setting permissions] ********** changed: [kode0 -> kode0] TASK [cinder : include] ******************************************************** included: /opt/bgi-kolla/kolla-ansible/ansible/roles/cinder/tasks/bootstrap_service.yml for kode0, kode1, kode2 TASK [cinder : Running Cinder bootstrap container] ***************************** changed: [kode0 -> kode0] RUNNING HANDLER [cinder : Restart cinder-api container] ************************ changed: [kode2] changed: [kode1] changed: [kode0] RUNNING HANDLER [cinder : Restart cinder-scheduler container] ****************** changed: [kode2] changed: [kode0] changed: [kode1] RUNNING HANDLER [cinder : Restart cinder-volume container] ********************* skipping: [kode0] skipping: [kode2] changed: [kode1] RUNNING HANDLER [cinder : Restart cinder-backup container] ********************* skipping: [kode0] skipping: [kode2] changed: [kode1] TASK [cinder : include] ******************************************************** included: /opt/bgi-kolla/kolla-ansible/ansible/roles/cinder/tasks/check.yml for kode0, kode1, kode2 TASK [cinder : Cinder sanity checks] ******************************************* skipping: [kode0] PLAY [Apply role heat] ********************************************************* TASK [setup] ******************************************************************* ok: [kode0] ok: [kode2] ok: [kode1] TASK [common : include] ******************************************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [common : Registering common role has run] ******************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [heat : include] ********************************************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] PLAY [Apply role horizon] ****************************************************** TASK [setup] ******************************************************************* ok: [kode0] ok: [kode1] ok: [kode2] TASK [common : include] ******************************************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [common : Registering common role has run] ******************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [horizon : include] ******************************************************* included: /opt/bgi-kolla/kolla-ansible/ansible/roles/horizon/tasks/deploy.yml for kode0, kode1, kode2 TASK [horizon : include] ******************************************************* included: /opt/bgi-kolla/kolla-ansible/ansible/roles/horizon/tasks/config.yml for kode0, kode1, kode2 TASK [horizon : Ensuring config directories exist] ***************************** changed: [kode1] => (item={'key': u'horizon', 'value': {u'group': u'horizon', u'image': u'192.168.103.16:5000/bgi/centos-binary-horizon:4.0.0.2', u'enabled': True, u'environment': {u'ENABLE_NEUTRON_LBAAS': u'no', u'ENABLE_MAGNUM': u'no', u'ENABLE_IRONIC': u'yes', u'ENABLE_MISTRAL': u'no', u'ENABLE_MURANO': u'no', u'ENABLE_SOLUM': u'no', u'ENABLE_MANILA': u'no', u'ENABLE_TACKER': u'no', u'ENABLE_TROVE': u'no', u'ENABLE_WATCHER': u'no', u'ENABLE_KARBOR': u'no', u'ENABLE_FREEZER': u'no', u'ENABLE_SEARCHLIGHT': u'no', u'ENABLE_SAHARA': u'no', u'ENABLE_CLOUDKITTY': u'no', u'ENABLE_SENLIN': u'no'}, u'volumes': [u'/etc/kolla//horizon/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'horizon'}}) changed: [kode0] => (item={'key': u'horizon', 'value': {u'group': u'horizon', u'image': u'192.168.103.16:5000/bgi/centos-binary-horizon:4.0.0.2', u'enabled': True, u'environment': {u'ENABLE_NEUTRON_LBAAS': u'no', u'ENABLE_MAGNUM': u'no', u'ENABLE_IRONIC': u'yes', u'ENABLE_MISTRAL': u'no', u'ENABLE_MURANO': u'no', u'ENABLE_SOLUM': u'no', u'ENABLE_MANILA': u'no', u'ENABLE_TACKER': u'no', u'ENABLE_TROVE': u'no', u'ENABLE_WATCHER': u'no', u'ENABLE_KARBOR': u'no', u'ENABLE_FREEZER': u'no', u'ENABLE_SEARCHLIGHT': u'no', u'ENABLE_SAHARA': u'no', u'ENABLE_CLOUDKITTY': u'no', u'ENABLE_SENLIN': u'no'}, u'volumes': [u'/etc/kolla//horizon/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'horizon'}}) changed: [kode2] => (item={'key': u'horizon', 'value': {u'group': u'horizon', u'image': u'192.168.103.16:5000/bgi/centos-binary-horizon:4.0.0.2', u'enabled': True, u'environment': {u'ENABLE_NEUTRON_LBAAS': u'no', u'ENABLE_MAGNUM': u'no', u'ENABLE_IRONIC': u'yes', u'ENABLE_MISTRAL': u'no', u'ENABLE_MURANO': u'no', u'ENABLE_SOLUM': u'no', u'ENABLE_MANILA': u'no', u'ENABLE_TACKER': u'no', u'ENABLE_TROVE': u'no', u'ENABLE_WATCHER': u'no', u'ENABLE_KARBOR': u'no', u'ENABLE_FREEZER': u'no', u'ENABLE_SEARCHLIGHT': u'no', u'ENABLE_SAHARA': u'no', u'ENABLE_CLOUDKITTY': u'no', u'ENABLE_SENLIN': u'no'}, u'volumes': [u'/etc/kolla//horizon/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'horizon'}}) TASK [horizon : Copying over config.json files for services] ******************* changed: [kode0] changed: [kode2] changed: [kode1] TASK [horizon : Copying over horizon.conf] ************************************* changed: [kode0] => (item=/opt/bgi-kolla/kolla-ansible/ansible/roles/horizon/templates/horizon.conf.j2) changed: [kode2] => (item=/opt/bgi-kolla/kolla-ansible/ansible/roles/horizon/templates/horizon.conf.j2) changed: [kode1] => (item=/opt/bgi-kolla/kolla-ansible/ansible/roles/horizon/templates/horizon.conf.j2) TASK [horizon : Copying over local_settings] *********************************** changed: [kode0] => (item=/opt/bgi-kolla/kolla-ansible/ansible/roles/horizon/templates/local_settings.j2) changed: [kode1] => (item=/opt/bgi-kolla/kolla-ansible/ansible/roles/horizon/templates/local_settings.j2) changed: [kode2] => (item=/opt/bgi-kolla/kolla-ansible/ansible/roles/horizon/templates/local_settings.j2) TASK [horizon : Check if policies shall be overwritten] ************************ ok: [kode0 -> localhost] => (item={u'enabled': u'yes', u'name': u'ceilometer'}) ok: [kode1 -> localhost] => (item={u'enabled': u'yes', u'name': u'ceilometer'}) ok: [kode2 -> localhost] => (item={u'enabled': u'yes', u'name': u'ceilometer'}) ok: [kode0 -> localhost] => (item={u'enabled': u'yes', u'name': u'cinder'}) skipping: [kode0] => (item={u'enabled': u'no', u'name': u'cloudkitty'}) ok: [kode1 -> localhost] => (item={u'enabled': u'yes', u'name': u'cinder'}) skipping: [kode1] => (item={u'enabled': u'no', u'name': u'cloudkitty'}) skipping: [kode2] => (item={u'enabled': u'no', u'name': u'cloudkitty'}) ok: [kode2 -> localhost] => (item={u'enabled': u'yes', u'name': u'cinder'}) ok: [kode0 -> localhost] => (item={u'enabled': u'yes', u'name': u'glance'}) skipping: [kode0] => (item={u'enabled': u'no', u'name': u'heat'}) ok: [kode1 -> localhost] => (item={u'enabled': u'yes', u'name': u'glance'}) skipping: [kode1] => (item={u'enabled': u'no', u'name': u'heat'}) skipping: [kode2] => (item={u'enabled': u'no', u'name': u'heat'}) ok: [kode2 -> localhost] => (item={u'enabled': u'yes', u'name': u'glance'}) ok: [kode0 -> localhost] => (item={u'enabled': u'yes', u'name': u'ironic'}) ok: [kode2 -> localhost] => (item={u'enabled': u'yes', u'name': u'ironic'}) ok: [kode1 -> localhost] => (item={u'enabled': u'yes', u'name': u'ironic'}) ok: [kode0 -> localhost] => (item={u'enabled': u'yes', u'name': u'keystone'}) skipping: [kode0] => (item={u'enabled': u'no', u'name': u'manila'}) skipping: [kode2] => (item={u'enabled': u'no', u'name': u'manila'}) skipping: [kode1] => (item={u'enabled': u'no', u'name': u'manila'}) ok: [kode1 -> localhost] => (item={u'enabled': u'yes', u'name': u'keystone'}) ok: [kode2 -> localhost] => (item={u'enabled': u'yes', u'name': u'keystone'}) ok: [kode2 -> localhost] => (item={u'enabled': u'yes', u'name': u'neutron'}) ok: [kode0 -> localhost] => (item={u'enabled': u'yes', u'name': u'neutron'}) ok: [kode1 -> localhost] => (item={u'enabled': u'yes', u'name': u'neutron'}) ok: [kode2 -> localhost] => (item={u'enabled': u'yes', u'name': u'nova'}) skipping: [kode2] => (item={u'enabled': u'no', u'name': u'senlin'}) ok: [kode0 -> localhost] => (item={u'enabled': u'yes', u'name': u'nova'}) skipping: [kode1] => (item={u'enabled': u'no', u'name': u'trove'}) skipping: [kode0] => (item={u'enabled': u'no', u'name': u'trove'}) skipping: [kode0] => (item={u'enabled': u'no', u'name': u'senlin'}) skipping: [kode1] => (item={u'enabled': u'no', u'name': u'senlin'}) skipping: [kode0] => (item={u'enabled': u'no', u'name': u'sahara'}) skipping: [kode1] => (item={u'enabled': u'no', u'name': u'sahara'}) ok: [kode1 -> localhost] => (item={u'enabled': u'yes', u'name': u'nova'}) skipping: [kode2] => (item={u'enabled': u'no', u'name': u'trove'}) skipping: [kode2] => (item={u'enabled': u'no', u'name': u'sahara'}) TASK [horizon : Copying over existing policy.json] ***************************** skipping: [kode2] => (item=[{u'enabled': u'yes', u'name': u'ceilometer'}, {'_ansible_parsed': True, u'stat': {u'exists': False}, u'changed': False, '_ansible_no_log': False, '_ansible_delegated_vars': {'ansible_host': u'localhost'}, '_ansible_item_result': True, 'item': {u'enabled': u'yes', u'name': u'ceilometer'}, 'invocation': {'module_name': u'stat', u'module_args': {u'checksum_algorithm': u'sha1', u'mime': False, u'get_checksum': True, u'follow': False, u'path': u'/etc/kolla/config/horizon/ceilometer_policy.json', u'get_md5': True}}}]) skipping: [kode0] => (item=[{u'enabled': u'yes', u'name': u'ceilometer'}, {'_ansible_parsed': True, u'stat': {u'exists': False}, u'changed': False, '_ansible_no_log': False, '_ansible_delegated_vars': {'ansible_host': u'localhost'}, '_ansible_item_result': True, 'item': {u'enabled': u'yes', u'name': u'ceilometer'}, 'invocation': {'module_name': u'stat', u'module_args': {u'checksum_algorithm': u'sha1', u'mime': False, u'get_checksum': True, u'follow': False, u'path': u'/etc/kolla/config/horizon/ceilometer_policy.json', u'get_md5': True}}}]) skipping: [kode1] => (item=[{u'enabled': u'yes', u'name': u'ceilometer'}, {'_ansible_parsed': True, u'stat': {u'exists': False}, u'changed': False, '_ansible_no_log': False, '_ansible_delegated_vars': {'ansible_host': u'localhost'}, '_ansible_item_result': True, 'item': {u'enabled': u'yes', u'name': u'ceilometer'}, 'invocation': {'module_name': u'stat', u'module_args': {u'checksum_algorithm': u'sha1', u'mime': False, u'get_checksum': True, u'follow': False, u'path': u'/etc/kolla/config/horizon/ceilometer_policy.json', u'get_md5': True}}}]) skipping: [kode2] => (item=[{u'enabled': u'yes', u'name': u'cinder'}, {'_ansible_parsed': True, u'stat': {u'exists': False}, u'changed': False, '_ansible_no_log': False, '_ansible_delegated_vars': {'ansible_host': u'localhost'}, '_ansible_item_result': True, 'item': {u'enabled': u'yes', u'name': u'cinder'}, 'invocation': {'module_name': u'stat', u'module_args': {u'checksum_algorithm': u'sha1', u'mime': False, u'get_checksum': True, u'follow': False, u'path': u'/etc/kolla/config/horizon/cinder_policy.json', u'get_md5': True}}}]) skipping: [kode0] => (item=[{u'enabled': u'yes', u'name': u'cinder'}, {'_ansible_parsed': True, u'stat': {u'exists': False}, u'changed': False, '_ansible_no_log': False, '_ansible_delegated_vars': {'ansible_host': u'localhost'}, '_ansible_item_result': True, 'item': {u'enabled': u'yes', u'name': u'cinder'}, 'invocation': {'module_name': u'stat', u'module_args': {u'checksum_algorithm': u'sha1', u'mime': False, u'get_checksum': True, u'follow': False, u'path': u'/etc/kolla/config/horizon/cinder_policy.json', u'get_md5': True}}}]) skipping: [kode1] => (item=[{u'enabled': u'yes', u'name': u'cinder'}, {'_ansible_parsed': True, u'stat': {u'exists': False}, u'changed': False, '_ansible_no_log': False, '_ansible_delegated_vars': {'ansible_host': u'localhost'}, '_ansible_item_result': True, 'item': {u'enabled': u'yes', u'name': u'cinder'}, 'invocation': {'module_name': u'stat', u'module_args': {u'checksum_algorithm': u'sha1', u'mime': False, u'get_checksum': True, u'follow': False, u'path': u'/etc/kolla/config/horizon/cinder_policy.json', u'get_md5': True}}}]) skipping: [kode2] => (item=[{u'enabled': u'no', u'name': u'cloudkitty'}, {'skipped': True, '_ansible_no_log': False, 'skip_reason': u'Conditional check failed', '_ansible_item_result': True, 'item': {u'enabled': u'no', u'name': u'cloudkitty'}, 'changed': False}]) skipping: [kode0] => (item=[{u'enabled': u'no', u'name': u'cloudkitty'}, {'skipped': True, '_ansible_no_log': False, 'skip_reason': u'Conditional check failed', '_ansible_item_result': True, 'item': {u'enabled': u'no', u'name': u'cloudkitty'}, 'changed': False}]) skipping: [kode1] => (item=[{u'enabled': u'no', u'name': u'cloudkitty'}, {'skipped': True, '_ansible_no_log': False, 'skip_reason': u'Conditional check failed', '_ansible_item_result': True, 'item': {u'enabled': u'no', u'name': u'cloudkitty'}, 'changed': False}]) skipping: [kode2] => (item=[{u'enabled': u'yes', u'name': u'glance'}, {'_ansible_parsed': True, u'stat': {u'exists': False}, u'changed': False, '_ansible_no_log': False, '_ansible_delegated_vars': {'ansible_host': u'localhost'}, '_ansible_item_result': True, 'item': {u'enabled': u'yes', u'name': u'glance'}, 'invocation': {'module_name': u'stat', u'module_args': {u'checksum_algorithm': u'sha1', u'mime': False, u'get_checksum': True, u'follow': False, u'path': u'/etc/kolla/config/horizon/glance_policy.json', u'get_md5': True}}}]) skipping: [kode0] => (item=[{u'enabled': u'yes', u'name': u'glance'}, {'_ansible_parsed': True, u'stat': {u'exists': False}, u'changed': False, '_ansible_no_log': False, '_ansible_delegated_vars': {'ansible_host': u'localhost'}, '_ansible_item_result': True, 'item': {u'enabled': u'yes', u'name': u'glance'}, 'invocation': {'module_name': u'stat', u'module_args': {u'checksum_algorithm': u'sha1', u'mime': False, u'get_checksum': True, u'follow': False, u'path': u'/etc/kolla/config/horizon/glance_policy.json', u'get_md5': True}}}]) skipping: [kode1] => (item=[{u'enabled': u'yes', u'name': u'glance'}, {'_ansible_parsed': True, u'stat': {u'exists': False}, u'changed': False, '_ansible_no_log': False, '_ansible_delegated_vars': {'ansible_host': u'localhost'}, '_ansible_item_result': True, 'item': {u'enabled': u'yes', u'name': u'glance'}, 'invocation': {'module_name': u'stat', u'module_args': {u'checksum_algorithm': u'sha1', u'mime': False, u'get_checksum': True, u'follow': False, u'path': u'/etc/kolla/config/horizon/glance_policy.json', u'get_md5': True}}}]) skipping: [kode2] => (item=[{u'enabled': u'no', u'name': u'heat'}, {'skipped': True, '_ansible_no_log': False, 'skip_reason': u'Conditional check failed', '_ansible_item_result': True, 'item': {u'enabled': u'no', u'name': u'heat'}, 'changed': False}]) skipping: [kode0] => (item=[{u'enabled': u'no', u'name': u'heat'}, {'skipped': True, '_ansible_no_log': False, 'skip_reason': u'Conditional check failed', '_ansible_item_result': True, 'item': {u'enabled': u'no', u'name': u'heat'}, 'changed': False}]) skipping: [kode1] => (item=[{u'enabled': u'no', u'name': u'heat'}, {'skipped': True, '_ansible_no_log': False, 'skip_reason': u'Conditional check failed', '_ansible_item_result': True, 'item': {u'enabled': u'no', u'name': u'heat'}, 'changed': False}]) skipping: [kode2] => (item=[{u'enabled': u'yes', u'name': u'ironic'}, {'_ansible_parsed': True, u'stat': {u'exists': False}, u'changed': False, '_ansible_no_log': False, '_ansible_delegated_vars': {'ansible_host': u'localhost'}, '_ansible_item_result': True, 'item': {u'enabled': u'yes', u'name': u'ironic'}, 'invocation': {'module_name': u'stat', u'module_args': {u'checksum_algorithm': u'sha1', u'mime': False, u'get_checksum': True, u'follow': False, u'path': u'/etc/kolla/config/horizon/ironic_policy.json', u'get_md5': True}}}]) skipping: [kode0] => (item=[{u'enabled': u'yes', u'name': u'ironic'}, {'_ansible_parsed': True, u'stat': {u'exists': False}, u'changed': False, '_ansible_no_log': False, '_ansible_delegated_vars': {'ansible_host': u'localhost'}, '_ansible_item_result': True, 'item': {u'enabled': u'yes', u'name': u'ironic'}, 'invocation': {'module_name': u'stat', u'module_args': {u'checksum_algorithm': u'sha1', u'mime': False, u'get_checksum': True, u'follow': False, u'path': u'/etc/kolla/config/horizon/ironic_policy.json', u'get_md5': True}}}]) skipping: [kode1] => (item=[{u'enabled': u'yes', u'name': u'ironic'}, {'_ansible_parsed': True, u'stat': {u'exists': False}, u'changed': False, '_ansible_no_log': False, '_ansible_delegated_vars': {'ansible_host': u'localhost'}, '_ansible_item_result': True, 'item': {u'enabled': u'yes', u'name': u'ironic'}, 'invocation': {'module_name': u'stat', u'module_args': {u'checksum_algorithm': u'sha1', u'mime': False, u'get_checksum': True, u'follow': False, u'path': u'/etc/kolla/config/horizon/ironic_policy.json', u'get_md5': True}}}]) skipping: [kode2] => (item=[{u'enabled': u'yes', u'name': u'keystone'}, {'_ansible_parsed': True, u'stat': {u'exists': False}, u'changed': False, '_ansible_no_log': False, '_ansible_delegated_vars': {'ansible_host': u'localhost'}, '_ansible_item_result': True, 'item': {u'enabled': u'yes', u'name': u'keystone'}, 'invocation': {'module_name': u'stat', u'module_args': {u'checksum_algorithm': u'sha1', u'mime': False, u'get_checksum': True, u'follow': False, u'path': u'/etc/kolla/config/horizon/keystone_policy.json', u'get_md5': True}}}]) skipping: [kode0] => (item=[{u'enabled': u'yes', u'name': u'keystone'}, {'_ansible_parsed': True, u'stat': {u'exists': False}, u'changed': False, '_ansible_no_log': False, '_ansible_delegated_vars': {'ansible_host': u'localhost'}, '_ansible_item_result': True, 'item': {u'enabled': u'yes', u'name': u'keystone'}, 'invocation': {'module_name': u'stat', u'module_args': {u'checksum_algorithm': u'sha1', u'mime': False, u'get_checksum': True, u'follow': False, u'path': u'/etc/kolla/config/horizon/keystone_policy.json', u'get_md5': True}}}]) skipping: [kode1] => (item=[{u'enabled': u'yes', u'name': u'keystone'}, {'_ansible_parsed': True, u'stat': {u'exists': False}, u'changed': False, '_ansible_no_log': False, '_ansible_delegated_vars': {'ansible_host': u'localhost'}, '_ansible_item_result': True, 'item': {u'enabled': u'yes', u'name': u'keystone'}, 'invocation': {'module_name': u'stat', u'module_args': {u'checksum_algorithm': u'sha1', u'mime': False, u'get_checksum': True, u'follow': False, u'path': u'/etc/kolla/config/horizon/keystone_policy.json', u'get_md5': True}}}]) skipping: [kode2] => (item=[{u'enabled': u'no', u'name': u'manila'}, {'skipped': True, '_ansible_no_log': False, 'skip_reason': u'Conditional check failed', '_ansible_item_result': True, 'item': {u'enabled': u'no', u'name': u'manila'}, 'changed': False}]) skipping: [kode0] => (item=[{u'enabled': u'no', u'name': u'manila'}, {'skipped': True, '_ansible_no_log': False, 'skip_reason': u'Conditional check failed', '_ansible_item_result': True, 'item': {u'enabled': u'no', u'name': u'manila'}, 'changed': False}]) skipping: [kode1] => (item=[{u'enabled': u'no', u'name': u'manila'}, {'skipped': True, '_ansible_no_log': False, 'skip_reason': u'Conditional check failed', '_ansible_item_result': True, 'item': {u'enabled': u'no', u'name': u'manila'}, 'changed': False}]) skipping: [kode2] => (item=[{u'enabled': u'yes', u'name': u'neutron'}, {'_ansible_parsed': True, u'stat': {u'exists': False}, u'changed': False, '_ansible_no_log': False, '_ansible_delegated_vars': {'ansible_host': u'localhost'}, '_ansible_item_result': True, 'item': {u'enabled': u'yes', u'name': u'neutron'}, 'invocation': {'module_name': u'stat', u'module_args': {u'checksum_algorithm': u'sha1', u'mime': False, u'get_checksum': True, u'follow': False, u'path': u'/etc/kolla/config/horizon/neutron_policy.json', u'get_md5': True}}}]) skipping: [kode0] => (item=[{u'enabled': u'yes', u'name': u'neutron'}, {'_ansible_parsed': True, u'stat': {u'exists': False}, u'changed': False, '_ansible_no_log': False, '_ansible_delegated_vars': {'ansible_host': u'localhost'}, '_ansible_item_result': True, 'item': {u'enabled': u'yes', u'name': u'neutron'}, 'invocation': {'module_name': u'stat', u'module_args': {u'checksum_algorithm': u'sha1', u'mime': False, u'get_checksum': True, u'follow': False, u'path': u'/etc/kolla/config/horizon/neutron_policy.json', u'get_md5': True}}}]) skipping: [kode1] => (item=[{u'enabled': u'yes', u'name': u'neutron'}, {'_ansible_parsed': True, u'stat': {u'exists': False}, u'changed': False, '_ansible_no_log': False, '_ansible_delegated_vars': {'ansible_host': u'localhost'}, '_ansible_item_result': True, 'item': {u'enabled': u'yes', u'name': u'neutron'}, 'invocation': {'module_name': u'stat', u'module_args': {u'checksum_algorithm': u'sha1', u'mime': False, u'get_checksum': True, u'follow': False, u'path': u'/etc/kolla/config/horizon/neutron_policy.json', u'get_md5': True}}}]) skipping: [kode2] => (item=[{u'enabled': u'yes', u'name': u'nova'}, {'_ansible_parsed': True, u'stat': {u'exists': False}, u'changed': False, '_ansible_no_log': False, '_ansible_delegated_vars': {'ansible_host': u'localhost'}, '_ansible_item_result': True, 'item': {u'enabled': u'yes', u'name': u'nova'}, 'invocation': {'module_name': u'stat', u'module_args': {u'checksum_algorithm': u'sha1', u'mime': False, u'get_checksum': True, u'follow': False, u'path': u'/etc/kolla/config/horizon/nova_policy.json', u'get_md5': True}}}]) skipping: [kode0] => (item=[{u'enabled': u'yes', u'name': u'nova'}, {'_ansible_parsed': True, u'stat': {u'exists': False}, u'changed': False, '_ansible_no_log': False, '_ansible_delegated_vars': {'ansible_host': u'localhost'}, '_ansible_item_result': True, 'item': {u'enabled': u'yes', u'name': u'nova'}, 'invocation': {'module_name': u'stat', u'module_args': {u'checksum_algorithm': u'sha1', u'mime': False, u'get_checksum': True, u'follow': False, u'path': u'/etc/kolla/config/horizon/nova_policy.json', u'get_md5': True}}}]) skipping: [kode1] => (item=[{u'enabled': u'yes', u'name': u'nova'}, {'_ansible_parsed': True, u'stat': {u'exists': False}, u'changed': False, '_ansible_no_log': False, '_ansible_delegated_vars': {'ansible_host': u'localhost'}, '_ansible_item_result': True, 'item': {u'enabled': u'yes', u'name': u'nova'}, 'invocation': {'module_name': u'stat', u'module_args': {u'checksum_algorithm': u'sha1', u'mime': False, u'get_checksum': True, u'follow': False, u'path': u'/etc/kolla/config/horizon/nova_policy.json', u'get_md5': True}}}]) skipping: [kode2] => (item=[{u'enabled': u'no', u'name': u'sahara'}, {'skipped': True, '_ansible_no_log': False, 'skip_reason': u'Conditional check failed', '_ansible_item_result': True, 'item': {u'enabled': u'no', u'name': u'sahara'}, 'changed': False}]) skipping: [kode0] => (item=[{u'enabled': u'no', u'name': u'sahara'}, {'skipped': True, '_ansible_no_log': False, 'skip_reason': u'Conditional check failed', '_ansible_item_result': True, 'item': {u'enabled': u'no', u'name': u'sahara'}, 'changed': False}]) skipping: [kode1] => (item=[{u'enabled': u'no', u'name': u'sahara'}, {'skipped': True, '_ansible_no_log': False, 'skip_reason': u'Conditional check failed', '_ansible_item_result': True, 'item': {u'enabled': u'no', u'name': u'sahara'}, 'changed': False}]) skipping: [kode2] => (item=[{u'enabled': u'no', u'name': u'senlin'}, {'skipped': True, '_ansible_no_log': False, 'skip_reason': u'Conditional check failed', '_ansible_item_result': True, 'item': {u'enabled': u'no', u'name': u'senlin'}, 'changed': False}]) skipping: [kode0] => (item=[{u'enabled': u'no', u'name': u'senlin'}, {'skipped': True, '_ansible_no_log': False, 'skip_reason': u'Conditional check failed', '_ansible_item_result': True, 'item': {u'enabled': u'no', u'name': u'senlin'}, 'changed': False}]) skipping: [kode1] => (item=[{u'enabled': u'no', u'name': u'senlin'}, {'skipped': True, '_ansible_no_log': False, 'skip_reason': u'Conditional check failed', '_ansible_item_result': True, 'item': {u'enabled': u'no', u'name': u'senlin'}, 'changed': False}]) skipping: [kode2] => (item=[{u'enabled': u'no', u'name': u'trove'}, {'skipped': True, '_ansible_no_log': False, 'skip_reason': u'Conditional check failed', '_ansible_item_result': True, 'item': {u'enabled': u'no', u'name': u'trove'}, 'changed': False}]) skipping: [kode0] => (item=[{u'enabled': u'no', u'name': u'trove'}, {'skipped': True, '_ansible_no_log': False, 'skip_reason': u'Conditional check failed', '_ansible_item_result': True, 'item': {u'enabled': u'no', u'name': u'trove'}, 'changed': False}]) skipping: [kode1] => (item=[{u'enabled': u'no', u'name': u'trove'}, {'skipped': True, '_ansible_no_log': False, 'skip_reason': u'Conditional check failed', '_ansible_item_result': True, 'item': {u'enabled': u'no', u'name': u'trove'}, 'changed': False}]) TASK [horizon : Check horizon container] *************************************** changed: [kode0] changed: [kode1] changed: [kode2] TASK [horizon : include] ******************************************************* skipping: [kode0] skipping: [kode1] skipping: [kode2] RUNNING HANDLER [horizon : Restart horizon container] ************************** changed: [kode0] changed: [kode1] changed: [kode2] PLAY [Apply role murano] ******************************************************* TASK [setup] ******************************************************************* ok: [kode0] ok: [kode2] ok: [kode1] TASK [common : include] ******************************************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [common : Registering common role has run] ******************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [murano : include] ******************************************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] PLAY [Apply role solum] ******************************************************** TASK [setup] ******************************************************************* ok: [kode2] ok: [kode0] ok: [kode1] TASK [common : include] ******************************************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [common : Registering common role has run] ******************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [solum : include] ********************************************************* skipping: [kode0] skipping: [kode1] skipping: [kode2] PLAY [Apply role magnum] ******************************************************* TASK [setup] ******************************************************************* ok: [kode0] ok: [kode2] ok: [kode1] TASK [common : include] ******************************************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [common : Registering common role has run] ******************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [magnum : include] ******************************************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] PLAY [Apply role mistral] ****************************************************** TASK [setup] ******************************************************************* ok: [kode0] ok: [kode1] ok: [kode2] TASK [common : include] ******************************************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [common : Registering common role has run] ******************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [mistral : include] ******************************************************* skipping: [kode0] skipping: [kode1] skipping: [kode2] PLAY [Apply role sahara] ******************************************************* TASK [setup] ******************************************************************* ok: [kode1] ok: [kode0] ok: [kode2] TASK [common : include] ******************************************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [common : Registering common role has run] ******************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [sahara : include] ******************************************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] PLAY [Apply role mongodb] ****************************************************** TASK [setup] ******************************************************************* ok: [kode1] ok: [kode0] ok: [kode2] TASK [common : include] ******************************************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [common : Registering common role has run] ******************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [mongodb : include] ******************************************************* included: /opt/bgi-kolla/kolla-ansible/ansible/roles/mongodb/tasks/deploy.yml for kode0, kode1, kode2 TASK [mongodb : include] ******************************************************* included: /opt/bgi-kolla/kolla-ansible/ansible/roles/mongodb/tasks/config.yml for kode0, kode2, kode1 TASK [mongodb : Ensuring config directories exist] ***************************** changed: [kode1] => (item=mongodb) changed: [kode0] => (item=mongodb) changed: [kode2] => (item=mongodb) TASK [mongodb : Copying over config.json files for services] ******************* changed: [kode1] => (item=mongodb) changed: [kode2] => (item=mongodb) changed: [kode0] => (item=mongodb) TASK [mongodb : Copying over mongodb.conf] ************************************* changed: [kode1] => (item=mongodb.conf) changed: [kode0] => (item=mongodb.conf) changed: [kode2] => (item=mongodb.conf) TASK [mongodb : include] ******************************************************* included: /opt/bgi-kolla/kolla-ansible/ansible/roles/mongodb/tasks/bootstrap.yml for kode0, kode1, kode2 TASK [mongodb : Starting mongodb bootstrap container] ************************** changed: [kode0] changed: [kode1] changed: [kode2] TASK [mongodb : include] ******************************************************* included: /opt/bgi-kolla/kolla-ansible/ansible/roles/mongodb/tasks/start.yml for kode0, kode1, kode2 TASK [mongodb : Starting mongodb container] ************************************ changed: [kode0] changed: [kode2] changed: [kode1] TASK [mongodb : Waiting for the mongodb startup] ******************************* ok: [kode0] ok: [kode1] ok: [kode2] TASK [mongodb : Checking current replication status] *************************** ok: [kode0 -> kode0] TASK [mongodb : include] ******************************************************* included: /opt/bgi-kolla/kolla-ansible/ansible/roles/mongodb/tasks/bootstrap_cluster.yml for kode0, kode1, kode2 TASK [mongodb : Copying the mongodb replication set bootstrap script] ********** changed: [kode0 -> localhost] TASK [mongodb : Bootstraping the mongodb replication set] ********************** changed: [kode0 -> kode0] TASK [mongodb : Deleting the mongodb replication set bootstrap script] ********* ok: [kode0 -> localhost] PLAY [Apply role manila] ******************************************************* TASK [setup] ******************************************************************* ok: [kode0] ok: [kode1] ok: [kode3] ok: [kode2] TASK [common : include] ******************************************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] skipping: [kode3] TASK [common : Registering common role has run] ******************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] skipping: [kode3] TASK [manila : include] ******************************************************** skipping: [kode1] skipping: [kode0] skipping: [kode2] skipping: [kode3] PLAY [Apply role gnocchi] ****************************************************** TASK [setup] ******************************************************************* ok: [kode2] ok: [kode0] ok: [kode1] TASK [common : include] ******************************************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [common : Registering common role has run] ******************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [gnocchi : include] ******************************************************* included: /opt/bgi-kolla/kolla-ansible/ansible/roles/gnocchi/tasks/deploy.yml for kode0, kode1, kode2 TASK [gnocchi : include] ******************************************************* skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [gnocchi : include] ******************************************************* skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [gnocchi : include] ******************************************************* included: /opt/bgi-kolla/kolla-ansible/ansible/roles/gnocchi/tasks/register.yml for kode0, kode1, kode2 TASK [gnocchi : Creating the gnocchi service and endpoint] ********************* changed: [kode0] => (item={u'interface': u'admin', u'url': u'http://192.168.102.254:8041'}) changed: [kode0] => (item={u'interface': u'internal', u'url': u'http://192.168.102.254:8041'}) changed: [kode0] => (item={u'interface': u'public', u'url': u'http://192.168.101.254:8041'}) TASK [gnocchi : Creating the gnocchi project, user, and role] ****************** changed: [kode0] TASK [gnocchi : include] ******************************************************* included: /opt/bgi-kolla/kolla-ansible/ansible/roles/gnocchi/tasks/config.yml for kode0, kode1, kode2 TASK [gnocchi : Ensuring config directories exist] ***************************** changed: [kode0] => (item={'key': u'gnocchi-api', 'value': {u'group': u'gnocchi-api', u'image': u'192.168.103.16:5000/bgi/centos-binary-gnocchi-api:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//gnocchi-api/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'gnocchi:/var/lib/gnocchi/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'gnocchi_api'}}) changed: [kode1] => (item={'key': u'gnocchi-api', 'value': {u'group': u'gnocchi-api', u'image': u'192.168.103.16:5000/bgi/centos-binary-gnocchi-api:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//gnocchi-api/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'gnocchi:/var/lib/gnocchi/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'gnocchi_api'}}) changed: [kode2] => (item={'key': u'gnocchi-api', 'value': {u'group': u'gnocchi-api', u'image': u'192.168.103.16:5000/bgi/centos-binary-gnocchi-api:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//gnocchi-api/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'gnocchi:/var/lib/gnocchi/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'gnocchi_api'}}) changed: [kode0] => (item={'key': u'gnocchi-statsd', 'value': {u'group': u'gnocchi-statsd', u'image': u'192.168.103.16:5000/bgi/centos-binary-gnocchi-statsd:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//gnocchi-statsd/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'gnocchi:/var/lib/gnocchi/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'gnocchi_statsd'}}) changed: [kode1] => (item={'key': u'gnocchi-statsd', 'value': {u'group': u'gnocchi-statsd', u'image': u'192.168.103.16:5000/bgi/centos-binary-gnocchi-statsd:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//gnocchi-statsd/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'gnocchi:/var/lib/gnocchi/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'gnocchi_statsd'}}) changed: [kode2] => (item={'key': u'gnocchi-statsd', 'value': {u'group': u'gnocchi-statsd', u'image': u'192.168.103.16:5000/bgi/centos-binary-gnocchi-statsd:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//gnocchi-statsd/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'gnocchi:/var/lib/gnocchi/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'gnocchi_statsd'}}) changed: [kode0] => (item={'key': u'gnocchi-metricd', 'value': {u'group': u'gnocchi-metricd', u'image': u'192.168.103.16:5000/bgi/centos-binary-gnocchi-metricd:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//gnocchi-metricd/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'gnocchi:/var/lib/gnocchi/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'gnocchi_metricd'}}) changed: [kode1] => (item={'key': u'gnocchi-metricd', 'value': {u'group': u'gnocchi-metricd', u'image': u'192.168.103.16:5000/bgi/centos-binary-gnocchi-metricd:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//gnocchi-metricd/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'gnocchi:/var/lib/gnocchi/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'gnocchi_metricd'}}) changed: [kode2] => (item={'key': u'gnocchi-metricd', 'value': {u'group': u'gnocchi-metricd', u'image': u'192.168.103.16:5000/bgi/centos-binary-gnocchi-metricd:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//gnocchi-metricd/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'gnocchi:/var/lib/gnocchi/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'gnocchi_metricd'}}) TASK [gnocchi : Copying over config.json files for services] ******************* changed: [kode2] => (item={'key': u'gnocchi-api', 'value': {u'group': u'gnocchi-api', u'image': u'192.168.103.16:5000/bgi/centos-binary-gnocchi-api:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//gnocchi-api/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'gnocchi:/var/lib/gnocchi/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'gnocchi_api'}}) changed: [kode1] => (item={'key': u'gnocchi-api', 'value': {u'group': u'gnocchi-api', u'image': u'192.168.103.16:5000/bgi/centos-binary-gnocchi-api:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//gnocchi-api/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'gnocchi:/var/lib/gnocchi/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'gnocchi_api'}}) changed: [kode0] => (item={'key': u'gnocchi-api', 'value': {u'group': u'gnocchi-api', u'image': u'192.168.103.16:5000/bgi/centos-binary-gnocchi-api:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//gnocchi-api/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'gnocchi:/var/lib/gnocchi/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'gnocchi_api'}}) changed: [kode2] => (item={'key': u'gnocchi-statsd', 'value': {u'group': u'gnocchi-statsd', u'image': u'192.168.103.16:5000/bgi/centos-binary-gnocchi-statsd:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//gnocchi-statsd/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'gnocchi:/var/lib/gnocchi/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'gnocchi_statsd'}}) changed: [kode1] => (item={'key': u'gnocchi-statsd', 'value': {u'group': u'gnocchi-statsd', u'image': u'192.168.103.16:5000/bgi/centos-binary-gnocchi-statsd:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//gnocchi-statsd/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'gnocchi:/var/lib/gnocchi/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'gnocchi_statsd'}}) changed: [kode0] => (item={'key': u'gnocchi-statsd', 'value': {u'group': u'gnocchi-statsd', u'image': u'192.168.103.16:5000/bgi/centos-binary-gnocchi-statsd:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//gnocchi-statsd/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'gnocchi:/var/lib/gnocchi/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'gnocchi_statsd'}}) changed: [kode2] => (item={'key': u'gnocchi-metricd', 'value': {u'group': u'gnocchi-metricd', u'image': u'192.168.103.16:5000/bgi/centos-binary-gnocchi-metricd:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//gnocchi-metricd/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'gnocchi:/var/lib/gnocchi/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'gnocchi_metricd'}}) changed: [kode1] => (item={'key': u'gnocchi-metricd', 'value': {u'group': u'gnocchi-metricd', u'image': u'192.168.103.16:5000/bgi/centos-binary-gnocchi-metricd:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//gnocchi-metricd/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'gnocchi:/var/lib/gnocchi/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'gnocchi_metricd'}}) changed: [kode0] => (item={'key': u'gnocchi-metricd', 'value': {u'group': u'gnocchi-metricd', u'image': u'192.168.103.16:5000/bgi/centos-binary-gnocchi-metricd:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//gnocchi-metricd/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'gnocchi:/var/lib/gnocchi/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'gnocchi_metricd'}}) TASK [gnocchi : Copying over gnocchi.conf] ************************************* changed: [kode1] => (item={'key': u'gnocchi-api', 'value': {u'group': u'gnocchi-api', u'image': u'192.168.103.16:5000/bgi/centos-binary-gnocchi-api:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//gnocchi-api/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'gnocchi:/var/lib/gnocchi/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'gnocchi_api'}}) changed: [kode0] => (item={'key': u'gnocchi-api', 'value': {u'group': u'gnocchi-api', u'image': u'192.168.103.16:5000/bgi/centos-binary-gnocchi-api:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//gnocchi-api/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'gnocchi:/var/lib/gnocchi/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'gnocchi_api'}}) changed: [kode2] => (item={'key': u'gnocchi-api', 'value': {u'group': u'gnocchi-api', u'image': u'192.168.103.16:5000/bgi/centos-binary-gnocchi-api:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//gnocchi-api/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'gnocchi:/var/lib/gnocchi/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'gnocchi_api'}}) changed: [kode1] => (item={'key': u'gnocchi-statsd', 'value': {u'group': u'gnocchi-statsd', u'image': u'192.168.103.16:5000/bgi/centos-binary-gnocchi-statsd:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//gnocchi-statsd/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'gnocchi:/var/lib/gnocchi/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'gnocchi_statsd'}}) changed: [kode0] => (item={'key': u'gnocchi-statsd', 'value': {u'group': u'gnocchi-statsd', u'image': u'192.168.103.16:5000/bgi/centos-binary-gnocchi-statsd:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//gnocchi-statsd/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'gnocchi:/var/lib/gnocchi/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'gnocchi_statsd'}}) changed: [kode2] => (item={'key': u'gnocchi-statsd', 'value': {u'group': u'gnocchi-statsd', u'image': u'192.168.103.16:5000/bgi/centos-binary-gnocchi-statsd:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//gnocchi-statsd/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'gnocchi:/var/lib/gnocchi/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'gnocchi_statsd'}}) changed: [kode1] => (item={'key': u'gnocchi-metricd', 'value': {u'group': u'gnocchi-metricd', u'image': u'192.168.103.16:5000/bgi/centos-binary-gnocchi-metricd:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//gnocchi-metricd/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'gnocchi:/var/lib/gnocchi/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'gnocchi_metricd'}}) changed: [kode0] => (item={'key': u'gnocchi-metricd', 'value': {u'group': u'gnocchi-metricd', u'image': u'192.168.103.16:5000/bgi/centos-binary-gnocchi-metricd:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//gnocchi-metricd/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'gnocchi:/var/lib/gnocchi/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'gnocchi_metricd'}}) changed: [kode2] => (item={'key': u'gnocchi-metricd', 'value': {u'group': u'gnocchi-metricd', u'image': u'192.168.103.16:5000/bgi/centos-binary-gnocchi-metricd:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//gnocchi-metricd/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'gnocchi:/var/lib/gnocchi/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'gnocchi_metricd'}}) TASK [gnocchi : Copying over wsgi-gnocchi.conf] ******************************** changed: [kode2] => (item=gnocchi-api) changed: [kode0] => (item=gnocchi-api) changed: [kode1] => (item=gnocchi-api) TASK [gnocchi : Check if policies shall be overwritten] ************************ ok: [kode0 -> localhost] ok: [kode1 -> localhost] ok: [kode2 -> localhost] TASK [gnocchi : Copying over existing policy.json] ***************************** skipping: [kode0] => (item={'key': u'gnocchi-api', 'value': {u'group': u'gnocchi-api', u'image': u'192.168.103.16:5000/bgi/centos-binary-gnocchi-api:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//gnocchi-api/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'gnocchi:/var/lib/gnocchi/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'gnocchi_api'}}) skipping: [kode2] => (item={'key': u'gnocchi-api', 'value': {u'group': u'gnocchi-api', u'image': u'192.168.103.16:5000/bgi/centos-binary-gnocchi-api:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//gnocchi-api/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'gnocchi:/var/lib/gnocchi/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'gnocchi_api'}}) skipping: [kode1] => (item={'key': u'gnocchi-api', 'value': {u'group': u'gnocchi-api', u'image': u'192.168.103.16:5000/bgi/centos-binary-gnocchi-api:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//gnocchi-api/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'gnocchi:/var/lib/gnocchi/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'gnocchi_api'}}) skipping: [kode0] => (item={'key': u'gnocchi-statsd', 'value': {u'group': u'gnocchi-statsd', u'image': u'192.168.103.16:5000/bgi/centos-binary-gnocchi-statsd:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//gnocchi-statsd/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'gnocchi:/var/lib/gnocchi/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'gnocchi_statsd'}}) skipping: [kode2] => (item={'key': u'gnocchi-statsd', 'value': {u'group': u'gnocchi-statsd', u'image': u'192.168.103.16:5000/bgi/centos-binary-gnocchi-statsd:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//gnocchi-statsd/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'gnocchi:/var/lib/gnocchi/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'gnocchi_statsd'}}) skipping: [kode1] => (item={'key': u'gnocchi-statsd', 'value': {u'group': u'gnocchi-statsd', u'image': u'192.168.103.16:5000/bgi/centos-binary-gnocchi-statsd:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//gnocchi-statsd/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'gnocchi:/var/lib/gnocchi/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'gnocchi_statsd'}}) skipping: [kode0] => (item={'key': u'gnocchi-metricd', 'value': {u'group': u'gnocchi-metricd', u'image': u'192.168.103.16:5000/bgi/centos-binary-gnocchi-metricd:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//gnocchi-metricd/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'gnocchi:/var/lib/gnocchi/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'gnocchi_metricd'}}) skipping: [kode1] => (item={'key': u'gnocchi-metricd', 'value': {u'group': u'gnocchi-metricd', u'image': u'192.168.103.16:5000/bgi/centos-binary-gnocchi-metricd:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//gnocchi-metricd/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'gnocchi:/var/lib/gnocchi/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'gnocchi_metricd'}}) skipping: [kode2] => (item={'key': u'gnocchi-metricd', 'value': {u'group': u'gnocchi-metricd', u'image': u'192.168.103.16:5000/bgi/centos-binary-gnocchi-metricd:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//gnocchi-metricd/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'gnocchi:/var/lib/gnocchi/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'gnocchi_metricd'}}) TASK [gnocchi : Check gnocchi containers] ************************************** changed: [kode0] => (item={'key': u'gnocchi-api', 'value': {u'group': u'gnocchi-api', u'image': u'192.168.103.16:5000/bgi/centos-binary-gnocchi-api:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//gnocchi-api/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'gnocchi:/var/lib/gnocchi/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'gnocchi_api'}}) changed: [kode1] => (item={'key': u'gnocchi-api', 'value': {u'group': u'gnocchi-api', u'image': u'192.168.103.16:5000/bgi/centos-binary-gnocchi-api:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//gnocchi-api/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'gnocchi:/var/lib/gnocchi/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'gnocchi_api'}}) changed: [kode2] => (item={'key': u'gnocchi-api', 'value': {u'group': u'gnocchi-api', u'image': u'192.168.103.16:5000/bgi/centos-binary-gnocchi-api:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//gnocchi-api/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'gnocchi:/var/lib/gnocchi/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'gnocchi_api'}}) changed: [kode1] => (item={'key': u'gnocchi-statsd', 'value': {u'group': u'gnocchi-statsd', u'image': u'192.168.103.16:5000/bgi/centos-binary-gnocchi-statsd:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//gnocchi-statsd/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'gnocchi:/var/lib/gnocchi/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'gnocchi_statsd'}}) changed: [kode0] => (item={'key': u'gnocchi-statsd', 'value': {u'group': u'gnocchi-statsd', u'image': u'192.168.103.16:5000/bgi/centos-binary-gnocchi-statsd:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//gnocchi-statsd/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'gnocchi:/var/lib/gnocchi/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'gnocchi_statsd'}}) changed: [kode2] => (item={'key': u'gnocchi-statsd', 'value': {u'group': u'gnocchi-statsd', u'image': u'192.168.103.16:5000/bgi/centos-binary-gnocchi-statsd:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//gnocchi-statsd/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'gnocchi:/var/lib/gnocchi/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'gnocchi_statsd'}}) changed: [kode1] => (item={'key': u'gnocchi-metricd', 'value': {u'group': u'gnocchi-metricd', u'image': u'192.168.103.16:5000/bgi/centos-binary-gnocchi-metricd:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//gnocchi-metricd/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'gnocchi:/var/lib/gnocchi/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'gnocchi_metricd'}}) changed: [kode0] => (item={'key': u'gnocchi-metricd', 'value': {u'group': u'gnocchi-metricd', u'image': u'192.168.103.16:5000/bgi/centos-binary-gnocchi-metricd:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//gnocchi-metricd/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'gnocchi:/var/lib/gnocchi/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'gnocchi_metricd'}}) changed: [kode2] => (item={'key': u'gnocchi-metricd', 'value': {u'group': u'gnocchi-metricd', u'image': u'192.168.103.16:5000/bgi/centos-binary-gnocchi-metricd:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//gnocchi-metricd/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'gnocchi:/var/lib/gnocchi/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'gnocchi_metricd'}}) TASK [gnocchi : include] ******************************************************* included: /opt/bgi-kolla/kolla-ansible/ansible/roles/gnocchi/tasks/bootstrap.yml for kode0, kode1, kode2 TASK [gnocchi : Creating gnocchi database] ************************************* changed: [kode0 -> kode0] TASK [gnocchi : Creating gnocchi database user and setting permissions] ******** changed: [kode0 -> kode0] TASK [gnocchi : include] ******************************************************* included: /opt/bgi-kolla/kolla-ansible/ansible/roles/gnocchi/tasks/bootstrap_service.yml for kode0, kode1, kode2 TASK [gnocchi : Running gnocchi bootstrap container] *************************** changed: [kode0 -> kode0] RUNNING HANDLER [gnocchi : Restart gnocchi-api container] ********************** changed: [kode2] changed: [kode1] changed: [kode0] RUNNING HANDLER [gnocchi : Restart gnocchi-metricd container] ****************** changed: [kode2] changed: [kode1] changed: [kode0] RUNNING HANDLER [gnocchi : Restart gnocchi-statsd container] ******************* changed: [kode1] changed: [kode0] changed: [kode2] PLAY [Apply role ceilometer] *************************************************** TASK [setup] ******************************************************************* ok: [kode1] ok: [kode0] ok: [kode2] ok: [kode5] ok: [kode4] ok: [kode6] TASK [common : include] ******************************************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] skipping: [kode4] skipping: [kode5] skipping: [kode6] TASK [common : Registering common role has run] ******************************** skipping: [kode0] skipping: [kode2] skipping: [kode1] skipping: [kode4] skipping: [kode5] skipping: [kode6] TASK [ceilometer : include] **************************************************** included: /opt/bgi-kolla/kolla-ansible/ansible/roles/ceilometer/tasks/deploy.yml for kode0, kode2, kode5, kode4, kode1, kode6 TASK [ceilometer : include] **************************************************** skipping: [kode4] skipping: [kode5] skipping: [kode6] included: /opt/bgi-kolla/kolla-ansible/ansible/roles/ceilometer/tasks/register.yml for kode0, kode1, kode2 TASK [ceilometer : Creating the Ceilometer service and endpoint] *************** changed: [kode0] => (item={u'interface': u'admin', u'url': u'http://192.168.102.254:8777'}) changed: [kode0] => (item={u'interface': u'internal', u'url': u'http://192.168.102.254:8777'}) changed: [kode0] => (item={u'interface': u'public', u'url': u'http://192.168.101.254:8777'}) TASK [ceilometer : Creating the Ceilometer project, user, and role] ************ changed: [kode0] TASK [ceilometer : include] **************************************************** included: /opt/bgi-kolla/kolla-ansible/ansible/roles/ceilometer/tasks/config.yml for kode0, kode2, kode4, kode1, kode5, kode6 TASK [ceilometer : Ensuring config directories exist] ************************** skipping: [kode4] => (item={'key': u'ceilometer-collector', 'value': {u'group': u'ceilometer-collector', u'image': u'192.168.103.16:5000/bgi/centos-binary-ceilometer-collector:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//ceilometer-collector/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'ceilometer:/var/lib/ceilometer/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'ceilometer_collector'}}) skipping: [kode5] => (item={'key': u'ceilometer-notification', 'value': {u'group': u'ceilometer-notification', u'image': u'192.168.103.16:5000/bgi/centos-binary-ceilometer-notification:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//ceilometer-notification/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'ceilometer_notification'}}) changed: [kode5] => (item={'key': u'ceilometer-compute', 'value': {u'group': u'ceilometer-compute', u'image': u'192.168.103.16:5000/bgi/centos-binary-ceilometer-compute:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//ceilometer-compute/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run/:/run/:shared', u'ceilometer:/var/lib/ceilometer/', u'kolla_logs:/var/log/kolla/', u'nova_libvirt:/var/lib/libvirt'], u'container_name': u'ceilometer_compute', u'privileged': True}}) skipping: [kode4] => (item={'key': u'ceilometer-api', 'value': {u'group': u'ceilometer-api', u'image': u'192.168.103.16:5000/bgi/centos-binary-ceilometer-api:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//ceilometer-api/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'ceilometer:/var/lib/ceilometer/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'ceilometer_api'}}) changed: [kode1] => (item={'key': u'ceilometer-notification', 'value': {u'group': u'ceilometer-notification', u'image': u'192.168.103.16:5000/bgi/centos-binary-ceilometer-notification:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//ceilometer-notification/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'ceilometer_notification'}}) skipping: [kode5] => (item={'key': u'ceilometer-central', 'value': {u'group': u'ceilometer-central', u'image': u'192.168.103.16:5000/bgi/centos-binary-ceilometer-central:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//ceilometer-central/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'ceilometer:/var/lib/ceilometer/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'ceilometer_central'}}) skipping: [kode4] => (item={'key': u'ceilometer-central', 'value': {u'group': u'ceilometer-central', u'image': u'192.168.103.16:5000/bgi/centos-binary-ceilometer-central:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//ceilometer-central/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'ceilometer:/var/lib/ceilometer/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'ceilometer_central'}}) changed: [kode0] => (item={'key': u'ceilometer-notification', 'value': {u'group': u'ceilometer-notification', u'image': u'192.168.103.16:5000/bgi/centos-binary-ceilometer-notification:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//ceilometer-notification/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'ceilometer_notification'}}) changed: [kode2] => (item={'key': u'ceilometer-notification', 'value': {u'group': u'ceilometer-notification', u'image': u'192.168.103.16:5000/bgi/centos-binary-ceilometer-notification:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//ceilometer-notification/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'ceilometer_notification'}}) skipping: [kode4] => (item={'key': u'ceilometer-notification', 'value': {u'group': u'ceilometer-notification', u'image': u'192.168.103.16:5000/bgi/centos-binary-ceilometer-notification:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//ceilometer-notification/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'ceilometer_notification'}}) changed: [kode4] => (item={'key': u'ceilometer-compute', 'value': {u'group': u'ceilometer-compute', u'image': u'192.168.103.16:5000/bgi/centos-binary-ceilometer-compute:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//ceilometer-compute/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run/:/run/:shared', u'ceilometer:/var/lib/ceilometer/', u'kolla_logs:/var/log/kolla/', u'nova_libvirt:/var/lib/libvirt'], u'container_name': u'ceilometer_compute', u'privileged': True}}) skipping: [kode1] => (item={'key': u'ceilometer-compute', 'value': {u'group': u'ceilometer-compute', u'image': u'192.168.103.16:5000/bgi/centos-binary-ceilometer-compute:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//ceilometer-compute/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run/:/run/:shared', u'ceilometer:/var/lib/ceilometer/', u'kolla_logs:/var/log/kolla/', u'nova_libvirt:/var/lib/libvirt'], u'container_name': u'ceilometer_compute', u'privileged': True}}) skipping: [kode2] => (item={'key': u'ceilometer-compute', 'value': {u'group': u'ceilometer-compute', u'image': u'192.168.103.16:5000/bgi/centos-binary-ceilometer-compute:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//ceilometer-compute/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run/:/run/:shared', u'ceilometer:/var/lib/ceilometer/', u'kolla_logs:/var/log/kolla/', u'nova_libvirt:/var/lib/libvirt'], u'container_name': u'ceilometer_compute', u'privileged': True}}) skipping: [kode0] => (item={'key': u'ceilometer-compute', 'value': {u'group': u'ceilometer-compute', u'image': u'192.168.103.16:5000/bgi/centos-binary-ceilometer-compute:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//ceilometer-compute/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run/:/run/:shared', u'ceilometer:/var/lib/ceilometer/', u'kolla_logs:/var/log/kolla/', u'nova_libvirt:/var/lib/libvirt'], u'container_name': u'ceilometer_compute', u'privileged': True}}) skipping: [kode5] => (item={'key': u'ceilometer-collector', 'value': {u'group': u'ceilometer-collector', u'image': u'192.168.103.16:5000/bgi/centos-binary-ceilometer-collector:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//ceilometer-collector/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'ceilometer:/var/lib/ceilometer/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'ceilometer_collector'}}) skipping: [kode5] => (item={'key': u'ceilometer-api', 'value': {u'group': u'ceilometer-api', u'image': u'192.168.103.16:5000/bgi/centos-binary-ceilometer-api:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//ceilometer-api/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'ceilometer:/var/lib/ceilometer/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'ceilometer_api'}}) changed: [kode2] => (item={'key': u'ceilometer-central', 'value': {u'group': u'ceilometer-central', u'image': u'192.168.103.16:5000/bgi/centos-binary-ceilometer-central:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//ceilometer-central/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'ceilometer:/var/lib/ceilometer/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'ceilometer_central'}}) changed: [kode0] => (item={'key': u'ceilometer-central', 'value': {u'group': u'ceilometer-central', u'image': u'192.168.103.16:5000/bgi/centos-binary-ceilometer-central:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//ceilometer-central/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'ceilometer:/var/lib/ceilometer/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'ceilometer_central'}}) changed: [kode1] => (item={'key': u'ceilometer-central', 'value': {u'group': u'ceilometer-central', u'image': u'192.168.103.16:5000/bgi/centos-binary-ceilometer-central:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//ceilometer-central/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'ceilometer:/var/lib/ceilometer/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'ceilometer_central'}}) changed: [kode6] => (item={'key': u'ceilometer-compute', 'value': {u'group': u'ceilometer-compute', u'image': u'192.168.103.16:5000/bgi/centos-binary-ceilometer-compute:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//ceilometer-compute/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run/:/run/:shared', u'ceilometer:/var/lib/ceilometer/', u'kolla_logs:/var/log/kolla/', u'nova_libvirt:/var/lib/libvirt'], u'container_name': u'ceilometer_compute', u'privileged': True}}) skipping: [kode6] => (item={'key': u'ceilometer-notification', 'value': {u'group': u'ceilometer-notification', u'image': u'192.168.103.16:5000/bgi/centos-binary-ceilometer-notification:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//ceilometer-notification/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'ceilometer_notification'}}) skipping: [kode6] => (item={'key': u'ceilometer-central', 'value': {u'group': u'ceilometer-central', u'image': u'192.168.103.16:5000/bgi/centos-binary-ceilometer-central:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//ceilometer-central/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'ceilometer:/var/lib/ceilometer/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'ceilometer_central'}}) skipping: [kode6] => (item={'key': u'ceilometer-api', 'value': {u'group': u'ceilometer-api', u'image': u'192.168.103.16:5000/bgi/centos-binary-ceilometer-api:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//ceilometer-api/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'ceilometer:/var/lib/ceilometer/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'ceilometer_api'}}) skipping: [kode6] => (item={'key': u'ceilometer-collector', 'value': {u'group': u'ceilometer-collector', u'image': u'192.168.103.16:5000/bgi/centos-binary-ceilometer-collector:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//ceilometer-collector/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'ceilometer:/var/lib/ceilometer/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'ceilometer_collector'}}) changed: [kode2] => (item={'key': u'ceilometer-api', 'value': {u'group': u'ceilometer-api', u'image': u'192.168.103.16:5000/bgi/centos-binary-ceilometer-api:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//ceilometer-api/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'ceilometer:/var/lib/ceilometer/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'ceilometer_api'}}) changed: [kode0] => (item={'key': u'ceilometer-api', 'value': {u'group': u'ceilometer-api', u'image': u'192.168.103.16:5000/bgi/centos-binary-ceilometer-api:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//ceilometer-api/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'ceilometer:/var/lib/ceilometer/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'ceilometer_api'}}) changed: [kode1] => (item={'key': u'ceilometer-api', 'value': {u'group': u'ceilometer-api', u'image': u'192.168.103.16:5000/bgi/centos-binary-ceilometer-api:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//ceilometer-api/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'ceilometer:/var/lib/ceilometer/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'ceilometer_api'}}) changed: [kode2] => (item={'key': u'ceilometer-collector', 'value': {u'group': u'ceilometer-collector', u'image': u'192.168.103.16:5000/bgi/centos-binary-ceilometer-collector:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//ceilometer-collector/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'ceilometer:/var/lib/ceilometer/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'ceilometer_collector'}}) changed: [kode1] => (item={'key': u'ceilometer-collector', 'value': {u'group': u'ceilometer-collector', u'image': u'192.168.103.16:5000/bgi/centos-binary-ceilometer-collector:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//ceilometer-collector/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'ceilometer:/var/lib/ceilometer/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'ceilometer_collector'}}) changed: [kode0] => (item={'key': u'ceilometer-collector', 'value': {u'group': u'ceilometer-collector', u'image': u'192.168.103.16:5000/bgi/centos-binary-ceilometer-collector:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//ceilometer-collector/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'ceilometer:/var/lib/ceilometer/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'ceilometer_collector'}}) TASK [ceilometer : Copying over config.json files for services] **************** skipping: [kode5] => (item={'key': u'ceilometer-central', 'value': {u'group': u'ceilometer-central', u'image': u'192.168.103.16:5000/bgi/centos-binary-ceilometer-central:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//ceilometer-central/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'ceilometer:/var/lib/ceilometer/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'ceilometer_central'}}) skipping: [kode5] => (item={'key': u'ceilometer-api', 'value': {u'group': u'ceilometer-api', u'image': u'192.168.103.16:5000/bgi/centos-binary-ceilometer-api:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//ceilometer-api/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'ceilometer:/var/lib/ceilometer/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'ceilometer_api'}}) skipping: [kode4] => (item={'key': u'ceilometer-collector', 'value': {u'group': u'ceilometer-collector', u'image': u'192.168.103.16:5000/bgi/centos-binary-ceilometer-collector:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//ceilometer-collector/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'ceilometer:/var/lib/ceilometer/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'ceilometer_collector'}}) skipping: [kode4] => (item={'key': u'ceilometer-api', 'value': {u'group': u'ceilometer-api', u'image': u'192.168.103.16:5000/bgi/centos-binary-ceilometer-api:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//ceilometer-api/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'ceilometer:/var/lib/ceilometer/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'ceilometer_api'}}) skipping: [kode5] => (item={'key': u'ceilometer-notification', 'value': {u'group': u'ceilometer-notification', u'image': u'192.168.103.16:5000/bgi/centos-binary-ceilometer-notification:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//ceilometer-notification/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'ceilometer_notification'}}) changed: [kode2] => (item={'key': u'ceilometer-notification', 'value': {u'group': u'ceilometer-notification', u'image': u'192.168.103.16:5000/bgi/centos-binary-ceilometer-notification:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//ceilometer-notification/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'ceilometer_notification'}}) skipping: [kode4] => (item={'key': u'ceilometer-central', 'value': {u'group': u'ceilometer-central', u'image': u'192.168.103.16:5000/bgi/centos-binary-ceilometer-central:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//ceilometer-central/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'ceilometer:/var/lib/ceilometer/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'ceilometer_central'}}) skipping: [kode5] => (item={'key': u'ceilometer-collector', 'value': {u'group': u'ceilometer-collector', u'image': u'192.168.103.16:5000/bgi/centos-binary-ceilometer-collector:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//ceilometer-collector/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'ceilometer:/var/lib/ceilometer/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'ceilometer_collector'}}) changed: [kode5] => (item={'key': u'ceilometer-compute', 'value': {u'group': u'ceilometer-compute', u'image': u'192.168.103.16:5000/bgi/centos-binary-ceilometer-compute:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//ceilometer-compute/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run/:/run/:shared', u'ceilometer:/var/lib/ceilometer/', u'kolla_logs:/var/log/kolla/', u'nova_libvirt:/var/lib/libvirt'], u'container_name': u'ceilometer_compute', u'privileged': True}}) skipping: [kode4] => (item={'key': u'ceilometer-notification', 'value': {u'group': u'ceilometer-notification', u'image': u'192.168.103.16:5000/bgi/centos-binary-ceilometer-notification:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//ceilometer-notification/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'ceilometer_notification'}}) changed: [kode4] => (item={'key': u'ceilometer-compute', 'value': {u'group': u'ceilometer-compute', u'image': u'192.168.103.16:5000/bgi/centos-binary-ceilometer-compute:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//ceilometer-compute/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run/:/run/:shared', u'ceilometer:/var/lib/ceilometer/', u'kolla_logs:/var/log/kolla/', u'nova_libvirt:/var/lib/libvirt'], u'container_name': u'ceilometer_compute', u'privileged': True}}) changed: [kode0] => (item={'key': u'ceilometer-notification', 'value': {u'group': u'ceilometer-notification', u'image': u'192.168.103.16:5000/bgi/centos-binary-ceilometer-notification:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//ceilometer-notification/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'ceilometer_notification'}}) changed: [kode1] => (item={'key': u'ceilometer-notification', 'value': {u'group': u'ceilometer-notification', u'image': u'192.168.103.16:5000/bgi/centos-binary-ceilometer-notification:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//ceilometer-notification/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'ceilometer_notification'}}) skipping: [kode0] => (item={'key': u'ceilometer-compute', 'value': {u'group': u'ceilometer-compute', u'image': u'192.168.103.16:5000/bgi/centos-binary-ceilometer-compute:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//ceilometer-compute/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run/:/run/:shared', u'ceilometer:/var/lib/ceilometer/', u'kolla_logs:/var/log/kolla/', u'nova_libvirt:/var/lib/libvirt'], u'container_name': u'ceilometer_compute', u'privileged': True}}) skipping: [kode2] => (item={'key': u'ceilometer-compute', 'value': {u'group': u'ceilometer-compute', u'image': u'192.168.103.16:5000/bgi/centos-binary-ceilometer-compute:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//ceilometer-compute/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run/:/run/:shared', u'ceilometer:/var/lib/ceilometer/', u'kolla_logs:/var/log/kolla/', u'nova_libvirt:/var/lib/libvirt'], u'container_name': u'ceilometer_compute', u'privileged': True}}) skipping: [kode1] => (item={'key': u'ceilometer-compute', 'value': {u'group': u'ceilometer-compute', u'image': u'192.168.103.16:5000/bgi/centos-binary-ceilometer-compute:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//ceilometer-compute/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run/:/run/:shared', u'ceilometer:/var/lib/ceilometer/', u'kolla_logs:/var/log/kolla/', u'nova_libvirt:/var/lib/libvirt'], u'container_name': u'ceilometer_compute', u'privileged': True}}) changed: [kode0] => (item={'key': u'ceilometer-central', 'value': {u'group': u'ceilometer-central', u'image': u'192.168.103.16:5000/bgi/centos-binary-ceilometer-central:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//ceilometer-central/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'ceilometer:/var/lib/ceilometer/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'ceilometer_central'}}) changed: [kode1] => (item={'key': u'ceilometer-central', 'value': {u'group': u'ceilometer-central', u'image': u'192.168.103.16:5000/bgi/centos-binary-ceilometer-central:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//ceilometer-central/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'ceilometer:/var/lib/ceilometer/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'ceilometer_central'}}) changed: [kode2] => (item={'key': u'ceilometer-central', 'value': {u'group': u'ceilometer-central', u'image': u'192.168.103.16:5000/bgi/centos-binary-ceilometer-central:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//ceilometer-central/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'ceilometer:/var/lib/ceilometer/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'ceilometer_central'}}) changed: [kode6] => (item={'key': u'ceilometer-compute', 'value': {u'group': u'ceilometer-compute', u'image': u'192.168.103.16:5000/bgi/centos-binary-ceilometer-compute:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//ceilometer-compute/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run/:/run/:shared', u'ceilometer:/var/lib/ceilometer/', u'kolla_logs:/var/log/kolla/', u'nova_libvirt:/var/lib/libvirt'], u'container_name': u'ceilometer_compute', u'privileged': True}}) skipping: [kode6] => (item={'key': u'ceilometer-notification', 'value': {u'group': u'ceilometer-notification', u'image': u'192.168.103.16:5000/bgi/centos-binary-ceilometer-notification:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//ceilometer-notification/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'ceilometer_notification'}}) skipping: [kode6] => (item={'key': u'ceilometer-central', 'value': {u'group': u'ceilometer-central', u'image': u'192.168.103.16:5000/bgi/centos-binary-ceilometer-central:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//ceilometer-central/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'ceilometer:/var/lib/ceilometer/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'ceilometer_central'}}) skipping: [kode6] => (item={'key': u'ceilometer-api', 'value': {u'group': u'ceilometer-api', u'image': u'192.168.103.16:5000/bgi/centos-binary-ceilometer-api:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//ceilometer-api/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'ceilometer:/var/lib/ceilometer/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'ceilometer_api'}}) skipping: [kode6] => (item={'key': u'ceilometer-collector', 'value': {u'group': u'ceilometer-collector', u'image': u'192.168.103.16:5000/bgi/centos-binary-ceilometer-collector:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//ceilometer-collector/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'ceilometer:/var/lib/ceilometer/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'ceilometer_collector'}}) changed: [kode1] => (item={'key': u'ceilometer-api', 'value': {u'group': u'ceilometer-api', u'image': u'192.168.103.16:5000/bgi/centos-binary-ceilometer-api:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//ceilometer-api/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'ceilometer:/var/lib/ceilometer/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'ceilometer_api'}}) changed: [kode0] => (item={'key': u'ceilometer-api', 'value': {u'group': u'ceilometer-api', u'image': u'192.168.103.16:5000/bgi/centos-binary-ceilometer-api:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//ceilometer-api/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'ceilometer:/var/lib/ceilometer/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'ceilometer_api'}}) changed: [kode2] => (item={'key': u'ceilometer-api', 'value': {u'group': u'ceilometer-api', u'image': u'192.168.103.16:5000/bgi/centos-binary-ceilometer-api:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//ceilometer-api/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'ceilometer:/var/lib/ceilometer/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'ceilometer_api'}}) changed: [kode0] => (item={'key': u'ceilometer-collector', 'value': {u'group': u'ceilometer-collector', u'image': u'192.168.103.16:5000/bgi/centos-binary-ceilometer-collector:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//ceilometer-collector/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'ceilometer:/var/lib/ceilometer/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'ceilometer_collector'}}) changed: [kode1] => (item={'key': u'ceilometer-collector', 'value': {u'group': u'ceilometer-collector', u'image': u'192.168.103.16:5000/bgi/centos-binary-ceilometer-collector:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//ceilometer-collector/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'ceilometer:/var/lib/ceilometer/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'ceilometer_collector'}}) changed: [kode2] => (item={'key': u'ceilometer-collector', 'value': {u'group': u'ceilometer-collector', u'image': u'192.168.103.16:5000/bgi/centos-binary-ceilometer-collector:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//ceilometer-collector/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'ceilometer:/var/lib/ceilometer/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'ceilometer_collector'}}) TASK [ceilometer : Copying over wsgi-ceilometer-api.conf] ********************** skipping: [kode4] => (item=/opt/bgi-kolla/kolla-ansible/ansible/roles/ceilometer/templates/wsgi-ceilometer-api.conf.j2) skipping: [kode5] => (item=/opt/bgi-kolla/kolla-ansible/ansible/roles/ceilometer/templates/wsgi-ceilometer-api.conf.j2) skipping: [kode6] => (item=/opt/bgi-kolla/kolla-ansible/ansible/roles/ceilometer/templates/wsgi-ceilometer-api.conf.j2) changed: [kode1] => (item=/opt/bgi-kolla/kolla-ansible/ansible/roles/ceilometer/templates/wsgi-ceilometer-api.conf.j2) changed: [kode2] => (item=/opt/bgi-kolla/kolla-ansible/ansible/roles/ceilometer/templates/wsgi-ceilometer-api.conf.j2) changed: [kode0] => (item=/opt/bgi-kolla/kolla-ansible/ansible/roles/ceilometer/templates/wsgi-ceilometer-api.conf.j2) TASK [ceilometer : Copying over ceilometer.conf] ******************************* skipping: [kode5] => (item={'key': u'ceilometer-collector', 'value': {u'group': u'ceilometer-collector', u'image': u'192.168.103.16:5000/bgi/centos-binary-ceilometer-collector:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//ceilometer-collector/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'ceilometer:/var/lib/ceilometer/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'ceilometer_collector'}}) skipping: [kode5] => (item={'key': u'ceilometer-api', 'value': {u'group': u'ceilometer-api', u'image': u'192.168.103.16:5000/bgi/centos-binary-ceilometer-api:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//ceilometer-api/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'ceilometer:/var/lib/ceilometer/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'ceilometer_api'}}) changed: [kode1] => (item={'key': u'ceilometer-notification', 'value': {u'group': u'ceilometer-notification', u'image': u'192.168.103.16:5000/bgi/centos-binary-ceilometer-notification:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//ceilometer-notification/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'ceilometer_notification'}}) skipping: [kode4] => (item={'key': u'ceilometer-collector', 'value': {u'group': u'ceilometer-collector', u'image': u'192.168.103.16:5000/bgi/centos-binary-ceilometer-collector:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//ceilometer-collector/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'ceilometer:/var/lib/ceilometer/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'ceilometer_collector'}}) skipping: [kode4] => (item={'key': u'ceilometer-api', 'value': {u'group': u'ceilometer-api', u'image': u'192.168.103.16:5000/bgi/centos-binary-ceilometer-api:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//ceilometer-api/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'ceilometer:/var/lib/ceilometer/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'ceilometer_api'}}) skipping: [kode5] => (item={'key': u'ceilometer-central', 'value': {u'group': u'ceilometer-central', u'image': u'192.168.103.16:5000/bgi/centos-binary-ceilometer-central:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//ceilometer-central/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'ceilometer:/var/lib/ceilometer/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'ceilometer_central'}}) skipping: [kode5] => (item={'key': u'ceilometer-notification', 'value': {u'group': u'ceilometer-notification', u'image': u'192.168.103.16:5000/bgi/centos-binary-ceilometer-notification:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//ceilometer-notification/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'ceilometer_notification'}}) skipping: [kode4] => (item={'key': u'ceilometer-central', 'value': {u'group': u'ceilometer-central', u'image': u'192.168.103.16:5000/bgi/centos-binary-ceilometer-central:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//ceilometer-central/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'ceilometer:/var/lib/ceilometer/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'ceilometer_central'}}) skipping: [kode4] => (item={'key': u'ceilometer-notification', 'value': {u'group': u'ceilometer-notification', u'image': u'192.168.103.16:5000/bgi/centos-binary-ceilometer-notification:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//ceilometer-notification/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'ceilometer_notification'}}) changed: [kode5] => (item={'key': u'ceilometer-compute', 'value': {u'group': u'ceilometer-compute', u'image': u'192.168.103.16:5000/bgi/centos-binary-ceilometer-compute:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//ceilometer-compute/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run/:/run/:shared', u'ceilometer:/var/lib/ceilometer/', u'kolla_logs:/var/log/kolla/', u'nova_libvirt:/var/lib/libvirt'], u'container_name': u'ceilometer_compute', u'privileged': True}}) changed: [kode2] => (item={'key': u'ceilometer-notification', 'value': {u'group': u'ceilometer-notification', u'image': u'192.168.103.16:5000/bgi/centos-binary-ceilometer-notification:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//ceilometer-notification/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'ceilometer_notification'}}) changed: [kode0] => (item={'key': u'ceilometer-notification', 'value': {u'group': u'ceilometer-notification', u'image': u'192.168.103.16:5000/bgi/centos-binary-ceilometer-notification:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//ceilometer-notification/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'ceilometer_notification'}}) changed: [kode4] => (item={'key': u'ceilometer-compute', 'value': {u'group': u'ceilometer-compute', u'image': u'192.168.103.16:5000/bgi/centos-binary-ceilometer-compute:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//ceilometer-compute/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run/:/run/:shared', u'ceilometer:/var/lib/ceilometer/', u'kolla_logs:/var/log/kolla/', u'nova_libvirt:/var/lib/libvirt'], u'container_name': u'ceilometer_compute', u'privileged': True}}) skipping: [kode0] => (item={'key': u'ceilometer-compute', 'value': {u'group': u'ceilometer-compute', u'image': u'192.168.103.16:5000/bgi/centos-binary-ceilometer-compute:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//ceilometer-compute/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run/:/run/:shared', u'ceilometer:/var/lib/ceilometer/', u'kolla_logs:/var/log/kolla/', u'nova_libvirt:/var/lib/libvirt'], u'container_name': u'ceilometer_compute', u'privileged': True}}) skipping: [kode2] => (item={'key': u'ceilometer-compute', 'value': {u'group': u'ceilometer-compute', u'image': u'192.168.103.16:5000/bgi/centos-binary-ceilometer-compute:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//ceilometer-compute/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run/:/run/:shared', u'ceilometer:/var/lib/ceilometer/', u'kolla_logs:/var/log/kolla/', u'nova_libvirt:/var/lib/libvirt'], u'container_name': u'ceilometer_compute', u'privileged': True}}) skipping: [kode1] => (item={'key': u'ceilometer-compute', 'value': {u'group': u'ceilometer-compute', u'image': u'192.168.103.16:5000/bgi/centos-binary-ceilometer-compute:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//ceilometer-compute/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run/:/run/:shared', u'ceilometer:/var/lib/ceilometer/', u'kolla_logs:/var/log/kolla/', u'nova_libvirt:/var/lib/libvirt'], u'container_name': u'ceilometer_compute', u'privileged': True}}) changed: [kode0] => (item={'key': u'ceilometer-central', 'value': {u'group': u'ceilometer-central', u'image': u'192.168.103.16:5000/bgi/centos-binary-ceilometer-central:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//ceilometer-central/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'ceilometer:/var/lib/ceilometer/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'ceilometer_central'}}) changed: [kode2] => (item={'key': u'ceilometer-central', 'value': {u'group': u'ceilometer-central', u'image': u'192.168.103.16:5000/bgi/centos-binary-ceilometer-central:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//ceilometer-central/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'ceilometer:/var/lib/ceilometer/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'ceilometer_central'}}) changed: [kode1] => (item={'key': u'ceilometer-central', 'value': {u'group': u'ceilometer-central', u'image': u'192.168.103.16:5000/bgi/centos-binary-ceilometer-central:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//ceilometer-central/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'ceilometer:/var/lib/ceilometer/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'ceilometer_central'}}) changed: [kode0] => (item={'key': u'ceilometer-api', 'value': {u'group': u'ceilometer-api', u'image': u'192.168.103.16:5000/bgi/centos-binary-ceilometer-api:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//ceilometer-api/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'ceilometer:/var/lib/ceilometer/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'ceilometer_api'}}) changed: [kode6] => (item={'key': u'ceilometer-compute', 'value': {u'group': u'ceilometer-compute', u'image': u'192.168.103.16:5000/bgi/centos-binary-ceilometer-compute:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//ceilometer-compute/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run/:/run/:shared', u'ceilometer:/var/lib/ceilometer/', u'kolla_logs:/var/log/kolla/', u'nova_libvirt:/var/lib/libvirt'], u'container_name': u'ceilometer_compute', u'privileged': True}}) skipping: [kode6] => (item={'key': u'ceilometer-notification', 'value': {u'group': u'ceilometer-notification', u'image': u'192.168.103.16:5000/bgi/centos-binary-ceilometer-notification:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//ceilometer-notification/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'ceilometer_notification'}}) changed: [kode1] => (item={'key': u'ceilometer-api', 'value': {u'group': u'ceilometer-api', u'image': u'192.168.103.16:5000/bgi/centos-binary-ceilometer-api:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//ceilometer-api/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'ceilometer:/var/lib/ceilometer/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'ceilometer_api'}}) skipping: [kode6] => (item={'key': u'ceilometer-central', 'value': {u'group': u'ceilometer-central', u'image': u'192.168.103.16:5000/bgi/centos-binary-ceilometer-central:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//ceilometer-central/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'ceilometer:/var/lib/ceilometer/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'ceilometer_central'}}) skipping: [kode6] => (item={'key': u'ceilometer-api', 'value': {u'group': u'ceilometer-api', u'image': u'192.168.103.16:5000/bgi/centos-binary-ceilometer-api:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//ceilometer-api/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'ceilometer:/var/lib/ceilometer/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'ceilometer_api'}}) skipping: [kode6] => (item={'key': u'ceilometer-collector', 'value': {u'group': u'ceilometer-collector', u'image': u'192.168.103.16:5000/bgi/centos-binary-ceilometer-collector:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//ceilometer-collector/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'ceilometer:/var/lib/ceilometer/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'ceilometer_collector'}}) changed: [kode2] => (item={'key': u'ceilometer-api', 'value': {u'group': u'ceilometer-api', u'image': u'192.168.103.16:5000/bgi/centos-binary-ceilometer-api:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//ceilometer-api/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'ceilometer:/var/lib/ceilometer/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'ceilometer_api'}}) changed: [kode0] => (item={'key': u'ceilometer-collector', 'value': {u'group': u'ceilometer-collector', u'image': u'192.168.103.16:5000/bgi/centos-binary-ceilometer-collector:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//ceilometer-collector/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'ceilometer:/var/lib/ceilometer/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'ceilometer_collector'}}) changed: [kode1] => (item={'key': u'ceilometer-collector', 'value': {u'group': u'ceilometer-collector', u'image': u'192.168.103.16:5000/bgi/centos-binary-ceilometer-collector:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//ceilometer-collector/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'ceilometer:/var/lib/ceilometer/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'ceilometer_collector'}}) changed: [kode2] => (item={'key': u'ceilometer-collector', 'value': {u'group': u'ceilometer-collector', u'image': u'192.168.103.16:5000/bgi/centos-binary-ceilometer-collector:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//ceilometer-collector/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'ceilometer:/var/lib/ceilometer/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'ceilometer_collector'}}) TASK [ceilometer : Copying over event and pipeline yaml for notification service] *** skipping: [kode5] => (item=pipeline.yaml) skipping: [kode4] => (item=pipeline.yaml) skipping: [kode5] => (item=event_pipeline.yaml) skipping: [kode4] => (item=event_pipeline.yaml) skipping: [kode5] => (item=event_definitions.yaml) skipping: [kode4] => (item=event_definitions.yaml) skipping: [kode6] => (item=event_definitions.yaml) skipping: [kode6] => (item=event_pipeline.yaml) skipping: [kode6] => (item=pipeline.yaml) changed: [kode1] => (item=event_definitions.yaml) changed: [kode0] => (item=event_definitions.yaml) changed: [kode2] => (item=event_definitions.yaml) changed: [kode1] => (item=event_pipeline.yaml) changed: [kode0] => (item=event_pipeline.yaml) changed: [kode2] => (item=event_pipeline.yaml) changed: [kode1] => (item=pipeline.yaml) changed: [kode0] => (item=pipeline.yaml) changed: [kode2] => (item=pipeline.yaml) TASK [ceilometer : Check if policies shall be overwritten] ********************* ok: [kode4 -> localhost] ok: [kode0 -> localhost] ok: [kode2 -> localhost] ok: [kode5 -> localhost] ok: [kode1 -> localhost] ok: [kode6 -> localhost] TASK [ceilometer : Copying over existing policy.json] ************************** skipping: [kode1] => (item={'key': u'ceilometer-notification', 'value': {u'group': u'ceilometer-notification', u'image': u'192.168.103.16:5000/bgi/centos-binary-ceilometer-notification:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//ceilometer-notification/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'ceilometer_notification'}}) skipping: [kode0] => (item={'key': u'ceilometer-collector', 'value': {u'group': u'ceilometer-collector', u'image': u'192.168.103.16:5000/bgi/centos-binary-ceilometer-collector:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//ceilometer-collector/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'ceilometer:/var/lib/ceilometer/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'ceilometer_collector'}}) skipping: [kode0] => (item={'key': u'ceilometer-api', 'value': {u'group': u'ceilometer-api', u'image': u'192.168.103.16:5000/bgi/centos-binary-ceilometer-api:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//ceilometer-api/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'ceilometer:/var/lib/ceilometer/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'ceilometer_api'}}) skipping: [kode0] => (item={'key': u'ceilometer-central', 'value': {u'group': u'ceilometer-central', u'image': u'192.168.103.16:5000/bgi/centos-binary-ceilometer-central:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//ceilometer-central/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'ceilometer:/var/lib/ceilometer/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'ceilometer_central'}}) skipping: [kode1] => (item={'key': u'ceilometer-compute', 'value': {u'group': u'ceilometer-compute', u'image': u'192.168.103.16:5000/bgi/centos-binary-ceilometer-compute:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//ceilometer-compute/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run/:/run/:shared', u'ceilometer:/var/lib/ceilometer/', u'kolla_logs:/var/log/kolla/', u'nova_libvirt:/var/lib/libvirt'], u'container_name': u'ceilometer_compute', u'privileged': True}}) skipping: [kode4] => (item={'key': u'ceilometer-compute', 'value': {u'group': u'ceilometer-compute', u'image': u'192.168.103.16:5000/bgi/centos-binary-ceilometer-compute:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//ceilometer-compute/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run/:/run/:shared', u'ceilometer:/var/lib/ceilometer/', u'kolla_logs:/var/log/kolla/', u'nova_libvirt:/var/lib/libvirt'], u'container_name': u'ceilometer_compute', u'privileged': True}}) skipping: [kode0] => (item={'key': u'ceilometer-notification', 'value': {u'group': u'ceilometer-notification', u'image': u'192.168.103.16:5000/bgi/centos-binary-ceilometer-notification:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//ceilometer-notification/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'ceilometer_notification'}}) skipping: [kode2] => (item={'key': u'ceilometer-compute', 'value': {u'group': u'ceilometer-compute', u'image': u'192.168.103.16:5000/bgi/centos-binary-ceilometer-compute:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//ceilometer-compute/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run/:/run/:shared', u'ceilometer:/var/lib/ceilometer/', u'kolla_logs:/var/log/kolla/', u'nova_libvirt:/var/lib/libvirt'], u'container_name': u'ceilometer_compute', u'privileged': True}}) skipping: [kode0] => (item={'key': u'ceilometer-compute', 'value': {u'group': u'ceilometer-compute', u'image': u'192.168.103.16:5000/bgi/centos-binary-ceilometer-compute:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//ceilometer-compute/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run/:/run/:shared', u'ceilometer:/var/lib/ceilometer/', u'kolla_logs:/var/log/kolla/', u'nova_libvirt:/var/lib/libvirt'], u'container_name': u'ceilometer_compute', u'privileged': True}}) skipping: [kode2] => (item={'key': u'ceilometer-collector', 'value': {u'group': u'ceilometer-collector', u'image': u'192.168.103.16:5000/bgi/centos-binary-ceilometer-collector:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//ceilometer-collector/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'ceilometer:/var/lib/ceilometer/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'ceilometer_collector'}}) skipping: [kode2] => (item={'key': u'ceilometer-api', 'value': {u'group': u'ceilometer-api', u'image': u'192.168.103.16:5000/bgi/centos-binary-ceilometer-api:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//ceilometer-api/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'ceilometer:/var/lib/ceilometer/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'ceilometer_api'}}) skipping: [kode2] => (item={'key': u'ceilometer-central', 'value': {u'group': u'ceilometer-central', u'image': u'192.168.103.16:5000/bgi/centos-binary-ceilometer-central:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//ceilometer-central/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'ceilometer:/var/lib/ceilometer/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'ceilometer_central'}}) skipping: [kode2] => (item={'key': u'ceilometer-notification', 'value': {u'group': u'ceilometer-notification', u'image': u'192.168.103.16:5000/bgi/centos-binary-ceilometer-notification:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//ceilometer-notification/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'ceilometer_notification'}}) skipping: [kode5] => (item={'key': u'ceilometer-api', 'value': {u'group': u'ceilometer-api', u'image': u'192.168.103.16:5000/bgi/centos-binary-ceilometer-api:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//ceilometer-api/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'ceilometer:/var/lib/ceilometer/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'ceilometer_api'}}) skipping: [kode6] => (item={'key': u'ceilometer-compute', 'value': {u'group': u'ceilometer-compute', u'image': u'192.168.103.16:5000/bgi/centos-binary-ceilometer-compute:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//ceilometer-compute/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run/:/run/:shared', u'ceilometer:/var/lib/ceilometer/', u'kolla_logs:/var/log/kolla/', u'nova_libvirt:/var/lib/libvirt'], u'container_name': u'ceilometer_compute', u'privileged': True}}) skipping: [kode5] => (item={'key': u'ceilometer-collector', 'value': {u'group': u'ceilometer-collector', u'image': u'192.168.103.16:5000/bgi/centos-binary-ceilometer-collector:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//ceilometer-collector/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'ceilometer:/var/lib/ceilometer/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'ceilometer_collector'}}) skipping: [kode5] => (item={'key': u'ceilometer-central', 'value': {u'group': u'ceilometer-central', u'image': u'192.168.103.16:5000/bgi/centos-binary-ceilometer-central:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//ceilometer-central/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'ceilometer:/var/lib/ceilometer/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'ceilometer_central'}}) skipping: [kode5] => (item={'key': u'ceilometer-notification', 'value': {u'group': u'ceilometer-notification', u'image': u'192.168.103.16:5000/bgi/centos-binary-ceilometer-notification:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//ceilometer-notification/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'ceilometer_notification'}}) skipping: [kode6] => (item={'key': u'ceilometer-notification', 'value': {u'group': u'ceilometer-notification', u'image': u'192.168.103.16:5000/bgi/centos-binary-ceilometer-notification:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//ceilometer-notification/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'ceilometer_notification'}}) skipping: [kode1] => (item={'key': u'ceilometer-collector', 'value': {u'group': u'ceilometer-collector', u'image': u'192.168.103.16:5000/bgi/centos-binary-ceilometer-collector:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//ceilometer-collector/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'ceilometer:/var/lib/ceilometer/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'ceilometer_collector'}}) skipping: [kode1] => (item={'key': u'ceilometer-api', 'value': {u'group': u'ceilometer-api', u'image': u'192.168.103.16:5000/bgi/centos-binary-ceilometer-api:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//ceilometer-api/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'ceilometer:/var/lib/ceilometer/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'ceilometer_api'}}) skipping: [kode1] => (item={'key': u'ceilometer-central', 'value': {u'group': u'ceilometer-central', u'image': u'192.168.103.16:5000/bgi/centos-binary-ceilometer-central:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//ceilometer-central/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'ceilometer:/var/lib/ceilometer/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'ceilometer_central'}}) skipping: [kode4] => (item={'key': u'ceilometer-collector', 'value': {u'group': u'ceilometer-collector', u'image': u'192.168.103.16:5000/bgi/centos-binary-ceilometer-collector:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//ceilometer-collector/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'ceilometer:/var/lib/ceilometer/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'ceilometer_collector'}}) skipping: [kode4] => (item={'key': u'ceilometer-api', 'value': {u'group': u'ceilometer-api', u'image': u'192.168.103.16:5000/bgi/centos-binary-ceilometer-api:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//ceilometer-api/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'ceilometer:/var/lib/ceilometer/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'ceilometer_api'}}) skipping: [kode6] => (item={'key': u'ceilometer-central', 'value': {u'group': u'ceilometer-central', u'image': u'192.168.103.16:5000/bgi/centos-binary-ceilometer-central:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//ceilometer-central/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'ceilometer:/var/lib/ceilometer/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'ceilometer_central'}}) skipping: [kode4] => (item={'key': u'ceilometer-central', 'value': {u'group': u'ceilometer-central', u'image': u'192.168.103.16:5000/bgi/centos-binary-ceilometer-central:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//ceilometer-central/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'ceilometer:/var/lib/ceilometer/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'ceilometer_central'}}) skipping: [kode4] => (item={'key': u'ceilometer-notification', 'value': {u'group': u'ceilometer-notification', u'image': u'192.168.103.16:5000/bgi/centos-binary-ceilometer-notification:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//ceilometer-notification/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'ceilometer_notification'}}) skipping: [kode5] => (item={'key': u'ceilometer-compute', 'value': {u'group': u'ceilometer-compute', u'image': u'192.168.103.16:5000/bgi/centos-binary-ceilometer-compute:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//ceilometer-compute/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run/:/run/:shared', u'ceilometer:/var/lib/ceilometer/', u'kolla_logs:/var/log/kolla/', u'nova_libvirt:/var/lib/libvirt'], u'container_name': u'ceilometer_compute', u'privileged': True}}) skipping: [kode6] => (item={'key': u'ceilometer-api', 'value': {u'group': u'ceilometer-api', u'image': u'192.168.103.16:5000/bgi/centos-binary-ceilometer-api:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//ceilometer-api/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'ceilometer:/var/lib/ceilometer/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'ceilometer_api'}}) skipping: [kode6] => (item={'key': u'ceilometer-collector', 'value': {u'group': u'ceilometer-collector', u'image': u'192.168.103.16:5000/bgi/centos-binary-ceilometer-collector:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//ceilometer-collector/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'ceilometer:/var/lib/ceilometer/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'ceilometer_collector'}}) TASK [ceilometer : Check ceilometer containers] ******************************** changed: [kode2] => (item={'key': u'ceilometer-notification', 'value': {u'group': u'ceilometer-notification', u'image': u'192.168.103.16:5000/bgi/centos-binary-ceilometer-notification:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//ceilometer-notification/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'ceilometer_notification'}}) skipping: [kode5] => (item={'key': u'ceilometer-collector', 'value': {u'group': u'ceilometer-collector', u'image': u'192.168.103.16:5000/bgi/centos-binary-ceilometer-collector:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//ceilometer-collector/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'ceilometer:/var/lib/ceilometer/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'ceilometer_collector'}}) skipping: [kode5] => (item={'key': u'ceilometer-api', 'value': {u'group': u'ceilometer-api', u'image': u'192.168.103.16:5000/bgi/centos-binary-ceilometer-api:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//ceilometer-api/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'ceilometer:/var/lib/ceilometer/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'ceilometer_api'}}) skipping: [kode5] => (item={'key': u'ceilometer-central', 'value': {u'group': u'ceilometer-central', u'image': u'192.168.103.16:5000/bgi/centos-binary-ceilometer-central:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//ceilometer-central/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'ceilometer:/var/lib/ceilometer/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'ceilometer_central'}}) skipping: [kode4] => (item={'key': u'ceilometer-notification', 'value': {u'group': u'ceilometer-notification', u'image': u'192.168.103.16:5000/bgi/centos-binary-ceilometer-notification:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//ceilometer-notification/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'ceilometer_notification'}}) changed: [kode1] => (item={'key': u'ceilometer-notification', 'value': {u'group': u'ceilometer-notification', u'image': u'192.168.103.16:5000/bgi/centos-binary-ceilometer-notification:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//ceilometer-notification/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'ceilometer_notification'}}) changed: [kode0] => (item={'key': u'ceilometer-notification', 'value': {u'group': u'ceilometer-notification', u'image': u'192.168.103.16:5000/bgi/centos-binary-ceilometer-notification:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//ceilometer-notification/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'ceilometer_notification'}}) skipping: [kode5] => (item={'key': u'ceilometer-notification', 'value': {u'group': u'ceilometer-notification', u'image': u'192.168.103.16:5000/bgi/centos-binary-ceilometer-notification:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//ceilometer-notification/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'ceilometer_notification'}}) changed: [kode4] => (item={'key': u'ceilometer-compute', 'value': {u'group': u'ceilometer-compute', u'image': u'192.168.103.16:5000/bgi/centos-binary-ceilometer-compute:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//ceilometer-compute/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run/:/run/:shared', u'ceilometer:/var/lib/ceilometer/', u'kolla_logs:/var/log/kolla/', u'nova_libvirt:/var/lib/libvirt'], u'container_name': u'ceilometer_compute', u'privileged': True}}) changed: [kode5] => (item={'key': u'ceilometer-compute', 'value': {u'group': u'ceilometer-compute', u'image': u'192.168.103.16:5000/bgi/centos-binary-ceilometer-compute:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//ceilometer-compute/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run/:/run/:shared', u'ceilometer:/var/lib/ceilometer/', u'kolla_logs:/var/log/kolla/', u'nova_libvirt:/var/lib/libvirt'], u'container_name': u'ceilometer_compute', u'privileged': True}}) skipping: [kode4] => (item={'key': u'ceilometer-central', 'value': {u'group': u'ceilometer-central', u'image': u'192.168.103.16:5000/bgi/centos-binary-ceilometer-central:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//ceilometer-central/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'ceilometer:/var/lib/ceilometer/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'ceilometer_central'}}) skipping: [kode4] => (item={'key': u'ceilometer-api', 'value': {u'group': u'ceilometer-api', u'image': u'192.168.103.16:5000/bgi/centos-binary-ceilometer-api:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//ceilometer-api/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'ceilometer:/var/lib/ceilometer/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'ceilometer_api'}}) skipping: [kode1] => (item={'key': u'ceilometer-compute', 'value': {u'group': u'ceilometer-compute', u'image': u'192.168.103.16:5000/bgi/centos-binary-ceilometer-compute:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//ceilometer-compute/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run/:/run/:shared', u'ceilometer:/var/lib/ceilometer/', u'kolla_logs:/var/log/kolla/', u'nova_libvirt:/var/lib/libvirt'], u'container_name': u'ceilometer_compute', u'privileged': True}}) skipping: [kode0] => (item={'key': u'ceilometer-compute', 'value': {u'group': u'ceilometer-compute', u'image': u'192.168.103.16:5000/bgi/centos-binary-ceilometer-compute:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//ceilometer-compute/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run/:/run/:shared', u'ceilometer:/var/lib/ceilometer/', u'kolla_logs:/var/log/kolla/', u'nova_libvirt:/var/lib/libvirt'], u'container_name': u'ceilometer_compute', u'privileged': True}}) skipping: [kode2] => (item={'key': u'ceilometer-compute', 'value': {u'group': u'ceilometer-compute', u'image': u'192.168.103.16:5000/bgi/centos-binary-ceilometer-compute:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//ceilometer-compute/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run/:/run/:shared', u'ceilometer:/var/lib/ceilometer/', u'kolla_logs:/var/log/kolla/', u'nova_libvirt:/var/lib/libvirt'], u'container_name': u'ceilometer_compute', u'privileged': True}}) skipping: [kode4] => (item={'key': u'ceilometer-collector', 'value': {u'group': u'ceilometer-collector', u'image': u'192.168.103.16:5000/bgi/centos-binary-ceilometer-collector:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//ceilometer-collector/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'ceilometer:/var/lib/ceilometer/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'ceilometer_collector'}}) changed: [kode2] => (item={'key': u'ceilometer-central', 'value': {u'group': u'ceilometer-central', u'image': u'192.168.103.16:5000/bgi/centos-binary-ceilometer-central:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//ceilometer-central/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'ceilometer:/var/lib/ceilometer/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'ceilometer_central'}}) changed: [kode1] => (item={'key': u'ceilometer-central', 'value': {u'group': u'ceilometer-central', u'image': u'192.168.103.16:5000/bgi/centos-binary-ceilometer-central:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//ceilometer-central/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'ceilometer:/var/lib/ceilometer/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'ceilometer_central'}}) changed: [kode0] => (item={'key': u'ceilometer-central', 'value': {u'group': u'ceilometer-central', u'image': u'192.168.103.16:5000/bgi/centos-binary-ceilometer-central:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//ceilometer-central/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'ceilometer:/var/lib/ceilometer/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'ceilometer_central'}}) changed: [kode6] => (item={'key': u'ceilometer-compute', 'value': {u'group': u'ceilometer-compute', u'image': u'192.168.103.16:5000/bgi/centos-binary-ceilometer-compute:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//ceilometer-compute/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/run/:/run/:shared', u'ceilometer:/var/lib/ceilometer/', u'kolla_logs:/var/log/kolla/', u'nova_libvirt:/var/lib/libvirt'], u'container_name': u'ceilometer_compute', u'privileged': True}}) skipping: [kode6] => (item={'key': u'ceilometer-notification', 'value': {u'group': u'ceilometer-notification', u'image': u'192.168.103.16:5000/bgi/centos-binary-ceilometer-notification:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//ceilometer-notification/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'ceilometer_notification'}}) skipping: [kode6] => (item={'key': u'ceilometer-central', 'value': {u'group': u'ceilometer-central', u'image': u'192.168.103.16:5000/bgi/centos-binary-ceilometer-central:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//ceilometer-central/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'ceilometer:/var/lib/ceilometer/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'ceilometer_central'}}) skipping: [kode6] => (item={'key': u'ceilometer-api', 'value': {u'group': u'ceilometer-api', u'image': u'192.168.103.16:5000/bgi/centos-binary-ceilometer-api:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//ceilometer-api/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'ceilometer:/var/lib/ceilometer/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'ceilometer_api'}}) skipping: [kode6] => (item={'key': u'ceilometer-collector', 'value': {u'group': u'ceilometer-collector', u'image': u'192.168.103.16:5000/bgi/centos-binary-ceilometer-collector:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//ceilometer-collector/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'ceilometer:/var/lib/ceilometer/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'ceilometer_collector'}}) changed: [kode2] => (item={'key': u'ceilometer-api', 'value': {u'group': u'ceilometer-api', u'image': u'192.168.103.16:5000/bgi/centos-binary-ceilometer-api:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//ceilometer-api/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'ceilometer:/var/lib/ceilometer/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'ceilometer_api'}}) changed: [kode0] => (item={'key': u'ceilometer-api', 'value': {u'group': u'ceilometer-api', u'image': u'192.168.103.16:5000/bgi/centos-binary-ceilometer-api:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//ceilometer-api/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'ceilometer:/var/lib/ceilometer/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'ceilometer_api'}}) changed: [kode1] => (item={'key': u'ceilometer-api', 'value': {u'group': u'ceilometer-api', u'image': u'192.168.103.16:5000/bgi/centos-binary-ceilometer-api:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//ceilometer-api/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'ceilometer:/var/lib/ceilometer/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'ceilometer_api'}}) changed: [kode2] => (item={'key': u'ceilometer-collector', 'value': {u'group': u'ceilometer-collector', u'image': u'192.168.103.16:5000/bgi/centos-binary-ceilometer-collector:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//ceilometer-collector/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'ceilometer:/var/lib/ceilometer/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'ceilometer_collector'}}) changed: [kode0] => (item={'key': u'ceilometer-collector', 'value': {u'group': u'ceilometer-collector', u'image': u'192.168.103.16:5000/bgi/centos-binary-ceilometer-collector:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//ceilometer-collector/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'ceilometer:/var/lib/ceilometer/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'ceilometer_collector'}}) changed: [kode1] => (item={'key': u'ceilometer-collector', 'value': {u'group': u'ceilometer-collector', u'image': u'192.168.103.16:5000/bgi/centos-binary-ceilometer-collector:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//ceilometer-collector/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'ceilometer:/var/lib/ceilometer/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'ceilometer_collector'}}) TASK [ceilometer : include] **************************************************** skipping: [kode4] skipping: [kode5] skipping: [kode6] included: /opt/bgi-kolla/kolla-ansible/ansible/roles/ceilometer/tasks/bootstrap.yml for kode0, kode2, kode1 TASK [ceilometer : Creating Ceilometer MongoDB database] *********************** changed: [kode0 -> kode0] TASK [ceilometer : Checking Ceilometer mysql database] ************************* skipping: [kode0] TASK [ceilometer : Creating Ceilometer mysql database] ************************* skipping: [kode0] TASK [ceilometer : Creating Ceilometer database user and setting permissions] ** skipping: [kode0] TASK [ceilometer : include] **************************************************** included: /opt/bgi-kolla/kolla-ansible/ansible/roles/ceilometer/tasks/bootstrap_service.yml for kode0, kode1, kode2 TASK [ceilometer : Running Ceilometer bootstrap container] ********************* changed: [kode0 -> kode0] RUNNING HANDLER [ceilometer : Restart ceilometer-api container] **************** skipping: [kode4] skipping: [kode5] skipping: [kode6] changed: [kode2] changed: [kode0] changed: [kode1] RUNNING HANDLER [ceilometer : Restart ceilometer-notification container] ******* skipping: [kode4] skipping: [kode6] skipping: [kode5] changed: [kode0] changed: [kode2] changed: [kode1] RUNNING HANDLER [ceilometer : Restart ceilometer-central container] ************ skipping: [kode6] skipping: [kode4] skipping: [kode5] changed: [kode2] changed: [kode0] changed: [kode1] RUNNING HANDLER [ceilometer : Restart ceilometer-collector container] ********** skipping: [kode4] skipping: [kode5] skipping: [kode6] changed: [kode1] changed: [kode0] changed: [kode2] RUNNING HANDLER [ceilometer : Restart ceilometer-compute container] ************ skipping: [kode1] skipping: [kode0] skipping: [kode2] changed: [kode4] changed: [kode6] changed: [kode5] PLAY [Apply role aodh] ********************************************************* TASK [setup] ******************************************************************* ok: [kode1] ok: [kode2] ok: [kode0] TASK [common : include] ******************************************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [common : Registering common role has run] ******************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [aodh : include] ********************************************************** included: /opt/bgi-kolla/kolla-ansible/ansible/roles/aodh/tasks/deploy.yml for kode0, kode2, kode1 TASK [aodh : include] ********************************************************** included: /opt/bgi-kolla/kolla-ansible/ansible/roles/aodh/tasks/register.yml for kode0, kode2, kode1 TASK [aodh : Creating the aodh service and endpoint] *************************** changed: [kode0] => (item={u'interface': u'admin', u'url': u'http://192.168.102.254:8042'}) changed: [kode0] => (item={u'interface': u'internal', u'url': u'http://192.168.102.254:8042'}) changed: [kode0] => (item={u'interface': u'public', u'url': u'http://192.168.101.254:8042'}) TASK [aodh : Creating the aodh project, user, and role] ************************ changed: [kode0] TASK [aodh : include] ********************************************************** included: /opt/bgi-kolla/kolla-ansible/ansible/roles/aodh/tasks/config.yml for kode0, kode1, kode2 TASK [aodh : Ensuring config directories exist] ******************************** changed: [kode2] => (item={'key': u'aodh-listener', 'value': {u'group': u'aodh-listener', u'image': u'192.168.103.16:5000/bgi/centos-binary-aodh-listener:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//aodh-listener/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'aodh_listener'}}) changed: [kode0] => (item={'key': u'aodh-listener', 'value': {u'group': u'aodh-listener', u'image': u'192.168.103.16:5000/bgi/centos-binary-aodh-listener:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//aodh-listener/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'aodh_listener'}}) changed: [kode1] => (item={'key': u'aodh-listener', 'value': {u'group': u'aodh-listener', u'image': u'192.168.103.16:5000/bgi/centos-binary-aodh-listener:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//aodh-listener/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'aodh_listener'}}) changed: [kode2] => (item={'key': u'aodh-evaluator', 'value': {u'group': u'aodh-evaluator', u'image': u'192.168.103.16:5000/bgi/centos-binary-aodh-evaluator:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//aodh-evaluator/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'aodh_evaluator'}}) changed: [kode0] => (item={'key': u'aodh-evaluator', 'value': {u'group': u'aodh-evaluator', u'image': u'192.168.103.16:5000/bgi/centos-binary-aodh-evaluator:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//aodh-evaluator/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'aodh_evaluator'}}) changed: [kode1] => (item={'key': u'aodh-evaluator', 'value': {u'group': u'aodh-evaluator', u'image': u'192.168.103.16:5000/bgi/centos-binary-aodh-evaluator:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//aodh-evaluator/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'aodh_evaluator'}}) changed: [kode2] => (item={'key': u'aodh-notifier', 'value': {u'group': u'aodh-notifier', u'image': u'192.168.103.16:5000/bgi/centos-binary-aodh-notifier:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//aodh-notifier/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'aodh_notifier'}}) changed: [kode0] => (item={'key': u'aodh-notifier', 'value': {u'group': u'aodh-notifier', u'image': u'192.168.103.16:5000/bgi/centos-binary-aodh-notifier:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//aodh-notifier/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'aodh_notifier'}}) changed: [kode1] => (item={'key': u'aodh-notifier', 'value': {u'group': u'aodh-notifier', u'image': u'192.168.103.16:5000/bgi/centos-binary-aodh-notifier:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//aodh-notifier/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'aodh_notifier'}}) changed: [kode0] => (item={'key': u'aodh-api', 'value': {u'group': u'aodh-api', u'image': u'192.168.103.16:5000/bgi/centos-binary-aodh-api:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//aodh-api/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'aodh:/var/lib/aodh/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'aodh_api'}}) changed: [kode2] => (item={'key': u'aodh-api', 'value': {u'group': u'aodh-api', u'image': u'192.168.103.16:5000/bgi/centos-binary-aodh-api:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//aodh-api/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'aodh:/var/lib/aodh/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'aodh_api'}}) changed: [kode1] => (item={'key': u'aodh-api', 'value': {u'group': u'aodh-api', u'image': u'192.168.103.16:5000/bgi/centos-binary-aodh-api:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//aodh-api/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'aodh:/var/lib/aodh/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'aodh_api'}}) TASK [aodh : Copying over config.json files for services] ********************** changed: [kode2] => (item={'key': u'aodh-listener', 'value': {u'group': u'aodh-listener', u'image': u'192.168.103.16:5000/bgi/centos-binary-aodh-listener:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//aodh-listener/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'aodh_listener'}}) changed: [kode0] => (item={'key': u'aodh-listener', 'value': {u'group': u'aodh-listener', u'image': u'192.168.103.16:5000/bgi/centos-binary-aodh-listener:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//aodh-listener/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'aodh_listener'}}) changed: [kode1] => (item={'key': u'aodh-listener', 'value': {u'group': u'aodh-listener', u'image': u'192.168.103.16:5000/bgi/centos-binary-aodh-listener:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//aodh-listener/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'aodh_listener'}}) changed: [kode2] => (item={'key': u'aodh-evaluator', 'value': {u'group': u'aodh-evaluator', u'image': u'192.168.103.16:5000/bgi/centos-binary-aodh-evaluator:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//aodh-evaluator/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'aodh_evaluator'}}) changed: [kode0] => (item={'key': u'aodh-evaluator', 'value': {u'group': u'aodh-evaluator', u'image': u'192.168.103.16:5000/bgi/centos-binary-aodh-evaluator:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//aodh-evaluator/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'aodh_evaluator'}}) changed: [kode1] => (item={'key': u'aodh-evaluator', 'value': {u'group': u'aodh-evaluator', u'image': u'192.168.103.16:5000/bgi/centos-binary-aodh-evaluator:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//aodh-evaluator/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'aodh_evaluator'}}) changed: [kode2] => (item={'key': u'aodh-notifier', 'value': {u'group': u'aodh-notifier', u'image': u'192.168.103.16:5000/bgi/centos-binary-aodh-notifier:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//aodh-notifier/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'aodh_notifier'}}) changed: [kode0] => (item={'key': u'aodh-notifier', 'value': {u'group': u'aodh-notifier', u'image': u'192.168.103.16:5000/bgi/centos-binary-aodh-notifier:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//aodh-notifier/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'aodh_notifier'}}) changed: [kode1] => (item={'key': u'aodh-notifier', 'value': {u'group': u'aodh-notifier', u'image': u'192.168.103.16:5000/bgi/centos-binary-aodh-notifier:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//aodh-notifier/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'aodh_notifier'}}) changed: [kode2] => (item={'key': u'aodh-api', 'value': {u'group': u'aodh-api', u'image': u'192.168.103.16:5000/bgi/centos-binary-aodh-api:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//aodh-api/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'aodh:/var/lib/aodh/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'aodh_api'}}) changed: [kode0] => (item={'key': u'aodh-api', 'value': {u'group': u'aodh-api', u'image': u'192.168.103.16:5000/bgi/centos-binary-aodh-api:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//aodh-api/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'aodh:/var/lib/aodh/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'aodh_api'}}) changed: [kode1] => (item={'key': u'aodh-api', 'value': {u'group': u'aodh-api', u'image': u'192.168.103.16:5000/bgi/centos-binary-aodh-api:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//aodh-api/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'aodh:/var/lib/aodh/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'aodh_api'}}) TASK [aodh : Copying over aodh.conf] ******************************************* changed: [kode1] => (item={'key': u'aodh-listener', 'value': {u'group': u'aodh-listener', u'image': u'192.168.103.16:5000/bgi/centos-binary-aodh-listener:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//aodh-listener/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'aodh_listener'}}) changed: [kode0] => (item={'key': u'aodh-listener', 'value': {u'group': u'aodh-listener', u'image': u'192.168.103.16:5000/bgi/centos-binary-aodh-listener:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//aodh-listener/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'aodh_listener'}}) changed: [kode2] => (item={'key': u'aodh-listener', 'value': {u'group': u'aodh-listener', u'image': u'192.168.103.16:5000/bgi/centos-binary-aodh-listener:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//aodh-listener/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'aodh_listener'}}) changed: [kode0] => (item={'key': u'aodh-evaluator', 'value': {u'group': u'aodh-evaluator', u'image': u'192.168.103.16:5000/bgi/centos-binary-aodh-evaluator:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//aodh-evaluator/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'aodh_evaluator'}}) changed: [kode1] => (item={'key': u'aodh-evaluator', 'value': {u'group': u'aodh-evaluator', u'image': u'192.168.103.16:5000/bgi/centos-binary-aodh-evaluator:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//aodh-evaluator/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'aodh_evaluator'}}) changed: [kode2] => (item={'key': u'aodh-evaluator', 'value': {u'group': u'aodh-evaluator', u'image': u'192.168.103.16:5000/bgi/centos-binary-aodh-evaluator:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//aodh-evaluator/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'aodh_evaluator'}}) changed: [kode0] => (item={'key': u'aodh-notifier', 'value': {u'group': u'aodh-notifier', u'image': u'192.168.103.16:5000/bgi/centos-binary-aodh-notifier:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//aodh-notifier/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'aodh_notifier'}}) changed: [kode1] => (item={'key': u'aodh-notifier', 'value': {u'group': u'aodh-notifier', u'image': u'192.168.103.16:5000/bgi/centos-binary-aodh-notifier:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//aodh-notifier/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'aodh_notifier'}}) changed: [kode2] => (item={'key': u'aodh-notifier', 'value': {u'group': u'aodh-notifier', u'image': u'192.168.103.16:5000/bgi/centos-binary-aodh-notifier:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//aodh-notifier/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'aodh_notifier'}}) changed: [kode0] => (item={'key': u'aodh-api', 'value': {u'group': u'aodh-api', u'image': u'192.168.103.16:5000/bgi/centos-binary-aodh-api:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//aodh-api/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'aodh:/var/lib/aodh/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'aodh_api'}}) changed: [kode1] => (item={'key': u'aodh-api', 'value': {u'group': u'aodh-api', u'image': u'192.168.103.16:5000/bgi/centos-binary-aodh-api:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//aodh-api/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'aodh:/var/lib/aodh/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'aodh_api'}}) changed: [kode2] => (item={'key': u'aodh-api', 'value': {u'group': u'aodh-api', u'image': u'192.168.103.16:5000/bgi/centos-binary-aodh-api:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//aodh-api/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'aodh:/var/lib/aodh/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'aodh_api'}}) TASK [aodh : Copying over wsgi-aodh files for services] ************************ changed: [kode2] changed: [kode0] changed: [kode1] TASK [aodh : Check if policies shall be overwritten] *************************** ok: [kode1 -> localhost] ok: [kode0 -> localhost] ok: [kode2 -> localhost] TASK [aodh : Copying over existing policy.json] ******************************** skipping: [kode1] => (item={'key': u'aodh-listener', 'value': {u'group': u'aodh-listener', u'image': u'192.168.103.16:5000/bgi/centos-binary-aodh-listener:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//aodh-listener/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'aodh_listener'}}) skipping: [kode0] => (item={'key': u'aodh-listener', 'value': {u'group': u'aodh-listener', u'image': u'192.168.103.16:5000/bgi/centos-binary-aodh-listener:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//aodh-listener/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'aodh_listener'}}) skipping: [kode1] => (item={'key': u'aodh-evaluator', 'value': {u'group': u'aodh-evaluator', u'image': u'192.168.103.16:5000/bgi/centos-binary-aodh-evaluator:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//aodh-evaluator/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'aodh_evaluator'}}) skipping: [kode2] => (item={'key': u'aodh-listener', 'value': {u'group': u'aodh-listener', u'image': u'192.168.103.16:5000/bgi/centos-binary-aodh-listener:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//aodh-listener/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'aodh_listener'}}) skipping: [kode1] => (item={'key': u'aodh-notifier', 'value': {u'group': u'aodh-notifier', u'image': u'192.168.103.16:5000/bgi/centos-binary-aodh-notifier:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//aodh-notifier/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'aodh_notifier'}}) skipping: [kode1] => (item={'key': u'aodh-api', 'value': {u'group': u'aodh-api', u'image': u'192.168.103.16:5000/bgi/centos-binary-aodh-api:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//aodh-api/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'aodh:/var/lib/aodh/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'aodh_api'}}) skipping: [kode2] => (item={'key': u'aodh-evaluator', 'value': {u'group': u'aodh-evaluator', u'image': u'192.168.103.16:5000/bgi/centos-binary-aodh-evaluator:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//aodh-evaluator/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'aodh_evaluator'}}) skipping: [kode0] => (item={'key': u'aodh-evaluator', 'value': {u'group': u'aodh-evaluator', u'image': u'192.168.103.16:5000/bgi/centos-binary-aodh-evaluator:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//aodh-evaluator/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'aodh_evaluator'}}) skipping: [kode0] => (item={'key': u'aodh-notifier', 'value': {u'group': u'aodh-notifier', u'image': u'192.168.103.16:5000/bgi/centos-binary-aodh-notifier:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//aodh-notifier/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'aodh_notifier'}}) skipping: [kode2] => (item={'key': u'aodh-notifier', 'value': {u'group': u'aodh-notifier', u'image': u'192.168.103.16:5000/bgi/centos-binary-aodh-notifier:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//aodh-notifier/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'aodh_notifier'}}) skipping: [kode0] => (item={'key': u'aodh-api', 'value': {u'group': u'aodh-api', u'image': u'192.168.103.16:5000/bgi/centos-binary-aodh-api:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//aodh-api/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'aodh:/var/lib/aodh/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'aodh_api'}}) skipping: [kode2] => (item={'key': u'aodh-api', 'value': {u'group': u'aodh-api', u'image': u'192.168.103.16:5000/bgi/centos-binary-aodh-api:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//aodh-api/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'aodh:/var/lib/aodh/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'aodh_api'}}) TASK [aodh : Check aodh containers] ******************************************** changed: [kode2] => (item={'key': u'aodh-listener', 'value': {u'group': u'aodh-listener', u'image': u'192.168.103.16:5000/bgi/centos-binary-aodh-listener:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//aodh-listener/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'aodh_listener'}}) changed: [kode2] => (item={'key': u'aodh-evaluator', 'value': {u'group': u'aodh-evaluator', u'image': u'192.168.103.16:5000/bgi/centos-binary-aodh-evaluator:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//aodh-evaluator/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'aodh_evaluator'}}) changed: [kode2] => (item={'key': u'aodh-notifier', 'value': {u'group': u'aodh-notifier', u'image': u'192.168.103.16:5000/bgi/centos-binary-aodh-notifier:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//aodh-notifier/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'aodh_notifier'}}) changed: [kode2] => (item={'key': u'aodh-api', 'value': {u'group': u'aodh-api', u'image': u'192.168.103.16:5000/bgi/centos-binary-aodh-api:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//aodh-api/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'aodh:/var/lib/aodh/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'aodh_api'}}) changed: [kode1] => (item={'key': u'aodh-listener', 'value': {u'group': u'aodh-listener', u'image': u'192.168.103.16:5000/bgi/centos-binary-aodh-listener:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//aodh-listener/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'aodh_listener'}}) changed: [kode0] => (item={'key': u'aodh-listener', 'value': {u'group': u'aodh-listener', u'image': u'192.168.103.16:5000/bgi/centos-binary-aodh-listener:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//aodh-listener/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'aodh_listener'}}) changed: [kode1] => (item={'key': u'aodh-evaluator', 'value': {u'group': u'aodh-evaluator', u'image': u'192.168.103.16:5000/bgi/centos-binary-aodh-evaluator:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//aodh-evaluator/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'aodh_evaluator'}}) changed: [kode0] => (item={'key': u'aodh-evaluator', 'value': {u'group': u'aodh-evaluator', u'image': u'192.168.103.16:5000/bgi/centos-binary-aodh-evaluator:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//aodh-evaluator/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'aodh_evaluator'}}) changed: [kode1] => (item={'key': u'aodh-notifier', 'value': {u'group': u'aodh-notifier', u'image': u'192.168.103.16:5000/bgi/centos-binary-aodh-notifier:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//aodh-notifier/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'aodh_notifier'}}) changed: [kode0] => (item={'key': u'aodh-notifier', 'value': {u'group': u'aodh-notifier', u'image': u'192.168.103.16:5000/bgi/centos-binary-aodh-notifier:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//aodh-notifier/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'aodh_notifier'}}) changed: [kode1] => (item={'key': u'aodh-api', 'value': {u'group': u'aodh-api', u'image': u'192.168.103.16:5000/bgi/centos-binary-aodh-api:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//aodh-api/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'aodh:/var/lib/aodh/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'aodh_api'}}) changed: [kode0] => (item={'key': u'aodh-api', 'value': {u'group': u'aodh-api', u'image': u'192.168.103.16:5000/bgi/centos-binary-aodh-api:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//aodh-api/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'aodh:/var/lib/aodh/', u'kolla_logs:/var/log/kolla/'], u'container_name': u'aodh_api'}}) TASK [aodh : include] ********************************************************** included: /opt/bgi-kolla/kolla-ansible/ansible/roles/aodh/tasks/bootstrap.yml for kode0, kode2, kode1 TASK [aodh : Creating aodh database] ******************************************* changed: [kode0 -> kode0] TASK [aodh : Creating aodh database user and setting permissions] ************** changed: [kode0 -> kode0] TASK [aodh : include] ********************************************************** included: /opt/bgi-kolla/kolla-ansible/ansible/roles/aodh/tasks/bootstrap_service.yml for kode0, kode1, kode2 TASK [aodh : Running aodh bootstrap container] ********************************* changed: [kode0 -> kode0] RUNNING HANDLER [aodh : Restart aodh-api container] **************************** changed: [kode2] changed: [kode1] changed: [kode0] RUNNING HANDLER [aodh : Restart aodh-evaluator container] ********************** changed: [kode0] changed: [kode2] changed: [kode1] RUNNING HANDLER [aodh : Restart aodh-listener container] *********************** changed: [kode0] changed: [kode2] changed: [kode1] RUNNING HANDLER [aodh : Restart aodh-notifier container] *********************** changed: [kode0] changed: [kode2] changed: [kode1] PLAY [Apply role barbican] ***************************************************** TASK [setup] ******************************************************************* ok: [kode2] ok: [kode0] ok: [kode1] TASK [common : include] ******************************************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [common : Registering common role has run] ******************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [barbican : include] ****************************************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] PLAY [Apply role congress] ***************************************************** TASK [setup] ******************************************************************* ok: [kode1] ok: [kode0] ok: [kode2] TASK [common : include] ******************************************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [common : Registering common role has run] ******************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [congress : include] ****************************************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] PLAY [Apply role tempest] ****************************************************** TASK [setup] ******************************************************************* ok: [kode1] ok: [kode2] ok: [kode0] TASK [common : include] ******************************************************** skipping: [kode1] skipping: [kode0] skipping: [kode2] TASK [common : Registering common role has run] ******************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [tempest : include] ******************************************************* skipping: [kode0] skipping: [kode1] skipping: [kode2] PLAY [Apply role designate] **************************************************** TASK [setup] ******************************************************************* ok: [kode1] ok: [kode0] ok: [kode2] TASK [common : include] ******************************************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [common : Registering common role has run] ******************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [designate : include] ***************************************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] PLAY [Apply role rally] ******************************************************** TASK [setup] ******************************************************************* ok: [kode1] ok: [kode2] ok: [kode0] TASK [common : include] ******************************************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [common : Registering common role has run] ******************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [rally : include] ********************************************************* skipping: [kode0] skipping: [kode1] skipping: [kode2] PLAY [Apply role vmtp] ********************************************************* TASK [setup] ******************************************************************* ok: [kode2] ok: [kode1] ok: [kode0] TASK [common : include] ******************************************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [common : Registering common role has run] ******************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [vmtp : include] ********************************************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] PLAY [Apply role trove] ******************************************************** TASK [setup] ******************************************************************* ok: [kode1] ok: [kode2] ok: [kode0] TASK [common : include] ******************************************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [common : Registering common role has run] ******************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [trove : include] ********************************************************* skipping: [kode0] skipping: [kode1] skipping: [kode2] PLAY [Apply role watcher] ****************************************************** TASK [setup] ******************************************************************* ok: [kode1] ok: [kode2] ok: [kode0] TASK [common : include] ******************************************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [common : Registering common role has run] ******************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [watcher : include] ******************************************************* skipping: [kode0] skipping: [kode1] skipping: [kode2] PLAY [Apply role grafana] ****************************************************** TASK [setup] ******************************************************************* ok: [kode3] TASK [common : include] ******************************************************** skipping: [kode3] TASK [common : Registering common role has run] ******************************** skipping: [kode3] TASK [grafana : include] ******************************************************* skipping: [kode3] PLAY [Apply role cloudkitty] *************************************************** TASK [setup] ******************************************************************* ok: [kode0] ok: [kode2] ok: [kode1] TASK [common : include] ******************************************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [common : Registering common role has run] ******************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [cloudkitty : include] **************************************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] PLAY [Apply role freezer] ****************************************************** TASK [setup] ******************************************************************* ok: [kode0] ok: [kode2] ok: [kode1] TASK [common : include] ******************************************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [common : Registering common role has run] ******************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [freezer : include] ******************************************************* skipping: [kode0] skipping: [kode1] skipping: [kode2] PLAY [Apply role senlin] ******************************************************* TASK [setup] ******************************************************************* ok: [kode1] ok: [kode0] ok: [kode2] TASK [common : include] ******************************************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [common : Registering common role has run] ******************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [senlin : include] ******************************************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] PLAY [Apply role searchlight] ************************************************** TASK [setup] ******************************************************************* ok: [kode2] ok: [kode0] ok: [kode1] TASK [common : include] ******************************************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [common : Registering common role has run] ******************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [searchlight : include] *************************************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] PLAY [Apply role tacker] ******************************************************* TASK [setup] ******************************************************************* ok: [kode0] ok: [kode2] ok: [kode1] TASK [common : include] ******************************************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [common : Registering common role has run] ******************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [tacker : include] ******************************************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] PLAY [Apply role octavia] ****************************************************** TASK [setup] ******************************************************************* ok: [kode0] ok: [kode1] ok: [kode2] TASK [octavia : include] ******************************************************* skipping: [kode0] skipping: [kode1] skipping: [kode2] PLAY RECAP ********************************************************************* kode0 : ok=319 changed=167 unreachable=0 failed=0 kode1 : ok=310 changed=158 unreachable=0 failed=0 kode2 : ok=267 changed=123 unreachable=0 failed=0 kode3 : ok=73 changed=43 unreachable=0 failed=0 kode4 : ok=73 changed=38 unreachable=0 failed=0 kode5 : ok=73 changed=38 unreachable=0 failed=0 kode6 : ok=73 changed=38 unreachable=0 failed=0 [root@kola bgi]# ls 01-precheck.sh 04-init-runonce.sh 07.1-destroy-clean-image.sh 02.1-deploy-latest-horizon.sh 05.1-reconfigure-ironic.sh 07-destroy.sh 02.2-deploy-only-swift.sh 05.2-reconfigure-swift.sh 08.1-upgrade-horizon.sh 02-deploy.sh 05-reconfigure.sh 08-upgrade-minor.sh 03-post-deploy.sh 06-scaleout.sh [root@kola bgi]# ./07-destroy.sh Destroy Kolla containers, volumes and host configuration : ansible-playbook -i ../ansible/inventory/bgi-openstack -e @/etc/kolla/globals.yml -e @/etc/kolla/passwords.yml -e CONFIG_DIR=/etc/kolla /opt/bgi-kolla/kolla-ansible/ansible/destroy.yml PLAY [Apply role destroy] ****************************************************** TASK [setup] ******************************************************************* ok: [kode1] ok: [kode0] ok: [kode2] ok: [kode5] ok: [kode4] ok: [kode6] ok: [kode3] TASK [destroy : Creating /kolla-cleanup/tools directory on node] *************** changed: [kode5] changed: [kode4] changed: [kode2] changed: [kode1] changed: [kode0] changed: [kode6] changed: [kode3] TASK [destroy : Copying validate-docker-execute.sh file] *********************** changed: [kode1] changed: [kode2] changed: [kode4] changed: [kode0] changed: [kode5] changed: [kode6] changed: [kode3] TASK [destroy : Copying cleanup-containers file] ******************************* changed: [kode1] changed: [kode0] changed: [kode5] changed: [kode4] changed: [kode2] changed: [kode6] changed: [kode3] TASK [destroy : Copying cleanup-host file] ************************************* changed: [kode1] changed: [kode2] changed: [kode5] changed: [kode0] changed: [kode4] changed: [kode6] changed: [kode3] TASK [destroy : Copying cleanup-images file] *********************************** skipping: [kode0] skipping: [kode2] skipping: [kode1] skipping: [kode4] skipping: [kode5] skipping: [kode6] skipping: [kode3] TASK [destroy : Destroying all Kolla containers and volumes] ******************* changed: [kode4] changed: [kode5] changed: [kode6] changed: [kode3] changed: [kode0] changed: [kode1] changed: [kode2] TASK [destroy : Removing Kolla images] ***************************************** skipping: [kode0] skipping: [kode1] skipping: [kode4] skipping: [kode2] skipping: [kode5] skipping: [kode6] skipping: [kode3] TASK [destroy : Destroying Kolla host configuration] *************************** changed: [kode1] changed: [kode2] changed: [kode4] changed: [kode5] changed: [kode0] changed: [kode6] changed: [kode3] TASK [destroy : Destroying kolla-cleanup folder] ******************************* changed: [kode0] changed: [kode1] changed: [kode4] changed: [kode5] changed: [kode2] changed: [kode6] changed: [kode3] PLAY RECAP ********************************************************************* kode0 : ok=8 changed=7 unreachable=0 failed=0 kode1 : ok=8 changed=7 unreachable=0 failed=0 kode2 : ok=8 changed=7 unreachable=0 failed=0 kode3 : ok=8 changed=7 unreachable=0 failed=0 kode4 : ok=8 changed=7 unreachable=0 failed=0 kode5 : ok=8 changed=7 unreachable=0 failed=0 kode6 : ok=8 changed=7 unreachable=0 failed=0 [root@kola bgi]# ls 01-precheck.sh 04-init-runonce.sh 07.1-destroy-clean-image.sh 02.1-deploy-latest-horizon.sh 05.1-reconfigure-ironic.sh 07-destroy.sh 02.2-deploy-only-swift.sh 05.2-reconfigure-swift.sh 08.1-upgrade-horizon.sh 02-deploy.sh 05-reconfigure.sh 08-upgrade-minor.sh 03-post-deploy.sh 06-scaleout.sh [root@kola bgi]# cd /opt/bgi-kolla [root@kola bgi-kolla]# ls collect-info.sh deploy.sh diskimage-builder etc-kolla kolla-ansible kolla-build Readme.md [root@kola bgi-kolla]# cd kolla-ansible/ [root@kola kolla-ansible]# ls ansible contrib kolla_ansible releasenotes specs tox.ini bgi deploy-guide kolla-info.txt requirements.txt test-requirements.txt bgi-changelog.txt doc LICENSE setup.cfg tests bindep.txt etc README.rst setup.py tools [root@kola kolla-ansible]# cd bgi [root@kola bgi]# ls 01-precheck.sh 04-init-runonce.sh 07.1-destroy-clean-image.sh 02.1-deploy-latest-horizon.sh 05.1-reconfigure-ironic.sh 07-destroy.sh 02.2-deploy-only-swift.sh 05.2-reconfigure-swift.sh 08.1-upgrade-horizon.sh 02-deploy.sh 05-reconfigure.sh 08-upgrade-minor.sh 03-post-deploy.sh 06-scaleout.sh [root@kola bgi]# cd .. [root@kola kolla-ansible]# ls ansible contrib kolla_ansible releasenotes specs tox.ini bgi deploy-guide kolla-info.txt requirements.txt test-requirements.txt bgi-changelog.txt doc LICENSE setup.cfg tests bindep.txt etc README.rst setup.py tools [root@kola kolla-ansible]# cd ansible/roles/ [root@kola roles]# ls aodh certificates designate grafana karbor memcached octavia senlin trove barbican chrony destroy haproxy keystone mistral panko solum vmtp baremetal cinder elasticsearch heat kibana mongodb prechecks stop watcher bifrost cloudkitty etcd horizon kuryr multipathd rabbitmq swift ceilometer collectd freezer influxdb magnum murano rally tacker ceph common glance ironic manila neutron sahara telegraf ceph_pools.yml congress gnocchi iscsi mariadb nova searchlight tempest [root@kola roles]# cd swift/ [root@kola swift]# ls defaults meta tasks templates [root@kola swift]# cd tasks/ [root@kola tasks]# ls check.yml deploy.yml precheck.yml reconfigure.yml start.yml upgrade.yml config.yml main.yml pull.yml register.yml stop_and_start.yml [root@kola tasks]# vim config.yml [root@kola tasks]# grep interface * -irn precheck.yml:13: host: "{{ hostvars[inventory_hostname]['ansible_' + storage_interface]['ipv4']['address'] }}" precheck.yml:23: host: "{{ hostvars[inventory_hostname]['ansible_' + storage_interface]['ipv4']['address'] }}" precheck.yml:33: host: "{{ hostvars[inventory_hostname]['ansible_' + storage_interface]['ipv4']['address'] }}" precheck.yml:43: host: "{{ hostvars[inventory_hostname]['ansible_' + api_interface]['ipv4']['address'] }}" register.yml:11: interface: "{{ item.interface }}" register.yml:22: - {'interface': 'admin', 'url': '{{ swift_admin_endpoint }}'} register.yml:23: - {'interface': 'internal', 'url': '{{ swift_internal_endpoint }}'} register.yml:24: - {'interface': 'public', 'url': '{{ swift_public_endpoint }}'} [root@kola tasks]# vim precheck.yml +13 [root@kola tasks]# vim precheck.yml +13 [root@kola tasks]# Connection closed by foreign host. Disconnected from remote host(kola) at 17:50:00. Type `help' to learn how to use Xshell prompt. [c:\~]$ Reconnecting in 5 seconds. Press any key to exit local shell. ..... Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ ....... Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... ...................Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... ....................Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... ....................Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Connection established. To escape to local shell, press 'Ctrl+Alt+]'. Last login: Thu Mar 16 19:19:49 2017 from 172.16.204.3 [root@centos7 ~]# ssh kola0 ssh: Could not resolve hostname kola0: Name or service not known [root@centos7 ~]# ssh kola Last login: Thu Mar 16 19:19:11 2017 from 192.168.122.1 [root@kola ~]# which swift-ring-builder /usr/bin/swift-ring-builder [root@kola ~]# rpm -qf /usr/bin/swift-ring-builder python-swift-2.13.0-1.el7.noarch [root@kola ~]# [root@kola ~]# Connection closed by foreign host. Disconnected from remote host(kola) at 20:45:46. Type `help' to learn how to use Xshell prompt. [c:\~]$ Reconnecting in 5 seconds. Press any key to exit local shell. ..... Connecting to 172.30.1.120:22... ........Connection established. To escape to local shell, press 'Ctrl+Alt+]'. Last login: Thu Mar 16 20:47:51 2017 from 172.16.204.3 [root@centos7 ~]# [root@centos7 ~]# [root@centos7 ~]# [root@centos7 ~]# [root@centos7 ~]# [root@centos7 ~]# [root@centos7 ~]# [root@centos7 ~]# [root@centos7 ~]# Connection closed by foreign host. Disconnected from remote host(kola) at 21:54:35. Type `help' to learn how to use Xshell prompt. [c:\~]$ Reconnecting in 5 seconds. Press any key to exit local shell. ..... Connecting to 172.30.1.120:22... ................Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... ....................Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... ....................Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... ....................Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... ....................Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... ....................Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Connection established. To escape to local shell, press 'Ctrl+Alt+]'. Last login: Fri Mar 17 04:46:46 2017 from 172.16.204.3 [root@centos7 ~]# Connection closed by foreign host. Disconnected from remote host(kola) at 07:20:49. Type `help' to learn how to use Xshell prompt. [c:\~]$ Reconnecting in 5 seconds. Press any key to exit local shell. ..... Connecting to 172.30.1.120:22... ..................Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Connection established. To escape to local shell, press 'Ctrl+Alt+]'. Last login: Fri Mar 17 07:22:51 2017 from 172.16.204.3 [root@centos7 ~]# Connection closed by foreign host. Disconnected from remote host(kola) at 07:28:17. Type `help' to learn how to use Xshell prompt. [c:\~]$ Reconnecting in 5 seconds. Press any key to exit local shell. ..... Connecting to 172.30.1.120:22... ....................Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... ....Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Connection established. To escape to local shell, press 'Ctrl+Alt+]'. Last login: Fri Mar 17 08:20:10 2017 from 172.16.188.52 [root@centos7 ~]# Connection closed by foreign host. Disconnected from remote host(kola) at 08:20:00. Type `help' to learn how to use Xshell prompt. [c:\~]$ Reconnecting in 5 seconds. Press any key to exit local shell. ..... Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... ..Connection established. To escape to local shell, press 'Ctrl+Alt+]'. Last login: Fri Mar 17 08:21:42 2017 from 172.16.188.52 [root@centos7 ~]# ssh kola Last login: Fri Mar 17 05:07:06 2017 from 192.168.122.1 [root@kola ~]# Connection closed by foreign host. Disconnected from remote host(kola) at 13:27:45. Type `help' to learn how to use Xshell prompt. [c:\~]$ Reconnecting in 5 seconds. Press any key to exit local shell. ..... Connecting to 172.30.1.120:22... Connection established. To escape to local shell, press 'Ctrl+Alt+]'. Last login: Fri Mar 17 13:29:18 2017 from 172.16.188.52 [root@centos7 ~]# ls all-nodes.json Desktop install-kolla nailgun.tar.bz2 stackrc am Dockerfile.j2.new iptables.2017-02-02 new test-git anaconda-ks.cfg Downloads iptables.2017-02-04 overcloudrc bootstraps.zip epel-release-latest-7.noarch.rpm iptables.2017-02-17 readme.txt debug.yml filebeat.cap kolla-install repos-sync.sh [root@centos7 ~]# ssh kola Last login: Fri Mar 17 13:44:12 2017 from 192.168.122.1 [root@kola ~]# ls a.repo centos-7.tar docker-images.txt docker-registry-2.tar [root@kola ~]# cd /etc/kolla/config/swift/ [root@kola swift]# ls account.builder backups container.ring.gz object.ring.gz account.ring.gz container.builder object.builder [root@kola swift]# swift-ring-builder object.builder object.builder, build version 4 1024 partitions, 3.000000 replicas, 1 regions, 1 zones, 3 devices, 0.00 balance, 0.00 dispersion The minimum number of hours before a partition can be reassigned is 1 (0:00:00 remaining) The overload factor is 0.00% (0.000000) Ring file object.ring.gz is up-to-date Devices: id region zone ip address:port replication ip:port name weight partitions balance flags meta 0 1 1 192.168.104.21:6000 192.168.104.21:6000 d0 1.00 1024 0.00 1 1 1 192.168.104.21:6000 192.168.104.21:6000 d1 1.00 1024 0.00 2 1 1 192.168.104.21:6000 192.168.104.21:6000 d2 1.00 1024 0.00 [root@kola swift]# docker ps | grep heka [root@kola swift]# [root@kola swift]# [root@kola swift]# ls account.builder backups container.ring.gz object.ring.gz account.ring.gz container.builder object.builder [root@kola swift]# cd /opt/bgi-kolla/kolla-ansible/ [root@kola kolla-ansible]# ls ansible contrib kolla_ansible releasenotes specs tox.ini bgi deploy-guide kolla-info.txt requirements.txt test-requirements.txt bgi-changelog.txt doc LICENSE setup.cfg tests bindep.txt etc README.rst setup.py tools [root@kola kolla-ansible]# vim ansible/inventory/bgi-openstack [root@kola kolla-ansible]# cd ansible/roles/ [root@kola roles]# ls aodh certificates designate grafana karbor memcached octavia senlin trove barbican chrony destroy haproxy keystone mistral panko solum vmtp baremetal cinder elasticsearch heat kibana mongodb prechecks stop watcher bifrost cloudkitty etcd horizon kuryr multipathd rabbitmq swift ceilometer collectd freezer influxdb magnum murano rally tacker ceph common glance ironic manila neutron sahara telegraf ceph_pools.yml congress gnocchi iscsi mariadb nova searchlight tempest [root@kola roles]# cd nova/ [root@kola nova]# ls defaults handlers meta tasks templates [root@kola nova]# cd /opt/bgi-kolla/kolla-build/ [root@kola kolla-build]# ls bindep.txt doc kolla releasenotes setup.py tests contrib docker LICENSE requirements.txt specs tools deliverables.yaml HACKING.rst README.rst setup.cfg test-requirements.txt tox.ini [root@kola kolla-build]# cd docker/ [root@kola docker]# ls aodh cron haproxy keystone memcached panko tempest barbican designate heat kibana mistral rabbitmq tgtd base dind heka kolla-toolbox monasca rally trove bifrost dnsmasq helm-repository kube mongodb redis vitrage ceilometer elasticsearch horizon kubernetes-entrypoint multipathd sahara vmtp ceph etcd influxdb kubetoolbox murano searchlight watcher chrony fluentd ironic kuryr neutron senlin zaqar cinder freezer iscsid macros.j2 nova solum zookeeper cloudkitty glance kafka magnum octavia swift zun collectd gnocchi karbor manila openstack-base tacker congress grafana keepalived mariadb openvswitch telegraf [root@kola docker]# cd nova/ [root@kola nova]# ls nova-api nova-compute-ironic nova-libvirt nova-scheduler nova-ssh nova-base nova-conductor nova-novncproxy nova-serialproxy nova-compute nova-consoleauth nova-placement-api nova-spicehtml5proxy [root@kola nova]# vim nova-ssh/ Dockerfile.j2 extend_start.sh [root@kola nova]# vim nova-ssh/Dockerfile.j2 [root@kola nova]# cd .. [root@kola docker]# ls aodh cron haproxy keystone memcached panko tempest barbican designate heat kibana mistral rabbitmq tgtd base dind heka kolla-toolbox monasca rally trove bifrost dnsmasq helm-repository kube mongodb redis vitrage ceilometer elasticsearch horizon kubernetes-entrypoint multipathd sahara vmtp ceph etcd influxdb kubetoolbox murano searchlight watcher chrony fluentd ironic kuryr neutron senlin zaqar cinder freezer iscsid macros.j2 nova solum zookeeper cloudkitty glance kafka magnum octavia swift zun collectd gnocchi karbor manila openstack-base tacker congress grafana keepalived mariadb openvswitch telegraf [root@kola docker]# find . -name *ssh ./keystone/keystone-ssh ./nova/nova-ssh [root@kola docker]# cd /opt/bgi-kolla [root@kola bgi-kolla]# ls collect-info.sh deploy.sh diskimage-builder etc-kolla kolla-ansible kolla-build Readme.md [root@kola bgi-kolla]# cd kolla-ansible/ [root@kola kolla-ansible]# ls ansible contrib kolla_ansible releasenotes specs tox.ini bgi deploy-guide kolla-info.txt requirements.txt test-requirements.txt bgi-changelog.txt doc LICENSE setup.cfg tests bindep.txt etc README.rst setup.py tools [root@kola kolla-ansible]# vim ansible/inventory/bgi-openstack [root@kola kolla-ansible]# Connection closed by foreign host. Disconnected from remote host(kola) at 17:59:27. Type `help' to learn how to use Xshell prompt. [c:\~]$ Reconnecting in 5 seconds. Press any key to exit local shell. ..... Connecting to 172.30.1.120:22... Connection established. To escape to local shell, press 'Ctrl+Alt+]'. Last login: Fri Mar 17 13:37:55 2017 from 172.16.188.52 [root@centos7 ~]# Connection closed by foreign host. Disconnected from remote host(kola) at 18:00:51. Type `help' to learn how to use Xshell prompt. [c:\~]$ Reconnecting in 5 seconds. Press any key to exit local shell. ..... Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Connection established. To escape to local shell, press 'Ctrl+Alt+]'. Last login: Fri Mar 17 18:03:28 2017 from 172.16.188.52 [root@centos7 ~]# Connection closed by foreign host. Disconnected from remote host(kola) at 18:03:19. Type `help' to learn how to use Xshell prompt. [c:\~]$ Reconnecting in 5 seconds. Press any key to exit local shell. ..... Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... .Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... .Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... .Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... .Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... .Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... .Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... .Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... .Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... .Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . . Connecting to 172.30.1.120:22... .Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . . Connecting to 172.30.1.120:22... .Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . . Connecting to 172.30.1.120:22... .Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . . Connecting to 172.30.1.120:22... .Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . . .Connecting to 172.30.1.120:22... .Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . . Connecting to 172.30.1.120:22... .Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... .Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... .Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... .Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... ........Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . . Connecting to 172.30.1.120:22... .........Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . . Connecting to 172.30.1.120:22... ................Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... ..............Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... ..........Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . . Connecting to 172.30.1.120:22... .............Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . . Connecting to 172.30.1.120:22... .............Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . . Connecting to 172.30.1.120:22... ........Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . . Connecting to 172.30.1.120:22... ............Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . . Connecting to 172.30.1.120:22... ........Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... . Connecting to 172.30.1.120:22... ......Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... .........Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . . Connecting to 172.30.1.120:22... ..........Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . . Connecting to 172.30.1.120:22... ........Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . . Connecting to 172.30.1.120:22... ...........Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . . Connecting to 172.30.1.120:22... ..........Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . . Connecting to 172.30.1.120:22... ...........Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . . Connecting to 172.30.1.120:22... .......Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . . Connecting to 172.30.1.120:22... ......Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . . Connecting to 172.30.1.120:22... .Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... . Connecting to 172.30.1.120:22... .......Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . . Connecting to 172.30.1.120:22... ..Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... . Connecting to 172.30.1.120:22... ...Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . . Connecting to 172.30.1.120:22... ...Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . . Connecting to 172.30.1.120:22... ....Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... .. .Connecting to 172.30.1.120:22... ..Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . . Connecting to 172.30.1.120:22... ....Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . . Connecting to 172.30.1.120:22... ...Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... .. Connecting to 172.30.1.120:22... .......Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . . Connecting to 172.30.1.120:22... .....Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... . Connecting to 172.30.1.120:22... ...Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... .. Connecting to 172.30.1.120:22... ....Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . . Connecting to 172.30.1.120:22... .Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... .. Connecting to 172.30.1.120:22... .......Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . . Connecting to 172.30.1.120:22... ....Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . . Connecting to 172.30.1.120:22... ....Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . .Connecting to 172.30.1.120:22... .. Connecting to 172.30.1.120:22... ..Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... . Connecting to 172.30.1.120:22... ....................Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... ....................Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... ....................Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... ....................Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... ....................Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... ....................Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... ....................Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... ....................Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... ....................Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... ....................Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... ....................Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... ....................Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... ....................Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... ....................Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... ....................Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... ....................Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... ....................Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... ....................Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... ....................Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... ....................Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... ....................Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... ....................Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... ....................Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... ....................Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... ....................Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... ....................Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... ....................Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... ....................Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... ....................Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... ....................Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... ....................Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... ....................Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... ....................Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... ....................Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... ....................Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... ....................Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... ....................Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... ....................Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... ....................Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... ....................Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... ....................Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... ....................Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... ....................Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... ....................Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... ....................Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... ....................Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... ....................Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... ....................Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... ....................Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... ....................Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... ....................Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... ....................Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... ....................Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... ....................Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... ....................Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... ....................Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... ....................Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... ....................Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... ....................Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... ....................Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... ....................Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... ....................Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... ....................Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... ....................Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... ....................Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... ....................Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... ....................Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... ....................Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... ....................Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... ....................Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... ....................Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... ....................Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... ....................Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... ....................Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... ....................Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... ....................Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... ....................Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... ....................Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... ....................Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... ....................Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... ....................Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... ....................Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... ....................Could not connect to '172.30.1.120' (port 22): Connection failed. Type `help' to learn how to use Xshell prompt. [c:\~]$ . Connecting to 172.30.1.120:22... Connection established. To escape to local shell, press 'Ctrl+Alt+]'. Last login: Fri Mar 17 20:59:23 2017 from 172.16.204.3 [root@centos7 ~]# ls all-nodes.json Desktop install-kolla nailgun.tar.bz2 stackrc am Dockerfile.j2.new iptables.2017-02-02 new test-git anaconda-ks.cfg Downloads iptables.2017-02-04 overcloudrc bootstraps.zip epel-release-latest-7.noarch.rpm iptables.2017-02-17 readme.txt debug.yml filebeat.cap kolla-install repos-sync.sh [root@centos7 ~]# ssh kola Last login: Fri Mar 17 16:18:56 2017 from 192.168.122.1 [root@kola ~]# uname -a Linux kola.genomics.cn 3.10.0-514.6.1.el7.x86_64 #1 SMP Wed Jan 18 13:06:36 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux [root@kola ~]# [root@kola ~]# [root@kola ~]# cd /opt/bgi-kolla [root@kola bgi-kolla]# ls collect-info.sh deploy.sh diskimage-builder etc-kolla kolla-ansible kolla-build Readme.md [root@kola bgi-kolla]# cd kolla-ansible/ [root@kola kolla-ansible]# ls ansible contrib kolla_ansible releasenotes specs tox.ini bgi deploy-guide kolla-info.txt requirements.txt test-requirements.txt bgi-changelog.txt doc LICENSE setup.cfg tests bindep.txt etc README.rst setup.py tools [root@kola kolla-ansible]# cd bgi [root@kola bgi]# ls 01-precheck.sh 04-init-runonce.sh 07.1-destroy-clean-image.sh 02.1-deploy-latest-horizon.sh 05.1-reconfigure-ironic.sh 07-destroy.sh 02.2-deploy-only-swift.sh 05.2-reconfigure-swift.sh 08.1-upgrade-horizon.sh 02-deploy.sh 05-reconfigure.sh 08-upgrade-minor.sh 03-post-deploy.sh 06-scaleout.sh prepare_swift_ring.sh [root@kola bgi]# ./07-destroy.sh Destroy Kolla containers, volumes and host configuration : ansible-playbook -i ../ansible/inventory/bgi-openstack -e @/etc/kolla/globals.yml -e @/etc/kolla/passwords.yml -e CONFIG_DIR=/etc/kolla /opt/bgi-kolla/kolla-ansible/ansible/destroy.yml PLAY [Apply role destroy] ****************************************************** TASK [setup] ******************************************************************* ok: [kode1] ok: [kode2] ok: [kode0] ok: [kode5] ok: [kode4] ok: [kode3] TASK [destroy : Creating /kolla-cleanup/tools directory on node] *************** changed: [kode1] changed: [kode0] changed: [kode4] changed: [kode2] changed: [kode5] changed: [kode3] TASK [destroy : Copying validate-docker-execute.sh file] *********************** changed: [kode2] changed: [kode4] changed: [kode5] changed: [kode1] changed: [kode0] changed: [kode3] TASK [destroy : Copying cleanup-containers file] ******************************* changed: [kode2] changed: [kode1] changed: [kode4] changed: [kode5] changed: [kode0] changed: [kode3] TASK [destroy : Copying cleanup-host file] ************************************* changed: [kode1] changed: [kode5] changed: [kode2] changed: [kode0] changed: [kode4] changed: [kode3] TASK [destroy : Copying cleanup-images file] *********************************** skipping: [kode1] skipping: [kode0] skipping: [kode2] skipping: [kode4] skipping: [kode5] skipping: [kode3] TASK [destroy : Destroying all Kolla containers and volumes] ******************* changed: [kode5] changed: [kode4] changed: [kode3] changed: [kode1] changed: [kode2] changed: [kode0] TASK [destroy : Removing Kolla images] ***************************************** skipping: [kode2] skipping: [kode0] skipping: [kode1] skipping: [kode5] skipping: [kode4] skipping: [kode3] TASK [destroy : Destroying Kolla host configuration] *************************** changed: [kode1] changed: [kode4] changed: [kode5] changed: [kode0] changed: [kode2] changed: [kode3] TASK [destroy : Destroying kolla-cleanup folder] ******************************* changed: [kode2] changed: [kode0] changed: [kode1] changed: [kode4] changed: [kode5] changed: [kode3] PLAY RECAP ********************************************************************* kode0 : ok=8 changed=7 unreachable=0 failed=0 kode1 : ok=8 changed=7 unreachable=0 failed=0 kode2 : ok=8 changed=7 unreachable=0 failed=0 kode3 : ok=8 changed=7 unreachable=0 failed=0 kode4 : ok=8 changed=7 unreachable=0 failed=0 kode5 : ok=8 changed=7 unreachable=0 failed=0 [root@kola bgi]# ls 01-precheck.sh 04-init-runonce.sh 07.1-destroy-clean-image.sh 02.1-deploy-latest-horizon.sh 05.1-reconfigure-ironic.sh 07-destroy.sh 02.2-deploy-only-swift.sh 05.2-reconfigure-swift.sh 08.1-upgrade-horizon.sh 02-deploy.sh 05-reconfigure.sh 08-upgrade-minor.sh 03-post-deploy.sh 06-scaleout.sh prepare_swift_ring.sh [root@kola bgi]# ./02.1-deploy-latest-horizon.sh Deploying Playbooks : ansible-playbook -i ../ansible/inventory/bgi-openstack -e @/etc/kolla/globals.yml -e @/etc/kolla/passwords.yml -e CONFIG_DIR=/etc/kolla -e horizon_tag=4.0.0.2 -e action=deploy /opt/bgi-kolla/kolla-ansible/ansible/site.yml PLAY [Gather facts for all hosts] ********************************************** TASK [setup] ******************************************************************* ok: [kode1] ok: [kode0] ok: [kode5] ok: [kode2] ok: [kode4] ok: [kode3] PLAY [Gather facts for all hosts (if using --limit)] *************************** TASK [setup] ******************************************************************* skipping: [kode0] => (item=kode0) skipping: [kode1] => (item=kode4) skipping: [kode2] => (item=kode1) skipping: [kode2] => (item=kode3) skipping: [kode4] => (item=kode1) skipping: [kode4] => (item=kode3) skipping: [kode5] => (item=kode1) skipping: [kode5] => (item=kode3) skipping: [kode3] => (item=kode1) skipping: [kode3] => (item=kode3) skipping: [kode3] => (item=kode5) skipping: [kode3] => (item=kode4) skipping: [kode3] => (item=kode2) skipping: [kode3] => (item=kode0) skipping: [kode5] => (item=kode5) skipping: [kode5] => (item=kode4) skipping: [kode5] => (item=kode2) skipping: [kode5] => (item=kode0) skipping: [kode4] => (item=kode5) skipping: [kode4] => (item=kode4) skipping: [kode4] => (item=kode2) skipping: [kode4] => (item=kode0) skipping: [kode2] => (item=kode5) skipping: [kode2] => (item=kode4) skipping: [kode2] => (item=kode2) skipping: [kode2] => (item=kode0) skipping: [kode1] => (item=kode3) skipping: [kode1] => (item=kode5) skipping: [kode1] => (item=kode2) skipping: [kode0] => (item=kode3) skipping: [kode0] => (item=kode5) skipping: [kode1] => (item=kode1) skipping: [kode1] => (item=kode0) skipping: [kode0] => (item=kode4) skipping: [kode0] => (item=kode2) skipping: [kode0] => (item=kode1) PLAY [Detect openstack_release variable] *************************************** TASK [Get current kolla-ansible version number] ******************************** skipping: [kode0] skipping: [kode4] skipping: [kode2] skipping: [kode1] skipping: [kode3] skipping: [kode5] TASK [Set openstack_release variable] ****************************************** skipping: [kode0] skipping: [kode2] skipping: [kode1] skipping: [kode5] skipping: [kode4] skipping: [kode3] PLAY [Apply role prechecks] **************************************************** TASK [setup] ******************************************************************* ok: [kode0] ok: [kode1] ok: [kode5] ok: [kode2] ok: [kode4] ok: [kode3] TASK [prechecks : Checking the api_interface is present] *********************** skipping: [kode0] skipping: [kode2] skipping: [kode4] skipping: [kode5] skipping: [kode1] skipping: [kode3] TASK [prechecks : Checking the api_interface is active] ************************ skipping: [kode0] skipping: [kode1] skipping: [kode4] skipping: [kode2] skipping: [kode5] skipping: [kode3] TASK [prechecks : Checking the api_interface configuration] ******************** skipping: [kode0] skipping: [kode1] skipping: [kode2] skipping: [kode4] skipping: [kode5] skipping: [kode3] TASK [prechecks : Checking the api_interface ip address configuration] ********* skipping: [kode1] skipping: [kode0] skipping: [kode5] skipping: [kode2] skipping: [kode4] skipping: [kode3] TASK [prechecks : Checking if kolla_internal_vip_address and kolla_external_vip_address are not pingable from any node] *** skipping: [kode1] => (item=192.168.101.254) skipping: [kode1] => (item=192.168.102.254) skipping: [kode5] => (item=192.168.101.254) skipping: [kode3] => (item=192.168.102.254) skipping: [kode3] => (item=192.168.101.254) skipping: [kode5] => (item=192.168.102.254) skipping: [kode4] => (item=192.168.101.254) skipping: [kode4] => (item=192.168.102.254) skipping: [kode2] => (item=192.168.101.254) skipping: [kode2] => (item=192.168.102.254) skipping: [kode0] => (item=192.168.101.254) skipping: [kode0] => (item=192.168.102.254) TASK [prechecks : Checking if kolla_internal_vip_address is in the same network as api_interface on all nodes] *** skipping: [kode0] skipping: [kode1] skipping: [kode2] skipping: [kode4] skipping: [kode5] skipping: [kode3] TASK [prechecks : Checking free port for HAProxy stats] ************************ skipping: [kode0] skipping: [kode1] skipping: [kode2] skipping: [kode4] skipping: [kode5] skipping: [kode3] TASK [prechecks : Checking free port for Rsync] ******************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] skipping: [kode5] skipping: [kode4] skipping: [kode3] TASK [prechecks : Checking that libvirt is not running] ************************ skipping: [kode0] skipping: [kode1] skipping: [kode2] skipping: [kode4] skipping: [kode5] skipping: [kode3] TASK [prechecks : Checking Docker version] ************************************* skipping: [kode0] skipping: [kode2] skipping: [kode4] skipping: [kode5] skipping: [kode1] skipping: [kode3] TASK [prechecks : Checking if 'MountFlags' for docker service is set to 'shared'] *** skipping: [kode0] skipping: [kode2] skipping: [kode4] skipping: [kode5] skipping: [kode1] skipping: [kode3] TASK [prechecks : Checking if '/run' mount flag is set to 'shared'] ************ skipping: [kode0] skipping: [kode2] skipping: [kode4] skipping: [kode1] skipping: [kode5] skipping: [kode3] TASK [prechecks : Checking empty passwords in passwords.yml. Run kolla-genpwd if this task fails] *** skipping: [kode0] skipping: [kode1] skipping: [kode2] skipping: [kode4] skipping: [kode5] skipping: [kode3] TASK [prechecks : Checking fernet_token_expiry in globals.yml. Update fernet_token_expiry to allowed value if this task fails] *** skipping: [kode0] TASK [prechecks : Checking number of network agents] *************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] skipping: [kode4] skipping: [kode5] skipping: [kode3] TASK [prechecks : Checking mongodb backend for ceilometer] ********************* skipping: [kode0] TASK [prechecks : Checking LVM volume group exists for Cinder] ***************** skipping: [kode0] skipping: [kode2] skipping: [kode1] skipping: [kode4] skipping: [kode5] skipping: [kode3] TASK [prechecks : Checking docker-py version] ********************************** skipping: [kode1] skipping: [kode0] skipping: [kode4] skipping: [kode5] skipping: [kode2] skipping: [kode3] TASK [prechecks : Checking Ansible version] ************************************ skipping: [kode0] PLAY [Apply role chrony] ******************************************************* TASK [setup] ******************************************************************* ok: [kode0] ok: [kode1] ok: [kode3] ok: [kode2] ok: [kode4] ok: [kode5] TASK [common : include] ******************************************************** skipping: [kode1] skipping: [kode0] skipping: [kode3] skipping: [kode2] skipping: [kode4] skipping: [kode5] TASK [common : Registering common role has run] ******************************** skipping: [kode1] skipping: [kode3] skipping: [kode2] skipping: [kode4] skipping: [kode0] skipping: [kode5] TASK [chrony : include] ******************************************************** skipping: [kode0] skipping: [kode1] skipping: [kode3] skipping: [kode2] skipping: [kode4] skipping: [kode5] PLAY [Apply role collectd] ***************************************************** TASK [setup] ******************************************************************* ok: [kode4] ok: [kode5] TASK [common : include] ******************************************************** skipping: [kode4] skipping: [kode5] TASK [common : Registering common role has run] ******************************** skipping: [kode4] skipping: [kode5] TASK [collectd : include] ****************************************************** skipping: [kode4] skipping: [kode5] PLAY [Apply role elasticsearch] ************************************************ TASK [setup] ******************************************************************* ok: [kode0] ok: [kode1] ok: [kode2] TASK [common : include] ******************************************************** included: /opt/bgi-kolla/kolla-ansible/ansible/roles/common/tasks/deploy.yml for kode0, kode1, kode2 TASK [common : include] ******************************************************** included: /opt/bgi-kolla/kolla-ansible/ansible/roles/common/tasks/config.yml for kode0, kode1, kode2 TASK [common : Ensuring config directories exist] ****************************** changed: [kode0] => (item=fluentd) changed: [kode2] => (item=fluentd) changed: [kode1] => (item=fluentd) changed: [kode0] => (item=fluentd/input) changed: [kode1] => (item=fluentd/input) changed: [kode2] => (item=fluentd/input) changed: [kode0] => (item=fluentd/output) changed: [kode1] => (item=fluentd/output) changed: [kode2] => (item=fluentd/output) changed: [kode0] => (item=fluentd/format) changed: [kode1] => (item=fluentd/format) changed: [kode2] => (item=fluentd/format) changed: [kode0] => (item=fluentd/filter) changed: [kode1] => (item=fluentd/filter) changed: [kode2] => (item=fluentd/filter) changed: [kode1] => (item=kolla-toolbox) changed: [kode0] => (item=kolla-toolbox) changed: [kode2] => (item=kolla-toolbox) changed: [kode1] => (item=cron) changed: [kode0] => (item=cron) changed: [kode2] => (item=cron) changed: [kode1] => (item=cron/logrotate) changed: [kode0] => (item=cron/logrotate) changed: [kode2] => (item=cron/logrotate) TASK [common : Copying over config.json files for services] ******************** changed: [kode1] => (item=fluentd) changed: [kode0] => (item=fluentd) changed: [kode2] => (item=fluentd) changed: [kode1] => (item=kolla-toolbox) changed: [kode0] => (item=kolla-toolbox) changed: [kode2] => (item=kolla-toolbox) changed: [kode1] => (item=cron) changed: [kode0] => (item=cron) changed: [kode2] => (item=cron) TASK [common : Copying over fluentd input config files] ************************ changed: [kode1] => (item=00-global) changed: [kode0] => (item=00-global) changed: [kode2] => (item=00-global) changed: [kode1] => (item=01-syslog) changed: [kode0] => (item=01-syslog) changed: [kode2] => (item=01-syslog) changed: [kode1] => (item=02-mariadb) changed: [kode0] => (item=02-mariadb) changed: [kode2] => (item=02-mariadb) changed: [kode1] => (item=03-rabbitmq) changed: [kode0] => (item=03-rabbitmq) changed: [kode2] => (item=03-rabbitmq) TASK [common : Copying over fluentd ouput config files] ************************ changed: [kode1] => (item={u'enabled': True, u'name': u'00-local'}) changed: [kode2] => (item={u'enabled': True, u'name': u'00-local'}) changed: [kode0] => (item={u'enabled': True, u'name': u'00-local'}) changed: [kode1] => (item={u'enabled': u'yes', u'name': u'01-es'}) changed: [kode0] => (item={u'enabled': u'yes', u'name': u'01-es'}) changed: [kode2] => (item={u'enabled': u'yes', u'name': u'01-es'}) TASK [common : Copying over fluentd format config files] *********************** changed: [kode1] => (item=apache_access) changed: [kode0] => (item=apache_access) changed: [kode2] => (item=apache_access) changed: [kode1] => (item=wsgi_access) changed: [kode0] => (item=wsgi_access) changed: [kode2] => (item=wsgi_access) changed: [kode1] => (item=wsgi_python) changed: [kode0] => (item=wsgi_python) changed: [kode2] => (item=wsgi_python) TASK [common : Copying over fluentd filter config files] *********************** changed: [kode1] => (item=00-record_transformer) changed: [kode0] => (item=00-record_transformer) changed: [kode2] => (item=00-record_transformer) changed: [kode1] => (item=01-rewrite) changed: [kode0] => (item=01-rewrite) changed: [kode2] => (item=01-rewrite) TASK [common : Copying over tg-agent.conf] ************************************* changed: [kode1] => (item=fluentd) changed: [kode0] => (item=fluentd) changed: [kode2] => (item=fluentd) TASK [common : Copying over cron logrotate config files] *********************** changed: [kode1] => (item={u'enabled': u'yes', u'name': u'ansible'}) changed: [kode0] => (item={u'enabled': u'yes', u'name': u'ansible'}) changed: [kode2] => (item={u'enabled': u'yes', u'name': u'ansible'}) changed: [kode1] => (item={u'enabled': u'yes', u'name': u'aodh'}) skipping: [kode1] => (item={u'enabled': u'no', u'name': u'barbican'}) changed: [kode0] => (item={u'enabled': u'yes', u'name': u'aodh'}) skipping: [kode0] => (item={u'enabled': u'no', u'name': u'barbican'}) changed: [kode2] => (item={u'enabled': u'yes', u'name': u'aodh'}) skipping: [kode2] => (item={u'enabled': u'no', u'name': u'barbican'}) changed: [kode1] => (item={u'enabled': u'yes', u'name': u'ceilometer'}) changed: [kode0] => (item={u'enabled': u'yes', u'name': u'ceilometer'}) changed: [kode2] => (item={u'enabled': u'yes', u'name': u'ceilometer'}) changed: [kode1] => (item={u'enabled': u'yes', u'name': u'cinder'}) skipping: [kode1] => (item={u'enabled': u'no', u'name': u'cloudkitty'}) skipping: [kode1] => (item={u'enabled': u'no', u'name': u'designate'}) changed: [kode0] => (item={u'enabled': u'yes', u'name': u'cinder'}) skipping: [kode0] => (item={u'enabled': u'no', u'name': u'cloudkitty'}) skipping: [kode0] => (item={u'enabled': u'no', u'name': u'designate'}) changed: [kode2] => (item={u'enabled': u'yes', u'name': u'cinder'}) skipping: [kode2] => (item={u'enabled': u'no', u'name': u'cloudkitty'}) skipping: [kode2] => (item={u'enabled': u'no', u'name': u'designate'}) changed: [kode1] => (item={u'enabled': u'yes', u'name': u'elasticsearch'}) skipping: [kode1] => (item={u'enabled': u'no', u'name': u'freezer'}) changed: [kode0] => (item={u'enabled': u'yes', u'name': u'elasticsearch'}) skipping: [kode0] => (item={u'enabled': u'no', u'name': u'freezer'}) changed: [kode2] => (item={u'enabled': u'yes', u'name': u'elasticsearch'}) skipping: [kode2] => (item={u'enabled': u'no', u'name': u'freezer'}) changed: [kode1] => (item={u'enabled': u'yes', u'name': u'glance'}) changed: [kode0] => (item={u'enabled': u'yes', u'name': u'glance'}) changed: [kode2] => (item={u'enabled': u'yes', u'name': u'glance'}) changed: [kode1] => (item={u'enabled': u'yes', u'name': u'global'}) changed: [kode0] => (item={u'enabled': u'yes', u'name': u'global'}) changed: [kode2] => (item={u'enabled': u'yes', u'name': u'global'}) changed: [kode1] => (item={u'enabled': u'yes', u'name': u'gnocchi'}) skipping: [kode1] => (item={u'enabled': u'no', u'name': u'grafana'}) changed: [kode0] => (item={u'enabled': u'yes', u'name': u'gnocchi'}) skipping: [kode0] => (item={u'enabled': u'no', u'name': u'grafana'}) changed: [kode2] => (item={u'enabled': u'yes', u'name': u'gnocchi'}) skipping: [kode2] => (item={u'enabled': u'no', u'name': u'grafana'}) changed: [kode1] => (item={u'enabled': u'yes', u'name': u'haproxy'}) skipping: [kode1] => (item={u'enabled': u'no', u'name': u'heat'}) changed: [kode0] => (item={u'enabled': u'yes', u'name': u'haproxy'}) skipping: [kode0] => (item={u'enabled': u'no', u'name': u'heat'}) changed: [kode2] => (item={u'enabled': u'yes', u'name': u'haproxy'}) skipping: [kode2] => (item={u'enabled': u'no', u'name': u'heat'}) changed: [kode1] => (item={u'enabled': True, u'name': u'iscsid'}) skipping: [kode1] => (item={u'enabled': u'no', u'name': u'karbor'}) changed: [kode0] => (item={u'enabled': True, u'name': u'iscsid'}) skipping: [kode0] => (item={u'enabled': u'no', u'name': u'karbor'}) changed: [kode2] => (item={u'enabled': True, u'name': u'iscsid'}) skipping: [kode2] => (item={u'enabled': u'no', u'name': u'karbor'}) changed: [kode1] => (item={u'enabled': u'yes', u'name': u'keepalived'}) changed: [kode0] => (item={u'enabled': u'yes', u'name': u'keepalived'}) changed: [kode1] => (item={u'enabled': u'yes', u'name': u'keystone'}) changed: [kode2] => (item={u'enabled': u'yes', u'name': u'keepalived'}) skipping: [kode1] => (item={u'enabled': u'no', u'name': u'magnum'}) skipping: [kode1] => (item={u'enabled': u'no', u'name': u'manila'}) changed: [kode0] => (item={u'enabled': u'yes', u'name': u'keystone'}) skipping: [kode0] => (item={u'enabled': u'no', u'name': u'magnum'}) skipping: [kode0] => (item={u'enabled': u'no', u'name': u'manila'}) changed: [kode2] => (item={u'enabled': u'yes', u'name': u'keystone'}) skipping: [kode2] => (item={u'enabled': u'no', u'name': u'magnum'}) skipping: [kode2] => (item={u'enabled': u'no', u'name': u'manila'}) changed: [kode1] => (item={u'enabled': u'yes', u'name': u'mariadb'}) skipping: [kode1] => (item={u'enabled': u'no', u'name': u'mistral'}) skipping: [kode1] => (item={u'enabled': u'no', u'name': u'murano'}) changed: [kode0] => (item={u'enabled': u'yes', u'name': u'mariadb'}) skipping: [kode0] => (item={u'enabled': u'no', u'name': u'mistral'}) skipping: [kode0] => (item={u'enabled': u'no', u'name': u'murano'}) changed: [kode2] => (item={u'enabled': u'yes', u'name': u'mariadb'}) skipping: [kode2] => (item={u'enabled': u'no', u'name': u'mistral'}) changed: [kode1] => (item={u'enabled': u'yes', u'name': u'neutron'}) skipping: [kode2] => (item={u'enabled': u'no', u'name': u'murano'}) changed: [kode0] => (item={u'enabled': u'yes', u'name': u'neutron'}) changed: [kode1] => (item={u'enabled': u'yes', u'name': u'nova'}) changed: [kode2] => (item={u'enabled': u'yes', u'name': u'neutron'}) skipping: [kode1] => (item={u'enabled': u'no', u'name': u'octavia'}) skipping: [kode1] => (item={u'enabled': u'no', u'name': u'panko'}) changed: [kode0] => (item={u'enabled': u'yes', u'name': u'nova'}) skipping: [kode0] => (item={u'enabled': u'no', u'name': u'octavia'}) skipping: [kode0] => (item={u'enabled': u'no', u'name': u'panko'}) changed: [kode1] => (item={u'enabled': u'yes', u'name': u'rabbitmq'}) changed: [kode2] => (item={u'enabled': u'yes', u'name': u'nova'}) skipping: [kode1] => (item={u'enabled': u'no', u'name': u'sahara'}) skipping: [kode2] => (item={u'enabled': u'no', u'name': u'octavia'}) skipping: [kode1] => (item={u'enabled': u'no', u'name': u'searchlight'}) skipping: [kode2] => (item={u'enabled': u'no', u'name': u'panko'}) skipping: [kode1] => (item={u'enabled': u'no', u'name': u'senlin'}) skipping: [kode1] => (item={u'enabled': u'no', u'name': u'solum'}) changed: [kode0] => (item={u'enabled': u'yes', u'name': u'rabbitmq'}) skipping: [kode0] => (item={u'enabled': u'no', u'name': u'sahara'}) skipping: [kode0] => (item={u'enabled': u'no', u'name': u'searchlight'}) skipping: [kode0] => (item={u'enabled': u'no', u'name': u'senlin'}) skipping: [kode0] => (item={u'enabled': u'no', u'name': u'solum'}) changed: [kode1] => (item={u'enabled': u'yes', u'name': u'swift'}) changed: [kode2] => (item={u'enabled': u'yes', u'name': u'rabbitmq'}) skipping: [kode1] => (item={u'enabled': u'no', u'name': u'tacker'}) skipping: [kode2] => (item={u'enabled': u'no', u'name': u'sahara'}) skipping: [kode1] => (item={u'enabled': u'no', u'name': u'watcher'}) skipping: [kode2] => (item={u'enabled': u'no', u'name': u'searchlight'}) skipping: [kode2] => (item={u'enabled': u'no', u'name': u'senlin'}) skipping: [kode2] => (item={u'enabled': u'no', u'name': u'solum'}) changed: [kode0] => (item={u'enabled': u'yes', u'name': u'swift'}) skipping: [kode0] => (item={u'enabled': u'no', u'name': u'tacker'}) skipping: [kode0] => (item={u'enabled': u'no', u'name': u'watcher'}) changed: [kode2] => (item={u'enabled': u'yes', u'name': u'swift'}) skipping: [kode2] => (item={u'enabled': u'no', u'name': u'tacker'}) skipping: [kode2] => (item={u'enabled': u'no', u'name': u'watcher'}) TASK [common : include] ******************************************************** included: /opt/bgi-kolla/kolla-ansible/ansible/roles/common/tasks/bootstrap.yml for kode0, kode1, kode2 TASK [common : Creating log volume] ******************************************** changed: [kode2] changed: [kode1] changed: [kode0] TASK [common : include] ******************************************************** included: /opt/bgi-kolla/kolla-ansible/ansible/roles/common/tasks/start.yml for kode0, kode1, kode2 TASK [common : Starting fluentd container] ************************************* changed: [kode1] changed: [kode0] changed: [kode2] TASK [common : Starting kolla-toolbox container] ******************************* changed: [kode1] changed: [kode2] changed: [kode0] TASK [common : Initializing toolbox container using normal user] *************** ok: [kode0] ok: [kode1] ok: [kode2] TASK [common : Starting cron container] **************************************** changed: [kode1] changed: [kode2] changed: [kode0] TASK [common : Registering common role has run] ******************************** ok: [kode0] ok: [kode1] ok: [kode2] TASK [elasticsearch : include] ************************************************* included: /opt/bgi-kolla/kolla-ansible/ansible/roles/elasticsearch/tasks/deploy.yml for kode0, kode1, kode2 TASK [elasticsearch : include] ************************************************* included: /opt/bgi-kolla/kolla-ansible/ansible/roles/elasticsearch/tasks/config.yml for kode0, kode1, kode2 TASK [elasticsearch : Ensuring config directories exist] *********************** changed: [kode1] => (item={'key': u'elasticsearch', 'value': {u'group': u'elasticsearch', u'image': u'192.168.103.16:5000/bgi/centos-binary-elasticsearch:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//elasticsearch/:/var/lib/kolla/config_files/', u'/etc/localtime:/etc/localtime:ro', u'elasticsearch:/var/lib/elasticsearch/data'], u'container_name': u'elasticsearch'}}) changed: [kode0] => (item={'key': u'elasticsearch', 'value': {u'group': u'elasticsearch', u'image': u'192.168.103.16:5000/bgi/centos-binary-elasticsearch:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//elasticsearch/:/var/lib/kolla/config_files/', u'/etc/localtime:/etc/localtime:ro', u'elasticsearch:/var/lib/elasticsearch/data'], u'container_name': u'elasticsearch'}}) changed: [kode2] => (item={'key': u'elasticsearch', 'value': {u'group': u'elasticsearch', u'image': u'192.168.103.16:5000/bgi/centos-binary-elasticsearch:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//elasticsearch/:/var/lib/kolla/config_files/', u'/etc/localtime:/etc/localtime:ro', u'elasticsearch:/var/lib/elasticsearch/data'], u'container_name': u'elasticsearch'}}) TASK [elasticsearch : Copying over config.json files for services] ************* changed: [kode1] => (item={'key': u'elasticsearch', 'value': {u'group': u'elasticsearch', u'image': u'192.168.103.16:5000/bgi/centos-binary-elasticsearch:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//elasticsearch/:/var/lib/kolla/config_files/', u'/etc/localtime:/etc/localtime:ro', u'elasticsearch:/var/lib/elasticsearch/data'], u'container_name': u'elasticsearch'}}) changed: [kode0] => (item={'key': u'elasticsearch', 'value': {u'group': u'elasticsearch', u'image': u'192.168.103.16:5000/bgi/centos-binary-elasticsearch:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//elasticsearch/:/var/lib/kolla/config_files/', u'/etc/localtime:/etc/localtime:ro', u'elasticsearch:/var/lib/elasticsearch/data'], u'container_name': u'elasticsearch'}}) changed: [kode2] => (item={'key': u'elasticsearch', 'value': {u'group': u'elasticsearch', u'image': u'192.168.103.16:5000/bgi/centos-binary-elasticsearch:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//elasticsearch/:/var/lib/kolla/config_files/', u'/etc/localtime:/etc/localtime:ro', u'elasticsearch:/var/lib/elasticsearch/data'], u'container_name': u'elasticsearch'}}) TASK [elasticsearch : Copying over elasticsearch.yml] ************************** changed: [kode1] => (item={'key': u'elasticsearch', 'value': {u'group': u'elasticsearch', u'image': u'192.168.103.16:5000/bgi/centos-binary-elasticsearch:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//elasticsearch/:/var/lib/kolla/config_files/', u'/etc/localtime:/etc/localtime:ro', u'elasticsearch:/var/lib/elasticsearch/data'], u'container_name': u'elasticsearch'}}) changed: [kode0] => (item={'key': u'elasticsearch', 'value': {u'group': u'elasticsearch', u'image': u'192.168.103.16:5000/bgi/centos-binary-elasticsearch:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//elasticsearch/:/var/lib/kolla/config_files/', u'/etc/localtime:/etc/localtime:ro', u'elasticsearch:/var/lib/elasticsearch/data'], u'container_name': u'elasticsearch'}}) changed: [kode2] => (item={'key': u'elasticsearch', 'value': {u'group': u'elasticsearch', u'image': u'192.168.103.16:5000/bgi/centos-binary-elasticsearch:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//elasticsearch/:/var/lib/kolla/config_files/', u'/etc/localtime:/etc/localtime:ro', u'elasticsearch:/var/lib/elasticsearch/data'], u'container_name': u'elasticsearch'}}) TASK [elasticsearch : Check elasticsearch containers] ************************** changed: [kode0] => (item={'key': u'elasticsearch', 'value': {u'group': u'elasticsearch', u'image': u'192.168.103.16:5000/bgi/centos-binary-elasticsearch:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//elasticsearch/:/var/lib/kolla/config_files/', u'/etc/localtime:/etc/localtime:ro', u'elasticsearch:/var/lib/elasticsearch/data'], u'container_name': u'elasticsearch'}}) changed: [kode1] => (item={'key': u'elasticsearch', 'value': {u'group': u'elasticsearch', u'image': u'192.168.103.16:5000/bgi/centos-binary-elasticsearch:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//elasticsearch/:/var/lib/kolla/config_files/', u'/etc/localtime:/etc/localtime:ro', u'elasticsearch:/var/lib/elasticsearch/data'], u'container_name': u'elasticsearch'}}) changed: [kode2] => (item={'key': u'elasticsearch', 'value': {u'group': u'elasticsearch', u'image': u'192.168.103.16:5000/bgi/centos-binary-elasticsearch:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//elasticsearch/:/var/lib/kolla/config_files/', u'/etc/localtime:/etc/localtime:ro', u'elasticsearch:/var/lib/elasticsearch/data'], u'container_name': u'elasticsearch'}}) RUNNING HANDLER [elasticsearch : Restart elasticsearch container] ************** changed: [kode1] changed: [kode2] changed: [kode0] PLAY [Apply role influxdb] ***************************************************** TASK [setup] ******************************************************************* ok: [kode3] TASK [common : include] ******************************************************** skipping: [kode3] TASK [common : Registering common role has run] ******************************** skipping: [kode3] TASK [influxdb : include] ****************************************************** skipping: [kode3] PLAY [Apply role telegraf] ***************************************************** TASK [setup] ******************************************************************* ok: [kode2] ok: [kode5] ok: [kode1] ok: [kode4] ok: [kode0] ok: [kode3] TASK [common : include] ******************************************************** skipping: [kode5] skipping: [kode0] skipping: [kode4] skipping: [kode2] skipping: [kode1] skipping: [kode3] TASK [common : Registering common role has run] ******************************** skipping: [kode4] skipping: [kode5] skipping: [kode0] skipping: [kode1] skipping: [kode2] skipping: [kode3] TASK [telegraf : include] ****************************************************** skipping: [kode4] skipping: [kode5] skipping: [kode0] skipping: [kode1] skipping: [kode2] skipping: [kode3] PLAY [Apply role haproxy] ****************************************************** TASK [setup] ******************************************************************* ok: [kode3] TASK [common : include] ******************************************************** included: /opt/bgi-kolla/kolla-ansible/ansible/roles/common/tasks/deploy.yml for kode3 TASK [common : include] ******************************************************** included: /opt/bgi-kolla/kolla-ansible/ansible/roles/common/tasks/config.yml for kode3 TASK [common : Ensuring config directories exist] ****************************** changed: [kode3] => (item=fluentd) changed: [kode3] => (item=fluentd/input) changed: [kode3] => (item=fluentd/output) changed: [kode3] => (item=fluentd/format) changed: [kode3] => (item=fluentd/filter) changed: [kode3] => (item=kolla-toolbox) changed: [kode3] => (item=cron) changed: [kode3] => (item=cron/logrotate) TASK [common : Copying over config.json files for services] ******************** changed: [kode3] => (item=fluentd) changed: [kode3] => (item=kolla-toolbox) changed: [kode3] => (item=cron) TASK [common : Copying over fluentd input config files] ************************ changed: [kode3] => (item=00-global) changed: [kode3] => (item=01-syslog) changed: [kode3] => (item=02-mariadb) changed: [kode3] => (item=03-rabbitmq) TASK [common : Copying over fluentd ouput config files] ************************ changed: [kode3] => (item={u'enabled': True, u'name': u'00-local'}) changed: [kode3] => (item={u'enabled': u'yes', u'name': u'01-es'}) TASK [common : Copying over fluentd format config files] *********************** changed: [kode3] => (item=apache_access) changed: [kode3] => (item=wsgi_access) changed: [kode3] => (item=wsgi_python) TASK [common : Copying over fluentd filter config files] *********************** changed: [kode3] => (item=00-record_transformer) changed: [kode3] => (item=01-rewrite) TASK [common : Copying over tg-agent.conf] ************************************* changed: [kode3] => (item=fluentd) TASK [common : Copying over cron logrotate config files] *********************** changed: [kode3] => (item={u'enabled': u'yes', u'name': u'ansible'}) changed: [kode3] => (item={u'enabled': u'yes', u'name': u'aodh'}) skipping: [kode3] => (item={u'enabled': u'no', u'name': u'barbican'}) changed: [kode3] => (item={u'enabled': u'yes', u'name': u'ceilometer'}) changed: [kode3] => (item={u'enabled': u'yes', u'name': u'cinder'}) skipping: [kode3] => (item={u'enabled': u'no', u'name': u'cloudkitty'}) skipping: [kode3] => (item={u'enabled': u'no', u'name': u'designate'}) changed: [kode3] => (item={u'enabled': u'yes', u'name': u'elasticsearch'}) skipping: [kode3] => (item={u'enabled': u'no', u'name': u'freezer'}) changed: [kode3] => (item={u'enabled': u'yes', u'name': u'glance'}) changed: [kode3] => (item={u'enabled': u'yes', u'name': u'global'}) changed: [kode3] => (item={u'enabled': u'yes', u'name': u'gnocchi'}) skipping: [kode3] => (item={u'enabled': u'no', u'name': u'grafana'}) changed: [kode3] => (item={u'enabled': u'yes', u'name': u'haproxy'}) skipping: [kode3] => (item={u'enabled': u'no', u'name': u'heat'}) changed: [kode3] => (item={u'enabled': True, u'name': u'iscsid'}) skipping: [kode3] => (item={u'enabled': u'no', u'name': u'karbor'}) changed: [kode3] => (item={u'enabled': u'yes', u'name': u'keepalived'}) changed: [kode3] => (item={u'enabled': u'yes', u'name': u'keystone'}) skipping: [kode3] => (item={u'enabled': u'no', u'name': u'magnum'}) skipping: [kode3] => (item={u'enabled': u'no', u'name': u'manila'}) changed: [kode3] => (item={u'enabled': u'yes', u'name': u'mariadb'}) skipping: [kode3] => (item={u'enabled': u'no', u'name': u'mistral'}) skipping: [kode3] => (item={u'enabled': u'no', u'name': u'murano'}) changed: [kode3] => (item={u'enabled': u'yes', u'name': u'neutron'}) changed: [kode3] => (item={u'enabled': u'yes', u'name': u'nova'}) skipping: [kode3] => (item={u'enabled': u'no', u'name': u'octavia'}) skipping: [kode3] => (item={u'enabled': u'no', u'name': u'panko'}) changed: [kode3] => (item={u'enabled': u'yes', u'name': u'rabbitmq'}) skipping: [kode3] => (item={u'enabled': u'no', u'name': u'sahara'}) skipping: [kode3] => (item={u'enabled': u'no', u'name': u'searchlight'}) skipping: [kode3] => (item={u'enabled': u'no', u'name': u'senlin'}) skipping: [kode3] => (item={u'enabled': u'no', u'name': u'solum'}) changed: [kode3] => (item={u'enabled': u'yes', u'name': u'swift'}) skipping: [kode3] => (item={u'enabled': u'no', u'name': u'tacker'}) skipping: [kode3] => (item={u'enabled': u'no', u'name': u'watcher'}) TASK [common : include] ******************************************************** included: /opt/bgi-kolla/kolla-ansible/ansible/roles/common/tasks/bootstrap.yml for kode3 TASK [common : Creating log volume] ******************************************** changed: [kode3] TASK [common : include] ******************************************************** included: /opt/bgi-kolla/kolla-ansible/ansible/roles/common/tasks/start.yml for kode3 TASK [common : Starting fluentd container] ************************************* changed: [kode3] TASK [common : Starting kolla-toolbox container] ******************************* changed: [kode3] TASK [common : Initializing toolbox container using normal user] *************** ok: [kode3] TASK [common : Starting cron container] **************************************** changed: [kode3] TASK [common : Registering common role has run] ******************************** ok: [kode3] TASK [haproxy : include] ******************************************************* included: /opt/bgi-kolla/kolla-ansible/ansible/roles/haproxy/tasks/deploy.yml for kode3 TASK [haproxy : include] ******************************************************* included: /opt/bgi-kolla/kolla-ansible/ansible/roles/haproxy/tasks/config.yml for kode3 TASK [haproxy : Setting sysctl values] ***************************************** ok: [kode3] => (item={u'name': u'net.ipv4.ip_nonlocal_bind', u'value': 1}) ok: [kode3] => (item={u'name': u'net.unix.max_dgram_qlen', u'value': 128}) TASK [haproxy : Ensuring config directories exist] ***************************** changed: [kode3] => (item=keepalived) changed: [kode3] => (item=haproxy) TASK [haproxy : Copying over config.json files for services] ******************* changed: [kode3] => (item=keepalived) changed: [kode3] => (item=haproxy) TASK [haproxy : Copying over haproxy.cfg] ************************************** changed: [kode3] => (item=/opt/bgi-kolla/kolla-ansible/ansible/roles/haproxy/templates/haproxy.cfg.j2) TASK [haproxy : Copying over keepalived.conf] ********************************** changed: [kode3] => (item=/opt/bgi-kolla/kolla-ansible/ansible/roles/haproxy/templates/keepalived.conf.j2) TASK [haproxy : Copying over haproxy.pem] ************************************** skipping: [kode3] => (item=haproxy.pem) TASK [haproxy : include] ******************************************************* included: /opt/bgi-kolla/kolla-ansible/ansible/roles/haproxy/tasks/start.yml for kode3 TASK [haproxy : Starting haproxy container] ************************************ changed: [kode3] TASK [haproxy : Starting keepalived container] ********************************* changed: [kode3] TASK [haproxy : Ensuring latest haproxy config is used] ************************ ok: [kode3] TASK [haproxy : Waiting for virtual IP to appear] ****************************** ok: [kode3] PLAY [Apply role kibana] ******************************************************* TASK [setup] ******************************************************************* ok: [kode0] ok: [kode1] ok: [kode2] TASK [common : include] ******************************************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [common : Registering common role has run] ******************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [kibana : include] ******************************************************** included: /opt/bgi-kolla/kolla-ansible/ansible/roles/kibana/tasks/deploy.yml for kode0, kode1, kode2 TASK [kibana : include] ******************************************************** included: /opt/bgi-kolla/kolla-ansible/ansible/roles/kibana/tasks/config.yml for kode0, kode1, kode2 TASK [kibana : Ensuring kibana config directories exist] *********************** changed: [kode0] => (item={'key': u'kibana', 'value': {u'enabled': True, u'image': u'192.168.103.16:5000/bgi/centos-binary-kibana:4.0.0.1', u'group': u'kibana', u'volumes': [u'/etc/kolla//kibana/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'kibana'}}) changed: [kode1] => (item={'key': u'kibana', 'value': {u'enabled': True, u'image': u'192.168.103.16:5000/bgi/centos-binary-kibana:4.0.0.1', u'group': u'kibana', u'volumes': [u'/etc/kolla//kibana/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'kibana'}}) changed: [kode2] => (item={'key': u'kibana', 'value': {u'enabled': True, u'image': u'192.168.103.16:5000/bgi/centos-binary-kibana:4.0.0.1', u'group': u'kibana', u'volumes': [u'/etc/kolla//kibana/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'kibana'}}) TASK [kibana : Copying over config.json files for services] ******************** changed: [kode0] => (item={'key': u'kibana', 'value': {u'enabled': True, u'image': u'192.168.103.16:5000/bgi/centos-binary-kibana:4.0.0.1', u'group': u'kibana', u'volumes': [u'/etc/kolla//kibana/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'kibana'}}) changed: [kode1] => (item={'key': u'kibana', 'value': {u'enabled': True, u'image': u'192.168.103.16:5000/bgi/centos-binary-kibana:4.0.0.1', u'group': u'kibana', u'volumes': [u'/etc/kolla//kibana/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'kibana'}}) changed: [kode2] => (item={'key': u'kibana', 'value': {u'enabled': True, u'image': u'192.168.103.16:5000/bgi/centos-binary-kibana:4.0.0.1', u'group': u'kibana', u'volumes': [u'/etc/kolla//kibana/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'kibana'}}) TASK [kibana : Copying over Kibana configuration file] ************************* changed: [kode0] => (item={'key': u'kibana', 'value': {u'enabled': True, u'image': u'192.168.103.16:5000/bgi/centos-binary-kibana:4.0.0.1', u'group': u'kibana', u'volumes': [u'/etc/kolla//kibana/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'kibana'}}) changed: [kode1] => (item={'key': u'kibana', 'value': {u'enabled': True, u'image': u'192.168.103.16:5000/bgi/centos-binary-kibana:4.0.0.1', u'group': u'kibana', u'volumes': [u'/etc/kolla//kibana/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'kibana'}}) changed: [kode2] => (item={'key': u'kibana', 'value': {u'enabled': True, u'image': u'192.168.103.16:5000/bgi/centos-binary-kibana:4.0.0.1', u'group': u'kibana', u'volumes': [u'/etc/kolla//kibana/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'kibana'}}) TASK [kibana : Check kibana containers] **************************************** changed: [kode0] => (item={'key': u'kibana', 'value': {u'enabled': True, u'image': u'192.168.103.16:5000/bgi/centos-binary-kibana:4.0.0.1', u'group': u'kibana', u'volumes': [u'/etc/kolla//kibana/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'kibana'}}) changed: [kode1] => (item={'key': u'kibana', 'value': {u'enabled': True, u'image': u'192.168.103.16:5000/bgi/centos-binary-kibana:4.0.0.1', u'group': u'kibana', u'volumes': [u'/etc/kolla//kibana/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'kibana'}}) changed: [kode2] => (item={'key': u'kibana', 'value': {u'enabled': True, u'image': u'192.168.103.16:5000/bgi/centos-binary-kibana:4.0.0.1', u'group': u'kibana', u'volumes': [u'/etc/kolla//kibana/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'kibana'}}) RUNNING HANDLER [kibana : Restart kibana container] **************************** changed: [kode2] changed: [kode1] changed: [kode0] PLAY [Apply role memcached] **************************************************** TASK [setup] ******************************************************************* ok: [kode1] ok: [kode2] ok: [kode0] TASK [memcached : include] ***************************************************** included: /opt/bgi-kolla/kolla-ansible/ansible/roles/memcached/tasks/deploy.yml for kode0, kode1, kode2 TASK [memcached : include] ***************************************************** included: /opt/bgi-kolla/kolla-ansible/ansible/roles/memcached/tasks/config.yml for kode0, kode1, kode2 TASK [memcached : Ensuring config directories exist] *************************** changed: [kode0] => (item=memcached) changed: [kode1] => (item=memcached) changed: [kode2] => (item=memcached) TASK [memcached : Copying over config.json files for services] ***************** changed: [kode1] => (item=memcached) changed: [kode2] => (item=memcached) changed: [kode0] => (item=memcached) TASK [memcached : Check memcached container] *********************************** changed: [kode0] changed: [kode2] changed: [kode1] RUNNING HANDLER [memcached : Restart memcached container] ********************** changed: [kode2] changed: [kode1] changed: [kode0] PLAY [Apply role mariadb] ****************************************************** TASK [setup] ******************************************************************* ok: [kode0] ok: [kode1] ok: [kode2] TASK [common : include] ******************************************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [common : Registering common role has run] ******************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [mariadb : include] ******************************************************* included: /opt/bgi-kolla/kolla-ansible/ansible/roles/mariadb/tasks/deploy.yml for kode0, kode1, kode2 TASK [mariadb : include] ******************************************************* included: /opt/bgi-kolla/kolla-ansible/ansible/roles/mariadb/tasks/config.yml for kode0, kode1, kode2 TASK [mariadb : Ensuring config directories exist] ***************************** changed: [kode1] => (item=mariadb) changed: [kode0] => (item=mariadb) changed: [kode2] => (item=mariadb) TASK [mariadb : Copying over config.json files for services] ******************* changed: [kode1] => (item=mariadb) changed: [kode0] => (item=mariadb) changed: [kode2] => (item=mariadb) TASK [mariadb : Copying over galera.cnf] *************************************** changed: [kode2] => (item=mariadb) changed: [kode0] => (item=mariadb) changed: [kode1] => (item=mariadb) TASK [mariadb : Copying over wsrep-notify.sh] ********************************** changed: [kode1] => (item=mariadb) changed: [kode0] => (item=mariadb) changed: [kode2] => (item=mariadb) TASK [mariadb : include] ******************************************************* included: /opt/bgi-kolla/kolla-ansible/ansible/roles/mariadb/tasks/bootstrap.yml for kode0, kode1, kode2 TASK [mariadb : include] ******************************************************* included: /opt/bgi-kolla/kolla-ansible/ansible/roles/mariadb/tasks/lookup_cluster.yml for kode0, kode2, kode1 TASK [mariadb : Cleaning up temp file on localhost] **************************** [DEPRECATION WARNING]: always_run is deprecated. Use check_mode = no instead.. This feature will be removed in version 2.4. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. ok: [kode0 -> localhost] TASK [mariadb : Creating temp file on localhost] ******************************* [DEPRECATION WARNING]: always_run is deprecated. Use check_mode = no instead.. This feature will be removed in version 2.4. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. ok: [kode0 -> localhost] TASK [mariadb : Creating mariadb volume] *************************************** changed: [kode0] changed: [kode1] changed: [kode2] TASK [mariadb : Writing hostname of host with existing cluster files to temp file] *** [DEPRECATION WARNING]: always_run is deprecated. Use check_mode = no instead.. This feature will be removed in version 2.4. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. [DEPRECATION WARNING]: always_run is deprecated. Use check_mode = no instead.. This feature will be removed in version 2.4. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. [DEPRECATION WARNING]: always_run is deprecated. Use check_mode = no instead.. This feature will be removed in version 2.4. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [mariadb : Registering host from temp file] ******************************* ok: [kode0] ok: [kode1] ok: [kode2] TASK [mariadb : Cleaning up temp file on localhost] **************************** [DEPRECATION WARNING]: always_run is deprecated. Use check_mode = no instead.. This feature will be removed in version 2.4. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. ok: [kode0 -> localhost] TASK [mariadb : include] ******************************************************* skipping: [kode1] skipping: [kode2] included: /opt/bgi-kolla/kolla-ansible/ansible/roles/mariadb/tasks/bootstrap_cluster.yml for kode0 TASK [mariadb : Running MariaDB bootstrap container] *************************** changed: [kode0] TASK [mariadb : Starting first MariaDB container] ****************************** changed: [kode0] TASK [mariadb : include] ******************************************************* skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [mariadb : include] ******************************************************* included: /opt/bgi-kolla/kolla-ansible/ansible/roles/mariadb/tasks/start.yml for kode0, kode1, kode2 TASK [mariadb : Starting mariadb container] ************************************ skipping: [kode0] changed: [kode1] changed: [kode2] TASK [mariadb : Waiting for MariaDB service to be ready] *********************** FAILED - RETRYING: TASK: mariadb : Waiting for MariaDB service to be ready (10 retries left). FAILED - RETRYING: TASK: mariadb : Waiting for MariaDB service to be ready (10 retries left). FAILED - RETRYING: TASK: mariadb : Waiting for MariaDB service to be ready (10 retries left). ok: [kode0] FAILED - RETRYING: TASK: mariadb : Waiting for MariaDB service to be ready (9 retries left). FAILED - RETRYING: TASK: mariadb : Waiting for MariaDB service to be ready (8 retries left). ok: [kode2] FAILED - RETRYING: TASK: mariadb : Waiting for MariaDB service to be ready (7 retries left). FAILED - RETRYING: TASK: mariadb : Waiting for MariaDB service to be ready (6 retries left). FAILED - RETRYING: TASK: mariadb : Waiting for MariaDB service to be ready (5 retries left). FAILED - RETRYING: TASK: mariadb : Waiting for MariaDB service to be ready (4 retries left). FAILED - RETRYING: TASK: mariadb : Waiting for MariaDB service to be ready (3 retries left). FAILED - RETRYING: TASK: mariadb : Waiting for MariaDB service to be ready (2 retries left). FAILED - RETRYING: TASK: mariadb : Waiting for MariaDB service to be ready (1 retries left). fatal: [kode1]: FAILED! => {"attempts": 10, "changed": false, "failed": true, "module_stderr": "Shared connection to kode1 closed.\r\n", "module_stdout": "Traceback (most recent call last):\r\n File \"/tmp/ansible_lpFLHP/ansible_module_wait_for.py\", line 540, in \r\n main()\r\n File \"/tmp/ansible_lpFLHP/ansible_module_wait_for.py\", line 481, in main\r\n response = s.recv(1024)\r\nsocket.error: [Errno 104] Connection reset by peer\r\n", "msg": "MODULE FAILURE"} TASK [mariadb : include] ******************************************************* included: /opt/bgi-kolla/kolla-ansible/ansible/roles/mariadb/tasks/register.yml for kode0, kode2 TASK [mariadb : Creating haproxy mysql user] *********************************** changed: [kode0] TASK [mariadb : Cleaning up facts] ********************************************* ok: [kode0] ok: [kode2] TASK [mariadb : include] ******************************************************* included: /opt/bgi-kolla/kolla-ansible/ansible/roles/mariadb/tasks/start.yml for kode0, kode2 TASK [mariadb : Starting mariadb container] ************************************ ok: [kode2] changed: [kode0] TASK [mariadb : Waiting for MariaDB service to be ready] *********************** ok: [kode2] FAILED - RETRYING: TASK: mariadb : Waiting for MariaDB service to be ready (10 retries left). ok: [kode0] TASK [mariadb : include] ******************************************************* included: /opt/bgi-kolla/kolla-ansible/ansible/roles/mariadb/tasks/register.yml for kode0, kode2 TASK [mariadb : Creating haproxy mysql user] *********************************** ok: [kode0] TASK [mariadb : Cleaning up facts] ********************************************* ok: [kode0] ok: [kode2] TASK [mariadb : include] ******************************************************* included: /opt/bgi-kolla/kolla-ansible/ansible/roles/mariadb/tasks/check.yml for kode0, kode2 TASK [mariadb : Waiting for MariaDB service to be ready through VIP] *********** ok: [kode0] ok: [kode2] PLAY [Apply role iscsi] ******************************************************** TASK [setup] ******************************************************************* ok: [kode2] ok: [kode0] ok: [kode5] ok: [kode4] TASK [common : include] ******************************************************** skipping: [kode0] skipping: [kode2] included: /opt/bgi-kolla/kolla-ansible/ansible/roles/common/tasks/deploy.yml for kode4, kode5 TASK [common : include] ******************************************************** included: /opt/bgi-kolla/kolla-ansible/ansible/roles/common/tasks/config.yml for kode4, kode5 TASK [common : Ensuring config directories exist] ****************************** changed: [kode4] => (item=fluentd) changed: [kode5] => (item=fluentd) changed: [kode4] => (item=fluentd/input) changed: [kode5] => (item=fluentd/input) changed: [kode5] => (item=fluentd/output) changed: [kode4] => (item=fluentd/output) changed: [kode4] => (item=fluentd/format) changed: [kode5] => (item=fluentd/format) changed: [kode5] => (item=fluentd/filter) changed: [kode4] => (item=fluentd/filter) changed: [kode5] => (item=kolla-toolbox) changed: [kode4] => (item=kolla-toolbox) changed: [kode5] => (item=cron) changed: [kode4] => (item=cron) changed: [kode4] => (item=cron/logrotate) changed: [kode5] => (item=cron/logrotate) TASK [common : Copying over config.json files for services] ******************** changed: [kode5] => (item=fluentd) changed: [kode4] => (item=fluentd) changed: [kode5] => (item=kolla-toolbox) changed: [kode4] => (item=kolla-toolbox) changed: [kode5] => (item=cron) changed: [kode4] => (item=cron) TASK [common : Copying over fluentd input config files] ************************ changed: [kode5] => (item=00-global) changed: [kode4] => (item=00-global) changed: [kode5] => (item=01-syslog) changed: [kode4] => (item=01-syslog) changed: [kode5] => (item=02-mariadb) changed: [kode4] => (item=02-mariadb) changed: [kode4] => (item=03-rabbitmq) changed: [kode5] => (item=03-rabbitmq) TASK [common : Copying over fluentd ouput config files] ************************ changed: [kode5] => (item={u'enabled': True, u'name': u'00-local'}) changed: [kode4] => (item={u'enabled': True, u'name': u'00-local'}) changed: [kode4] => (item={u'enabled': u'yes', u'name': u'01-es'}) changed: [kode5] => (item={u'enabled': u'yes', u'name': u'01-es'}) TASK [common : Copying over fluentd format config files] *********************** changed: [kode5] => (item=apache_access) changed: [kode4] => (item=apache_access) changed: [kode5] => (item=wsgi_access) changed: [kode4] => (item=wsgi_access) changed: [kode5] => (item=wsgi_python) changed: [kode4] => (item=wsgi_python) TASK [common : Copying over fluentd filter config files] *********************** changed: [kode4] => (item=00-record_transformer) changed: [kode5] => (item=00-record_transformer) changed: [kode4] => (item=01-rewrite) changed: [kode5] => (item=01-rewrite) TASK [common : Copying over tg-agent.conf] ************************************* changed: [kode5] => (item=fluentd) changed: [kode4] => (item=fluentd) TASK [common : Copying over cron logrotate config files] *********************** changed: [kode4] => (item={u'enabled': u'yes', u'name': u'ansible'}) changed: [kode5] => (item={u'enabled': u'yes', u'name': u'ansible'}) changed: [kode4] => (item={u'enabled': u'yes', u'name': u'aodh'}) skipping: [kode4] => (item={u'enabled': u'no', u'name': u'barbican'}) changed: [kode5] => (item={u'enabled': u'yes', u'name': u'aodh'}) skipping: [kode5] => (item={u'enabled': u'no', u'name': u'barbican'}) changed: [kode4] => (item={u'enabled': u'yes', u'name': u'ceilometer'}) changed: [kode5] => (item={u'enabled': u'yes', u'name': u'ceilometer'}) changed: [kode4] => (item={u'enabled': u'yes', u'name': u'cinder'}) skipping: [kode4] => (item={u'enabled': u'no', u'name': u'cloudkitty'}) skipping: [kode4] => (item={u'enabled': u'no', u'name': u'designate'}) changed: [kode5] => (item={u'enabled': u'yes', u'name': u'cinder'}) skipping: [kode5] => (item={u'enabled': u'no', u'name': u'cloudkitty'}) skipping: [kode5] => (item={u'enabled': u'no', u'name': u'designate'}) changed: [kode4] => (item={u'enabled': u'yes', u'name': u'elasticsearch'}) skipping: [kode4] => (item={u'enabled': u'no', u'name': u'freezer'}) changed: [kode5] => (item={u'enabled': u'yes', u'name': u'elasticsearch'}) skipping: [kode5] => (item={u'enabled': u'no', u'name': u'freezer'}) changed: [kode4] => (item={u'enabled': u'yes', u'name': u'glance'}) changed: [kode5] => (item={u'enabled': u'yes', u'name': u'glance'}) changed: [kode4] => (item={u'enabled': u'yes', u'name': u'global'}) changed: [kode5] => (item={u'enabled': u'yes', u'name': u'global'}) changed: [kode4] => (item={u'enabled': u'yes', u'name': u'gnocchi'}) skipping: [kode4] => (item={u'enabled': u'no', u'name': u'grafana'}) changed: [kode5] => (item={u'enabled': u'yes', u'name': u'gnocchi'}) skipping: [kode5] => (item={u'enabled': u'no', u'name': u'grafana'}) changed: [kode4] => (item={u'enabled': u'yes', u'name': u'haproxy'}) skipping: [kode4] => (item={u'enabled': u'no', u'name': u'heat'}) changed: [kode5] => (item={u'enabled': u'yes', u'name': u'haproxy'}) skipping: [kode5] => (item={u'enabled': u'no', u'name': u'heat'}) changed: [kode4] => (item={u'enabled': True, u'name': u'iscsid'}) skipping: [kode4] => (item={u'enabled': u'no', u'name': u'karbor'}) changed: [kode5] => (item={u'enabled': True, u'name': u'iscsid'}) skipping: [kode5] => (item={u'enabled': u'no', u'name': u'karbor'}) changed: [kode4] => (item={u'enabled': u'yes', u'name': u'keepalived'}) changed: [kode5] => (item={u'enabled': u'yes', u'name': u'keepalived'}) changed: [kode4] => (item={u'enabled': u'yes', u'name': u'keystone'}) skipping: [kode4] => (item={u'enabled': u'no', u'name': u'magnum'}) skipping: [kode4] => (item={u'enabled': u'no', u'name': u'manila'}) changed: [kode5] => (item={u'enabled': u'yes', u'name': u'keystone'}) skipping: [kode5] => (item={u'enabled': u'no', u'name': u'magnum'}) skipping: [kode5] => (item={u'enabled': u'no', u'name': u'manila'}) changed: [kode4] => (item={u'enabled': u'yes', u'name': u'mariadb'}) skipping: [kode4] => (item={u'enabled': u'no', u'name': u'mistral'}) skipping: [kode4] => (item={u'enabled': u'no', u'name': u'murano'}) changed: [kode5] => (item={u'enabled': u'yes', u'name': u'mariadb'}) skipping: [kode5] => (item={u'enabled': u'no', u'name': u'mistral'}) skipping: [kode5] => (item={u'enabled': u'no', u'name': u'murano'}) changed: [kode4] => (item={u'enabled': u'yes', u'name': u'neutron'}) changed: [kode5] => (item={u'enabled': u'yes', u'name': u'neutron'}) changed: [kode4] => (item={u'enabled': u'yes', u'name': u'nova'}) skipping: [kode4] => (item={u'enabled': u'no', u'name': u'octavia'}) skipping: [kode4] => (item={u'enabled': u'no', u'name': u'panko'}) changed: [kode5] => (item={u'enabled': u'yes', u'name': u'nova'}) skipping: [kode5] => (item={u'enabled': u'no', u'name': u'octavia'}) skipping: [kode5] => (item={u'enabled': u'no', u'name': u'panko'}) changed: [kode4] => (item={u'enabled': u'yes', u'name': u'rabbitmq'}) skipping: [kode4] => (item={u'enabled': u'no', u'name': u'sahara'}) skipping: [kode4] => (item={u'enabled': u'no', u'name': u'searchlight'}) skipping: [kode4] => (item={u'enabled': u'no', u'name': u'senlin'}) changed: [kode5] => (item={u'enabled': u'yes', u'name': u'rabbitmq'}) skipping: [kode4] => (item={u'enabled': u'no', u'name': u'solum'}) skipping: [kode5] => (item={u'enabled': u'no', u'name': u'sahara'}) skipping: [kode5] => (item={u'enabled': u'no', u'name': u'searchlight'}) skipping: [kode5] => (item={u'enabled': u'no', u'name': u'senlin'}) skipping: [kode5] => (item={u'enabled': u'no', u'name': u'solum'}) changed: [kode4] => (item={u'enabled': u'yes', u'name': u'swift'}) skipping: [kode4] => (item={u'enabled': u'no', u'name': u'tacker'}) skipping: [kode4] => (item={u'enabled': u'no', u'name': u'watcher'}) changed: [kode5] => (item={u'enabled': u'yes', u'name': u'swift'}) skipping: [kode5] => (item={u'enabled': u'no', u'name': u'tacker'}) skipping: [kode5] => (item={u'enabled': u'no', u'name': u'watcher'}) TASK [common : include] ******************************************************** included: /opt/bgi-kolla/kolla-ansible/ansible/roles/common/tasks/bootstrap.yml for kode4, kode5 TASK [common : Creating log volume] ******************************************** changed: [kode5] changed: [kode4] TASK [common : include] ******************************************************** included: /opt/bgi-kolla/kolla-ansible/ansible/roles/common/tasks/start.yml for kode4, kode5 TASK [common : Starting fluentd container] ************************************* changed: [kode4] changed: [kode5] TASK [common : Starting kolla-toolbox container] ******************************* changed: [kode4] changed: [kode5] TASK [common : Initializing toolbox container using normal user] *************** ok: [kode4] ok: [kode5] TASK [common : Starting cron container] **************************************** changed: [kode5] changed: [kode4] TASK [common : Registering common role has run] ******************************** ok: [kode4] ok: [kode5] skipping: [kode0] skipping: [kode2] TASK [iscsi : include] ********************************************************* included: /opt/bgi-kolla/kolla-ansible/ansible/roles/iscsi/tasks/deploy.yml for kode4, kode5, kode0, kode2 TASK [iscsi : include] ********************************************************* included: /opt/bgi-kolla/kolla-ansible/ansible/roles/iscsi/tasks/config.yml for kode5, kode4, kode0, kode2 TASK [iscsi : Ensuring config directories exist] ******************************* skipping: [kode0] => (item=iscsid) skipping: [kode2] => (item=iscsid) changed: [kode5] => (item=iscsid) changed: [kode4] => (item=iscsid) TASK [iscsi : Copying over config.json files for services] ********************* skipping: [kode0] => (item=iscsid) skipping: [kode2] => (item=iscsid) changed: [kode5] => (item=iscsid) changed: [kode4] => (item=iscsid) TASK [iscsi : Ensuring config directories exist] ******************************* skipping: [kode4] => (item=tgtd) skipping: [kode5] => (item=tgtd) skipping: [kode0] => (item=tgtd) skipping: [kode2] => (item=tgtd) TASK [iscsi : Copying over config.json files for services] ********************* skipping: [kode4] => (item=tgtd) skipping: [kode5] => (item=tgtd) skipping: [kode0] => (item=tgtd) skipping: [kode2] => (item=tgtd) TASK [iscsi : include] ********************************************************* included: /opt/bgi-kolla/kolla-ansible/ansible/roles/iscsi/tasks/start.yml for kode5, kode4, kode0, kode2 TASK [iscsi : Starting iscsid container] *************************************** skipping: [kode0] skipping: [kode2] changed: [kode4] changed: [kode5] TASK [iscsi : Starting tgtd container] ***************************************** skipping: [kode4] skipping: [kode5] skipping: [kode0] skipping: [kode2] PLAY [Apply role multipathd] *************************************************** TASK [setup] ******************************************************************* ok: [kode5] ok: [kode4] TASK [multipathd : include] **************************************************** skipping: [kode4] skipping: [kode5] PLAY [Apply role rabbitmq] ***************************************************** TASK [setup] ******************************************************************* ok: [kode2] ok: [kode0] TASK [common : include] ******************************************************** skipping: [kode0] skipping: [kode2] TASK [common : Registering common role has run] ******************************** skipping: [kode0] skipping: [kode2] TASK [rabbitmq : include] ****************************************************** included: /opt/bgi-kolla/kolla-ansible/ansible/roles/rabbitmq/tasks/deploy.yml for kode0, kode2 TASK [rabbitmq : include] ****************************************************** included: /opt/bgi-kolla/kolla-ansible/ansible/roles/rabbitmq/tasks/config.yml for kode0, kode2 TASK [rabbitmq : Ensuring config directories exist] **************************** changed: [kode0] => (item=rabbitmq) changed: [kode2] => (item=rabbitmq) TASK [rabbitmq : Copying over config.json files for services] ****************** changed: [kode0] => (item=rabbitmq) changed: [kode2] => (item=rabbitmq) TASK [rabbitmq : Copying over rabbitmq configs] ******************************** changed: [kode2] => (item=rabbitmq-env.conf) changed: [kode0] => (item=rabbitmq-env.conf) changed: [kode2] => (item=rabbitmq.config) changed: [kode0] => (item=rabbitmq.config) changed: [kode2] => (item=rabbitmq-clusterer.config) changed: [kode0] => (item=rabbitmq-clusterer.config) changed: [kode2] => (item=definitions.json) changed: [kode0] => (item=definitions.json) TASK [rabbitmq : include] ****************************************************** included: /opt/bgi-kolla/kolla-ansible/ansible/roles/rabbitmq/tasks/bootstrap.yml for kode0, kode2 TASK [rabbitmq : Creating rabbitmq volume] ************************************* changed: [kode2] changed: [kode0] TASK [rabbitmq : Running RabbitMQ bootstrap container] ************************* changed: [kode2] changed: [kode0] TASK [rabbitmq : include] ****************************************************** included: /opt/bgi-kolla/kolla-ansible/ansible/roles/rabbitmq/tasks/start.yml for kode0, kode2 TASK [rabbitmq : Starting rabbitmq container] ********************************** changed: [kode0] changed: [kode2] PLAY [Apply role etcd] ********************************************************* TASK [setup] ******************************************************************* ok: [kode0] ok: [kode2] TASK [common : include] ******************************************************** skipping: [kode0] skipping: [kode2] TASK [common : Registering common role has run] ******************************** skipping: [kode0] skipping: [kode2] TASK [etcd : include] ********************************************************** skipping: [kode0] skipping: [kode2] PLAY [Apply role keystone] ***************************************************** TASK [setup] ******************************************************************* ok: [kode0] ok: [kode2] TASK [common : include] ******************************************************** skipping: [kode0] skipping: [kode2] TASK [common : Registering common role has run] ******************************** skipping: [kode0] skipping: [kode2] TASK [keystone : include] ****************************************************** included: /opt/bgi-kolla/kolla-ansible/ansible/roles/keystone/tasks/deploy.yml for kode0, kode2 TASK [keystone : include] ****************************************************** included: /opt/bgi-kolla/kolla-ansible/ansible/roles/keystone/tasks/config.yml for kode0, kode2 TASK [keystone : Check if policies shall be overwritten] *********************** ok: [kode0 -> localhost] ok: [kode2 -> localhost] TASK [keystone : Check if Keystone Domain specific settings enabled] *********** ok: [kode0 -> localhost] ok: [kode2 -> localhost] TASK [keystone : Ensuring config directories exist] **************************** skipping: [kode0] => (item={'key': u'keystone-fernet', 'value': {u'group': u'keystone', u'image': u'192.168.103.16:5000/bgi/centos-binary-keystone-fernet:4.0.0.1', u'enabled': False, u'volumes': [u'/etc/kolla//keystone-fernet/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/', u'keystone_fernet_tokens:/etc/keystone/fernet-keys'], u'container_name': u'keystone_fernet'}}) skipping: [kode2] => (item={'key': u'keystone-fernet', 'value': {u'group': u'keystone', u'image': u'192.168.103.16:5000/bgi/centos-binary-keystone-fernet:4.0.0.1', u'enabled': False, u'volumes': [u'/etc/kolla//keystone-fernet/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/', u'keystone_fernet_tokens:/etc/keystone/fernet-keys'], u'container_name': u'keystone_fernet'}}) changed: [kode2] => (item={'key': u'keystone', 'value': {u'group': u'keystone', u'image': u'192.168.103.16:5000/bgi/centos-binary-keystone:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//keystone/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/', u''], u'container_name': u'keystone'}}) changed: [kode0] => (item={'key': u'keystone', 'value': {u'group': u'keystone', u'image': u'192.168.103.16:5000/bgi/centos-binary-keystone:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//keystone/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/', u''], u'container_name': u'keystone'}}) skipping: [kode2] => (item={'key': u'keystone-ssh', 'value': {u'group': u'keystone', u'image': u'192.168.103.16:5000/bgi/centos-binary-keystone-ssh:4.0.0.1', u'enabled': False, u'volumes': [u'/etc/kolla//keystone-ssh/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/', u'keystone_fernet_tokens:/etc/keystone/fernet-keys'], u'container_name': u'keystone_ssh'}}) skipping: [kode0] => (item={'key': u'keystone-ssh', 'value': {u'group': u'keystone', u'image': u'192.168.103.16:5000/bgi/centos-binary-keystone-ssh:4.0.0.1', u'enabled': False, u'volumes': [u'/etc/kolla//keystone-ssh/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/', u'keystone_fernet_tokens:/etc/keystone/fernet-keys'], u'container_name': u'keystone_ssh'}}) TASK [keystone : Copying over config.json files for services] ****************** skipping: [kode0] => (item={'key': u'keystone-fernet', 'value': {u'group': u'keystone', u'image': u'192.168.103.16:5000/bgi/centos-binary-keystone-fernet:4.0.0.1', u'enabled': False, u'volumes': [u'/etc/kolla//keystone-fernet/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/', u'keystone_fernet_tokens:/etc/keystone/fernet-keys'], u'container_name': u'keystone_fernet'}}) skipping: [kode2] => (item={'key': u'keystone-fernet', 'value': {u'group': u'keystone', u'image': u'192.168.103.16:5000/bgi/centos-binary-keystone-fernet:4.0.0.1', u'enabled': False, u'volumes': [u'/etc/kolla//keystone-fernet/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/', u'keystone_fernet_tokens:/etc/keystone/fernet-keys'], u'container_name': u'keystone_fernet'}}) changed: [kode0] => (item={'key': u'keystone', 'value': {u'group': u'keystone', u'image': u'192.168.103.16:5000/bgi/centos-binary-keystone:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//keystone/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/', u''], u'container_name': u'keystone'}}) changed: [kode2] => (item={'key': u'keystone', 'value': {u'group': u'keystone', u'image': u'192.168.103.16:5000/bgi/centos-binary-keystone:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//keystone/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/', u''], u'container_name': u'keystone'}}) skipping: [kode0] => (item={'key': u'keystone-ssh', 'value': {u'group': u'keystone', u'image': u'192.168.103.16:5000/bgi/centos-binary-keystone-ssh:4.0.0.1', u'enabled': False, u'volumes': [u'/etc/kolla//keystone-ssh/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/', u'keystone_fernet_tokens:/etc/keystone/fernet-keys'], u'container_name': u'keystone_ssh'}}) skipping: [kode2] => (item={'key': u'keystone-ssh', 'value': {u'group': u'keystone', u'image': u'192.168.103.16:5000/bgi/centos-binary-keystone-ssh:4.0.0.1', u'enabled': False, u'volumes': [u'/etc/kolla//keystone-ssh/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/', u'keystone_fernet_tokens:/etc/keystone/fernet-keys'], u'container_name': u'keystone_ssh'}}) TASK [keystone : Copying over keystone.conf] *********************************** skipping: [kode2] => (item={'key': u'keystone-fernet', 'value': {u'group': u'keystone', u'image': u'192.168.103.16:5000/bgi/centos-binary-keystone-fernet:4.0.0.1', u'enabled': False, u'volumes': [u'/etc/kolla//keystone-fernet/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/', u'keystone_fernet_tokens:/etc/keystone/fernet-keys'], u'container_name': u'keystone_fernet'}}) skipping: [kode0] => (item={'key': u'keystone-fernet', 'value': {u'group': u'keystone', u'image': u'192.168.103.16:5000/bgi/centos-binary-keystone-fernet:4.0.0.1', u'enabled': False, u'volumes': [u'/etc/kolla//keystone-fernet/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/', u'keystone_fernet_tokens:/etc/keystone/fernet-keys'], u'container_name': u'keystone_fernet'}}) changed: [kode0] => (item={'key': u'keystone', 'value': {u'group': u'keystone', u'image': u'192.168.103.16:5000/bgi/centos-binary-keystone:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//keystone/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/', u''], u'container_name': u'keystone'}}) changed: [kode2] => (item={'key': u'keystone', 'value': {u'group': u'keystone', u'image': u'192.168.103.16:5000/bgi/centos-binary-keystone:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//keystone/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/', u''], u'container_name': u'keystone'}}) skipping: [kode0] => (item={'key': u'keystone-ssh', 'value': {u'group': u'keystone', u'image': u'192.168.103.16:5000/bgi/centos-binary-keystone-ssh:4.0.0.1', u'enabled': False, u'volumes': [u'/etc/kolla//keystone-ssh/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/', u'keystone_fernet_tokens:/etc/keystone/fernet-keys'], u'container_name': u'keystone_ssh'}}) skipping: [kode2] => (item={'key': u'keystone-ssh', 'value': {u'group': u'keystone', u'image': u'192.168.103.16:5000/bgi/centos-binary-keystone-ssh:4.0.0.1', u'enabled': False, u'volumes': [u'/etc/kolla//keystone-ssh/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/', u'keystone_fernet_tokens:/etc/keystone/fernet-keys'], u'container_name': u'keystone_ssh'}}) TASK [keystone : Creating Keystone Domain directory] *************************** skipping: [kode2] skipping: [kode0] TASK [keystone : Get file list in custom domains folder] *********************** skipping: [kode0] skipping: [kode2] TASK [keystone : Copying Keystone Domain specific settings] ******************** TASK [keystone : Copying over existing policy.json] **************************** skipping: [kode0] => (item={'key': u'keystone-fernet', 'value': {u'group': u'keystone', u'image': u'192.168.103.16:5000/bgi/centos-binary-keystone-fernet:4.0.0.1', u'enabled': False, u'volumes': [u'/etc/kolla//keystone-fernet/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/', u'keystone_fernet_tokens:/etc/keystone/fernet-keys'], u'container_name': u'keystone_fernet'}}) skipping: [kode2] => (item={'key': u'keystone-fernet', 'value': {u'group': u'keystone', u'image': u'192.168.103.16:5000/bgi/centos-binary-keystone-fernet:4.0.0.1', u'enabled': False, u'volumes': [u'/etc/kolla//keystone-fernet/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/', u'keystone_fernet_tokens:/etc/keystone/fernet-keys'], u'container_name': u'keystone_fernet'}}) skipping: [kode0] => (item={'key': u'keystone', 'value': {u'group': u'keystone', u'image': u'192.168.103.16:5000/bgi/centos-binary-keystone:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//keystone/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/', u''], u'container_name': u'keystone'}}) skipping: [kode2] => (item={'key': u'keystone', 'value': {u'group': u'keystone', u'image': u'192.168.103.16:5000/bgi/centos-binary-keystone:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//keystone/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/', u''], u'container_name': u'keystone'}}) skipping: [kode0] => (item={'key': u'keystone-ssh', 'value': {u'group': u'keystone', u'image': u'192.168.103.16:5000/bgi/centos-binary-keystone-ssh:4.0.0.1', u'enabled': False, u'volumes': [u'/etc/kolla//keystone-ssh/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/', u'keystone_fernet_tokens:/etc/keystone/fernet-keys'], u'container_name': u'keystone_ssh'}}) skipping: [kode2] => (item={'key': u'keystone-ssh', 'value': {u'group': u'keystone', u'image': u'192.168.103.16:5000/bgi/centos-binary-keystone-ssh:4.0.0.1', u'enabled': False, u'volumes': [u'/etc/kolla//keystone-ssh/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/', u'keystone_fernet_tokens:/etc/keystone/fernet-keys'], u'container_name': u'keystone_ssh'}}) TASK [keystone : Copying over wsgi-keystone.conf] ****************************** changed: [kode0] => (item=/opt/bgi-kolla/kolla-ansible/ansible/roles/keystone/templates/wsgi-keystone.conf.j2) changed: [kode2] => (item=/opt/bgi-kolla/kolla-ansible/ansible/roles/keystone/templates/wsgi-keystone.conf.j2) TASK [keystone : Copying over keystone-paste.ini] ****************************** changed: [kode0] changed: [kode2] TASK [keystone : Generate the required cron jobs for the node] ***************** skipping: [kode0] skipping: [kode2] TASK [keystone : Save the returned from cron jobs for building the crontab] **** skipping: [kode0] skipping: [kode2] TASK [keystone : Copying files for keystone-fernet] **************************** skipping: [kode0] => (item={u'dest': u'crontab', u'src': u'crontab.j2'}) skipping: [kode2] => (item={u'dest': u'crontab', u'src': u'crontab.j2'}) skipping: [kode0] => (item={u'dest': u'fernet-rotate.sh', u'src': u'fernet-rotate.sh.j2'}) skipping: [kode2] => (item={u'dest': u'fernet-rotate.sh', u'src': u'fernet-rotate.sh.j2'}) skipping: [kode0] => (item={u'dest': u'fernet-node-sync.sh', u'src': u'fernet-node-sync.sh.j2'}) skipping: [kode2] => (item={u'dest': u'fernet-node-sync.sh', u'src': u'fernet-node-sync.sh.j2'}) skipping: [kode0] => (item={u'dest': u'id_rsa', u'src': u'id_rsa'}) skipping: [kode2] => (item={u'dest': u'id_rsa', u'src': u'id_rsa'}) skipping: [kode0] => (item={u'dest': u'ssh_config', u'src': u'ssh_config.j2'}) skipping: [kode2] => (item={u'dest': u'ssh_config', u'src': u'ssh_config.j2'}) TASK [keystone : Copying files for keystone-ssh] ******************************* skipping: [kode0] => (item={u'dest': u'sshd_config', u'src': u'sshd_config.j2'}) skipping: [kode2] => (item={u'dest': u'sshd_config', u'src': u'sshd_config.j2'}) skipping: [kode0] => (item={u'dest': u'id_rsa.pub', u'src': u'id_rsa.pub'}) skipping: [kode2] => (item={u'dest': u'id_rsa.pub', u'src': u'id_rsa.pub'}) TASK [keystone : Check keystone containers] ************************************ skipping: [kode0] => (item={'key': u'keystone-fernet', 'value': {u'group': u'keystone', u'image': u'192.168.103.16:5000/bgi/centos-binary-keystone-fernet:4.0.0.1', u'enabled': False, u'volumes': [u'/etc/kolla//keystone-fernet/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/', u'keystone_fernet_tokens:/etc/keystone/fernet-keys'], u'container_name': u'keystone_fernet'}}) skipping: [kode2] => (item={'key': u'keystone-fernet', 'value': {u'group': u'keystone', u'image': u'192.168.103.16:5000/bgi/centos-binary-keystone-fernet:4.0.0.1', u'enabled': False, u'volumes': [u'/etc/kolla//keystone-fernet/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/', u'keystone_fernet_tokens:/etc/keystone/fernet-keys'], u'container_name': u'keystone_fernet'}}) changed: [kode0] => (item={'key': u'keystone', 'value': {u'group': u'keystone', u'image': u'192.168.103.16:5000/bgi/centos-binary-keystone:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//keystone/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/', u''], u'container_name': u'keystone'}}) changed: [kode2] => (item={'key': u'keystone', 'value': {u'group': u'keystone', u'image': u'192.168.103.16:5000/bgi/centos-binary-keystone:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//keystone/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/', u''], u'container_name': u'keystone'}}) skipping: [kode0] => (item={'key': u'keystone-ssh', 'value': {u'group': u'keystone', u'image': u'192.168.103.16:5000/bgi/centos-binary-keystone-ssh:4.0.0.1', u'enabled': False, u'volumes': [u'/etc/kolla//keystone-ssh/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/', u'keystone_fernet_tokens:/etc/keystone/fernet-keys'], u'container_name': u'keystone_ssh'}}) skipping: [kode2] => (item={'key': u'keystone-ssh', 'value': {u'group': u'keystone', u'image': u'192.168.103.16:5000/bgi/centos-binary-keystone-ssh:4.0.0.1', u'enabled': False, u'volumes': [u'/etc/kolla//keystone-ssh/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/', u'keystone_fernet_tokens:/etc/keystone/fernet-keys'], u'container_name': u'keystone_ssh'}}) TASK [keystone : include] ****************************************************** included: /opt/bgi-kolla/kolla-ansible/ansible/roles/keystone/tasks/bootstrap.yml for kode0, kode2 TASK [keystone : Creating keystone database] *********************************** changed: [kode0 -> kode0] TASK [keystone : Creating Keystone database user and setting permissions] ****** changed: [kode0 -> kode0] TASK [keystone : include] ****************************************************** included: /opt/bgi-kolla/kolla-ansible/ansible/roles/keystone/tasks/bootstrap_service.yml for kode2, kode0 TASK [keystone : Running Keystone bootstrap container] ************************* changed: [kode0 -> kode0] RUNNING HANDLER [keystone : Restart keystone container] ************************ changed: [kode2] changed: [kode0] RUNNING HANDLER [keystone : Restart keystone-fernet container] ***************** skipping: [kode0] skipping: [kode2] RUNNING HANDLER [keystone : Restart keystone-ssh container] ******************** skipping: [kode0] skipping: [kode2] TASK [keystone : include] ****************************************************** skipping: [kode0] skipping: [kode2] TASK [keystone : include] ****************************************************** included: /opt/bgi-kolla/kolla-ansible/ansible/roles/keystone/tasks/register.yml for kode0, kode2 TASK [keystone : Creating admin project, user, role, service, and endpoint] **** changed: [kode0] TASK [keystone : Creating default user role] *********************************** ok: [kode0] TASK [keystone : include] ****************************************************** included: /opt/bgi-kolla/kolla-ansible/ansible/roles/keystone/tasks/check.yml for kode0, kode2 TASK [keystone : Keystone sanity checks] *************************************** skipping: [kode0] PLAY [Apply role ceph] ********************************************************* TASK [setup] ******************************************************************* ok: [kode0] ok: [kode2] TASK [common : include] ******************************************************** skipping: [kode0] skipping: [kode2] TASK [common : Registering common role has run] ******************************** skipping: [kode0] skipping: [kode2] TASK [ceph : include] ********************************************************** skipping: [kode0] skipping: [kode2] PLAY [Apply role karbor] ******************************************************* TASK [setup] ******************************************************************* ok: [kode0] ok: [kode2] TASK [common : include] ******************************************************** skipping: [kode0] skipping: [kode2] TASK [common : Registering common role has run] ******************************** skipping: [kode0] skipping: [kode2] TASK [karbor : include] ******************************************************** skipping: [kode0] skipping: [kode2] PLAY [Apply role swift] ******************************************************** TASK [setup] ******************************************************************* ok: [kode0] ok: [kode2] TASK [common : include] ******************************************************** skipping: [kode0] skipping: [kode2] TASK [common : Registering common role has run] ******************************** skipping: [kode0] skipping: [kode2] TASK [swift : include] ********************************************************* included: /opt/bgi-kolla/kolla-ansible/ansible/roles/swift/tasks/deploy.yml for kode0, kode2 TASK [swift : include] ********************************************************* included: /opt/bgi-kolla/kolla-ansible/ansible/roles/swift/tasks/register.yml for kode0, kode2 TASK [swift : Creating the Swift service and endpoint] ************************* changed: [kode0] => (item={u'interface': u'admin', u'url': u'http://192.168.102.254:8080/v1'}) changed: [kode0] => (item={u'interface': u'internal', u'url': u'http://192.168.102.254:8080/v1/AUTH_%(tenant_id)s'}) changed: [kode0] => (item={u'interface': u'public', u'url': u'http://192.168.101.254:8080/v1/AUTH_%(tenant_id)s'}) TASK [swift : Creating the Swift project, user, and role] ********************** changed: [kode0] TASK [swift : include] ********************************************************* included: /opt/bgi-kolla/kolla-ansible/ansible/roles/swift/tasks/config.yml for kode0, kode2 TASK [swift : Ensuring config directories exist] ******************************* changed: [kode0] => (item=swift) changed: [kode2] => (item=swift) changed: [kode0] => (item=swift-account-auditor) changed: [kode2] => (item=swift-account-auditor) changed: [kode0] => (item=swift-account-reaper) changed: [kode2] => (item=swift-account-reaper) changed: [kode2] => (item=swift-account-replicator) changed: [kode0] => (item=swift-account-replicator) changed: [kode2] => (item=swift-account-server) changed: [kode0] => (item=swift-account-server) changed: [kode2] => (item=swift-container-auditor) changed: [kode0] => (item=swift-container-auditor) changed: [kode2] => (item=swift-container-replicator) changed: [kode0] => (item=swift-container-replicator) changed: [kode2] => (item=swift-container-server) changed: [kode0] => (item=swift-container-server) changed: [kode2] => (item=swift-container-updater) changed: [kode0] => (item=swift-container-updater) changed: [kode2] => (item=swift-object-auditor) changed: [kode0] => (item=swift-object-auditor) changed: [kode2] => (item=swift-object-expirer) changed: [kode0] => (item=swift-object-expirer) changed: [kode2] => (item=swift-object-replicator) changed: [kode0] => (item=swift-object-replicator) changed: [kode2] => (item=swift-object-server) changed: [kode0] => (item=swift-object-server) changed: [kode2] => (item=swift-object-updater) changed: [kode0] => (item=swift-object-updater) changed: [kode2] => (item=swift-proxy-server) changed: [kode0] => (item=swift-proxy-server) changed: [kode2] => (item=swift-rsyncd) changed: [kode0] => (item=swift-rsyncd) TASK [swift : Copying over config.json files for services] ********************* changed: [kode0] => (item=swift-account-auditor) changed: [kode2] => (item=swift-account-auditor) changed: [kode2] => (item=swift-account-reaper) changed: [kode0] => (item=swift-account-reaper) changed: [kode2] => (item=swift-account-replicator) changed: [kode0] => (item=swift-account-replicator) changed: [kode2] => (item=swift-account-server) changed: [kode0] => (item=swift-account-server) changed: [kode2] => (item=swift-container-auditor) changed: [kode0] => (item=swift-container-auditor) changed: [kode2] => (item=swift-container-replicator) changed: [kode0] => (item=swift-container-replicator) changed: [kode2] => (item=swift-container-server) changed: [kode0] => (item=swift-container-server) changed: [kode2] => (item=swift-container-updater) changed: [kode0] => (item=swift-container-updater) changed: [kode2] => (item=swift-object-auditor) changed: [kode0] => (item=swift-object-auditor) changed: [kode2] => (item=swift-object-expirer) changed: [kode0] => (item=swift-object-expirer) changed: [kode2] => (item=swift-object-replicator) changed: [kode0] => (item=swift-object-replicator) changed: [kode2] => (item=swift-object-server) changed: [kode0] => (item=swift-object-server) changed: [kode2] => (item=swift-object-updater) changed: [kode0] => (item=swift-object-updater) changed: [kode2] => (item=swift-proxy-server) changed: [kode0] => (item=swift-proxy-server) changed: [kode2] => (item=swift-rsyncd) changed: [kode0] => (item=swift-rsyncd) TASK [swift : Copying over swift.conf] ***************************************** changed: [kode0] => (item=account-auditor) changed: [kode2] => (item=account-auditor) changed: [kode0] => (item=account-reaper) changed: [kode2] => (item=account-reaper) changed: [kode0] => (item=account-replicator) changed: [kode2] => (item=account-replicator) changed: [kode0] => (item=account-server) changed: [kode2] => (item=account-server) changed: [kode0] => (item=container-auditor) changed: [kode2] => (item=container-auditor) changed: [kode0] => (item=container-replicator) changed: [kode2] => (item=container-replicator) changed: [kode0] => (item=container-server) changed: [kode2] => (item=container-server) changed: [kode0] => (item=container-updater) changed: [kode2] => (item=container-updater) changed: [kode0] => (item=object-auditor) changed: [kode2] => (item=object-auditor) changed: [kode0] => (item=object-expirer) changed: [kode2] => (item=object-expirer) changed: [kode0] => (item=object-replicator) changed: [kode2] => (item=object-replicator) changed: [kode0] => (item=object-server) changed: [kode2] => (item=object-server) changed: [kode0] => (item=object-updater) changed: [kode2] => (item=object-updater) changed: [kode0] => (item=proxy-server) changed: [kode2] => (item=proxy-server) TASK [swift : Copying over account-*.conf] ************************************* changed: [kode0] => (item=account-auditor) changed: [kode2] => (item=account-auditor) changed: [kode0] => (item=account-reaper) changed: [kode2] => (item=account-reaper) changed: [kode0] => (item=account-replicator) changed: [kode2] => (item=account-replicator) changed: [kode0] => (item=account-server) changed: [kode2] => (item=account-server) TASK [swift : Copying over container-*.conf] *********************************** changed: [kode2] => (item=container-auditor) changed: [kode0] => (item=container-auditor) changed: [kode2] => (item=container-replicator) changed: [kode0] => (item=container-replicator) changed: [kode2] => (item=container-server) changed: [kode0] => (item=container-server) changed: [kode2] => (item=container-updater) changed: [kode0] => (item=container-updater) TASK [swift : Copying over object-*.conf] ************************************** changed: [kode0] => (item=object-auditor) changed: [kode2] => (item=object-auditor) changed: [kode2] => (item=object-expirer) changed: [kode0] => (item=object-expirer) changed: [kode2] => (item=object-replicator) changed: [kode0] => (item=object-replicator) changed: [kode2] => (item=object-server) changed: [kode0] => (item=object-server) changed: [kode2] => (item=object-updater) changed: [kode0] => (item=object-updater) TASK [swift : Copying over proxy-server.conf] ********************************** changed: [kode0] => (item=proxy-server) changed: [kode2] => (item=proxy-server) TASK [swift : Copying over rsyncd.conf] **************************************** changed: [kode0] changed: [kode2] TASK [swift : Copying over Swift ring files] *********************************** changed: [kode2] => (item=account.builder) changed: [kode0] => (item=account.builder) changed: [kode2] => (item=account.ring.gz) changed: [kode0] => (item=account.ring.gz) changed: [kode2] => (item=container.builder) changed: [kode0] => (item=container.builder) changed: [kode2] => (item=container.ring.gz) changed: [kode0] => (item=container.ring.gz) changed: [kode2] => (item=object.builder) changed: [kode0] => (item=object.builder) changed: [kode2] => (item=object.ring.gz) changed: [kode0] => (item=object.ring.gz) TASK [swift : Check if policies shall be overwritten] ************************** ok: [kode2 -> localhost] ok: [kode0 -> localhost] TASK [swift : Copying over existing policy.json] ******************************* skipping: [kode2] => (item=swift-account-auditor) skipping: [kode0] => (item=swift-account-auditor) skipping: [kode2] => (item=swift-account-reaper) skipping: [kode0] => (item=swift-account-reaper) skipping: [kode2] => (item=swift-account-replicator) skipping: [kode0] => (item=swift-account-replicator) skipping: [kode2] => (item=swift-account-server) skipping: [kode0] => (item=swift-account-server) skipping: [kode2] => (item=swift-container-auditor) skipping: [kode0] => (item=swift-container-auditor) skipping: [kode2] => (item=swift-container-replicator) skipping: [kode0] => (item=swift-container-replicator) skipping: [kode2] => (item=swift-container-server) skipping: [kode0] => (item=swift-container-server) skipping: [kode2] => (item=swift-container-updater) skipping: [kode0] => (item=swift-container-updater) skipping: [kode2] => (item=swift-object-auditor) skipping: [kode0] => (item=swift-object-auditor) skipping: [kode2] => (item=swift-object-expirer) skipping: [kode0] => (item=swift-object-expirer) skipping: [kode2] => (item=swift-object-replicator) skipping: [kode0] => (item=swift-object-replicator) skipping: [kode2] => (item=swift-object-server) skipping: [kode0] => (item=swift-object-server) skipping: [kode2] => (item=swift-object-updater) skipping: [kode0] => (item=swift-object-updater) skipping: [kode2] => (item=swift-proxy-server) skipping: [kode0] => (item=swift-proxy-server) TASK [swift : include] ********************************************************* included: /opt/bgi-kolla/kolla-ansible/ansible/roles/swift/tasks/start.yml for kode0, kode2 TASK [swift : Looking up disks for Swift] ************************************** skipping: [kode0] skipping: [kode2] TASK [swift : Reading data from variable] ************************************** skipping: [kode0] skipping: [kode2] TASK [swift : Mounting Swift disks] ******************************************** skipping: [kode0] skipping: [kode2] TASK [swift : Starting swift-rsyncd container] ********************************* skipping: [kode0] skipping: [kode2] TASK [swift : Starting swift-account-server container] ************************* skipping: [kode0] skipping: [kode2] TASK [swift : Starting swift-account-auditor container] ************************ skipping: [kode0] skipping: [kode2] TASK [swift : Starting swift-account-replicator container] ********************* skipping: [kode0] skipping: [kode2] TASK [swift : Starting swift-account-reaper container] ************************* skipping: [kode0] skipping: [kode2] TASK [swift : Starting swift-container-server container] *********************** skipping: [kode0] skipping: [kode2] TASK [swift : Starting swift-container-auditor container] ********************** skipping: [kode0] skipping: [kode2] TASK [swift : Starting swift-container-replicator container] ******************* skipping: [kode0] skipping: [kode2] TASK [swift : Starting swift-container-updater container] ********************** skipping: [kode0] skipping: [kode2] TASK [swift : Starting swift-object-server container] ************************** skipping: [kode0] skipping: [kode2] TASK [swift : Starting swift-object-auditor container] ************************* skipping: [kode0] skipping: [kode2] TASK [swift : Starting swift-object-replicator container] ********************** skipping: [kode0] skipping: [kode2] TASK [swift : Starting swift-object-updater container] ************************* skipping: [kode0] skipping: [kode2] TASK [swift : Starting swift-object-expirer container] ************************* skipping: [kode2] skipping: [kode0] TASK [swift : Starting swift-proxy-server container] *************************** changed: [kode2] changed: [kode0] TASK [swift : include] ********************************************************* included: /opt/bgi-kolla/kolla-ansible/ansible/roles/swift/tasks/check.yml for kode0, kode2 TASK [swift : Swift sanity checks] ********************************************* skipping: [kode0] PLAY [Apply role glance] ******************************************************* TASK [setup] ******************************************************************* ok: [kode0] ok: [kode2] TASK [common : include] ******************************************************** skipping: [kode0] skipping: [kode2] TASK [common : Registering common role has run] ******************************** skipping: [kode0] skipping: [kode2] TASK [glance : include] ******************************************************** included: /opt/bgi-kolla/kolla-ansible/ansible/roles/glance/tasks/deploy.yml for kode0, kode2 TASK [glance : include] ******************************************************** skipping: [kode0] skipping: [kode2] TASK [glance : include] ******************************************************** skipping: [kode2] skipping: [kode0] TASK [glance : include] ******************************************************** skipping: [kode0] skipping: [kode2] TASK [glance : include] ******************************************************** skipping: [kode0] skipping: [kode2] TASK [glance : include] ******************************************************** skipping: [kode0] skipping: [kode2] TASK [glance : include] ******************************************************** skipping: [kode0] skipping: [kode2] PLAY [Apply role ironic] ******************************************************* TASK [setup] ******************************************************************* ok: [kode0] ok: [kode2] TASK [common : include] ******************************************************** skipping: [kode0] skipping: [kode2] TASK [common : Registering common role has run] ******************************** skipping: [kode0] skipping: [kode2] TASK [ironic : include] ******************************************************** included: /opt/bgi-kolla/kolla-ansible/ansible/roles/ironic/tasks/deploy.yml for kode0, kode2 TASK [ironic : include] ******************************************************** included: /opt/bgi-kolla/kolla-ansible/ansible/roles/ironic/tasks/register.yml for kode0, kode2 TASK [ironic : Creating the Ironic service and endpoint] *********************** changed: [kode0] => (item={u'interface': u'admin', u'url': u'http://192.168.102.254:6385'}) changed: [kode0] => (item={u'interface': u'internal', u'url': u'http://192.168.102.254:6385'}) changed: [kode0] => (item={u'interface': u'public', u'url': u'http://192.168.101.254:6385'}) TASK [ironic : Creating the Ironic project, user, and role] ******************** changed: [kode0] TASK [ironic : Creating the Ironic Inspector service and endpoint] ************* changed: [kode0] => (item={u'interface': u'admin', u'url': u'http://192.168.102.254:5050'}) changed: [kode0] => (item={u'interface': u'internal', u'url': u'http://192.168.102.254:5050'}) changed: [kode0] => (item={u'interface': u'public', u'url': u'http://192.168.102.254:5050'}) TASK [ironic : Creating the Ironic Inspector project, user, and role] ********** changed: [kode0] TASK [ironic : include] ******************************************************** included: /opt/bgi-kolla/kolla-ansible/ansible/roles/ironic/tasks/config.yml for kode0, kode2 TASK [ironic : Ensuring config directories exist] ****************************** changed: [kode0] => (item=ironic-api) changed: [kode2] => (item=ironic-api) changed: [kode0] => (item=ironic-conductor) changed: [kode2] => (item=ironic-conductor) changed: [kode2] => (item=ironic-inspector) changed: [kode0] => (item=ironic-inspector) changed: [kode0] => (item=ironic-pxe) changed: [kode2] => (item=ironic-pxe) changed: [kode0] => (item=ironic-dnsmasq) changed: [kode2] => (item=ironic-dnsmasq) TASK [ironic : Copying over config.json files for services] ******************** changed: [kode2] => (item=ironic-api) changed: [kode0] => (item=ironic-api) changed: [kode2] => (item=ironic-conductor) changed: [kode0] => (item=ironic-conductor) changed: [kode2] => (item=ironic-inspector) changed: [kode0] => (item=ironic-inspector) changed: [kode2] => (item=ironic-pxe) changed: [kode0] => (item=ironic-pxe) changed: [kode2] => (item=ironic-dnsmasq) changed: [kode0] => (item=ironic-dnsmasq) TASK [ironic : Copying over ironic.conf] *************************************** changed: [kode0] => (item=ironic-api) changed: [kode2] => (item=ironic-api) changed: [kode0] => (item=ironic-conductor) changed: [kode2] => (item=ironic-conductor) TASK [ironic : Copying over inspector.conf] ************************************ changed: [kode2] changed: [kode0] TASK [ironic : Copying over dnsmasq.conf] ************************************** changed: [kode2] => (item=/etc/kolla/config/ironic/ironic-dnsmasq.conf) changed: [kode0] => (item=/etc/kolla/config/ironic/ironic-dnsmasq.conf) TASK [ironic : Copying pxelinux.cfg default] *********************************** changed: [kode0] => (item=/opt/bgi-kolla/kolla-ansible/ansible/roles/ironic/templates/pxelinux.default.j2) changed: [kode2] => (item=/opt/bgi-kolla/kolla-ansible/ansible/roles/ironic/templates/pxelinux.default.j2) TASK [ironic : Copying ironic-agent kernel and initramfs] ********************** changed: [kode0] => (item=ironic-agent.kernel) changed: [kode2] => (item=ironic-agent.kernel) changed: [kode2] => (item=ironic-agent.initramfs) changed: [kode0] => (item=ironic-agent.initramfs) TASK [ironic : Check if policies shall be overwritten] ************************* ok: [kode0 -> localhost] ok: [kode2 -> localhost] TASK [ironic : Copying over existing policy.json] ****************************** skipping: [kode0] => (item=ironic-api) skipping: [kode2] => (item=ironic-api) skipping: [kode0] => (item=ironic-conductor) skipping: [kode2] => (item=ironic-conductor) skipping: [kode0] => (item=ironic-inspector) skipping: [kode2] => (item=ironic-inspector) skipping: [kode0] => (item=ironic-pxe) skipping: [kode2] => (item=ironic-pxe) TASK [ironic : include] ******************************************************** included: /opt/bgi-kolla/kolla-ansible/ansible/roles/ironic/tasks/bootstrap.yml for kode0, kode2 TASK [ironic : Creating Ironic database] *************************************** changed: [kode0 -> kode0] => (item={u'delegate_to': u'kode0', u'database_name': u'ironic'}) changed: [kode0 -> kode0] => (item={u'delegate_to': u'kode0', u'database_name': u'ironic_inspector'}) TASK [ironic : Creating Ironic database user and setting permissions] ********** changed: [kode0 -> kode0] => (item={u'database_password': u'nymcenD0JSvnkc4CvcXaSV1oNVdTG69Mc3IoJlU7', u'delegate_to': u'kode0', u'database_name': u'ironic'}) changed: [kode0 -> kode0] => (item={u'database_password': u'RJYCYhE7YZnU6mvwPtP8d4sSD90FkpHxVJiNZTiq', u'delegate_to': u'kode0', u'database_name': u'ironic_inspector'}) TASK [ironic : include] ******************************************************** included: /opt/bgi-kolla/kolla-ansible/ansible/roles/ironic/tasks/bootstrap_service.yml for kode0, kode2 TASK [ironic : Running Ironic bootstrap container] ***************************** changed: [kode0 -> kode0] TASK [ironic : Running Ironic Inspector bootstrap container] ******************* changed: [kode0 -> kode0] TASK [ironic : Running Ironic-PXE bootstrap container] ************************* changed: [kode0 -> kode0] TASK [ironic : include] ******************************************************** included: /opt/bgi-kolla/kolla-ansible/ansible/roles/ironic/tasks/start.yml for kode0, kode2 TASK [ironic : Starting ironic-pxe container] ********************************** changed: [kode2] changed: [kode0] TASK [ironic : Starting ironic-api container] ********************************** changed: [kode2] changed: [kode0] TASK [ironic : Starting ironic-conductor container] **************************** changed: [kode2] changed: [kode0] TASK [ironic : Starting ironic-inspector container] **************************** changed: [kode2] changed: [kode0] TASK [ironic : Staring ironic-dnsmasq container] ******************************* changed: [kode2] changed: [kode0] PLAY [Apply role nova] ********************************************************* TASK [setup] ******************************************************************* ok: [kode2] ok: [kode0] ok: [kode4] ok: [kode5] TASK [common : include] ******************************************************** skipping: [kode0] skipping: [kode4] skipping: [kode2] skipping: [kode5] TASK [common : Registering common role has run] ******************************** skipping: [kode0] skipping: [kode2] skipping: [kode5] skipping: [kode4] TASK [nova : include] ********************************************************** included: /opt/bgi-kolla/kolla-ansible/ansible/roles/nova/tasks/deploy.yml for kode0, kode2, kode4, kode5 TASK [nova : include] ********************************************************** skipping: [kode0] skipping: [kode2] skipping: [kode5] skipping: [kode4] TASK [nova : include] ********************************************************** skipping: [kode0] skipping: [kode2] skipping: [kode4] skipping: [kode5] TASK [nova : include] ********************************************************** skipping: [kode4] skipping: [kode5] included: /opt/bgi-kolla/kolla-ansible/ansible/roles/nova/tasks/register.yml for kode0, kode2 TASK [nova : Creating the Nova service and endpoint] *************************** changed: [kode0] => (item={u'service_type': u'compute_legacy', u'interface': u'admin', u'description': u'OpenStack Compute Service (Legacy 2.0)', u'url': u'http://192.168.102.254:8774/v2/%(tenant_id)s', u'name': u'nova_legacy'}) changed: [kode0] => (item={u'service_type': u'compute_legacy', u'interface': u'internal', u'description': u'OpenStack Compute Service (Legacy 2.0)', u'url': u'http://192.168.102.254:8774/v2/%(tenant_id)s', u'name': u'nova_legacy'}) changed: [kode0] => (item={u'service_type': u'compute_legacy', u'interface': u'public', u'description': u'OpenStack Compute Service (Legacy 2.0)', u'url': u'http://192.168.101.254:8774/v2/%(tenant_id)s', u'name': u'nova_legacy'}) changed: [kode0] => (item={u'service_type': u'compute', u'interface': u'admin', u'description': u'OpenStack Compute Service', u'url': u'http://192.168.102.254:8774/v2.1/%(tenant_id)s', u'name': u'nova'}) changed: [kode0] => (item={u'service_type': u'compute', u'interface': u'internal', u'description': u'OpenStack Compute Service', u'url': u'http://192.168.102.254:8774/v2.1/%(tenant_id)s', u'name': u'nova'}) changed: [kode0] => (item={u'service_type': u'compute', u'interface': u'public', u'description': u'OpenStack Compute Service', u'url': u'http://192.168.101.254:8774/v2.1/%(tenant_id)s', u'name': u'nova'}) changed: [kode0] => (item={u'service_type': u'placement', u'interface': u'admin', u'description': u'Placement Service', u'url': u'http://192.168.102.254:8780', u'name': u'placement'}) changed: [kode0] => (item={u'service_type': u'placement', u'interface': u'internal', u'description': u'Placement Service', u'url': u'http://192.168.102.254:8780', u'name': u'placement'}) changed: [kode0] => (item={u'service_type': u'placement', u'interface': u'public', u'description': u'Placement Service', u'url': u'http://192.168.101.254:8780', u'name': u'placement'}) TASK [nova : Creating the Nova project, user, and role] ************************ changed: [kode0] TASK [nova : Creating the placement project, user, and role] ******************* changed: [kode0] TASK [nova : include] ********************************************************** included: /opt/bgi-kolla/kolla-ansible/ansible/roles/nova/tasks/config.yml for kode0, kode2, kode4, kode5 TASK [nova : Setting sysctl values] ******************************************** skipping: [kode0] => (item={u'name': u'net.bridge.bridge-nf-call-iptables', u'value': 1}) skipping: [kode2] => (item={u'name': u'net.bridge.bridge-nf-call-iptables', u'value': 1}) skipping: [kode0] => (item={u'name': u'net.ipv4.conf.all.rp_filter', u'value': 0}) skipping: [kode0] => (item={u'name': u'net.bridge.bridge-nf-call-ip6tables', u'value': 1}) skipping: [kode2] => (item={u'name': u'net.ipv4.conf.all.rp_filter', u'value': 0}) skipping: [kode2] => (item={u'name': u'net.bridge.bridge-nf-call-ip6tables', u'value': 1}) skipping: [kode0] => (item={u'name': u'net.ipv4.conf.default.rp_filter', u'value': 0}) skipping: [kode2] => (item={u'name': u'net.ipv4.conf.default.rp_filter', u'value': 0}) ok: [kode5] => (item={u'name': u'net.bridge.bridge-nf-call-iptables', u'value': 1}) ok: [kode4] => (item={u'name': u'net.bridge.bridge-nf-call-iptables', u'value': 1}) ok: [kode4] => (item={u'name': u'net.bridge.bridge-nf-call-ip6tables', u'value': 1}) ok: [kode5] => (item={u'name': u'net.bridge.bridge-nf-call-ip6tables', u'value': 1}) ok: [kode5] => (item={u'name': u'net.ipv4.conf.all.rp_filter', u'value': 0}) ok: [kode4] => (item={u'name': u'net.ipv4.conf.all.rp_filter', u'value': 0}) ok: [kode5] => (item={u'name': u'net.ipv4.conf.default.rp_filter', u'value': 0}) ok: [kode4] => (item={u'name': u'net.ipv4.conf.default.rp_filter', u'value': 0}) TASK [nova : Ensuring config directories exist] ******************************** skipping: [kode4] => (item={'key': u'nova-serialproxy', 'value': {u'group': u'nova-serialproxy', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-serialproxy:4.0.0.1', u'enabled': False, u'volumes': [u'/etc/kolla//nova-serialproxy/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_serialproxy'}}) skipping: [kode5] => (item={'key': u'nova-serialproxy', 'value': {u'group': u'nova-serialproxy', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-serialproxy:4.0.0.1', u'enabled': False, u'volumes': [u'/etc/kolla//nova-serialproxy/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_serialproxy'}}) skipping: [kode2] => (item={'key': u'nova-serialproxy', 'value': {u'group': u'nova-serialproxy', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-serialproxy:4.0.0.1', u'enabled': False, u'volumes': [u'/etc/kolla//nova-serialproxy/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_serialproxy'}}) skipping: [kode0] => (item={'key': u'nova-serialproxy', 'value': {u'group': u'nova-serialproxy', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-serialproxy:4.0.0.1', u'enabled': False, u'volumes': [u'/etc/kolla//nova-serialproxy/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_serialproxy'}}) skipping: [kode5] => (item={'key': u'nova-conductor', 'value': {u'group': u'nova-conductor', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-conductor:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-conductor/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_conductor'}}) skipping: [kode5] => (item={'key': u'nova-api', 'value': {u'group': u'nova-api', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-api:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-api/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_api', u'privileged': True}}) skipping: [kode4] => (item={'key': u'nova-spicehtml5proxy', 'value': {u'group': u'nova-spicehtml5proxy', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-spicehtml5proxy:4.0.0.1', u'enabled': False, u'volumes': [u'/etc/kolla//nova-spicehtml5proxy/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_spicehtml5proxy'}}) skipping: [kode4] => (item={'key': u'nova-scheduler', 'value': {u'group': u'nova-scheduler', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-scheduler:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-scheduler/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_scheduler'}}) skipping: [kode4] => (item={'key': u'nova-novncproxy', 'value': {u'group': u'nova-novncproxy', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-novncproxy:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-novncproxy/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_novncproxy'}}) skipping: [kode5] => (item={'key': u'nova-spicehtml5proxy', 'value': {u'group': u'nova-spicehtml5proxy', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-spicehtml5proxy:4.0.0.1', u'enabled': False, u'volumes': [u'/etc/kolla//nova-spicehtml5proxy/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_spicehtml5proxy'}}) skipping: [kode4] => (item={'key': u'nova-api', 'value': {u'group': u'nova-api', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-api:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-api/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_api', u'privileged': True}}) skipping: [kode4] => (item={'key': u'nova-conductor', 'value': {u'group': u'nova-conductor', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-conductor:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-conductor/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_conductor'}}) skipping: [kode5] => (item={'key': u'nova-scheduler', 'value': {u'group': u'nova-scheduler', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-scheduler:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-scheduler/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_scheduler'}}) skipping: [kode5] => (item={'key': u'nova-novncproxy', 'value': {u'group': u'nova-novncproxy', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-novncproxy:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-novncproxy/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_novncproxy'}}) changed: [kode0] => (item={'key': u'nova-conductor', 'value': {u'group': u'nova-conductor', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-conductor:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-conductor/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_conductor'}}) changed: [kode5] => (item={'key': u'nova-libvirt', 'value': {u'group': u'compute', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-libvirt:4.0.0.1', u'container_name': u'nova_libvirt', u'enabled': True, u'volumes': [u'/etc/kolla//nova-libvirt/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run/:/run/:shared', u'/dev:/dev', u'/sys/fs/cgroup:/sys/fs/cgroup', u'kolla_logs:/var/log/kolla/', u'libvirtd:/var/lib/libvirt', u'nova_compute:/var/lib/nova/', u'', u'nova_libvirt_qemu:/etc/libvirt/qemu'], u'pid_mode': u'host', u'privileged': True}}) skipping: [kode5] => (item={'key': u'placement-api', 'value': {u'group': u'placement-api', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-placement-api:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//placement-api/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'placement_api'}}) changed: [kode4] => (item={'key': u'nova-libvirt', 'value': {u'group': u'compute', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-libvirt:4.0.0.1', u'container_name': u'nova_libvirt', u'enabled': True, u'volumes': [u'/etc/kolla//nova-libvirt/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run/:/run/:shared', u'/dev:/dev', u'/sys/fs/cgroup:/sys/fs/cgroup', u'kolla_logs:/var/log/kolla/', u'libvirtd:/var/lib/libvirt', u'nova_compute:/var/lib/nova/', u'', u'nova_libvirt_qemu:/etc/libvirt/qemu'], u'pid_mode': u'host', u'privileged': True}}) skipping: [kode4] => (item={'key': u'placement-api', 'value': {u'group': u'placement-api', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-placement-api:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//placement-api/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'placement_api'}}) changed: [kode0] => (item={'key': u'nova-api', 'value': {u'group': u'nova-api', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-api:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-api/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_api', u'privileged': True}}) changed: [kode5] => (item={'key': u'nova-compute', 'value': {u'group': u'compute', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-compute:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-compute/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'/dev:/dev', u'kolla_logs:/var/log/kolla/', u'iscsi_info:/etc/iscsi', u'libvirtd:/var/lib/libvirt', u'nova_compute:/var/lib/nova/', u''], u'container_name': u'nova_compute', u'privileged': True}}) changed: [kode4] => (item={'key': u'nova-compute', 'value': {u'group': u'compute', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-compute:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-compute/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'/dev:/dev', u'kolla_logs:/var/log/kolla/', u'iscsi_info:/etc/iscsi', u'libvirtd:/var/lib/libvirt', u'nova_compute:/var/lib/nova/', u''], u'container_name': u'nova_compute', u'privileged': True}}) changed: [kode2] => (item={'key': u'nova-conductor', 'value': {u'group': u'nova-conductor', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-conductor:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-conductor/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_conductor'}}) changed: [kode0] => (item={'key': u'nova-scheduler', 'value': {u'group': u'nova-scheduler', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-scheduler:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-scheduler/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_scheduler'}}) skipping: [kode0] => (item={'key': u'nova-spicehtml5proxy', 'value': {u'group': u'nova-spicehtml5proxy', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-spicehtml5proxy:4.0.0.1', u'enabled': False, u'volumes': [u'/etc/kolla//nova-spicehtml5proxy/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_spicehtml5proxy'}}) changed: [kode5] => (item={'key': u'nova-ssh', 'value': {u'group': u'compute', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-ssh:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-ssh/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla', u'nova_compute:/var/lib/nova', u'', u'heka_socket:/var/lib/kolla/heka/'], u'container_name': u'nova_ssh'}}) skipping: [kode5] => (item={'key': u'nova-consoleauth', 'value': {u'group': u'nova-consoleauth', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-consoleauth:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-consoleauth/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_consoleauth'}}) skipping: [kode5] => (item={'key': u'nova-compute-ironic', 'value': {u'group': u'nova-compute-ironic', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-compute-ironic:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-compute-ironic/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_compute_ironic'}}) changed: [kode4] => (item={'key': u'nova-ssh', 'value': {u'group': u'compute', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-ssh:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-ssh/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla', u'nova_compute:/var/lib/nova', u'', u'heka_socket:/var/lib/kolla/heka/'], u'container_name': u'nova_ssh'}}) skipping: [kode4] => (item={'key': u'nova-consoleauth', 'value': {u'group': u'nova-consoleauth', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-consoleauth:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-consoleauth/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_consoleauth'}}) changed: [kode2] => (item={'key': u'nova-api', 'value': {u'group': u'nova-api', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-api:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-api/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_api', u'privileged': True}}) skipping: [kode4] => (item={'key': u'nova-compute-ironic', 'value': {u'group': u'nova-compute-ironic', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-compute-ironic:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-compute-ironic/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_compute_ironic'}}) changed: [kode0] => (item={'key': u'nova-novncproxy', 'value': {u'group': u'nova-novncproxy', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-novncproxy:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-novncproxy/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_novncproxy'}}) skipping: [kode0] => (item={'key': u'nova-libvirt', 'value': {u'group': u'compute', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-libvirt:4.0.0.1', u'container_name': u'nova_libvirt', u'enabled': True, u'volumes': [u'/etc/kolla//nova-libvirt/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run/:/run/:shared', u'/dev:/dev', u'/sys/fs/cgroup:/sys/fs/cgroup', u'kolla_logs:/var/log/kolla/', u'libvirtd:/var/lib/libvirt', u'nova_compute:/var/lib/nova/', u'', u'nova_libvirt_qemu:/etc/libvirt/qemu'], u'pid_mode': u'host', u'privileged': True}}) changed: [kode2] => (item={'key': u'nova-scheduler', 'value': {u'group': u'nova-scheduler', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-scheduler:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-scheduler/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_scheduler'}}) skipping: [kode2] => (item={'key': u'nova-spicehtml5proxy', 'value': {u'group': u'nova-spicehtml5proxy', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-spicehtml5proxy:4.0.0.1', u'enabled': False, u'volumes': [u'/etc/kolla//nova-spicehtml5proxy/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_spicehtml5proxy'}}) changed: [kode0] => (item={'key': u'placement-api', 'value': {u'group': u'placement-api', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-placement-api:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//placement-api/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'placement_api'}}) skipping: [kode0] => (item={'key': u'nova-compute', 'value': {u'group': u'compute', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-compute:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-compute/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'/dev:/dev', u'kolla_logs:/var/log/kolla/', u'iscsi_info:/etc/iscsi', u'libvirtd:/var/lib/libvirt', u'nova_compute:/var/lib/nova/', u''], u'container_name': u'nova_compute', u'privileged': True}}) skipping: [kode0] => (item={'key': u'nova-ssh', 'value': {u'group': u'compute', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-ssh:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-ssh/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla', u'nova_compute:/var/lib/nova', u'', u'heka_socket:/var/lib/kolla/heka/'], u'container_name': u'nova_ssh'}}) changed: [kode2] => (item={'key': u'nova-novncproxy', 'value': {u'group': u'nova-novncproxy', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-novncproxy:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-novncproxy/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_novncproxy'}}) skipping: [kode2] => (item={'key': u'nova-libvirt', 'value': {u'group': u'compute', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-libvirt:4.0.0.1', u'container_name': u'nova_libvirt', u'enabled': True, u'volumes': [u'/etc/kolla//nova-libvirt/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run/:/run/:shared', u'/dev:/dev', u'/sys/fs/cgroup:/sys/fs/cgroup', u'kolla_logs:/var/log/kolla/', u'libvirtd:/var/lib/libvirt', u'nova_compute:/var/lib/nova/', u'', u'nova_libvirt_qemu:/etc/libvirt/qemu'], u'pid_mode': u'host', u'privileged': True}}) changed: [kode0] => (item={'key': u'nova-consoleauth', 'value': {u'group': u'nova-consoleauth', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-consoleauth:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-consoleauth/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_consoleauth'}}) changed: [kode2] => (item={'key': u'placement-api', 'value': {u'group': u'placement-api', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-placement-api:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//placement-api/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'placement_api'}}) skipping: [kode2] => (item={'key': u'nova-compute', 'value': {u'group': u'compute', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-compute:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-compute/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'/dev:/dev', u'kolla_logs:/var/log/kolla/', u'iscsi_info:/etc/iscsi', u'libvirtd:/var/lib/libvirt', u'nova_compute:/var/lib/nova/', u''], u'container_name': u'nova_compute', u'privileged': True}}) skipping: [kode2] => (item={'key': u'nova-ssh', 'value': {u'group': u'compute', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-ssh:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-ssh/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla', u'nova_compute:/var/lib/nova', u'', u'heka_socket:/var/lib/kolla/heka/'], u'container_name': u'nova_ssh'}}) changed: [kode0] => (item={'key': u'nova-compute-ironic', 'value': {u'group': u'nova-compute-ironic', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-compute-ironic:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-compute-ironic/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_compute_ironic'}}) changed: [kode2] => (item={'key': u'nova-consoleauth', 'value': {u'group': u'nova-consoleauth', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-consoleauth:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-consoleauth/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_consoleauth'}}) changed: [kode2] => (item={'key': u'nova-compute-ironic', 'value': {u'group': u'nova-compute-ironic', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-compute-ironic:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-compute-ironic/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_compute_ironic'}}) TASK [nova : Copying over config.json files for services] ********************** skipping: [kode0] => (item={'key': u'nova-serialproxy', 'value': {u'group': u'nova-serialproxy', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-serialproxy:4.0.0.1', u'enabled': False, u'volumes': [u'/etc/kolla//nova-serialproxy/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_serialproxy'}}) skipping: [kode4] => (item={'key': u'nova-conductor', 'value': {u'group': u'nova-conductor', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-conductor:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-conductor/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_conductor'}}) skipping: [kode5] => (item={'key': u'nova-serialproxy', 'value': {u'group': u'nova-serialproxy', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-serialproxy:4.0.0.1', u'enabled': False, u'volumes': [u'/etc/kolla//nova-serialproxy/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_serialproxy'}}) skipping: [kode5] => (item={'key': u'nova-api', 'value': {u'group': u'nova-api', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-api:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-api/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_api', u'privileged': True}}) skipping: [kode5] => (item={'key': u'nova-conductor', 'value': {u'group': u'nova-conductor', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-conductor:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-conductor/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_conductor'}}) skipping: [kode2] => (item={'key': u'nova-serialproxy', 'value': {u'group': u'nova-serialproxy', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-serialproxy:4.0.0.1', u'enabled': False, u'volumes': [u'/etc/kolla//nova-serialproxy/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_serialproxy'}}) skipping: [kode4] => (item={'key': u'nova-serialproxy', 'value': {u'group': u'nova-serialproxy', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-serialproxy:4.0.0.1', u'enabled': False, u'volumes': [u'/etc/kolla//nova-serialproxy/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_serialproxy'}}) skipping: [kode5] => (item={'key': u'nova-spicehtml5proxy', 'value': {u'group': u'nova-spicehtml5proxy', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-spicehtml5proxy:4.0.0.1', u'enabled': False, u'volumes': [u'/etc/kolla//nova-spicehtml5proxy/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_spicehtml5proxy'}}) skipping: [kode4] => (item={'key': u'nova-spicehtml5proxy', 'value': {u'group': u'nova-spicehtml5proxy', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-spicehtml5proxy:4.0.0.1', u'enabled': False, u'volumes': [u'/etc/kolla//nova-spicehtml5proxy/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_spicehtml5proxy'}}) skipping: [kode5] => (item={'key': u'nova-scheduler', 'value': {u'group': u'nova-scheduler', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-scheduler:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-scheduler/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_scheduler'}}) skipping: [kode4] => (item={'key': u'nova-scheduler', 'value': {u'group': u'nova-scheduler', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-scheduler:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-scheduler/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_scheduler'}}) skipping: [kode4] => (item={'key': u'nova-api', 'value': {u'group': u'nova-api', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-api:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-api/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_api', u'privileged': True}}) skipping: [kode4] => (item={'key': u'nova-novncproxy', 'value': {u'group': u'nova-novncproxy', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-novncproxy:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-novncproxy/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_novncproxy'}}) skipping: [kode5] => (item={'key': u'nova-novncproxy', 'value': {u'group': u'nova-novncproxy', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-novncproxy:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-novncproxy/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_novncproxy'}}) changed: [kode0] => (item={'key': u'nova-conductor', 'value': {u'group': u'nova-conductor', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-conductor:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-conductor/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_conductor'}}) changed: [kode2] => (item={'key': u'nova-conductor', 'value': {u'group': u'nova-conductor', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-conductor:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-conductor/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_conductor'}}) changed: [kode4] => (item={'key': u'nova-libvirt', 'value': {u'group': u'compute', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-libvirt:4.0.0.1', u'container_name': u'nova_libvirt', u'enabled': True, u'volumes': [u'/etc/kolla//nova-libvirt/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run/:/run/:shared', u'/dev:/dev', u'/sys/fs/cgroup:/sys/fs/cgroup', u'kolla_logs:/var/log/kolla/', u'libvirtd:/var/lib/libvirt', u'nova_compute:/var/lib/nova/', u'', u'nova_libvirt_qemu:/etc/libvirt/qemu'], u'pid_mode': u'host', u'privileged': True}}) skipping: [kode4] => (item={'key': u'placement-api', 'value': {u'group': u'placement-api', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-placement-api:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//placement-api/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'placement_api'}}) changed: [kode5] => (item={'key': u'nova-libvirt', 'value': {u'group': u'compute', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-libvirt:4.0.0.1', u'container_name': u'nova_libvirt', u'enabled': True, u'volumes': [u'/etc/kolla//nova-libvirt/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run/:/run/:shared', u'/dev:/dev', u'/sys/fs/cgroup:/sys/fs/cgroup', u'kolla_logs:/var/log/kolla/', u'libvirtd:/var/lib/libvirt', u'nova_compute:/var/lib/nova/', u'', u'nova_libvirt_qemu:/etc/libvirt/qemu'], u'pid_mode': u'host', u'privileged': True}}) skipping: [kode5] => (item={'key': u'placement-api', 'value': {u'group': u'placement-api', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-placement-api:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//placement-api/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'placement_api'}}) changed: [kode2] => (item={'key': u'nova-api', 'value': {u'group': u'nova-api', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-api:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-api/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_api', u'privileged': True}}) changed: [kode0] => (item={'key': u'nova-api', 'value': {u'group': u'nova-api', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-api:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-api/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_api', u'privileged': True}}) changed: [kode5] => (item={'key': u'nova-compute', 'value': {u'group': u'compute', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-compute:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-compute/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'/dev:/dev', u'kolla_logs:/var/log/kolla/', u'iscsi_info:/etc/iscsi', u'libvirtd:/var/lib/libvirt', u'nova_compute:/var/lib/nova/', u''], u'container_name': u'nova_compute', u'privileged': True}}) changed: [kode4] => (item={'key': u'nova-compute', 'value': {u'group': u'compute', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-compute:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-compute/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'/dev:/dev', u'kolla_logs:/var/log/kolla/', u'iscsi_info:/etc/iscsi', u'libvirtd:/var/lib/libvirt', u'nova_compute:/var/lib/nova/', u''], u'container_name': u'nova_compute', u'privileged': True}}) changed: [kode5] => (item={'key': u'nova-ssh', 'value': {u'group': u'compute', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-ssh:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-ssh/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla', u'nova_compute:/var/lib/nova', u'', u'heka_socket:/var/lib/kolla/heka/'], u'container_name': u'nova_ssh'}}) changed: [kode2] => (item={'key': u'nova-scheduler', 'value': {u'group': u'nova-scheduler', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-scheduler:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-scheduler/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_scheduler'}}) skipping: [kode5] => (item={'key': u'nova-consoleauth', 'value': {u'group': u'nova-consoleauth', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-consoleauth:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-consoleauth/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_consoleauth'}}) skipping: [kode2] => (item={'key': u'nova-spicehtml5proxy', 'value': {u'group': u'nova-spicehtml5proxy', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-spicehtml5proxy:4.0.0.1', u'enabled': False, u'volumes': [u'/etc/kolla//nova-spicehtml5proxy/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_spicehtml5proxy'}}) skipping: [kode5] => (item={'key': u'nova-compute-ironic', 'value': {u'group': u'nova-compute-ironic', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-compute-ironic:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-compute-ironic/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_compute_ironic'}}) skipping: [kode0] => (item={'key': u'nova-spicehtml5proxy', 'value': {u'group': u'nova-spicehtml5proxy', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-spicehtml5proxy:4.0.0.1', u'enabled': False, u'volumes': [u'/etc/kolla//nova-spicehtml5proxy/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_spicehtml5proxy'}}) changed: [kode0] => (item={'key': u'nova-scheduler', 'value': {u'group': u'nova-scheduler', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-scheduler:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-scheduler/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_scheduler'}}) skipping: [kode4] => (item={'key': u'nova-consoleauth', 'value': {u'group': u'nova-consoleauth', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-consoleauth:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-consoleauth/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_consoleauth'}}) skipping: [kode4] => (item={'key': u'nova-compute-ironic', 'value': {u'group': u'nova-compute-ironic', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-compute-ironic:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-compute-ironic/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_compute_ironic'}}) changed: [kode4] => (item={'key': u'nova-ssh', 'value': {u'group': u'compute', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-ssh:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-ssh/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla', u'nova_compute:/var/lib/nova', u'', u'heka_socket:/var/lib/kolla/heka/'], u'container_name': u'nova_ssh'}}) changed: [kode0] => (item={'key': u'nova-novncproxy', 'value': {u'group': u'nova-novncproxy', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-novncproxy:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-novncproxy/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_novncproxy'}}) skipping: [kode0] => (item={'key': u'nova-libvirt', 'value': {u'group': u'compute', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-libvirt:4.0.0.1', u'container_name': u'nova_libvirt', u'enabled': True, u'volumes': [u'/etc/kolla//nova-libvirt/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run/:/run/:shared', u'/dev:/dev', u'/sys/fs/cgroup:/sys/fs/cgroup', u'kolla_logs:/var/log/kolla/', u'libvirtd:/var/lib/libvirt', u'nova_compute:/var/lib/nova/', u'', u'nova_libvirt_qemu:/etc/libvirt/qemu'], u'pid_mode': u'host', u'privileged': True}}) changed: [kode2] => (item={'key': u'nova-novncproxy', 'value': {u'group': u'nova-novncproxy', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-novncproxy:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-novncproxy/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_novncproxy'}}) skipping: [kode2] => (item={'key': u'nova-libvirt', 'value': {u'group': u'compute', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-libvirt:4.0.0.1', u'container_name': u'nova_libvirt', u'enabled': True, u'volumes': [u'/etc/kolla//nova-libvirt/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run/:/run/:shared', u'/dev:/dev', u'/sys/fs/cgroup:/sys/fs/cgroup', u'kolla_logs:/var/log/kolla/', u'libvirtd:/var/lib/libvirt', u'nova_compute:/var/lib/nova/', u'', u'nova_libvirt_qemu:/etc/libvirt/qemu'], u'pid_mode': u'host', u'privileged': True}}) changed: [kode0] => (item={'key': u'placement-api', 'value': {u'group': u'placement-api', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-placement-api:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//placement-api/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'placement_api'}}) skipping: [kode0] => (item={'key': u'nova-compute', 'value': {u'group': u'compute', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-compute:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-compute/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'/dev:/dev', u'kolla_logs:/var/log/kolla/', u'iscsi_info:/etc/iscsi', u'libvirtd:/var/lib/libvirt', u'nova_compute:/var/lib/nova/', u''], u'container_name': u'nova_compute', u'privileged': True}}) skipping: [kode0] => (item={'key': u'nova-ssh', 'value': {u'group': u'compute', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-ssh:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-ssh/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla', u'nova_compute:/var/lib/nova', u'', u'heka_socket:/var/lib/kolla/heka/'], u'container_name': u'nova_ssh'}}) changed: [kode2] => (item={'key': u'placement-api', 'value': {u'group': u'placement-api', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-placement-api:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//placement-api/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'placement_api'}}) skipping: [kode2] => (item={'key': u'nova-compute', 'value': {u'group': u'compute', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-compute:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-compute/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'/dev:/dev', u'kolla_logs:/var/log/kolla/', u'iscsi_info:/etc/iscsi', u'libvirtd:/var/lib/libvirt', u'nova_compute:/var/lib/nova/', u''], u'container_name': u'nova_compute', u'privileged': True}}) skipping: [kode2] => (item={'key': u'nova-ssh', 'value': {u'group': u'compute', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-ssh:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-ssh/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla', u'nova_compute:/var/lib/nova', u'', u'heka_socket:/var/lib/kolla/heka/'], u'container_name': u'nova_ssh'}}) changed: [kode0] => (item={'key': u'nova-consoleauth', 'value': {u'group': u'nova-consoleauth', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-consoleauth:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-consoleauth/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_consoleauth'}}) changed: [kode2] => (item={'key': u'nova-consoleauth', 'value': {u'group': u'nova-consoleauth', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-consoleauth:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-consoleauth/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_consoleauth'}}) changed: [kode0] => (item={'key': u'nova-compute-ironic', 'value': {u'group': u'nova-compute-ironic', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-compute-ironic:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-compute-ironic/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_compute_ironic'}}) changed: [kode2] => (item={'key': u'nova-compute-ironic', 'value': {u'group': u'nova-compute-ironic', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-compute-ironic:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-compute-ironic/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_compute_ironic'}}) TASK [nova : Copying over nova.conf] ******************************************* skipping: [kode5] => (item={'key': u'nova-serialproxy', 'value': {u'group': u'nova-serialproxy', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-serialproxy:4.0.0.1', u'enabled': False, u'volumes': [u'/etc/kolla//nova-serialproxy/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_serialproxy'}}) skipping: [kode2] => (item={'key': u'nova-serialproxy', 'value': {u'group': u'nova-serialproxy', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-serialproxy:4.0.0.1', u'enabled': False, u'volumes': [u'/etc/kolla//nova-serialproxy/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_serialproxy'}}) skipping: [kode4] => (item={'key': u'nova-serialproxy', 'value': {u'group': u'nova-serialproxy', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-serialproxy:4.0.0.1', u'enabled': False, u'volumes': [u'/etc/kolla//nova-serialproxy/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_serialproxy'}}) skipping: [kode4] => (item={'key': u'nova-api', 'value': {u'group': u'nova-api', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-api:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-api/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_api', u'privileged': True}}) skipping: [kode4] => (item={'key': u'nova-conductor', 'value': {u'group': u'nova-conductor', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-conductor:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-conductor/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_conductor'}}) skipping: [kode0] => (item={'key': u'nova-serialproxy', 'value': {u'group': u'nova-serialproxy', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-serialproxy:4.0.0.1', u'enabled': False, u'volumes': [u'/etc/kolla//nova-serialproxy/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_serialproxy'}}) skipping: [kode4] => (item={'key': u'nova-scheduler', 'value': {u'group': u'nova-scheduler', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-scheduler:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-scheduler/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_scheduler'}}) skipping: [kode4] => (item={'key': u'nova-spicehtml5proxy', 'value': {u'group': u'nova-spicehtml5proxy', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-spicehtml5proxy:4.0.0.1', u'enabled': False, u'volumes': [u'/etc/kolla//nova-spicehtml5proxy/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_spicehtml5proxy'}}) skipping: [kode5] => (item={'key': u'nova-spicehtml5proxy', 'value': {u'group': u'nova-spicehtml5proxy', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-spicehtml5proxy:4.0.0.1', u'enabled': False, u'volumes': [u'/etc/kolla//nova-spicehtml5proxy/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_spicehtml5proxy'}}) skipping: [kode5] => (item={'key': u'nova-scheduler', 'value': {u'group': u'nova-scheduler', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-scheduler:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-scheduler/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_scheduler'}}) skipping: [kode5] => (item={'key': u'nova-api', 'value': {u'group': u'nova-api', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-api:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-api/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_api', u'privileged': True}}) skipping: [kode5] => (item={'key': u'nova-conductor', 'value': {u'group': u'nova-conductor', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-conductor:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-conductor/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_conductor'}}) skipping: [kode5] => (item={'key': u'nova-libvirt', 'value': {u'group': u'compute', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-libvirt:4.0.0.1', u'container_name': u'nova_libvirt', u'enabled': True, u'volumes': [u'/etc/kolla//nova-libvirt/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run/:/run/:shared', u'/dev:/dev', u'/sys/fs/cgroup:/sys/fs/cgroup', u'kolla_logs:/var/log/kolla/', u'libvirtd:/var/lib/libvirt', u'nova_compute:/var/lib/nova/', u'', u'nova_libvirt_qemu:/etc/libvirt/qemu'], u'pid_mode': u'host', u'privileged': True}}) skipping: [kode5] => (item={'key': u'nova-novncproxy', 'value': {u'group': u'nova-novncproxy', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-novncproxy:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-novncproxy/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_novncproxy'}}) skipping: [kode4] => (item={'key': u'nova-libvirt', 'value': {u'group': u'compute', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-libvirt:4.0.0.1', u'container_name': u'nova_libvirt', u'enabled': True, u'volumes': [u'/etc/kolla//nova-libvirt/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run/:/run/:shared', u'/dev:/dev', u'/sys/fs/cgroup:/sys/fs/cgroup', u'kolla_logs:/var/log/kolla/', u'libvirtd:/var/lib/libvirt', u'nova_compute:/var/lib/nova/', u'', u'nova_libvirt_qemu:/etc/libvirt/qemu'], u'pid_mode': u'host', u'privileged': True}}) skipping: [kode4] => (item={'key': u'nova-novncproxy', 'value': {u'group': u'nova-novncproxy', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-novncproxy:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-novncproxy/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_novncproxy'}}) skipping: [kode5] => (item={'key': u'placement-api', 'value': {u'group': u'placement-api', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-placement-api:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//placement-api/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'placement_api'}}) skipping: [kode4] => (item={'key': u'placement-api', 'value': {u'group': u'placement-api', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-placement-api:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//placement-api/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'placement_api'}}) changed: [kode0] => (item={'key': u'nova-conductor', 'value': {u'group': u'nova-conductor', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-conductor:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-conductor/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_conductor'}}) changed: [kode2] => (item={'key': u'nova-conductor', 'value': {u'group': u'nova-conductor', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-conductor:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-conductor/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_conductor'}}) changed: [kode4] => (item={'key': u'nova-compute', 'value': {u'group': u'compute', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-compute:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-compute/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'/dev:/dev', u'kolla_logs:/var/log/kolla/', u'iscsi_info:/etc/iscsi', u'libvirtd:/var/lib/libvirt', u'nova_compute:/var/lib/nova/', u''], u'container_name': u'nova_compute', u'privileged': True}}) skipping: [kode4] => (item={'key': u'nova-ssh', 'value': {u'group': u'compute', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-ssh:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-ssh/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla', u'nova_compute:/var/lib/nova', u'', u'heka_socket:/var/lib/kolla/heka/'], u'container_name': u'nova_ssh'}}) skipping: [kode4] => (item={'key': u'nova-compute-ironic', 'value': {u'group': u'nova-compute-ironic', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-compute-ironic:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-compute-ironic/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_compute_ironic'}}) skipping: [kode4] => (item={'key': u'nova-consoleauth', 'value': {u'group': u'nova-consoleauth', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-consoleauth:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-consoleauth/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_consoleauth'}}) skipping: [kode5] => (item={'key': u'nova-consoleauth', 'value': {u'group': u'nova-consoleauth', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-consoleauth:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-consoleauth/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_consoleauth'}}) skipping: [kode5] => (item={'key': u'nova-ssh', 'value': {u'group': u'compute', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-ssh:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-ssh/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla', u'nova_compute:/var/lib/nova', u'', u'heka_socket:/var/lib/kolla/heka/'], u'container_name': u'nova_ssh'}}) changed: [kode5] => (item={'key': u'nova-compute', 'value': {u'group': u'compute', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-compute:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-compute/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'/dev:/dev', u'kolla_logs:/var/log/kolla/', u'iscsi_info:/etc/iscsi', u'libvirtd:/var/lib/libvirt', u'nova_compute:/var/lib/nova/', u''], u'container_name': u'nova_compute', u'privileged': True}}) skipping: [kode5] => (item={'key': u'nova-compute-ironic', 'value': {u'group': u'nova-compute-ironic', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-compute-ironic:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-compute-ironic/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_compute_ironic'}}) changed: [kode0] => (item={'key': u'nova-api', 'value': {u'group': u'nova-api', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-api:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-api/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_api', u'privileged': True}}) changed: [kode2] => (item={'key': u'nova-api', 'value': {u'group': u'nova-api', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-api:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-api/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_api', u'privileged': True}}) changed: [kode0] => (item={'key': u'nova-scheduler', 'value': {u'group': u'nova-scheduler', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-scheduler:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-scheduler/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_scheduler'}}) skipping: [kode0] => (item={'key': u'nova-spicehtml5proxy', 'value': {u'group': u'nova-spicehtml5proxy', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-spicehtml5proxy:4.0.0.1', u'enabled': False, u'volumes': [u'/etc/kolla//nova-spicehtml5proxy/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_spicehtml5proxy'}}) changed: [kode2] => (item={'key': u'nova-scheduler', 'value': {u'group': u'nova-scheduler', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-scheduler:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-scheduler/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_scheduler'}}) skipping: [kode2] => (item={'key': u'nova-spicehtml5proxy', 'value': {u'group': u'nova-spicehtml5proxy', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-spicehtml5proxy:4.0.0.1', u'enabled': False, u'volumes': [u'/etc/kolla//nova-spicehtml5proxy/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_spicehtml5proxy'}}) changed: [kode0] => (item={'key': u'nova-novncproxy', 'value': {u'group': u'nova-novncproxy', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-novncproxy:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-novncproxy/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_novncproxy'}}) skipping: [kode0] => (item={'key': u'nova-libvirt', 'value': {u'group': u'compute', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-libvirt:4.0.0.1', u'container_name': u'nova_libvirt', u'enabled': True, u'volumes': [u'/etc/kolla//nova-libvirt/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run/:/run/:shared', u'/dev:/dev', u'/sys/fs/cgroup:/sys/fs/cgroup', u'kolla_logs:/var/log/kolla/', u'libvirtd:/var/lib/libvirt', u'nova_compute:/var/lib/nova/', u'', u'nova_libvirt_qemu:/etc/libvirt/qemu'], u'pid_mode': u'host', u'privileged': True}}) changed: [kode2] => (item={'key': u'nova-novncproxy', 'value': {u'group': u'nova-novncproxy', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-novncproxy:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-novncproxy/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_novncproxy'}}) skipping: [kode2] => (item={'key': u'nova-libvirt', 'value': {u'group': u'compute', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-libvirt:4.0.0.1', u'container_name': u'nova_libvirt', u'enabled': True, u'volumes': [u'/etc/kolla//nova-libvirt/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run/:/run/:shared', u'/dev:/dev', u'/sys/fs/cgroup:/sys/fs/cgroup', u'kolla_logs:/var/log/kolla/', u'libvirtd:/var/lib/libvirt', u'nova_compute:/var/lib/nova/', u'', u'nova_libvirt_qemu:/etc/libvirt/qemu'], u'pid_mode': u'host', u'privileged': True}}) changed: [kode0] => (item={'key': u'placement-api', 'value': {u'group': u'placement-api', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-placement-api:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//placement-api/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'placement_api'}}) skipping: [kode0] => (item={'key': u'nova-compute', 'value': {u'group': u'compute', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-compute:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-compute/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'/dev:/dev', u'kolla_logs:/var/log/kolla/', u'iscsi_info:/etc/iscsi', u'libvirtd:/var/lib/libvirt', u'nova_compute:/var/lib/nova/', u''], u'container_name': u'nova_compute', u'privileged': True}}) changed: [kode2] => (item={'key': u'placement-api', 'value': {u'group': u'placement-api', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-placement-api:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//placement-api/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'placement_api'}}) skipping: [kode0] => (item={'key': u'nova-ssh', 'value': {u'group': u'compute', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-ssh:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-ssh/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla', u'nova_compute:/var/lib/nova', u'', u'heka_socket:/var/lib/kolla/heka/'], u'container_name': u'nova_ssh'}}) skipping: [kode2] => (item={'key': u'nova-compute', 'value': {u'group': u'compute', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-compute:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-compute/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'/dev:/dev', u'kolla_logs:/var/log/kolla/', u'iscsi_info:/etc/iscsi', u'libvirtd:/var/lib/libvirt', u'nova_compute:/var/lib/nova/', u''], u'container_name': u'nova_compute', u'privileged': True}}) skipping: [kode2] => (item={'key': u'nova-ssh', 'value': {u'group': u'compute', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-ssh:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-ssh/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla', u'nova_compute:/var/lib/nova', u'', u'heka_socket:/var/lib/kolla/heka/'], u'container_name': u'nova_ssh'}}) changed: [kode2] => (item={'key': u'nova-consoleauth', 'value': {u'group': u'nova-consoleauth', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-consoleauth:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-consoleauth/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_consoleauth'}}) changed: [kode0] => (item={'key': u'nova-consoleauth', 'value': {u'group': u'nova-consoleauth', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-consoleauth:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-consoleauth/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_consoleauth'}}) changed: [kode2] => (item={'key': u'nova-compute-ironic', 'value': {u'group': u'nova-compute-ironic', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-compute-ironic:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-compute-ironic/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_compute_ironic'}}) changed: [kode0] => (item={'key': u'nova-compute-ironic', 'value': {u'group': u'nova-compute-ironic', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-compute-ironic:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-compute-ironic/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_compute_ironic'}}) TASK [nova : Copying over libvirt configuration] ******************************* skipping: [kode2] => (item={u'dest': u'libvirtd.conf', u'src': u'libvirtd.conf.j2'}) skipping: [kode2] => (item={u'dest': u'qemu.conf', u'src': u'qemu.conf.j2'}) skipping: [kode0] => (item={u'dest': u'libvirtd.conf', u'src': u'libvirtd.conf.j2'}) skipping: [kode0] => (item={u'dest': u'qemu.conf', u'src': u'qemu.conf.j2'}) changed: [kode5] => (item={u'dest': u'qemu.conf', u'src': u'qemu.conf.j2'}) changed: [kode4] => (item={u'dest': u'qemu.conf', u'src': u'qemu.conf.j2'}) changed: [kode5] => (item={u'dest': u'libvirtd.conf', u'src': u'libvirtd.conf.j2'}) changed: [kode4] => (item={u'dest': u'libvirtd.conf', u'src': u'libvirtd.conf.j2'}) TASK [nova : Copying over placement-api wsgi configuration] ******************** skipping: [kode5] skipping: [kode4] changed: [kode0] changed: [kode2] TASK [nova : Copying files for nova-ssh] *************************************** skipping: [kode0] => (item={u'dest': u'sshd_config', u'src': u'sshd_config.j2'}) skipping: [kode0] => (item={u'dest': u'id_rsa', u'src': u'id_rsa'}) skipping: [kode2] => (item={u'dest': u'sshd_config', u'src': u'sshd_config.j2'}) skipping: [kode2] => (item={u'dest': u'id_rsa.pub', u'src': u'id_rsa.pub'}) skipping: [kode0] => (item={u'dest': u'id_rsa.pub', u'src': u'id_rsa.pub'}) skipping: [kode2] => (item={u'dest': u'id_rsa', u'src': u'id_rsa'}) skipping: [kode0] => (item={u'dest': u'ssh_config', u'src': u'ssh_config.j2'}) skipping: [kode2] => (item={u'dest': u'ssh_config', u'src': u'ssh_config.j2'}) changed: [kode5] => (item={u'dest': u'sshd_config', u'src': u'sshd_config.j2'}) changed: [kode4] => (item={u'dest': u'sshd_config', u'src': u'sshd_config.j2'}) changed: [kode5] => (item={u'dest': u'id_rsa', u'src': u'id_rsa'}) changed: [kode4] => (item={u'dest': u'id_rsa', u'src': u'id_rsa'}) changed: [kode4] => (item={u'dest': u'id_rsa.pub', u'src': u'id_rsa.pub'}) changed: [kode5] => (item={u'dest': u'id_rsa.pub', u'src': u'id_rsa.pub'}) changed: [kode4] => (item={u'dest': u'ssh_config', u'src': u'ssh_config.j2'}) changed: [kode5] => (item={u'dest': u'ssh_config', u'src': u'ssh_config.j2'}) TASK [nova : Check if policies shall be overwritten] *************************** ok: [kode0 -> localhost] ok: [kode2 -> localhost] ok: [kode4 -> localhost] ok: [kode5 -> localhost] TASK [nova : Copying over existing policy.json] ******************************** skipping: [kode2] => (item={'key': u'nova-serialproxy', 'value': {u'group': u'nova-serialproxy', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-serialproxy:4.0.0.1', u'enabled': False, u'volumes': [u'/etc/kolla//nova-serialproxy/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_serialproxy'}}) skipping: [kode4] => (item={'key': u'nova-serialproxy', 'value': {u'group': u'nova-serialproxy', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-serialproxy:4.0.0.1', u'enabled': False, u'volumes': [u'/etc/kolla//nova-serialproxy/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_serialproxy'}}) skipping: [kode0] => (item={'key': u'nova-serialproxy', 'value': {u'group': u'nova-serialproxy', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-serialproxy:4.0.0.1', u'enabled': False, u'volumes': [u'/etc/kolla//nova-serialproxy/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_serialproxy'}}) skipping: [kode5] => (item={'key': u'nova-serialproxy', 'value': {u'group': u'nova-serialproxy', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-serialproxy:4.0.0.1', u'enabled': False, u'volumes': [u'/etc/kolla//nova-serialproxy/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_serialproxy'}}) skipping: [kode2] => (item={'key': u'nova-scheduler', 'value': {u'group': u'nova-scheduler', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-scheduler:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-scheduler/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_scheduler'}}) skipping: [kode2] => (item={'key': u'nova-api', 'value': {u'group': u'nova-api', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-api:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-api/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_api', u'privileged': True}}) skipping: [kode2] => (item={'key': u'nova-conductor', 'value': {u'group': u'nova-conductor', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-conductor:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-conductor/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_conductor'}}) skipping: [kode4] => (item={'key': u'placement-api', 'value': {u'group': u'placement-api', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-placement-api:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//placement-api/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'placement_api'}}) skipping: [kode4] => (item={'key': u'nova-libvirt', 'value': {u'group': u'compute', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-libvirt:4.0.0.1', u'container_name': u'nova_libvirt', u'enabled': True, u'volumes': [u'/etc/kolla//nova-libvirt/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run/:/run/:shared', u'/dev:/dev', u'/sys/fs/cgroup:/sys/fs/cgroup', u'kolla_logs:/var/log/kolla/', u'libvirtd:/var/lib/libvirt', u'nova_compute:/var/lib/nova/', u'', u'nova_libvirt_qemu:/etc/libvirt/qemu'], u'pid_mode': u'host', u'privileged': True}}) skipping: [kode4] => (item={'key': u'nova-novncproxy', 'value': {u'group': u'nova-novncproxy', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-novncproxy:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-novncproxy/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_novncproxy'}}) skipping: [kode4] => (item={'key': u'nova-spicehtml5proxy', 'value': {u'group': u'nova-spicehtml5proxy', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-spicehtml5proxy:4.0.0.1', u'enabled': False, u'volumes': [u'/etc/kolla//nova-spicehtml5proxy/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_spicehtml5proxy'}}) skipping: [kode4] => (item={'key': u'nova-scheduler', 'value': {u'group': u'nova-scheduler', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-scheduler:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-scheduler/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_scheduler'}}) skipping: [kode4] => (item={'key': u'nova-api', 'value': {u'group': u'nova-api', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-api:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-api/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_api', u'privileged': True}}) skipping: [kode4] => (item={'key': u'nova-conductor', 'value': {u'group': u'nova-conductor', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-conductor:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-conductor/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_conductor'}}) skipping: [kode4] => (item={'key': u'nova-consoleauth', 'value': {u'group': u'nova-consoleauth', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-consoleauth:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-consoleauth/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_consoleauth'}}) skipping: [kode4] => (item={'key': u'nova-ssh', 'value': {u'group': u'compute', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-ssh:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-ssh/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla', u'nova_compute:/var/lib/nova', u'', u'heka_socket:/var/lib/kolla/heka/'], u'container_name': u'nova_ssh'}}) skipping: [kode4] => (item={'key': u'nova-compute', 'value': {u'group': u'compute', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-compute:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-compute/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'/dev:/dev', u'kolla_logs:/var/log/kolla/', u'iscsi_info:/etc/iscsi', u'libvirtd:/var/lib/libvirt', u'nova_compute:/var/lib/nova/', u''], u'container_name': u'nova_compute', u'privileged': True}}) skipping: [kode4] => (item={'key': u'nova-compute-ironic', 'value': {u'group': u'nova-compute-ironic', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-compute-ironic:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-compute-ironic/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_compute_ironic'}}) skipping: [kode0] => (item={'key': u'nova-conductor', 'value': {u'group': u'nova-conductor', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-conductor:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-conductor/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_conductor'}}) skipping: [kode0] => (item={'key': u'nova-compute-ironic', 'value': {u'group': u'nova-compute-ironic', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-compute-ironic:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-compute-ironic/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_compute_ironic'}}) skipping: [kode0] => (item={'key': u'nova-consoleauth', 'value': {u'group': u'nova-consoleauth', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-consoleauth:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-consoleauth/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_consoleauth'}}) skipping: [kode2] => (item={'key': u'nova-spicehtml5proxy', 'value': {u'group': u'nova-spicehtml5proxy', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-spicehtml5proxy:4.0.0.1', u'enabled': False, u'volumes': [u'/etc/kolla//nova-spicehtml5proxy/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_spicehtml5proxy'}}) skipping: [kode2] => (item={'key': u'nova-compute-ironic', 'value': {u'group': u'nova-compute-ironic', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-compute-ironic:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-compute-ironic/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_compute_ironic'}}) skipping: [kode5] => (item={'key': u'nova-api', 'value': {u'group': u'nova-api', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-api:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-api/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_api', u'privileged': True}}) skipping: [kode5] => (item={'key': u'nova-compute', 'value': {u'group': u'compute', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-compute:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-compute/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'/dev:/dev', u'kolla_logs:/var/log/kolla/', u'iscsi_info:/etc/iscsi', u'libvirtd:/var/lib/libvirt', u'nova_compute:/var/lib/nova/', u''], u'container_name': u'nova_compute', u'privileged': True}}) skipping: [kode5] => (item={'key': u'nova-ssh', 'value': {u'group': u'compute', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-ssh:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-ssh/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla', u'nova_compute:/var/lib/nova', u'', u'heka_socket:/var/lib/kolla/heka/'], u'container_name': u'nova_ssh'}}) skipping: [kode5] => (item={'key': u'placement-api', 'value': {u'group': u'placement-api', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-placement-api:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//placement-api/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'placement_api'}}) skipping: [kode5] => (item={'key': u'nova-libvirt', 'value': {u'group': u'compute', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-libvirt:4.0.0.1', u'container_name': u'nova_libvirt', u'enabled': True, u'volumes': [u'/etc/kolla//nova-libvirt/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run/:/run/:shared', u'/dev:/dev', u'/sys/fs/cgroup:/sys/fs/cgroup', u'kolla_logs:/var/log/kolla/', u'libvirtd:/var/lib/libvirt', u'nova_compute:/var/lib/nova/', u'', u'nova_libvirt_qemu:/etc/libvirt/qemu'], u'pid_mode': u'host', u'privileged': True}}) skipping: [kode5] => (item={'key': u'nova-novncproxy', 'value': {u'group': u'nova-novncproxy', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-novncproxy:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-novncproxy/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_novncproxy'}}) skipping: [kode5] => (item={'key': u'nova-consoleauth', 'value': {u'group': u'nova-consoleauth', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-consoleauth:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-consoleauth/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_consoleauth'}}) skipping: [kode5] => (item={'key': u'nova-spicehtml5proxy', 'value': {u'group': u'nova-spicehtml5proxy', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-spicehtml5proxy:4.0.0.1', u'enabled': False, u'volumes': [u'/etc/kolla//nova-spicehtml5proxy/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_spicehtml5proxy'}}) skipping: [kode5] => (item={'key': u'nova-scheduler', 'value': {u'group': u'nova-scheduler', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-scheduler:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-scheduler/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_scheduler'}}) skipping: [kode5] => (item={'key': u'nova-compute-ironic', 'value': {u'group': u'nova-compute-ironic', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-compute-ironic:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-compute-ironic/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_compute_ironic'}}) skipping: [kode5] => (item={'key': u'nova-conductor', 'value': {u'group': u'nova-conductor', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-conductor:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-conductor/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_conductor'}}) skipping: [kode2] => (item={'key': u'nova-consoleauth', 'value': {u'group': u'nova-consoleauth', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-consoleauth:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-consoleauth/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_consoleauth'}}) skipping: [kode2] => (item={'key': u'nova-ssh', 'value': {u'group': u'compute', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-ssh:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-ssh/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla', u'nova_compute:/var/lib/nova', u'', u'heka_socket:/var/lib/kolla/heka/'], u'container_name': u'nova_ssh'}}) skipping: [kode2] => (item={'key': u'nova-compute', 'value': {u'group': u'compute', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-compute:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-compute/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'/dev:/dev', u'kolla_logs:/var/log/kolla/', u'iscsi_info:/etc/iscsi', u'libvirtd:/var/lib/libvirt', u'nova_compute:/var/lib/nova/', u''], u'container_name': u'nova_compute', u'privileged': True}}) skipping: [kode2] => (item={'key': u'placement-api', 'value': {u'group': u'placement-api', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-placement-api:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//placement-api/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'placement_api'}}) skipping: [kode2] => (item={'key': u'nova-libvirt', 'value': {u'group': u'compute', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-libvirt:4.0.0.1', u'container_name': u'nova_libvirt', u'enabled': True, u'volumes': [u'/etc/kolla//nova-libvirt/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run/:/run/:shared', u'/dev:/dev', u'/sys/fs/cgroup:/sys/fs/cgroup', u'kolla_logs:/var/log/kolla/', u'libvirtd:/var/lib/libvirt', u'nova_compute:/var/lib/nova/', u'', u'nova_libvirt_qemu:/etc/libvirt/qemu'], u'pid_mode': u'host', u'privileged': True}}) skipping: [kode2] => (item={'key': u'nova-novncproxy', 'value': {u'group': u'nova-novncproxy', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-novncproxy:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-novncproxy/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_novncproxy'}}) skipping: [kode0] => (item={'key': u'nova-ssh', 'value': {u'group': u'compute', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-ssh:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-ssh/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla', u'nova_compute:/var/lib/nova', u'', u'heka_socket:/var/lib/kolla/heka/'], u'container_name': u'nova_ssh'}}) skipping: [kode0] => (item={'key': u'nova-compute', 'value': {u'group': u'compute', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-compute:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-compute/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'/dev:/dev', u'kolla_logs:/var/log/kolla/', u'iscsi_info:/etc/iscsi', u'libvirtd:/var/lib/libvirt', u'nova_compute:/var/lib/nova/', u''], u'container_name': u'nova_compute', u'privileged': True}}) skipping: [kode0] => (item={'key': u'placement-api', 'value': {u'group': u'placement-api', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-placement-api:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//placement-api/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'placement_api'}}) skipping: [kode0] => (item={'key': u'nova-libvirt', 'value': {u'group': u'compute', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-libvirt:4.0.0.1', u'container_name': u'nova_libvirt', u'enabled': True, u'volumes': [u'/etc/kolla//nova-libvirt/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run/:/run/:shared', u'/dev:/dev', u'/sys/fs/cgroup:/sys/fs/cgroup', u'kolla_logs:/var/log/kolla/', u'libvirtd:/var/lib/libvirt', u'nova_compute:/var/lib/nova/', u'', u'nova_libvirt_qemu:/etc/libvirt/qemu'], u'pid_mode': u'host', u'privileged': True}}) skipping: [kode0] => (item={'key': u'nova-novncproxy', 'value': {u'group': u'nova-novncproxy', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-novncproxy:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-novncproxy/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_novncproxy'}}) skipping: [kode0] => (item={'key': u'nova-spicehtml5proxy', 'value': {u'group': u'nova-spicehtml5proxy', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-spicehtml5proxy:4.0.0.1', u'enabled': False, u'volumes': [u'/etc/kolla//nova-spicehtml5proxy/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_spicehtml5proxy'}}) skipping: [kode0] => (item={'key': u'nova-scheduler', 'value': {u'group': u'nova-scheduler', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-scheduler:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-scheduler/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_scheduler'}}) skipping: [kode0] => (item={'key': u'nova-api', 'value': {u'group': u'nova-api', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-api:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-api/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_api', u'privileged': True}}) TASK [nova : Check nova containers] ******************************************** skipping: [kode4] => (item={'key': u'nova-serialproxy', 'value': {u'group': u'nova-serialproxy', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-serialproxy:4.0.0.1', u'enabled': False, u'volumes': [u'/etc/kolla//nova-serialproxy/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_serialproxy'}}) skipping: [kode4] => (item={'key': u'nova-conductor', 'value': {u'group': u'nova-conductor', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-conductor:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-conductor/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_conductor'}}) skipping: [kode0] => (item={'key': u'nova-serialproxy', 'value': {u'group': u'nova-serialproxy', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-serialproxy:4.0.0.1', u'enabled': False, u'volumes': [u'/etc/kolla//nova-serialproxy/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_serialproxy'}}) skipping: [kode2] => (item={'key': u'nova-serialproxy', 'value': {u'group': u'nova-serialproxy', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-serialproxy:4.0.0.1', u'enabled': False, u'volumes': [u'/etc/kolla//nova-serialproxy/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_serialproxy'}}) skipping: [kode5] => (item={'key': u'nova-api', 'value': {u'group': u'nova-api', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-api:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-api/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_api', u'privileged': True}}) skipping: [kode5] => (item={'key': u'nova-conductor', 'value': {u'group': u'nova-conductor', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-conductor:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-conductor/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_conductor'}}) skipping: [kode4] => (item={'key': u'nova-scheduler', 'value': {u'group': u'nova-scheduler', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-scheduler:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-scheduler/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_scheduler'}}) skipping: [kode4] => (item={'key': u'nova-api', 'value': {u'group': u'nova-api', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-api:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-api/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_api', u'privileged': True}}) skipping: [kode5] => (item={'key': u'nova-scheduler', 'value': {u'group': u'nova-scheduler', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-scheduler:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-scheduler/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_scheduler'}}) skipping: [kode5] => (item={'key': u'nova-serialproxy', 'value': {u'group': u'nova-serialproxy', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-serialproxy:4.0.0.1', u'enabled': False, u'volumes': [u'/etc/kolla//nova-serialproxy/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_serialproxy'}}) skipping: [kode4] => (item={'key': u'nova-novncproxy', 'value': {u'group': u'nova-novncproxy', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-novncproxy:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-novncproxy/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_novncproxy'}}) skipping: [kode4] => (item={'key': u'nova-spicehtml5proxy', 'value': {u'group': u'nova-spicehtml5proxy', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-spicehtml5proxy:4.0.0.1', u'enabled': False, u'volumes': [u'/etc/kolla//nova-spicehtml5proxy/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_spicehtml5proxy'}}) skipping: [kode5] => (item={'key': u'nova-spicehtml5proxy', 'value': {u'group': u'nova-spicehtml5proxy', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-spicehtml5proxy:4.0.0.1', u'enabled': False, u'volumes': [u'/etc/kolla//nova-spicehtml5proxy/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_spicehtml5proxy'}}) skipping: [kode5] => (item={'key': u'nova-novncproxy', 'value': {u'group': u'nova-novncproxy', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-novncproxy:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-novncproxy/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_novncproxy'}}) changed: [kode2] => (item={'key': u'nova-conductor', 'value': {u'group': u'nova-conductor', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-conductor:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-conductor/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_conductor'}}) changed: [kode0] => (item={'key': u'nova-conductor', 'value': {u'group': u'nova-conductor', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-conductor:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-conductor/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_conductor'}}) changed: [kode5] => (item={'key': u'nova-libvirt', 'value': {u'group': u'compute', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-libvirt:4.0.0.1', u'container_name': u'nova_libvirt', u'enabled': True, u'volumes': [u'/etc/kolla//nova-libvirt/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run/:/run/:shared', u'/dev:/dev', u'/sys/fs/cgroup:/sys/fs/cgroup', u'kolla_logs:/var/log/kolla/', u'libvirtd:/var/lib/libvirt', u'nova_compute:/var/lib/nova/', u'', u'nova_libvirt_qemu:/etc/libvirt/qemu'], u'pid_mode': u'host', u'privileged': True}}) changed: [kode4] => (item={'key': u'nova-libvirt', 'value': {u'group': u'compute', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-libvirt:4.0.0.1', u'container_name': u'nova_libvirt', u'enabled': True, u'volumes': [u'/etc/kolla//nova-libvirt/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run/:/run/:shared', u'/dev:/dev', u'/sys/fs/cgroup:/sys/fs/cgroup', u'kolla_logs:/var/log/kolla/', u'libvirtd:/var/lib/libvirt', u'nova_compute:/var/lib/nova/', u'', u'nova_libvirt_qemu:/etc/libvirt/qemu'], u'pid_mode': u'host', u'privileged': True}}) skipping: [kode5] => (item={'key': u'placement-api', 'value': {u'group': u'placement-api', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-placement-api:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//placement-api/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'placement_api'}}) skipping: [kode4] => (item={'key': u'placement-api', 'value': {u'group': u'placement-api', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-placement-api:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//placement-api/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'placement_api'}}) changed: [kode2] => (item={'key': u'nova-api', 'value': {u'group': u'nova-api', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-api:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-api/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_api', u'privileged': True}}) changed: [kode0] => (item={'key': u'nova-api', 'value': {u'group': u'nova-api', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-api:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-api/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_api', u'privileged': True}}) changed: [kode5] => (item={'key': u'nova-compute', 'value': {u'group': u'compute', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-compute:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-compute/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'/dev:/dev', u'kolla_logs:/var/log/kolla/', u'iscsi_info:/etc/iscsi', u'libvirtd:/var/lib/libvirt', u'nova_compute:/var/lib/nova/', u''], u'container_name': u'nova_compute', u'privileged': True}}) changed: [kode4] => (item={'key': u'nova-compute', 'value': {u'group': u'compute', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-compute:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-compute/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'/dev:/dev', u'kolla_logs:/var/log/kolla/', u'iscsi_info:/etc/iscsi', u'libvirtd:/var/lib/libvirt', u'nova_compute:/var/lib/nova/', u''], u'container_name': u'nova_compute', u'privileged': True}}) changed: [kode0] => (item={'key': u'nova-scheduler', 'value': {u'group': u'nova-scheduler', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-scheduler:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-scheduler/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_scheduler'}}) skipping: [kode0] => (item={'key': u'nova-spicehtml5proxy', 'value': {u'group': u'nova-spicehtml5proxy', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-spicehtml5proxy:4.0.0.1', u'enabled': False, u'volumes': [u'/etc/kolla//nova-spicehtml5proxy/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_spicehtml5proxy'}}) changed: [kode5] => (item={'key': u'nova-ssh', 'value': {u'group': u'compute', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-ssh:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-ssh/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla', u'nova_compute:/var/lib/nova', u'', u'heka_socket:/var/lib/kolla/heka/'], u'container_name': u'nova_ssh'}}) changed: [kode2] => (item={'key': u'nova-scheduler', 'value': {u'group': u'nova-scheduler', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-scheduler:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-scheduler/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_scheduler'}}) skipping: [kode5] => (item={'key': u'nova-consoleauth', 'value': {u'group': u'nova-consoleauth', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-consoleauth:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-consoleauth/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_consoleauth'}}) skipping: [kode2] => (item={'key': u'nova-spicehtml5proxy', 'value': {u'group': u'nova-spicehtml5proxy', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-spicehtml5proxy:4.0.0.1', u'enabled': False, u'volumes': [u'/etc/kolla//nova-spicehtml5proxy/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_spicehtml5proxy'}}) skipping: [kode5] => (item={'key': u'nova-compute-ironic', 'value': {u'group': u'nova-compute-ironic', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-compute-ironic:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-compute-ironic/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_compute_ironic'}}) changed: [kode4] => (item={'key': u'nova-ssh', 'value': {u'group': u'compute', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-ssh:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-ssh/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla', u'nova_compute:/var/lib/nova', u'', u'heka_socket:/var/lib/kolla/heka/'], u'container_name': u'nova_ssh'}}) skipping: [kode4] => (item={'key': u'nova-consoleauth', 'value': {u'group': u'nova-consoleauth', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-consoleauth:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-consoleauth/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_consoleauth'}}) skipping: [kode4] => (item={'key': u'nova-compute-ironic', 'value': {u'group': u'nova-compute-ironic', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-compute-ironic:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-compute-ironic/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_compute_ironic'}}) changed: [kode0] => (item={'key': u'nova-novncproxy', 'value': {u'group': u'nova-novncproxy', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-novncproxy:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-novncproxy/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_novncproxy'}}) skipping: [kode0] => (item={'key': u'nova-libvirt', 'value': {u'group': u'compute', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-libvirt:4.0.0.1', u'container_name': u'nova_libvirt', u'enabled': True, u'volumes': [u'/etc/kolla//nova-libvirt/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run/:/run/:shared', u'/dev:/dev', u'/sys/fs/cgroup:/sys/fs/cgroup', u'kolla_logs:/var/log/kolla/', u'libvirtd:/var/lib/libvirt', u'nova_compute:/var/lib/nova/', u'', u'nova_libvirt_qemu:/etc/libvirt/qemu'], u'pid_mode': u'host', u'privileged': True}}) changed: [kode2] => (item={'key': u'nova-novncproxy', 'value': {u'group': u'nova-novncproxy', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-novncproxy:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-novncproxy/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_novncproxy'}}) skipping: [kode2] => (item={'key': u'nova-libvirt', 'value': {u'group': u'compute', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-libvirt:4.0.0.1', u'container_name': u'nova_libvirt', u'enabled': True, u'volumes': [u'/etc/kolla//nova-libvirt/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run/:/run/:shared', u'/dev:/dev', u'/sys/fs/cgroup:/sys/fs/cgroup', u'kolla_logs:/var/log/kolla/', u'libvirtd:/var/lib/libvirt', u'nova_compute:/var/lib/nova/', u'', u'nova_libvirt_qemu:/etc/libvirt/qemu'], u'pid_mode': u'host', u'privileged': True}}) changed: [kode0] => (item={'key': u'placement-api', 'value': {u'group': u'placement-api', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-placement-api:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//placement-api/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'placement_api'}}) skipping: [kode0] => (item={'key': u'nova-compute', 'value': {u'group': u'compute', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-compute:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-compute/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'/dev:/dev', u'kolla_logs:/var/log/kolla/', u'iscsi_info:/etc/iscsi', u'libvirtd:/var/lib/libvirt', u'nova_compute:/var/lib/nova/', u''], u'container_name': u'nova_compute', u'privileged': True}}) skipping: [kode0] => (item={'key': u'nova-ssh', 'value': {u'group': u'compute', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-ssh:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-ssh/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla', u'nova_compute:/var/lib/nova', u'', u'heka_socket:/var/lib/kolla/heka/'], u'container_name': u'nova_ssh'}}) changed: [kode2] => (item={'key': u'placement-api', 'value': {u'group': u'placement-api', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-placement-api:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//placement-api/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'placement_api'}}) skipping: [kode2] => (item={'key': u'nova-compute', 'value': {u'group': u'compute', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-compute:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-compute/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'/lib/modules:/lib/modules:ro', u'/run:/run:shared', u'/dev:/dev', u'kolla_logs:/var/log/kolla/', u'iscsi_info:/etc/iscsi', u'libvirtd:/var/lib/libvirt', u'nova_compute:/var/lib/nova/', u''], u'container_name': u'nova_compute', u'privileged': True}}) skipping: [kode2] => (item={'key': u'nova-ssh', 'value': {u'group': u'compute', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-ssh:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-ssh/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla', u'nova_compute:/var/lib/nova', u'', u'heka_socket:/var/lib/kolla/heka/'], u'container_name': u'nova_ssh'}}) changed: [kode0] => (item={'key': u'nova-consoleauth', 'value': {u'group': u'nova-consoleauth', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-consoleauth:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-consoleauth/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_consoleauth'}}) changed: [kode2] => (item={'key': u'nova-consoleauth', 'value': {u'group': u'nova-consoleauth', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-consoleauth:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-consoleauth/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_consoleauth'}}) changed: [kode0] => (item={'key': u'nova-compute-ironic', 'value': {u'group': u'nova-compute-ironic', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-compute-ironic:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-compute-ironic/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_compute_ironic'}}) changed: [kode2] => (item={'key': u'nova-compute-ironic', 'value': {u'group': u'nova-compute-ironic', u'image': u'192.168.103.16:5000/bgi/centos-binary-nova-compute-ironic:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//nova-compute-ironic/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'nova_compute_ironic'}}) TASK [nova : include] ********************************************************** skipping: [kode2] skipping: [kode0] skipping: [kode4] skipping: [kode5] TASK [nova : include] ********************************************************** included: /opt/bgi-kolla/kolla-ansible/ansible/roles/nova/tasks/bootstrap.yml for kode0, kode2, kode4, kode5 TASK [nova : Creating Nova databases] ****************************************** changed: [kode0 -> kode0] => (item=nova) changed: [kode0 -> kode0] => (item=nova_cell0) changed: [kode0 -> kode0] => (item=nova_api) TASK [nova : Creating Nova databases user and setting permissions] ************* changed: [kode0 -> kode0] => (item={u'database_password': u'BUQapPRwCLqsTsudXxponwcSSjpHE2LFQisuuykV', u'database_name': u'nova', u'database_username': u'nova'}) changed: [kode0 -> kode0] => (item={u'database_password': u'BUQapPRwCLqsTsudXxponwcSSjpHE2LFQisuuykV', u'database_name': u'nova_cell0', u'database_username': u'nova'}) changed: [kode0 -> kode0] => (item={u'database_password': u'7HW44pcEnqUHmpEqKUlMwqwx0f6ZwsXIiC799Mkk', u'database_name': u'nova_api', u'database_username': u'nova_api'}) TASK [nova : include] ********************************************************** included: /opt/bgi-kolla/kolla-ansible/ansible/roles/nova/tasks/bootstrap_service.yml for kode0, kode2, kode5, kode4 TASK [nova : Running Nova bootstrap container] ********************************* ^CProcess WorkerProcess-872: [ERROR]: User interrupted execution Command failed ansible-playbook -i ../ansible/inventory/bgi-openstack -e @/etc/kolla/globals.yml -e @/etc/kolla/passwords.yml -e CONFIG_DIR=/etc/kolla -e horizon_tag=4.0.0.2 -e action=deploy /opt/bgi-kolla/kolla-ansible/ansible/site.yml [root@kola bgi]# ls 01-precheck.sh 04-init-runonce.sh 07.1-destroy-clean-image.sh 02.1-deploy-latest-horizon.sh 05.1-reconfigure-ironic.sh 07-destroy.sh 02.2-deploy-only-swift.sh 05.2-reconfigure-swift.sh 08.1-upgrade-horizon.sh 02-deploy.sh 05-reconfigure.sh 08-upgrade-minor.sh 03-post-deploy.sh 06-scaleout.sh prepare_swift_ring.sh [root@kola bgi]# cat 07-destroy.sh ../tools/kolla-ansible destroy -i ../ansible/inventory/bgi-openstack --yes-i-really-really-mean-it [root@kola bgi]# ./07-destroy.sh Destroy Kolla containers, volumes and host configuration : ansible-playbook -i ../ansible/inventory/bgi-openstack -e @/etc/kolla/globals.yml -e @/etc/kolla/passwords.yml -e CONFIG_DIR=/etc/kolla /opt/bgi-kolla/kolla-ansible/ansible/destroy.yml PLAY [Apply role destroy] ****************************************************** TASK [setup] ******************************************************************* ok: [kode0] ok: [kode1] ok: [kode2] ok: [kode5] ok: [kode4] ok: [kode3] TASK [destroy : Creating /kolla-cleanup/tools directory on node] *************** changed: [kode5] changed: [kode1] changed: [kode0] changed: [kode2] changed: [kode4] changed: [kode3] TASK [destroy : Copying validate-docker-execute.sh file] *********************** changed: [kode4] changed: [kode1] changed: [kode0] changed: [kode5] changed: [kode2] changed: [kode3] TASK [destroy : Copying cleanup-containers file] ******************************* changed: [kode1] changed: [kode5] changed: [kode0] changed: [kode2] changed: [kode4] changed: [kode3] TASK [destroy : Copying cleanup-host file] ************************************* changed: [kode1] changed: [kode5] changed: [kode0] changed: [kode2] changed: [kode4] changed: [kode3] TASK [destroy : Copying cleanup-images file] *********************************** skipping: [kode2] skipping: [kode1] skipping: [kode0] skipping: [kode4] skipping: [kode5] skipping: [kode3] TASK [destroy : Destroying all Kolla containers and volumes] ******************* changed: [kode4] changed: [kode5] changed: [kode1] changed: [kode3] changed: [kode2] changed: [kode0] TASK [destroy : Removing Kolla images] ***************************************** skipping: [kode2] skipping: [kode0] skipping: [kode4] skipping: [kode1] skipping: [kode5] skipping: [kode3] TASK [destroy : Destroying Kolla host configuration] *************************** changed: [kode1] changed: [kode5] changed: [kode4] changed: [kode0] changed: [kode3] changed: [kode2] TASK [destroy : Destroying kolla-cleanup folder] ******************************* changed: [kode1] changed: [kode4] changed: [kode0] changed: [kode5] changed: [kode2] changed: [kode3] PLAY RECAP ********************************************************************* kode0 : ok=8 changed=7 unreachable=0 failed=0 kode1 : ok=8 changed=7 unreachable=0 failed=0 kode2 : ok=8 changed=7 unreachable=0 failed=0 kode3 : ok=8 changed=7 unreachable=0 failed=0 kode4 : ok=8 changed=7 unreachable=0 failed=0 kode5 : ok=8 changed=7 unreachable=0 failed=0 [root@kola bgi]# ls 01-precheck.sh 04-init-runonce.sh 07.1-destroy-clean-image.sh 02.1-deploy-latest-horizon.sh 05.1-reconfigure-ironic.sh 07-destroy.sh 02.2-deploy-only-swift.sh 05.2-reconfigure-swift.sh 08.1-upgrade-horizon.sh 02-deploy.sh 05-reconfigure.sh 08-upgrade-minor.sh 03-post-deploy.sh 06-scaleout.sh prepare_swift_ring.sh [root@kola bgi]# ./01-precheck.sh Pre-deployment checking : ansible-playbook -i ../ansible/inventory/bgi-openstack -e @/etc/kolla/globals.yml -e @/etc/kolla/passwords.yml -e CONFIG_DIR=/etc/kolla -e action=precheck /opt/bgi-kolla/kolla-ansible/ansible/site.yml PLAY [Gather facts for all hosts] ********************************************** TASK [setup] ******************************************************************* ok: [kode2] ok: [kode1] ok: [kode4] ok: [kode0] ok: [kode5] ok: [kode3] PLAY [Gather facts for all hosts (if using --limit)] *************************** TASK [setup] ******************************************************************* skipping: [kode0] => (item=kode1) skipping: [kode1] => (item=kode1) skipping: [kode1] => (item=kode5) skipping: [kode1] => (item=kode3) skipping: [kode2] => (item=kode0) skipping: [kode2] => (item=kode1) skipping: [kode2] => (item=kode3) skipping: [kode4] => (item=kode0) skipping: [kode4] => (item=kode5) skipping: [kode4] => (item=kode3) skipping: [kode5] => (item=kode1) skipping: [kode5] => (item=kode3) skipping: [kode3] => (item=kode1) skipping: [kode3] => (item=kode3) skipping: [kode3] => (item=kode5) skipping: [kode3] => (item=kode4) skipping: [kode3] => (item=kode2) skipping: [kode3] => (item=kode0) skipping: [kode5] => (item=kode5) skipping: [kode5] => (item=kode4) skipping: [kode5] => (item=kode2) skipping: [kode5] => (item=kode0) skipping: [kode4] => (item=kode4) skipping: [kode4] => (item=kode2) skipping: [kode4] => (item=kode1) skipping: [kode2] => (item=kode5) skipping: [kode2] => (item=kode4) skipping: [kode2] => (item=kode2) skipping: [kode1] => (item=kode4) skipping: [kode1] => (item=kode2) skipping: [kode0] => (item=kode3) skipping: [kode1] => (item=kode0) skipping: [kode0] => (item=kode5) skipping: [kode0] => (item=kode4) skipping: [kode0] => (item=kode2) skipping: [kode0] => (item=kode0) PLAY [Detect openstack_release variable] *************************************** TASK [Get current kolla-ansible version number] ******************************** skipping: [kode4] skipping: [kode2] skipping: [kode5] skipping: [kode1] skipping: [kode3] skipping: [kode0] TASK [Set openstack_release variable] ****************************************** skipping: [kode0] skipping: [kode1] skipping: [kode4] skipping: [kode2] skipping: [kode5] skipping: [kode3] PLAY [Apply role prechecks] **************************************************** TASK [setup] ******************************************************************* ok: [kode1] ok: [kode0] ok: [kode5] ok: [kode2] ok: [kode3] ok: [kode4] TASK [prechecks : Checking the api_interface is present] *********************** skipping: [kode0] skipping: [kode2] skipping: [kode5] skipping: [kode1] skipping: [kode3] skipping: [kode4] TASK [prechecks : Checking the api_interface is active] ************************ skipping: [kode2] skipping: [kode1] skipping: [kode0] skipping: [kode5] skipping: [kode4] skipping: [kode3] TASK [prechecks : Checking the api_interface configuration] ******************** skipping: [kode0] skipping: [kode1] skipping: [kode2] skipping: [kode4] skipping: [kode5] skipping: [kode3] TASK [prechecks : Checking the api_interface ip address configuration] ********* skipping: [kode1] skipping: [kode0] skipping: [kode2] skipping: [kode4] skipping: [kode5] skipping: [kode3] TASK [prechecks : Checking if kolla_internal_vip_address and kolla_external_vip_address are not pingable from any node] *** ok: [kode5] => (item=192.168.101.254) ok: [kode5] => (item=192.168.102.254) ok: [kode3] => (item=192.168.102.254) ok: [kode2] => (item=192.168.102.254) ok: [kode4] => (item=192.168.102.254) ok: [kode1] => (item=192.168.102.254) ok: [kode3] => (item=192.168.101.254) ok: [kode0] => (item=192.168.102.254) ok: [kode2] => (item=192.168.101.254) ok: [kode1] => (item=192.168.101.254) ok: [kode4] => (item=192.168.101.254) ok: [kode0] => (item=192.168.101.254) TASK [prechecks : Checking if kolla_internal_vip_address is in the same network as api_interface on all nodes] *** ok: [kode4] ok: [kode2] ok: [kode1] ok: [kode5] ok: [kode0] ok: [kode3] TASK [prechecks : Checking free port for HAProxy stats] ************************ skipping: [kode2] skipping: [kode1] skipping: [kode4] skipping: [kode5] skipping: [kode0] ok: [kode3] TASK [prechecks : Checking free port for Rsync] ******************************** skipping: [kode4] skipping: [kode2] skipping: [kode0] skipping: [kode5] skipping: [kode3] ok: [kode1] TASK [prechecks : Checking that libvirt is not running] ************************ skipping: [kode0] skipping: [kode1] skipping: [kode2] skipping: [kode3] ok: [kode5] ok: [kode4] TASK [prechecks : Checking Docker version] ************************************* ok: [kode0] ok: [kode4] ok: [kode1] ok: [kode5] ok: [kode3] ok: [kode2] TASK [prechecks : Checking if 'MountFlags' for docker service is set to 'shared'] *** skipping: [kode2] skipping: [kode4] skipping: [kode1] skipping: [kode5] skipping: [kode0] ok: [kode3] TASK [prechecks : Checking if '/run' mount flag is set to 'shared'] ************ skipping: [kode2] skipping: [kode4] skipping: [kode1] skipping: [kode0] skipping: [kode5] skipping: [kode3] TASK [prechecks : Checking empty passwords in passwords.yml. Run kolla-genpwd if this task fails] *** ok: [kode0 -> localhost] ok: [kode4 -> localhost] ok: [kode5 -> localhost] ok: [kode2 -> localhost] ok: [kode1 -> localhost] ok: [kode3 -> localhost] TASK [prechecks : Checking fernet_token_expiry in globals.yml. Update fernet_token_expiry to allowed value if this task fails] *** ok: [kode0 -> localhost] TASK [prechecks : Checking number of network agents] *************************** skipping: [kode2] skipping: [kode4] skipping: [kode1] skipping: [kode5] skipping: [kode3] skipping: [kode0] TASK [prechecks : Checking mongodb backend for ceilometer] ********************* skipping: [kode0] TASK [prechecks : Checking LVM volume group exists for Cinder] ***************** skipping: [kode4] skipping: [kode2] skipping: [kode5] skipping: [kode0] skipping: [kode3] ok: [kode1] TASK [prechecks : Checking docker-py version] ********************************** ok: [kode0] ok: [kode1] ok: [kode2] ok: [kode4] ok: [kode5] ok: [kode3] TASK [prechecks : Checking Ansible version] ************************************ skipping: [kode0] PLAY [Apply role chrony] ******************************************************* TASK [setup] ******************************************************************* ok: [kode1] ok: [kode2] ok: [kode3] ok: [kode4] ok: [kode5] ok: [kode0] TASK [common : include] ******************************************************** skipping: [kode1] skipping: [kode2] skipping: [kode3] skipping: [kode0] skipping: [kode4] skipping: [kode5] TASK [common : Registering common role has run] ******************************** skipping: [kode1] skipping: [kode2] skipping: [kode3] skipping: [kode0] skipping: [kode4] skipping: [kode5] TASK [chrony : include] ******************************************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] skipping: [kode3] skipping: [kode4] skipping: [kode5] PLAY [Apply role collectd] ***************************************************** TASK [setup] ******************************************************************* ok: [kode4] ok: [kode5] TASK [common : include] ******************************************************** skipping: [kode4] skipping: [kode5] TASK [common : Registering common role has run] ******************************** skipping: [kode4] skipping: [kode5] TASK [collectd : include] ****************************************************** skipping: [kode4] skipping: [kode5] PLAY [Apply role elasticsearch] ************************************************ TASK [setup] ******************************************************************* ok: [kode1] ok: [kode0] ok: [kode2] TASK [common : include] ******************************************************** TASK [common : Registering common role has run] ******************************** ok: [kode0] ok: [kode1] ok: [kode2] TASK [elasticsearch : include] ************************************************* included: /opt/bgi-kolla/kolla-ansible/ansible/roles/elasticsearch/tasks/precheck.yml for kode0, kode1, kode2 TASK [elasticsearch : Get container facts] ************************************* ok: [kode0] ok: [kode2] ok: [kode1] TASK [elasticsearch : Checking free port for Elasticsearch] ******************** ok: [kode0] ok: [kode1] ok: [kode2] PLAY [Apply role influxdb] ***************************************************** TASK [setup] ******************************************************************* ok: [kode3] TASK [common : include] ******************************************************** skipping: [kode3] TASK [common : Registering common role has run] ******************************** skipping: [kode3] TASK [influxdb : include] ****************************************************** skipping: [kode3] PLAY [Apply role telegraf] ***************************************************** TASK [setup] ******************************************************************* ok: [kode0] ok: [kode1] ok: [kode2] ok: [kode4] ok: [kode5] ok: [kode3] TASK [common : include] ******************************************************** skipping: [kode5] skipping: [kode4] skipping: [kode0] skipping: [kode1] skipping: [kode2] skipping: [kode3] TASK [common : Registering common role has run] ******************************** skipping: [kode4] skipping: [kode0] skipping: [kode1] skipping: [kode2] skipping: [kode5] skipping: [kode3] TASK [telegraf : include] ****************************************************** skipping: [kode4] skipping: [kode0] skipping: [kode5] skipping: [kode1] skipping: [kode2] skipping: [kode3] PLAY [Apply role haproxy] ****************************************************** TASK [setup] ******************************************************************* ok: [kode3] TASK [common : include] ******************************************************** TASK [common : Registering common role has run] ******************************** ok: [kode3] TASK [haproxy : include] ******************************************************* included: /opt/bgi-kolla/kolla-ansible/ansible/roles/haproxy/tasks/precheck.yml for kode3 TASK [haproxy : Get container facts] ******************************************* ok: [kode3] TASK [haproxy : Getting haproxy stat] ****************************************** skipping: [kode3] TASK [haproxy : set_fact] ****************************************************** ok: [kode3] TASK [haproxy : Checking free port for Aodh API HAProxy] *********************** ok: [kode3] TASK [haproxy : Checking free port for Barbican API HAProxy] ******************* skipping: [kode3] TASK [haproxy : Checking free port for Ceilometer API HAProxy] ***************** ok: [kode3] TASK [haproxy : Checking free port for Cinder API HAProxy] ********************* ok: [kode3] TASK [haproxy : Checking free port for Cloudkitty API HAProxy] ***************** skipping: [kode3] TASK [haproxy : Checking free port for Congress API HAProxy] ******************* skipping: [kode3] TASK [haproxy : Checking free port for Designate API HAProxy] ****************** skipping: [kode3] TASK [haproxy : Checking free port for Elasticsearch HAProxy] ****************** ok: [kode3] TASK [haproxy : Checking free port for Glance API HAProxy] ********************* ok: [kode3] TASK [haproxy : Checking free port for Glance Registry HAProxy] **************** ok: [kode3] TASK [haproxy : Checking free port for Gnocchi API HAProxy] ******************** ok: [kode3] TASK [haproxy : Checking free port for Freezer API HAProxy] ******************** skipping: [kode3] TASK [haproxy : Checking free port for Grafana server HAProxy] ***************** skipping: [kode3] TASK [haproxy : Checking free port for Heat API HAProxy] *********************** skipping: [kode3] TASK [haproxy : Checking free port for Heat API CFN HAProxy] ******************* skipping: [kode3] TASK [haproxy : Checking free port for Horizon HAProxy] ************************ ok: [kode3] TASK [haproxy : Checking free port for Ironic HAProxy] ************************* ok: [kode3] TASK [haproxy : Checking free port for Karbor Admin HAProxy] ******************* skipping: [kode3] TASK [haproxy : Checking free port for Keystone Admin HAProxy] ***************** ok: [kode3] TASK [haproxy : Checking free port for Keystone Internal HAProxy] ************** ok: [kode3] TASK [haproxy : Checking free port for Keystone Public HAProxy] **************** ok: [kode3] TASK [haproxy : Checking free port for Kibana HAProxy] ************************* ok: [kode3] TASK [haproxy : Checking free port for Magnum API HAProxy] ********************* skipping: [kode3] TASK [haproxy : Checking free port for Manila API HAProxy] ********************* skipping: [kode3] TASK [haproxy : Checking free port for MariaDB HAProxy] ************************ ok: [kode3] TASK [haproxy : Checking free port for Mistral API HAProxy] ******************** skipping: [kode3] TASK [haproxy : Checking free port for Mongodb HAProxy] ************************ ok: [kode3] TASK [haproxy : Checking free port for Murano API HAProxy] ********************* skipping: [kode3] TASK [haproxy : Checking free port for Neutron Server HAProxy] ***************** ok: [kode3] TASK [haproxy : Checking free port for Nova API HAProxy] *********************** ok: [kode3] TASK [haproxy : Checking free port for Nova Metadata HAProxy] ****************** ok: [kode3] TASK [haproxy : Checking free port for Nova NoVNC HAProxy] ********************* ok: [kode3] TASK [haproxy : Checking free port for Nova Serial Proxy HAProxy] ************** skipping: [kode3] TASK [haproxy : Checking free port for Nova Spice HTML5 HAProxy] *************** skipping: [kode3] TASK [haproxy : Checking free port for Octavia API HAProxy] ******************** skipping: [kode3] TASK [haproxy : Checking free port for Panko API HAProxy] ********************** skipping: [kode3] TASK [haproxy : Checking free port for RabbitMQ Management HAProxy] ************ ok: [kode3] TASK [haproxy : Checking free port for RadosGW HAProxy] ************************ skipping: [kode3] TASK [haproxy : Checking free port for Sahara API HAProxy] ********************* skipping: [kode3] TASK [haproxy : Checking free port for Searchlight API HAProxy] **************** skipping: [kode3] TASK [haproxy : Checking free port for Senlin API HAProxy] ********************* skipping: [kode3] TASK [haproxy : Checking free port for Solum Application Deployment HAProxy] *** skipping: [kode3] TASK [haproxy : Checking free port for Solum Image Builder HAProxy] ************ skipping: [kode3] TASK [haproxy : Checking free port for Swift Proxy Server HAProxy] ************* ok: [kode3] TASK [haproxy : Checking free port for Tacker Server HAProxy] ****************** skipping: [kode3] TASK [haproxy : Checking free port for Trove API HAProxy] ********************** skipping: [kode3] TASK [haproxy : Checking free port for Watcher API HAProxy] ******************** skipping: [kode3] PLAY [Apply role kibana] ******************************************************* TASK [setup] ******************************************************************* ok: [kode1] ok: [kode2] ok: [kode0] TASK [common : include] ******************************************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [common : Registering common role has run] ******************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [kibana : include] ******************************************************** included: /opt/bgi-kolla/kolla-ansible/ansible/roles/kibana/tasks/precheck.yml for kode0, kode1, kode2 TASK [kibana : Get container facts] ******************************************** ok: [kode1] ok: [kode0] ok: [kode2] TASK [kibana : Checking free port for Kibana Server] *************************** ok: [kode1] ok: [kode0] ok: [kode2] PLAY [Apply role memcached] **************************************************** TASK [setup] ******************************************************************* ok: [kode1] ok: [kode0] ok: [kode2] TASK [memcached : include] ***************************************************** included: /opt/bgi-kolla/kolla-ansible/ansible/roles/memcached/tasks/precheck.yml for kode0, kode1, kode2 TASK [memcached : Get container facts] ***************************************** ok: [kode0] ok: [kode1] ok: [kode2] TASK [memcached : Checking free port for Memcached] **************************** ok: [kode1] ok: [kode0] ok: [kode2] PLAY [Apply role mariadb] ****************************************************** TASK [setup] ******************************************************************* ok: [kode1] ok: [kode0] ok: [kode2] TASK [common : include] ******************************************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [common : Registering common role has run] ******************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [mariadb : include] ******************************************************* included: /opt/bgi-kolla/kolla-ansible/ansible/roles/mariadb/tasks/precheck.yml for kode0, kode1, kode2 TASK [mariadb : Get container facts] ******************************************* ok: [kode1] ok: [kode0] ok: [kode2] TASK [mariadb : Checking free port for MariaDB] ******************************** ok: [kode1] ok: [kode0] ok: [kode2] TASK [mariadb : Checking free port for MariaDB WSREP] ************************** ok: [kode1] ok: [kode0] ok: [kode2] TASK [mariadb : Checking free port for MariaDB IST] **************************** ok: [kode1] ok: [kode0] ok: [kode2] TASK [mariadb : Checking free port for MariaDB SST] **************************** ok: [kode0] ok: [kode1] ok: [kode2] PLAY [Apply role iscsi] ******************************************************** TASK [setup] ******************************************************************* ok: [kode1] ok: [kode0] ok: [kode5] ok: [kode4] ok: [kode2] TASK [common : include] ******************************************************** skipping: [kode1] skipping: [kode0] skipping: [kode2] TASK [common : Registering common role has run] ******************************** skipping: [kode1] ok: [kode5] skipping: [kode0] skipping: [kode2] ok: [kode4] TASK [iscsi : include] ********************************************************* included: /opt/bgi-kolla/kolla-ansible/ansible/roles/iscsi/tasks/precheck.yml for kode4, kode1, kode0, kode5, kode2 TASK [iscsi : Get container facts] ********************************************* ok: [kode1] ok: [kode5] ok: [kode4] ok: [kode0] ok: [kode2] TASK [iscsi : Checking free port for iscsi] ************************************ ok: [kode5] ok: [kode1] ok: [kode4] ok: [kode0] ok: [kode2] PLAY [Apply role multipathd] *************************************************** TASK [setup] ******************************************************************* ok: [kode5] ok: [kode4] TASK [multipathd : include] **************************************************** skipping: [kode4] skipping: [kode5] PLAY [Apply role rabbitmq] ***************************************************** TASK [setup] ******************************************************************* ok: [kode1] ok: [kode0] ok: [kode2] TASK [common : include] ******************************************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [common : Registering common role has run] ******************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [rabbitmq : include] ****************************************************** included: /opt/bgi-kolla/kolla-ansible/ansible/roles/rabbitmq/tasks/precheck.yml for kode0, kode1, kode2 TASK [rabbitmq : Get container facts] ****************************************** ok: [kode1] ok: [kode0] ok: [kode2] TASK [rabbitmq : Checking free port for RabbitMQ] ****************************** ok: [kode1] ok: [kode2] ok: [kode0] TASK [rabbitmq : Checking free port for RabbitMQ Management] ******************* ok: [kode1] ok: [kode2] ok: [kode0] TASK [rabbitmq : Checking free port for RabbitMQ Cluster] ********************** ok: [kode1] ok: [kode0] ok: [kode2] TASK [rabbitmq : Checking free port for RabbitMQ EPMD] ************************* ok: [kode1] ok: [kode0] ok: [kode2] TASK [rabbitmq : Check if all rabbit hostnames are resolvable] ***************** ok: [kode1] => (item=kode0) ok: [kode0] => (item=kode0) ok: [kode2] => (item=kode0) ok: [kode1] => (item=kode1) ok: [kode0] => (item=kode1) ok: [kode2] => (item=kode1) ok: [kode1] => (item=kode2) ok: [kode0] => (item=kode2) ok: [kode2] => (item=kode2) TASK [rabbitmq : fail] ********************************************************* skipping: [kode0] => (item={u'_ansible_parsed': True, u'changed': False, u'stdout': u'192.168.102.20 STREAM kode0.genomics.cn\n192.168.102.20 DGRAM \n192.168.102.20 RAW ', u'_ansible_no_log': False, u'stdout_lines': [u'192.168.102.20 STREAM kode0.genomics.cn', u'192.168.102.20 DGRAM ', u'192.168.102.20 RAW '], u'warnings': [], u'_ansible_item_result': True, u'start': u'2017-03-17 21:31:10.485530', u'delta': u'0:00:00.047006', u'cmd': [u'getent', u'ahostsv4', u'kode0'], u'item': u'kode0', u'rc': 0, u'invocation': {u'module_name': u'command', u'module_args': {u'warn': True, u'executable': None, u'_uses_shell': False, u'_raw_params': u'getent ahostsv4 kode0', u'removes': None, u'creates': None, u'chdir': None}}, u'end': u'2017-03-17 21:31:10.532536', u'stderr': u''}) skipping: [kode1] => (item={u'_ansible_parsed': True, u'changed': False, u'stdout': u'192.168.102.20 STREAM kode0.genomics.cn\n192.168.102.20 DGRAM \n192.168.102.20 RAW ', u'_ansible_no_log': False, u'stdout_lines': [u'192.168.102.20 STREAM kode0.genomics.cn', u'192.168.102.20 DGRAM ', u'192.168.102.20 RAW '], u'warnings': [], u'_ansible_item_result': True, u'start': u'2017-03-17 21:31:44.392546', u'delta': u'0:00:00.038596', u'cmd': [u'getent', u'ahostsv4', u'kode0'], u'item': u'kode0', u'rc': 0, u'invocation': {u'module_name': u'command', u'module_args': {u'warn': True, u'executable': None, u'_uses_shell': False, u'_raw_params': u'getent ahostsv4 kode0', u'removes': None, u'creates': None, u'chdir': None}}, u'end': u'2017-03-17 21:31:44.431142', u'stderr': u''}) skipping: [kode2] => (item={u'_ansible_parsed': True, u'changed': False, u'stdout': u'192.168.102.20 STREAM kode0.genomics.cn\n192.168.102.20 DGRAM \n192.168.102.20 RAW ', u'_ansible_no_log': False, u'stdout_lines': [u'192.168.102.20 STREAM kode0.genomics.cn', u'192.168.102.20 DGRAM ', u'192.168.102.20 RAW '], u'warnings': [], u'_ansible_item_result': True, u'start': u'2017-03-17 21:31:08.240750', u'delta': u'0:00:00.014824', u'cmd': [u'getent', u'ahostsv4', u'kode0'], u'item': u'kode0', u'rc': 0, u'invocation': {u'module_name': u'command', u'module_args': {u'warn': True, u'executable': None, u'_uses_shell': False, u'_raw_params': u'getent ahostsv4 kode0', u'removes': None, u'creates': None, u'chdir': None}}, u'end': u'2017-03-17 21:31:08.255574', u'stderr': u''}) skipping: [kode0] => (item={u'_ansible_parsed': True, u'changed': False, u'stdout': u'192.168.102.21 STREAM kode1.genomics.cn\n192.168.102.21 DGRAM \n192.168.102.21 RAW ', u'_ansible_no_log': False, u'stdout_lines': [u'192.168.102.21 STREAM kode1.genomics.cn', u'192.168.102.21 DGRAM ', u'192.168.102.21 RAW '], u'warnings': [], u'_ansible_item_result': True, u'start': u'2017-03-17 21:31:10.991224', u'delta': u'0:00:00.005002', u'cmd': [u'getent', u'ahostsv4', u'kode1'], u'item': u'kode1', u'rc': 0, u'invocation': {u'module_name': u'command', u'module_args': {u'warn': True, u'executable': None, u'_uses_shell': False, u'_raw_params': u'getent ahostsv4 kode1', u'removes': None, u'creates': None, u'chdir': None}}, u'end': u'2017-03-17 21:31:10.996226', u'stderr': u''}) skipping: [kode1] => (item={u'_ansible_parsed': True, u'changed': False, u'stdout': u'192.168.102.21 STREAM kode1.genomics.cn\n192.168.102.21 DGRAM \n192.168.102.21 RAW ', u'_ansible_no_log': False, u'stdout_lines': [u'192.168.102.21 STREAM kode1.genomics.cn', u'192.168.102.21 DGRAM ', u'192.168.102.21 RAW '], u'warnings': [], u'_ansible_item_result': True, u'start': u'2017-03-17 21:31:44.883963', u'delta': u'0:00:00.004163', u'cmd': [u'getent', u'ahostsv4', u'kode1'], u'item': u'kode1', u'rc': 0, u'invocation': {u'module_name': u'command', u'module_args': {u'warn': True, u'executable': None, u'_uses_shell': False, u'_raw_params': u'getent ahostsv4 kode1', u'removes': None, u'creates': None, u'chdir': None}}, u'end': u'2017-03-17 21:31:44.888126', u'stderr': u''}) skipping: [kode2] => (item={u'_ansible_parsed': True, u'changed': False, u'stdout': u'192.168.102.21 STREAM kode1.genomics.cn\n192.168.102.21 DGRAM \n192.168.102.21 RAW ', u'_ansible_no_log': False, u'stdout_lines': [u'192.168.102.21 STREAM kode1.genomics.cn', u'192.168.102.21 DGRAM ', u'192.168.102.21 RAW '], u'warnings': [], u'_ansible_item_result': True, u'start': u'2017-03-17 21:31:08.739516', u'delta': u'0:00:00.004831', u'cmd': [u'getent', u'ahostsv4', u'kode1'], u'item': u'kode1', u'rc': 0, u'invocation': {u'module_name': u'command', u'module_args': {u'warn': True, u'executable': None, u'_uses_shell': False, u'_raw_params': u'getent ahostsv4 kode1', u'removes': None, u'creates': None, u'chdir': None}}, u'end': u'2017-03-17 21:31:08.744347', u'stderr': u''}) skipping: [kode0] => (item={u'_ansible_parsed': True, u'changed': False, u'stdout': u'192.168.102.22 STREAM kode2.genomics.cn\n192.168.102.22 DGRAM \n192.168.102.22 RAW ', u'_ansible_no_log': False, u'stdout_lines': [u'192.168.102.22 STREAM kode2.genomics.cn', u'192.168.102.22 DGRAM ', u'192.168.102.22 RAW '], u'warnings': [], u'_ansible_item_result': True, u'start': u'2017-03-17 21:31:11.459946', u'delta': u'0:00:00.005585', u'cmd': [u'getent', u'ahostsv4', u'kode2'], u'item': u'kode2', u'rc': 0, u'invocation': {u'module_name': u'command', u'module_args': {u'warn': True, u'executable': None, u'_uses_shell': False, u'_raw_params': u'getent ahostsv4 kode2', u'removes': None, u'creates': None, u'chdir': None}}, u'end': u'2017-03-17 21:31:11.465531', u'stderr': u''}) skipping: [kode1] => (item={u'_ansible_parsed': True, u'changed': False, u'stdout': u'192.168.102.22 STREAM kode2.genomics.cn\n192.168.102.22 DGRAM \n192.168.102.22 RAW ', u'_ansible_no_log': False, u'stdout_lines': [u'192.168.102.22 STREAM kode2.genomics.cn', u'192.168.102.22 DGRAM ', u'192.168.102.22 RAW '], u'warnings': [], u'_ansible_item_result': True, u'start': u'2017-03-17 21:31:45.312273', u'delta': u'0:00:00.004077', u'cmd': [u'getent', u'ahostsv4', u'kode2'], u'item': u'kode2', u'rc': 0, u'invocation': {u'module_name': u'command', u'module_args': {u'warn': True, u'executable': None, u'_uses_shell': False, u'_raw_params': u'getent ahostsv4 kode2', u'removes': None, u'creates': None, u'chdir': None}}, u'end': u'2017-03-17 21:31:45.316350', u'stderr': u''}) skipping: [kode2] => (item={u'_ansible_parsed': True, u'changed': False, u'stdout': u'192.168.102.22 STREAM kode2.genomics.cn\n192.168.102.22 DGRAM \n192.168.102.22 RAW ', u'_ansible_no_log': False, u'stdout_lines': [u'192.168.102.22 STREAM kode2.genomics.cn', u'192.168.102.22 DGRAM ', u'192.168.102.22 RAW '], u'warnings': [], u'_ansible_item_result': True, u'start': u'2017-03-17 21:31:09.231237', u'delta': u'0:00:00.004836', u'cmd': [u'getent', u'ahostsv4', u'kode2'], u'item': u'kode2', u'rc': 0, u'invocation': {u'module_name': u'command', u'module_args': {u'warn': True, u'executable': None, u'_uses_shell': False, u'_raw_params': u'getent ahostsv4 kode2', u'removes': None, u'creates': None, u'chdir': None}}, u'end': u'2017-03-17 21:31:09.236073', u'stderr': u''}) PLAY [Apply role etcd] ********************************************************* TASK [setup] ******************************************************************* ok: [kode1] ok: [kode2] ok: [kode0] TASK [common : include] ******************************************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [common : Registering common role has run] ******************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [etcd : include] ********************************************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] PLAY [Apply role keystone] ***************************************************** TASK [setup] ******************************************************************* ok: [kode0] ok: [kode1] ok: [kode2] TASK [common : include] ******************************************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [common : Registering common role has run] ******************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [keystone : include] ****************************************************** included: /opt/bgi-kolla/kolla-ansible/ansible/roles/keystone/tasks/precheck.yml for kode0, kode1, kode2 TASK [keystone : Get container facts] ****************************************** ok: [kode0] ok: [kode1] ok: [kode2] TASK [keystone : Checking free port for Keystone Admin] ************************ ok: [kode1] ok: [kode0] ok: [kode2] TASK [keystone : Checking free port for Keystone Public] *********************** ok: [kode1] ok: [kode0] ok: [kode2] PLAY [Apply role ceph] ********************************************************* TASK [setup] ******************************************************************* ok: [kode1] ok: [kode0] ok: [kode2] TASK [common : include] ******************************************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [common : Registering common role has run] ******************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [ceph : include] ********************************************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] PLAY [Apply role karbor] ******************************************************* TASK [setup] ******************************************************************* ok: [kode1] ok: [kode0] ok: [kode2] TASK [common : include] ******************************************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [common : Registering common role has run] ******************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [karbor : include] ******************************************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] PLAY [Apply role swift] ******************************************************** TASK [setup] ******************************************************************* ok: [kode0] ok: [kode1] ok: [kode2] TASK [common : include] ******************************************************** skipping: [kode1] skipping: [kode0] skipping: [kode2] TASK [common : Registering common role has run] ******************************** skipping: [kode1] skipping: [kode0] skipping: [kode2] TASK [swift : include] ********************************************************* included: /opt/bgi-kolla/kolla-ansible/ansible/roles/swift/tasks/precheck.yml for kode1, kode0, kode2 TASK [swift : Get container facts] ********************************************* ok: [kode1] ok: [kode0] ok: [kode2] TASK [swift : Checking free port for Swift Account Server] ********************* skipping: [kode0] skipping: [kode2] ok: [kode1] TASK [swift : Checking free port for Swift Container Server] ******************* skipping: [kode0] skipping: [kode2] ok: [kode1] TASK [swift : Checking free port for Swift Object Server] ********************** skipping: [kode0] skipping: [kode2] ok: [kode1] TASK [swift : Checking free port for Swift Proxy Server] *********************** ok: [kode1] ok: [kode0] ok: [kode2] PLAY [Apply role glance] ******************************************************* TASK [setup] ******************************************************************* ok: [kode1] ok: [kode2] ok: [kode0] TASK [common : include] ******************************************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [common : Registering common role has run] ******************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [glance : include] ******************************************************** included: /opt/bgi-kolla/kolla-ansible/ansible/roles/glance/tasks/precheck.yml for kode0, kode1, kode2 TASK [glance : Get container facts] ******************************************** ok: [kode0] ok: [kode1] ok: [kode2] TASK [glance : Checking free port for Glance API] ****************************** skipping: [kode0] skipping: [kode2] ok: [kode1] TASK [glance : Checking free port for Glance Registry] ************************* skipping: [kode0] skipping: [kode2] ok: [kode1] PLAY [Apply role ironic] ******************************************************* TASK [setup] ******************************************************************* ok: [kode0] ok: [kode1] ok: [kode2] TASK [common : include] ******************************************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [common : Registering common role has run] ******************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [ironic : include] ******************************************************** included: /opt/bgi-kolla/kolla-ansible/ansible/roles/ironic/tasks/precheck.yml for kode0, kode1, kode2 TASK [ironic : Get container facts] ******************************************** ok: [kode1] ok: [kode0] ok: [kode2] TASK [ironic : Checking free port for Ironic] ********************************** ok: [kode1] ok: [kode0] ok: [kode2] PLAY [Apply role nova] ********************************************************* TASK [setup] ******************************************************************* ok: [kode1] ok: [kode0] ok: [kode5] ok: [kode2] ok: [kode4] TASK [common : include] ******************************************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] skipping: [kode4] skipping: [kode5] TASK [common : Registering common role has run] ******************************** skipping: [kode0] skipping: [kode2] skipping: [kode1] skipping: [kode4] skipping: [kode5] TASK [nova : include] ********************************************************** included: /opt/bgi-kolla/kolla-ansible/ansible/roles/nova/tasks/precheck.yml for kode1, kode0, kode4, kode2, kode5 TASK [nova : Get container facts] ********************************************** ok: [kode1] ok: [kode0] ok: [kode5] ok: [kode2] ok: [kode4] TASK [nova : Checking free port for Nova API] ********************************** skipping: [kode4] skipping: [kode5] ok: [kode0] ok: [kode2] ok: [kode1] TASK [nova : Checking free port for Nova Metadata] ***************************** skipping: [kode4] skipping: [kode5] ok: [kode1] ok: [kode2] ok: [kode0] TASK [nova : Checking free port for Nova NoVNC Proxy] ************************** skipping: [kode4] skipping: [kode5] ok: [kode2] ok: [kode1] ok: [kode0] TASK [nova : Checking free port for Nova Serial Proxy] ************************* skipping: [kode0] skipping: [kode1] skipping: [kode4] skipping: [kode2] skipping: [kode5] TASK [nova : Checking free port for Nova Spice HTML5 Proxy] ******************** skipping: [kode1] skipping: [kode2] skipping: [kode0] skipping: [kode4] skipping: [kode5] PLAY [Apply role panko] ******************************************************** TASK [setup] ******************************************************************* ok: [kode1] ok: [kode0] ok: [kode2] TASK [common : include] ******************************************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [common : Registering common role has run] ******************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [panko : include] ********************************************************* skipping: [kode0] skipping: [kode1] skipping: [kode2] PLAY [Apply role neutron] ****************************************************** TASK [setup] ******************************************************************* ok: [kode5] ok: [kode3] ok: [kode4] TASK [common : include] ******************************************************** skipping: [kode3] skipping: [kode4] skipping: [kode5] TASK [common : Registering common role has run] ******************************** skipping: [kode3] skipping: [kode4] skipping: [kode5] TASK [neutron : include] ******************************************************* included: /opt/bgi-kolla/kolla-ansible/ansible/roles/neutron/tasks/precheck.yml for kode3, kode4, kode5 TASK [neutron : Get container facts] ******************************************* ok: [kode3] ok: [kode4] ok: [kode5] TASK [neutron : Checking free port for Neutron Server] ************************* skipping: [kode4] skipping: [kode5] ok: [kode3] PLAY [Apply role kuryr] ******************************************************** TASK [setup] ******************************************************************* ok: [kode5] ok: [kode4] TASK [kuryr : include] ********************************************************* skipping: [kode4] skipping: [kode5] PLAY [Apply role cinder] ******************************************************* TASK [setup] ******************************************************************* ok: [kode1] ok: [kode0] ok: [kode2] TASK [common : include] ******************************************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [common : Registering common role has run] ******************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [cinder : include] ******************************************************** included: /opt/bgi-kolla/kolla-ansible/ansible/roles/cinder/tasks/precheck.yml for kode0, kode1, kode2 TASK [cinder : Get container facts] ******************************************** ok: [kode1] ok: [kode0] ok: [kode2] TASK [cinder : Checking free port for Cinder API] ****************************** ok: [kode1] ok: [kode0] ok: [kode2] PLAY [Apply role heat] ********************************************************* TASK [setup] ******************************************************************* ok: [kode0] ok: [kode1] ok: [kode2] TASK [common : include] ******************************************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [common : Registering common role has run] ******************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [heat : include] ********************************************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] PLAY [Apply role horizon] ****************************************************** TASK [setup] ******************************************************************* ok: [kode0] ok: [kode1] ok: [kode2] TASK [common : include] ******************************************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [common : Registering common role has run] ******************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [horizon : include] ******************************************************* included: /opt/bgi-kolla/kolla-ansible/ansible/roles/horizon/tasks/precheck.yml for kode0, kode1, kode2 TASK [horizon : Get container facts] ******************************************* ok: [kode1] ok: [kode0] ok: [kode2] TASK [horizon : Checking free port for Horizon] ******************************** ok: [kode1] ok: [kode0] ok: [kode2] PLAY [Apply role murano] ******************************************************* TASK [setup] ******************************************************************* ok: [kode1] ok: [kode0] ok: [kode2] TASK [common : include] ******************************************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [common : Registering common role has run] ******************************** skipping: [kode0] skipping: [kode2] skipping: [kode1] TASK [murano : include] ******************************************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] PLAY [Apply role solum] ******************************************************** TASK [setup] ******************************************************************* ok: [kode0] ok: [kode2] ok: [kode1] TASK [common : include] ******************************************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [common : Registering common role has run] ******************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [solum : include] ********************************************************* skipping: [kode0] skipping: [kode1] skipping: [kode2] PLAY [Apply role magnum] ******************************************************* TASK [setup] ******************************************************************* ok: [kode2] ok: [kode0] ok: [kode1] TASK [common : include] ******************************************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [common : Registering common role has run] ******************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [magnum : include] ******************************************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] PLAY [Apply role mistral] ****************************************************** TASK [setup] ******************************************************************* ok: [kode2] ok: [kode1] ok: [kode0] TASK [common : include] ******************************************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [common : Registering common role has run] ******************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [mistral : include] ******************************************************* skipping: [kode0] skipping: [kode1] skipping: [kode2] PLAY [Apply role sahara] ******************************************************* TASK [setup] ******************************************************************* ok: [kode1] ok: [kode0] ok: [kode2] TASK [common : include] ******************************************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [common : Registering common role has run] ******************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [sahara : include] ******************************************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] PLAY [Apply role mongodb] ****************************************************** TASK [setup] ******************************************************************* ok: [kode0] ok: [kode1] ok: [kode2] TASK [common : include] ******************************************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [common : Registering common role has run] ******************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [mongodb : include] ******************************************************* included: /opt/bgi-kolla/kolla-ansible/ansible/roles/mongodb/tasks/precheck.yml for kode0, kode1, kode2 TASK [mongodb : Get container facts] ******************************************* ok: [kode0] ok: [kode1] ok: [kode2] TASK [mongodb : Checking free port for Mongodb] ******************************** ok: [kode1] ok: [kode0] ok: [kode2] TASK [mongodb : Checking free port for Mongodb Web] **************************** ok: [kode0] ok: [kode1] ok: [kode2] PLAY [Apply role manila] ******************************************************* TASK [setup] ******************************************************************* ok: [kode1] ok: [kode0] ok: [kode2] ok: [kode3] TASK [common : include] ******************************************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] skipping: [kode3] TASK [common : Registering common role has run] ******************************** skipping: [kode1] skipping: [kode2] skipping: [kode0] skipping: [kode3] TASK [manila : include] ******************************************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] skipping: [kode3] PLAY [Apply role gnocchi] ****************************************************** TASK [setup] ******************************************************************* ok: [kode1] ok: [kode0] ok: [kode2] TASK [common : include] ******************************************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [common : Registering common role has run] ******************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [gnocchi : include] ******************************************************* included: /opt/bgi-kolla/kolla-ansible/ansible/roles/gnocchi/tasks/precheck.yml for kode0, kode1, kode2 TASK [gnocchi : Get container facts] ******************************************* ok: [kode1] ok: [kode2] ok: [kode0] TASK [gnocchi : Checking free port for Gnocchi API] **************************** ok: [kode1] ok: [kode0] ok: [kode2] PLAY [Apply role ceilometer] *************************************************** TASK [setup] ******************************************************************* ok: [kode1] ok: [kode0] ok: [kode2] ok: [kode5] ok: [kode4] TASK [common : include] ******************************************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] skipping: [kode4] skipping: [kode5] TASK [common : Registering common role has run] ******************************** skipping: [kode0] skipping: [kode2] skipping: [kode4] skipping: [kode1] skipping: [kode5] TASK [ceilometer : include] **************************************************** included: /opt/bgi-kolla/kolla-ansible/ansible/roles/ceilometer/tasks/precheck.yml for kode0, kode2, kode1, kode4, kode5 TASK [ceilometer : Get container facts] **************************************** ok: [kode4] ok: [kode0] ok: [kode5] ok: [kode1] ok: [kode2] TASK [ceilometer : Checking free port for Ceilometer API] ********************** skipping: [kode5] skipping: [kode4] ok: [kode1] ok: [kode2] ok: [kode0] PLAY [Apply role aodh] ********************************************************* TASK [setup] ******************************************************************* ok: [kode1] ok: [kode0] ok: [kode2] TASK [common : include] ******************************************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [common : Registering common role has run] ******************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [aodh : include] ********************************************************** included: /opt/bgi-kolla/kolla-ansible/ansible/roles/aodh/tasks/precheck.yml for kode0, kode1, kode2 TASK [aodh : Get container facts] ********************************************** ok: [kode0] ok: [kode1] ok: [kode2] TASK [aodh : Checking free port for Aodh API] ********************************** ok: [kode1] ok: [kode2] ok: [kode0] PLAY [Apply role barbican] ***************************************************** TASK [setup] ******************************************************************* ok: [kode1] ok: [kode2] ok: [kode0] TASK [common : include] ******************************************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [common : Registering common role has run] ******************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [barbican : include] ****************************************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] PLAY [Apply role congress] ***************************************************** TASK [setup] ******************************************************************* ok: [kode0] ok: [kode1] ok: [kode2] TASK [common : include] ******************************************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [common : Registering common role has run] ******************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [congress : include] ****************************************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] PLAY [Apply role tempest] ****************************************************** TASK [setup] ******************************************************************* ok: [kode0] ok: [kode1] ok: [kode2] TASK [common : include] ******************************************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [common : Registering common role has run] ******************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [tempest : include] ******************************************************* skipping: [kode0] skipping: [kode1] skipping: [kode2] PLAY [Apply role designate] **************************************************** TASK [setup] ******************************************************************* ok: [kode0] ok: [kode1] ok: [kode2] TASK [common : include] ******************************************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [common : Registering common role has run] ******************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [designate : include] ***************************************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] PLAY [Apply role rally] ******************************************************** TASK [setup] ******************************************************************* ok: [kode1] ok: [kode0] ok: [kode2] TASK [common : include] ******************************************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [common : Registering common role has run] ******************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [rally : include] ********************************************************* skipping: [kode0] skipping: [kode1] skipping: [kode2] PLAY [Apply role vmtp] ********************************************************* TASK [setup] ******************************************************************* ok: [kode1] ok: [kode0] ok: [kode2] TASK [common : include] ******************************************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [common : Registering common role has run] ******************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [vmtp : include] ********************************************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] PLAY [Apply role trove] ******************************************************** TASK [setup] ******************************************************************* ok: [kode0] ok: [kode2] ok: [kode1] TASK [common : include] ******************************************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [common : Registering common role has run] ******************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [trove : include] ********************************************************* skipping: [kode0] skipping: [kode1] skipping: [kode2] PLAY [Apply role watcher] ****************************************************** TASK [setup] ******************************************************************* ok: [kode0] ok: [kode1] ok: [kode2] TASK [common : include] ******************************************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [common : Registering common role has run] ******************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [watcher : include] ******************************************************* skipping: [kode0] skipping: [kode1] skipping: [kode2] PLAY [Apply role grafana] ****************************************************** TASK [setup] ******************************************************************* ok: [kode3] TASK [common : include] ******************************************************** skipping: [kode3] TASK [common : Registering common role has run] ******************************** skipping: [kode3] TASK [grafana : include] ******************************************************* skipping: [kode3] PLAY [Apply role cloudkitty] *************************************************** TASK [setup] ******************************************************************* ok: [kode1] ok: [kode0] ok: [kode2] TASK [common : include] ******************************************************** skipping: [kode1] skipping: [kode0] skipping: [kode2] TASK [common : Registering common role has run] ******************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [cloudkitty : include] **************************************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] PLAY [Apply role freezer] ****************************************************** TASK [setup] ******************************************************************* ok: [kode0] ok: [kode2] ok: [kode1] TASK [common : include] ******************************************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [common : Registering common role has run] ******************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [freezer : include] ******************************************************* skipping: [kode0] skipping: [kode1] skipping: [kode2] PLAY [Apply role senlin] ******************************************************* TASK [setup] ******************************************************************* ok: [kode1] ok: [kode0] ok: [kode2] TASK [common : include] ******************************************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [common : Registering common role has run] ******************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [senlin : include] ******************************************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] PLAY [Apply role searchlight] ************************************************** TASK [setup] ******************************************************************* ok: [kode1] ok: [kode0] ok: [kode2] TASK [common : include] ******************************************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [common : Registering common role has run] ******************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [searchlight : include] *************************************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] PLAY [Apply role tacker] ******************************************************* TASK [setup] ******************************************************************* ok: [kode1] ok: [kode2] ok: [kode0] TASK [common : include] ******************************************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [common : Registering common role has run] ******************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [tacker : include] ******************************************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] PLAY [Apply role octavia] ****************************************************** TASK [setup] ******************************************************************* ok: [kode1] ok: [kode0] ok: [kode2] TASK [octavia : include] ******************************************************* skipping: [kode0] skipping: [kode1] skipping: [kode2] PLAY RECAP ********************************************************************* kode0 : ok=114 changed=0 unreachable=0 failed=0 kode1 : ok=120 changed=0 unreachable=0 failed=0 kode2 : ok=113 changed=0 unreachable=0 failed=0 kode3 : ok=44 changed=0 unreachable=0 failed=0 kode4 : ok=27 changed=0 unreachable=0 failed=0 kode5 : ok=27 changed=0 unreachable=0 failed=0 [root@kola bgi]# ls 01-precheck.sh 04-init-runonce.sh 07.1-destroy-clean-image.sh 02.1-deploy-latest-horizon.sh 05.1-reconfigure-ironic.sh 07-destroy.sh 02.2-deploy-only-swift.sh 05.2-reconfigure-swift.sh 08.1-upgrade-horizon.sh 02-deploy.sh 05-reconfigure.sh 08-upgrade-minor.sh 03-post-deploy.sh 06-scaleout.sh prepare_swift_ring.sh [root@kola bgi]# ./02.1-deploy-latest-horizon.sh Deploying Playbooks : ansible-playbook -i ../ansible/inventory/bgi-openstack -e @/etc/kolla/globals.yml -e @/etc/kolla/passwords.yml -e CONFIG_DIR=/etc/kolla -e horizon_tag=4.0.0.2 -e action=deploy /opt/bgi-kolla/kolla-ansible/ansible/site.yml PLAY [Gather facts for all hosts] ********************************************** TASK [setup] ******************************************************************* ok: [kode0] ok: [kode1] ok: [kode2] ok: [kode5] ok: [kode4] ok: [kode3] PLAY [Gather facts for all hosts (if using --limit)] *************************** TASK [setup] ******************************************************************* skipping: [kode0] => (item=kode1) skipping: [kode1] => (item=kode1) skipping: [kode1] => (item=kode3) skipping: [kode2] => (item=kode0) skipping: [kode2] => (item=kode4) skipping: [kode2] => (item=kode3) skipping: [kode4] => (item=kode1) skipping: [kode4] => (item=kode3) skipping: [kode5] => (item=kode0) skipping: [kode5] => (item=kode3) skipping: [kode3] => (item=kode1) skipping: [kode3] => (item=kode3) skipping: [kode3] => (item=kode5) skipping: [kode3] => (item=kode4) skipping: [kode3] => (item=kode2) skipping: [kode3] => (item=kode0) skipping: [kode5] => (item=kode5) skipping: [kode5] => (item=kode4) skipping: [kode5] => (item=kode2) skipping: [kode5] => (item=kode1) skipping: [kode4] => (item=kode5) skipping: [kode4] => (item=kode4) skipping: [kode4] => (item=kode2) skipping: [kode4] => (item=kode0) skipping: [kode2] => (item=kode5) skipping: [kode2] => (item=kode2) skipping: [kode2] => (item=kode1) skipping: [kode1] => (item=kode5) skipping: [kode1] => (item=kode4) skipping: [kode1] => (item=kode2) skipping: [kode0] => (item=kode3) skipping: [kode1] => (item=kode0) skipping: [kode0] => (item=kode5) skipping: [kode0] => (item=kode4) skipping: [kode0] => (item=kode2) skipping: [kode0] => (item=kode0) PLAY [Detect openstack_release variable] *************************************** TASK [Get current kolla-ansible version number] ******************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] skipping: [kode4] skipping: [kode5] skipping: [kode3] TASK [Set openstack_release variable] ****************************************** skipping: [kode1] skipping: [kode0] skipping: [kode5] skipping: [kode2] skipping: [kode4] skipping: [kode3] PLAY [Apply role prechecks] **************************************************** TASK [setup] ******************************************************************* ok: [kode1] ok: [kode2] ok: [kode5] ok: [kode0] ok: [kode4] ok: [kode3] TASK [prechecks : Checking the api_interface is present] *********************** skipping: [kode0] skipping: [kode2] skipping: [kode4] skipping: [kode1] skipping: [kode5] skipping: [kode3] TASK [prechecks : Checking the api_interface is active] ************************ skipping: [kode0] skipping: [kode1] skipping: [kode2] skipping: [kode4] skipping: [kode5] skipping: [kode3] TASK [prechecks : Checking the api_interface configuration] ******************** skipping: [kode0] skipping: [kode2] skipping: [kode1] skipping: [kode5] skipping: [kode4] skipping: [kode3] TASK [prechecks : Checking the api_interface ip address configuration] ********* skipping: [kode0] skipping: [kode1] skipping: [kode2] skipping: [kode4] skipping: [kode5] skipping: [kode3] TASK [prechecks : Checking if kolla_internal_vip_address and kolla_external_vip_address are not pingable from any node] *** skipping: [kode4] => (item=192.168.101.254) skipping: [kode4] => (item=192.168.102.254) skipping: [kode3] => (item=192.168.102.254) skipping: [kode3] => (item=192.168.101.254) skipping: [kode5] => (item=192.168.101.254) skipping: [kode5] => (item=192.168.102.254) skipping: [kode2] => (item=192.168.101.254) skipping: [kode2] => (item=192.168.102.254) skipping: [kode1] => (item=192.168.101.254) skipping: [kode1] => (item=192.168.102.254) skipping: [kode0] => (item=192.168.101.254) skipping: [kode0] => (item=192.168.102.254) TASK [prechecks : Checking if kolla_internal_vip_address is in the same network as api_interface on all nodes] *** skipping: [kode0] skipping: [kode2] skipping: [kode4] skipping: [kode5] skipping: [kode1] skipping: [kode3] TASK [prechecks : Checking free port for HAProxy stats] ************************ skipping: [kode0] skipping: [kode1] skipping: [kode2] skipping: [kode4] skipping: [kode5] skipping: [kode3] TASK [prechecks : Checking free port for Rsync] ******************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] skipping: [kode4] skipping: [kode5] skipping: [kode3] TASK [prechecks : Checking that libvirt is not running] ************************ skipping: [kode0] skipping: [kode1] skipping: [kode2] skipping: [kode4] skipping: [kode5] skipping: [kode3] TASK [prechecks : Checking Docker version] ************************************* skipping: [kode1] skipping: [kode4] skipping: [kode5] skipping: [kode2] skipping: [kode3] skipping: [kode0] TASK [prechecks : Checking if 'MountFlags' for docker service is set to 'shared'] *** skipping: [kode0] skipping: [kode1] skipping: [kode2] skipping: [kode4] skipping: [kode5] skipping: [kode3] TASK [prechecks : Checking if '/run' mount flag is set to 'shared'] ************ skipping: [kode0] skipping: [kode1] skipping: [kode2] skipping: [kode5] skipping: [kode4] skipping: [kode3] TASK [prechecks : Checking empty passwords in passwords.yml. Run kolla-genpwd if this task fails] *** skipping: [kode0] skipping: [kode2] skipping: [kode1] skipping: [kode4] skipping: [kode5] skipping: [kode3] TASK [prechecks : Checking fernet_token_expiry in globals.yml. Update fernet_token_expiry to allowed value if this task fails] *** skipping: [kode0] TASK [prechecks : Checking number of network agents] *************************** skipping: [kode1] skipping: [kode4] skipping: [kode2] skipping: [kode5] skipping: [kode0] skipping: [kode3] TASK [prechecks : Checking mongodb backend for ceilometer] ********************* skipping: [kode0] TASK [prechecks : Checking LVM volume group exists for Cinder] ***************** skipping: [kode0] skipping: [kode1] skipping: [kode2] skipping: [kode4] skipping: [kode5] skipping: [kode3] TASK [prechecks : Checking docker-py version] ********************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] skipping: [kode4] skipping: [kode5] skipping: [kode3] TASK [prechecks : Checking Ansible version] ************************************ skipping: [kode0] PLAY [Apply role chrony] ******************************************************* TASK [setup] ******************************************************************* ok: [kode1] ok: [kode0] ok: [kode2] ok: [kode3] ok: [kode4] ok: [kode5] TASK [common : include] ******************************************************** skipping: [kode0] skipping: [kode1] skipping: [kode3] skipping: [kode2] skipping: [kode4] skipping: [kode5] TASK [common : Registering common role has run] ******************************** skipping: [kode1] skipping: [kode2] skipping: [kode3] skipping: [kode4] skipping: [kode0] skipping: [kode5] TASK [chrony : include] ******************************************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] skipping: [kode3] skipping: [kode4] skipping: [kode5] PLAY [Apply role collectd] ***************************************************** TASK [setup] ******************************************************************* ok: [kode5] ok: [kode4] TASK [common : include] ******************************************************** skipping: [kode4] skipping: [kode5] TASK [common : Registering common role has run] ******************************** skipping: [kode4] skipping: [kode5] TASK [collectd : include] ****************************************************** skipping: [kode4] skipping: [kode5] PLAY [Apply role elasticsearch] ************************************************ TASK [setup] ******************************************************************* ok: [kode0] ok: [kode1] ok: [kode2] TASK [common : include] ******************************************************** included: /opt/bgi-kolla/kolla-ansible/ansible/roles/common/tasks/deploy.yml for kode0, kode1, kode2 TASK [common : include] ******************************************************** included: /opt/bgi-kolla/kolla-ansible/ansible/roles/common/tasks/config.yml for kode0, kode1, kode2 TASK [common : Ensuring config directories exist] ****************************** changed: [kode0] => (item=fluentd) changed: [kode1] => (item=fluentd) changed: [kode2] => (item=fluentd) changed: [kode0] => (item=fluentd/input) changed: [kode1] => (item=fluentd/input) changed: [kode2] => (item=fluentd/input) changed: [kode0] => (item=fluentd/output) changed: [kode1] => (item=fluentd/output) changed: [kode2] => (item=fluentd/output) changed: [kode0] => (item=fluentd/format) changed: [kode1] => (item=fluentd/format) changed: [kode2] => (item=fluentd/format) changed: [kode0] => (item=fluentd/filter) changed: [kode1] => (item=fluentd/filter) changed: [kode2] => (item=fluentd/filter) changed: [kode0] => (item=kolla-toolbox) changed: [kode1] => (item=kolla-toolbox) changed: [kode2] => (item=kolla-toolbox) changed: [kode0] => (item=cron) changed: [kode1] => (item=cron) changed: [kode2] => (item=cron) changed: [kode0] => (item=cron/logrotate) changed: [kode1] => (item=cron/logrotate) changed: [kode2] => (item=cron/logrotate) TASK [common : Copying over config.json files for services] ******************** changed: [kode0] => (item=fluentd) changed: [kode1] => (item=fluentd) changed: [kode2] => (item=fluentd) changed: [kode1] => (item=kolla-toolbox) changed: [kode0] => (item=kolla-toolbox) changed: [kode2] => (item=kolla-toolbox) changed: [kode1] => (item=cron) changed: [kode0] => (item=cron) changed: [kode2] => (item=cron) TASK [common : Copying over fluentd input config files] ************************ changed: [kode0] => (item=00-global) changed: [kode2] => (item=00-global) changed: [kode1] => (item=00-global) changed: [kode0] => (item=01-syslog) changed: [kode1] => (item=01-syslog) changed: [kode2] => (item=01-syslog) changed: [kode0] => (item=02-mariadb) changed: [kode2] => (item=02-mariadb) changed: [kode1] => (item=02-mariadb) changed: [kode2] => (item=03-rabbitmq) changed: [kode0] => (item=03-rabbitmq) changed: [kode1] => (item=03-rabbitmq) TASK [common : Copying over fluentd ouput config files] ************************ changed: [kode0] => (item={u'enabled': True, u'name': u'00-local'}) changed: [kode1] => (item={u'enabled': True, u'name': u'00-local'}) changed: [kode2] => (item={u'enabled': True, u'name': u'00-local'}) changed: [kode0] => (item={u'enabled': u'yes', u'name': u'01-es'}) changed: [kode1] => (item={u'enabled': u'yes', u'name': u'01-es'}) changed: [kode2] => (item={u'enabled': u'yes', u'name': u'01-es'}) TASK [common : Copying over fluentd format config files] *********************** changed: [kode1] => (item=apache_access) changed: [kode0] => (item=apache_access) changed: [kode2] => (item=apache_access) changed: [kode1] => (item=wsgi_access) changed: [kode0] => (item=wsgi_access) changed: [kode2] => (item=wsgi_access) changed: [kode0] => (item=wsgi_python) changed: [kode1] => (item=wsgi_python) changed: [kode2] => (item=wsgi_python) TASK [common : Copying over fluentd filter config files] *********************** changed: [kode0] => (item=00-record_transformer) changed: [kode1] => (item=00-record_transformer) changed: [kode2] => (item=00-record_transformer) changed: [kode0] => (item=01-rewrite) changed: [kode1] => (item=01-rewrite) changed: [kode2] => (item=01-rewrite) TASK [common : Copying over tg-agent.conf] ************************************* changed: [kode1] => (item=fluentd) changed: [kode0] => (item=fluentd) changed: [kode2] => (item=fluentd) TASK [common : Copying over cron logrotate config files] *********************** changed: [kode1] => (item={u'enabled': u'yes', u'name': u'ansible'}) changed: [kode2] => (item={u'enabled': u'yes', u'name': u'ansible'}) changed: [kode0] => (item={u'enabled': u'yes', u'name': u'ansible'}) changed: [kode1] => (item={u'enabled': u'yes', u'name': u'aodh'}) skipping: [kode1] => (item={u'enabled': u'no', u'name': u'barbican'}) changed: [kode2] => (item={u'enabled': u'yes', u'name': u'aodh'}) skipping: [kode2] => (item={u'enabled': u'no', u'name': u'barbican'}) changed: [kode0] => (item={u'enabled': u'yes', u'name': u'aodh'}) skipping: [kode0] => (item={u'enabled': u'no', u'name': u'barbican'}) changed: [kode1] => (item={u'enabled': u'yes', u'name': u'ceilometer'}) changed: [kode2] => (item={u'enabled': u'yes', u'name': u'ceilometer'}) changed: [kode0] => (item={u'enabled': u'yes', u'name': u'ceilometer'}) changed: [kode1] => (item={u'enabled': u'yes', u'name': u'cinder'}) changed: [kode2] => (item={u'enabled': u'yes', u'name': u'cinder'}) skipping: [kode1] => (item={u'enabled': u'no', u'name': u'cloudkitty'}) skipping: [kode2] => (item={u'enabled': u'no', u'name': u'cloudkitty'}) skipping: [kode1] => (item={u'enabled': u'no', u'name': u'designate'}) skipping: [kode2] => (item={u'enabled': u'no', u'name': u'designate'}) changed: [kode0] => (item={u'enabled': u'yes', u'name': u'cinder'}) skipping: [kode0] => (item={u'enabled': u'no', u'name': u'cloudkitty'}) skipping: [kode0] => (item={u'enabled': u'no', u'name': u'designate'}) changed: [kode1] => (item={u'enabled': u'yes', u'name': u'elasticsearch'}) skipping: [kode1] => (item={u'enabled': u'no', u'name': u'freezer'}) changed: [kode2] => (item={u'enabled': u'yes', u'name': u'elasticsearch'}) skipping: [kode2] => (item={u'enabled': u'no', u'name': u'freezer'}) changed: [kode0] => (item={u'enabled': u'yes', u'name': u'elasticsearch'}) skipping: [kode0] => (item={u'enabled': u'no', u'name': u'freezer'}) changed: [kode1] => (item={u'enabled': u'yes', u'name': u'glance'}) changed: [kode2] => (item={u'enabled': u'yes', u'name': u'glance'}) changed: [kode0] => (item={u'enabled': u'yes', u'name': u'glance'}) changed: [kode1] => (item={u'enabled': u'yes', u'name': u'global'}) changed: [kode2] => (item={u'enabled': u'yes', u'name': u'global'}) changed: [kode0] => (item={u'enabled': u'yes', u'name': u'global'}) changed: [kode1] => (item={u'enabled': u'yes', u'name': u'gnocchi'}) skipping: [kode1] => (item={u'enabled': u'no', u'name': u'grafana'}) changed: [kode2] => (item={u'enabled': u'yes', u'name': u'gnocchi'}) skipping: [kode2] => (item={u'enabled': u'no', u'name': u'grafana'}) changed: [kode0] => (item={u'enabled': u'yes', u'name': u'gnocchi'}) skipping: [kode0] => (item={u'enabled': u'no', u'name': u'grafana'}) changed: [kode1] => (item={u'enabled': u'yes', u'name': u'haproxy'}) skipping: [kode1] => (item={u'enabled': u'no', u'name': u'heat'}) changed: [kode2] => (item={u'enabled': u'yes', u'name': u'haproxy'}) skipping: [kode2] => (item={u'enabled': u'no', u'name': u'heat'}) changed: [kode0] => (item={u'enabled': u'yes', u'name': u'haproxy'}) skipping: [kode0] => (item={u'enabled': u'no', u'name': u'heat'}) changed: [kode1] => (item={u'enabled': True, u'name': u'iscsid'}) skipping: [kode1] => (item={u'enabled': u'no', u'name': u'karbor'}) changed: [kode0] => (item={u'enabled': True, u'name': u'iscsid'}) changed: [kode2] => (item={u'enabled': True, u'name': u'iscsid'}) skipping: [kode2] => (item={u'enabled': u'no', u'name': u'karbor'}) skipping: [kode0] => (item={u'enabled': u'no', u'name': u'karbor'}) changed: [kode1] => (item={u'enabled': u'yes', u'name': u'keepalived'}) changed: [kode2] => (item={u'enabled': u'yes', u'name': u'keepalived'}) changed: [kode0] => (item={u'enabled': u'yes', u'name': u'keepalived'}) changed: [kode1] => (item={u'enabled': u'yes', u'name': u'keystone'}) skipping: [kode1] => (item={u'enabled': u'no', u'name': u'magnum'}) skipping: [kode1] => (item={u'enabled': u'no', u'name': u'manila'}) changed: [kode2] => (item={u'enabled': u'yes', u'name': u'keystone'}) skipping: [kode2] => (item={u'enabled': u'no', u'name': u'magnum'}) changed: [kode0] => (item={u'enabled': u'yes', u'name': u'keystone'}) skipping: [kode2] => (item={u'enabled': u'no', u'name': u'manila'}) skipping: [kode0] => (item={u'enabled': u'no', u'name': u'magnum'}) skipping: [kode0] => (item={u'enabled': u'no', u'name': u'manila'}) changed: [kode1] => (item={u'enabled': u'yes', u'name': u'mariadb'}) skipping: [kode1] => (item={u'enabled': u'no', u'name': u'mistral'}) skipping: [kode1] => (item={u'enabled': u'no', u'name': u'murano'}) changed: [kode2] => (item={u'enabled': u'yes', u'name': u'mariadb'}) skipping: [kode2] => (item={u'enabled': u'no', u'name': u'mistral'}) changed: [kode0] => (item={u'enabled': u'yes', u'name': u'mariadb'}) skipping: [kode2] => (item={u'enabled': u'no', u'name': u'murano'}) skipping: [kode0] => (item={u'enabled': u'no', u'name': u'mistral'}) skipping: [kode0] => (item={u'enabled': u'no', u'name': u'murano'}) changed: [kode1] => (item={u'enabled': u'yes', u'name': u'neutron'}) changed: [kode2] => (item={u'enabled': u'yes', u'name': u'neutron'}) changed: [kode0] => (item={u'enabled': u'yes', u'name': u'neutron'}) changed: [kode1] => (item={u'enabled': u'yes', u'name': u'nova'}) skipping: [kode1] => (item={u'enabled': u'no', u'name': u'octavia'}) skipping: [kode1] => (item={u'enabled': u'no', u'name': u'panko'}) changed: [kode2] => (item={u'enabled': u'yes', u'name': u'nova'}) skipping: [kode2] => (item={u'enabled': u'no', u'name': u'octavia'}) skipping: [kode2] => (item={u'enabled': u'no', u'name': u'panko'}) changed: [kode0] => (item={u'enabled': u'yes', u'name': u'nova'}) skipping: [kode0] => (item={u'enabled': u'no', u'name': u'octavia'}) skipping: [kode0] => (item={u'enabled': u'no', u'name': u'panko'}) changed: [kode1] => (item={u'enabled': u'yes', u'name': u'rabbitmq'}) skipping: [kode1] => (item={u'enabled': u'no', u'name': u'sahara'}) skipping: [kode1] => (item={u'enabled': u'no', u'name': u'searchlight'}) skipping: [kode1] => (item={u'enabled': u'no', u'name': u'senlin'}) skipping: [kode1] => (item={u'enabled': u'no', u'name': u'solum'}) changed: [kode2] => (item={u'enabled': u'yes', u'name': u'rabbitmq'}) skipping: [kode2] => (item={u'enabled': u'no', u'name': u'sahara'}) skipping: [kode2] => (item={u'enabled': u'no', u'name': u'searchlight'}) skipping: [kode2] => (item={u'enabled': u'no', u'name': u'senlin'}) changed: [kode0] => (item={u'enabled': u'yes', u'name': u'rabbitmq'}) skipping: [kode2] => (item={u'enabled': u'no', u'name': u'solum'}) skipping: [kode0] => (item={u'enabled': u'no', u'name': u'sahara'}) skipping: [kode0] => (item={u'enabled': u'no', u'name': u'searchlight'}) skipping: [kode0] => (item={u'enabled': u'no', u'name': u'senlin'}) skipping: [kode0] => (item={u'enabled': u'no', u'name': u'solum'}) changed: [kode1] => (item={u'enabled': u'yes', u'name': u'swift'}) skipping: [kode1] => (item={u'enabled': u'no', u'name': u'tacker'}) skipping: [kode1] => (item={u'enabled': u'no', u'name': u'watcher'}) changed: [kode2] => (item={u'enabled': u'yes', u'name': u'swift'}) skipping: [kode2] => (item={u'enabled': u'no', u'name': u'tacker'}) changed: [kode0] => (item={u'enabled': u'yes', u'name': u'swift'}) skipping: [kode2] => (item={u'enabled': u'no', u'name': u'watcher'}) skipping: [kode0] => (item={u'enabled': u'no', u'name': u'tacker'}) skipping: [kode0] => (item={u'enabled': u'no', u'name': u'watcher'}) TASK [common : include] ******************************************************** included: /opt/bgi-kolla/kolla-ansible/ansible/roles/common/tasks/bootstrap.yml for kode0, kode1, kode2 TASK [common : Creating log volume] ******************************************** changed: [kode1] changed: [kode0] changed: [kode2] TASK [common : include] ******************************************************** included: /opt/bgi-kolla/kolla-ansible/ansible/roles/common/tasks/start.yml for kode0, kode1, kode2 TASK [common : Starting fluentd container] ************************************* changed: [kode1] changed: [kode2] changed: [kode0] TASK [common : Starting kolla-toolbox container] ******************************* changed: [kode2] changed: [kode0] changed: [kode1] TASK [common : Initializing toolbox container using normal user] *************** ok: [kode2] ok: [kode0] ok: [kode1] TASK [common : Starting cron container] **************************************** changed: [kode1] changed: [kode2] changed: [kode0] TASK [common : Registering common role has run] ******************************** ok: [kode0] ok: [kode1] ok: [kode2] TASK [elasticsearch : include] ************************************************* included: /opt/bgi-kolla/kolla-ansible/ansible/roles/elasticsearch/tasks/deploy.yml for kode0, kode1, kode2 TASK [elasticsearch : include] ************************************************* included: /opt/bgi-kolla/kolla-ansible/ansible/roles/elasticsearch/tasks/config.yml for kode0, kode1, kode2 TASK [elasticsearch : Ensuring config directories exist] *********************** changed: [kode1] => (item={'key': u'elasticsearch', 'value': {u'group': u'elasticsearch', u'image': u'192.168.103.16:5000/bgi/centos-binary-elasticsearch:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//elasticsearch/:/var/lib/kolla/config_files/', u'/etc/localtime:/etc/localtime:ro', u'elasticsearch:/var/lib/elasticsearch/data'], u'container_name': u'elasticsearch'}}) changed: [kode0] => (item={'key': u'elasticsearch', 'value': {u'group': u'elasticsearch', u'image': u'192.168.103.16:5000/bgi/centos-binary-elasticsearch:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//elasticsearch/:/var/lib/kolla/config_files/', u'/etc/localtime:/etc/localtime:ro', u'elasticsearch:/var/lib/elasticsearch/data'], u'container_name': u'elasticsearch'}}) changed: [kode2] => (item={'key': u'elasticsearch', 'value': {u'group': u'elasticsearch', u'image': u'192.168.103.16:5000/bgi/centos-binary-elasticsearch:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//elasticsearch/:/var/lib/kolla/config_files/', u'/etc/localtime:/etc/localtime:ro', u'elasticsearch:/var/lib/elasticsearch/data'], u'container_name': u'elasticsearch'}}) TASK [elasticsearch : Copying over config.json files for services] ************* changed: [kode0] => (item={'key': u'elasticsearch', 'value': {u'group': u'elasticsearch', u'image': u'192.168.103.16:5000/bgi/centos-binary-elasticsearch:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//elasticsearch/:/var/lib/kolla/config_files/', u'/etc/localtime:/etc/localtime:ro', u'elasticsearch:/var/lib/elasticsearch/data'], u'container_name': u'elasticsearch'}}) changed: [kode1] => (item={'key': u'elasticsearch', 'value': {u'group': u'elasticsearch', u'image': u'192.168.103.16:5000/bgi/centos-binary-elasticsearch:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//elasticsearch/:/var/lib/kolla/config_files/', u'/etc/localtime:/etc/localtime:ro', u'elasticsearch:/var/lib/elasticsearch/data'], u'container_name': u'elasticsearch'}}) changed: [kode2] => (item={'key': u'elasticsearch', 'value': {u'group': u'elasticsearch', u'image': u'192.168.103.16:5000/bgi/centos-binary-elasticsearch:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//elasticsearch/:/var/lib/kolla/config_files/', u'/etc/localtime:/etc/localtime:ro', u'elasticsearch:/var/lib/elasticsearch/data'], u'container_name': u'elasticsearch'}}) TASK [elasticsearch : Copying over elasticsearch.yml] ************************** changed: [kode1] => (item={'key': u'elasticsearch', 'value': {u'group': u'elasticsearch', u'image': u'192.168.103.16:5000/bgi/centos-binary-elasticsearch:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//elasticsearch/:/var/lib/kolla/config_files/', u'/etc/localtime:/etc/localtime:ro', u'elasticsearch:/var/lib/elasticsearch/data'], u'container_name': u'elasticsearch'}}) changed: [kode0] => (item={'key': u'elasticsearch', 'value': {u'group': u'elasticsearch', u'image': u'192.168.103.16:5000/bgi/centos-binary-elasticsearch:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//elasticsearch/:/var/lib/kolla/config_files/', u'/etc/localtime:/etc/localtime:ro', u'elasticsearch:/var/lib/elasticsearch/data'], u'container_name': u'elasticsearch'}}) changed: [kode2] => (item={'key': u'elasticsearch', 'value': {u'group': u'elasticsearch', u'image': u'192.168.103.16:5000/bgi/centos-binary-elasticsearch:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//elasticsearch/:/var/lib/kolla/config_files/', u'/etc/localtime:/etc/localtime:ro', u'elasticsearch:/var/lib/elasticsearch/data'], u'container_name': u'elasticsearch'}}) TASK [elasticsearch : Check elasticsearch containers] ************************** changed: [kode0] => (item={'key': u'elasticsearch', 'value': {u'group': u'elasticsearch', u'image': u'192.168.103.16:5000/bgi/centos-binary-elasticsearch:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//elasticsearch/:/var/lib/kolla/config_files/', u'/etc/localtime:/etc/localtime:ro', u'elasticsearch:/var/lib/elasticsearch/data'], u'container_name': u'elasticsearch'}}) changed: [kode1] => (item={'key': u'elasticsearch', 'value': {u'group': u'elasticsearch', u'image': u'192.168.103.16:5000/bgi/centos-binary-elasticsearch:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//elasticsearch/:/var/lib/kolla/config_files/', u'/etc/localtime:/etc/localtime:ro', u'elasticsearch:/var/lib/elasticsearch/data'], u'container_name': u'elasticsearch'}}) changed: [kode2] => (item={'key': u'elasticsearch', 'value': {u'group': u'elasticsearch', u'image': u'192.168.103.16:5000/bgi/centos-binary-elasticsearch:4.0.0.1', u'enabled': True, u'volumes': [u'/etc/kolla//elasticsearch/:/var/lib/kolla/config_files/', u'/etc/localtime:/etc/localtime:ro', u'elasticsearch:/var/lib/elasticsearch/data'], u'container_name': u'elasticsearch'}}) RUNNING HANDLER [elasticsearch : Restart elasticsearch container] ************** changed: [kode0] changed: [kode2] changed: [kode1] PLAY [Apply role influxdb] ***************************************************** TASK [setup] ******************************************************************* ok: [kode3] TASK [common : include] ******************************************************** skipping: [kode3] TASK [common : Registering common role has run] ******************************** skipping: [kode3] TASK [influxdb : include] ****************************************************** skipping: [kode3] PLAY [Apply role telegraf] ***************************************************** TASK [setup] ******************************************************************* ok: [kode2] ok: [kode1] ok: [kode0] ok: [kode4] ok: [kode5] ok: [kode3] TASK [common : include] ******************************************************** skipping: [kode4] skipping: [kode5] skipping: [kode0] skipping: [kode1] skipping: [kode2] skipping: [kode3] TASK [common : Registering common role has run] ******************************** skipping: [kode4] skipping: [kode5] skipping: [kode0] skipping: [kode1] skipping: [kode2] skipping: [kode3] TASK [telegraf : include] ****************************************************** skipping: [kode4] skipping: [kode5] skipping: [kode0] skipping: [kode1] skipping: [kode2] skipping: [kode3] PLAY [Apply role haproxy] ****************************************************** TASK [setup] ******************************************************************* ok: [kode3] TASK [common : include] ******************************************************** included: /opt/bgi-kolla/kolla-ansible/ansible/roles/common/tasks/deploy.yml for kode3 TASK [common : include] ******************************************************** included: /opt/bgi-kolla/kolla-ansible/ansible/roles/common/tasks/config.yml for kode3 TASK [common : Ensuring config directories exist] ****************************** changed: [kode3] => (item=fluentd) changed: [kode3] => (item=fluentd/input) changed: [kode3] => (item=fluentd/output) changed: [kode3] => (item=fluentd/format) changed: [kode3] => (item=fluentd/filter) changed: [kode3] => (item=kolla-toolbox) changed: [kode3] => (item=cron) changed: [kode3] => (item=cron/logrotate) TASK [common : Copying over config.json files for services] ******************** changed: [kode3] => (item=fluentd) changed: [kode3] => (item=kolla-toolbox) changed: [kode3] => (item=cron) TASK [common : Copying over fluentd input config files] ************************ changed: [kode3] => (item=00-global) changed: [kode3] => (item=01-syslog) changed: [kode3] => (item=02-mariadb) changed: [kode3] => (item=03-rabbitmq) TASK [common : Copying over fluentd ouput config files] ************************ changed: [kode3] => (item={u'enabled': True, u'name': u'00-local'}) changed: [kode3] => (item={u'enabled': u'yes', u'name': u'01-es'}) TASK [common : Copying over fluentd format config files] *********************** changed: [kode3] => (item=apache_access) changed: [kode3] => (item=wsgi_access) changed: [kode3] => (item=wsgi_python) TASK [common : Copying over fluentd filter config files] *********************** changed: [kode3] => (item=00-record_transformer) changed: [kode3] => (item=01-rewrite) TASK [common : Copying over tg-agent.conf] ************************************* changed: [kode3] => (item=fluentd) TASK [common : Copying over cron logrotate config files] *********************** changed: [kode3] => (item={u'enabled': u'yes', u'name': u'ansible'}) changed: [kode3] => (item={u'enabled': u'yes', u'name': u'aodh'}) skipping: [kode3] => (item={u'enabled': u'no', u'name': u'barbican'}) changed: [kode3] => (item={u'enabled': u'yes', u'name': u'ceilometer'}) changed: [kode3] => (item={u'enabled': u'yes', u'name': u'cinder'}) skipping: [kode3] => (item={u'enabled': u'no', u'name': u'cloudkitty'}) skipping: [kode3] => (item={u'enabled': u'no', u'name': u'designate'}) changed: [kode3] => (item={u'enabled': u'yes', u'name': u'elasticsearch'}) skipping: [kode3] => (item={u'enabled': u'no', u'name': u'freezer'}) changed: [kode3] => (item={u'enabled': u'yes', u'name': u'glance'}) changed: [kode3] => (item={u'enabled': u'yes', u'name': u'global'}) changed: [kode3] => (item={u'enabled': u'yes', u'name': u'gnocchi'}) skipping: [kode3] => (item={u'enabled': u'no', u'name': u'grafana'}) changed: [kode3] => (item={u'enabled': u'yes', u'name': u'haproxy'}) skipping: [kode3] => (item={u'enabled': u'no', u'name': u'heat'}) changed: [kode3] => (item={u'enabled': True, u'name': u'iscsid'}) skipping: [kode3] => (item={u'enabled': u'no', u'name': u'karbor'}) changed: [kode3] => (item={u'enabled': u'yes', u'name': u'keepalived'}) changed: [kode3] => (item={u'enabled': u'yes', u'name': u'keystone'}) skipping: [kode3] => (item={u'enabled': u'no', u'name': u'magnum'}) skipping: [kode3] => (item={u'enabled': u'no', u'name': u'manila'}) changed: [kode3] => (item={u'enabled': u'yes', u'name': u'mariadb'}) skipping: [kode3] => (item={u'enabled': u'no', u'name': u'mistral'}) skipping: [kode3] => (item={u'enabled': u'no', u'name': u'murano'}) changed: [kode3] => (item={u'enabled': u'yes', u'name': u'neutron'}) changed: [kode3] => (item={u'enabled': u'yes', u'name': u'nova'}) skipping: [kode3] => (item={u'enabled': u'no', u'name': u'octavia'}) skipping: [kode3] => (item={u'enabled': u'no', u'name': u'panko'}) changed: [kode3] => (item={u'enabled': u'yes', u'name': u'rabbitmq'}) skipping: [kode3] => (item={u'enabled': u'no', u'name': u'sahara'}) skipping: [kode3] => (item={u'enabled': u'no', u'name': u'searchlight'}) skipping: [kode3] => (item={u'enabled': u'no', u'name': u'senlin'}) skipping: [kode3] => (item={u'enabled': u'no', u'name': u'solum'}) changed: [kode3] => (item={u'enabled': u'yes', u'name': u'swift'}) skipping: [kode3] => (item={u'enabled': u'no', u'name': u'tacker'}) skipping: [kode3] => (item={u'enabled': u'no', u'name': u'watcher'}) TASK [common : include] ******************************************************** included: /opt/bgi-kolla/kolla-ansible/ansible/roles/common/tasks/bootstrap.yml for kode3 TASK [common : Creating log volume] ******************************************** changed: [kode3] TASK [common : include] ******************************************************** included: /opt/bgi-kolla/kolla-ansible/ansible/roles/common/tasks/start.yml for kode3 TASK [common : Starting fluentd container] ************************************* changed: [kode3] TASK [common : Starting kolla-toolbox container] ******************************* changed: [kode3] TASK [common : Initializing toolbox container using normal user] *************** ok: [kode3] TASK [common : Starting cron container] **************************************** changed: [kode3] TASK [common : Registering common role has run] ******************************** ok: [kode3] TASK [haproxy : include] ******************************************************* included: /opt/bgi-kolla/kolla-ansible/ansible/roles/haproxy/tasks/deploy.yml for kode3 TASK [haproxy : include] ******************************************************* included: /opt/bgi-kolla/kolla-ansible/ansible/roles/haproxy/tasks/config.yml for kode3 TASK [haproxy : Setting sysctl values] ***************************************** ok: [kode3] => (item={u'name': u'net.ipv4.ip_nonlocal_bind', u'value': 1}) ok: [kode3] => (item={u'name': u'net.unix.max_dgram_qlen', u'value': 128}) TASK [haproxy : Ensuring config directories exist] ***************************** changed: [kode3] => (item=keepalived) changed: [kode3] => (item=haproxy) TASK [haproxy : Copying over config.json files for services] ******************* changed: [kode3] => (item=keepalived) changed: [kode3] => (item=haproxy) TASK [haproxy : Copying over haproxy.cfg] ************************************** changed: [kode3] => (item=/opt/bgi-kolla/kolla-ansible/ansible/roles/haproxy/templates/haproxy.cfg.j2) TASK [haproxy : Copying over keepalived.conf] ********************************** changed: [kode3] => (item=/opt/bgi-kolla/kolla-ansible/ansible/roles/haproxy/templates/keepalived.conf.j2) TASK [haproxy : Copying over haproxy.pem] ************************************** skipping: [kode3] => (item=haproxy.pem) TASK [haproxy : include] ******************************************************* included: /opt/bgi-kolla/kolla-ansible/ansible/roles/haproxy/tasks/start.yml for kode3 TASK [haproxy : Starting haproxy container] ************************************ changed: [kode3] TASK [haproxy : Starting keepalived container] ********************************* changed: [kode3] TASK [haproxy : Ensuring latest haproxy config is used] ************************ ok: [kode3] TASK [haproxy : Waiting for virtual IP to appear] ****************************** ok: [kode3] PLAY [Apply role kibana] ******************************************************* TASK [setup] ******************************************************************* ok: [kode1] ok: [kode0] ok: [kode2] TASK [common : include] ******************************************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [common : Registering common role has run] ******************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [kibana : include] ******************************************************** included: /opt/bgi-kolla/kolla-ansible/ansible/roles/kibana/tasks/deploy.yml for kode0, kode1, kode2 TASK [kibana : include] ******************************************************** included: /opt/bgi-kolla/kolla-ansible/ansible/roles/kibana/tasks/config.yml for kode0, kode1, kode2 TASK [kibana : Ensuring kibana config directories exist] *********************** changed: [kode0] => (item={'key': u'kibana', 'value': {u'enabled': True, u'image': u'192.168.103.16:5000/bgi/centos-binary-kibana:4.0.0.1', u'group': u'kibana', u'volumes': [u'/etc/kolla//kibana/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'kibana'}}) changed: [kode1] => (item={'key': u'kibana', 'value': {u'enabled': True, u'image': u'192.168.103.16:5000/bgi/centos-binary-kibana:4.0.0.1', u'group': u'kibana', u'volumes': [u'/etc/kolla//kibana/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'kibana'}}) changed: [kode2] => (item={'key': u'kibana', 'value': {u'enabled': True, u'image': u'192.168.103.16:5000/bgi/centos-binary-kibana:4.0.0.1', u'group': u'kibana', u'volumes': [u'/etc/kolla//kibana/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'kibana'}}) TASK [kibana : Copying over config.json files for services] ******************** changed: [kode1] => (item={'key': u'kibana', 'value': {u'enabled': True, u'image': u'192.168.103.16:5000/bgi/centos-binary-kibana:4.0.0.1', u'group': u'kibana', u'volumes': [u'/etc/kolla//kibana/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'kibana'}}) changed: [kode0] => (item={'key': u'kibana', 'value': {u'enabled': True, u'image': u'192.168.103.16:5000/bgi/centos-binary-kibana:4.0.0.1', u'group': u'kibana', u'volumes': [u'/etc/kolla//kibana/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'kibana'}}) changed: [kode2] => (item={'key': u'kibana', 'value': {u'enabled': True, u'image': u'192.168.103.16:5000/bgi/centos-binary-kibana:4.0.0.1', u'group': u'kibana', u'volumes': [u'/etc/kolla//kibana/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'kibana'}}) TASK [kibana : Copying over Kibana configuration file] ************************* changed: [kode0] => (item={'key': u'kibana', 'value': {u'enabled': True, u'image': u'192.168.103.16:5000/bgi/centos-binary-kibana:4.0.0.1', u'group': u'kibana', u'volumes': [u'/etc/kolla//kibana/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'kibana'}}) changed: [kode1] => (item={'key': u'kibana', 'value': {u'enabled': True, u'image': u'192.168.103.16:5000/bgi/centos-binary-kibana:4.0.0.1', u'group': u'kibana', u'volumes': [u'/etc/kolla//kibana/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'kibana'}}) changed: [kode2] => (item={'key': u'kibana', 'value': {u'enabled': True, u'image': u'192.168.103.16:5000/bgi/centos-binary-kibana:4.0.0.1', u'group': u'kibana', u'volumes': [u'/etc/kolla//kibana/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'kibana'}}) TASK [kibana : Check kibana containers] **************************************** changed: [kode1] => (item={'key': u'kibana', 'value': {u'enabled': True, u'image': u'192.168.103.16:5000/bgi/centos-binary-kibana:4.0.0.1', u'group': u'kibana', u'volumes': [u'/etc/kolla//kibana/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'kibana'}}) changed: [kode0] => (item={'key': u'kibana', 'value': {u'enabled': True, u'image': u'192.168.103.16:5000/bgi/centos-binary-kibana:4.0.0.1', u'group': u'kibana', u'volumes': [u'/etc/kolla//kibana/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'kibana'}}) changed: [kode2] => (item={'key': u'kibana', 'value': {u'enabled': True, u'image': u'192.168.103.16:5000/bgi/centos-binary-kibana:4.0.0.1', u'group': u'kibana', u'volumes': [u'/etc/kolla//kibana/:/var/lib/kolla/config_files/:ro', u'/etc/localtime:/etc/localtime:ro', u'kolla_logs:/var/log/kolla/'], u'container_name': u'kibana'}}) RUNNING HANDLER [kibana : Restart kibana container] **************************** changed: [kode2] changed: [kode1] changed: [kode0] PLAY [Apply role memcached] **************************************************** TASK [setup] ******************************************************************* ok: [kode1] ok: [kode0] ok: [kode2] TASK [memcached : include] ***************************************************** included: /opt/bgi-kolla/kolla-ansible/ansible/roles/memcached/tasks/deploy.yml for kode0, kode1, kode2 TASK [memcached : include] ***************************************************** included: /opt/bgi-kolla/kolla-ansible/ansible/roles/memcached/tasks/config.yml for kode0, kode1, kode2 TASK [memcached : Ensuring config directories exist] *************************** changed: [kode0] => (item=memcached) changed: [kode2] => (item=memcached) changed: [kode1] => (item=memcached) TASK [memcached : Copying over config.json files for services] ***************** changed: [kode1] => (item=memcached) changed: [kode0] => (item=memcached) changed: [kode2] => (item=memcached) TASK [memcached : Check memcached container] *********************************** changed: [kode1] changed: [kode0] changed: [kode2] RUNNING HANDLER [memcached : Restart memcached container] ********************** changed: [kode1] changed: [kode2] changed: [kode0] PLAY [Apply role mariadb] ****************************************************** TASK [setup] ******************************************************************* ok: [kode2] ok: [kode1] ok: [kode0] TASK [common : include] ******************************************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [common : Registering common role has run] ******************************** skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [mariadb : include] ******************************************************* included: /opt/bgi-kolla/kolla-ansible/ansible/roles/mariadb/tasks/deploy.yml for kode0, kode1, kode2 TASK [mariadb : include] ******************************************************* included: /opt/bgi-kolla/kolla-ansible/ansible/roles/mariadb/tasks/config.yml for kode0, kode1, kode2 TASK [mariadb : Ensuring config directories exist] ***************************** changed: [kode0] => (item=mariadb) changed: [kode1] => (item=mariadb) changed: [kode2] => (item=mariadb) TASK [mariadb : Copying over config.json files for services] ******************* changed: [kode1] => (item=mariadb) changed: [kode0] => (item=mariadb) changed: [kode2] => (item=mariadb) TASK [mariadb : Copying over galera.cnf] *************************************** changed: [kode1] => (item=mariadb) changed: [kode0] => (item=mariadb) changed: [kode2] => (item=mariadb) TASK [mariadb : Copying over wsrep-notify.sh] ********************************** changed: [kode0] => (item=mariadb) changed: [kode1] => (item=mariadb) changed: [kode2] => (item=mariadb) TASK [mariadb : include] ******************************************************* included: /opt/bgi-kolla/kolla-ansible/ansible/roles/mariadb/tasks/bootstrap.yml for kode0, kode1, kode2 TASK [mariadb : include] ******************************************************* included: /opt/bgi-kolla/kolla-ansible/ansible/roles/mariadb/tasks/lookup_cluster.yml for kode0, kode1, kode2 TASK [mariadb : Cleaning up temp file on localhost] **************************** [DEPRECATION WARNING]: always_run is deprecated. Use check_mode = no instead.. This feature will be removed in version 2.4. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. ok: [kode0 -> localhost] TASK [mariadb : Creating temp file on localhost] ******************************* [DEPRECATION WARNING]: always_run is deprecated. Use check_mode = no instead.. This feature will be removed in version 2.4. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. ok: [kode0 -> localhost] TASK [mariadb : Creating mariadb volume] *************************************** changed: [kode1] changed: [kode0] changed: [kode2] TASK [mariadb : Writing hostname of host with existing cluster files to temp file] *** [DEPRECATION WARNING]: always_run is deprecated. Use check_mode = no instead.. This feature will be removed in version 2.4. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. [DEPRECATION WARNING]: always_run is deprecated. Use check_mode = no instead.. This feature will be removed in version 2.4. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. skipping: [kode0] [DEPRECATION WARNING]: always_run is deprecated. Use check_mode = no instead.. This feature will be removed in version 2.4. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. skipping: [kode1] skipping: [kode2] TASK [mariadb : Registering host from temp file] ******************************* ok: [kode0] ok: [kode1] ok: [kode2] TASK [mariadb : Cleaning up temp file on localhost] **************************** [DEPRECATION WARNING]: always_run is deprecated. Use check_mode = no instead.. This feature will be removed in version 2.4. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. ok: [kode0 -> localhost] TASK [mariadb : include] ******************************************************* skipping: [kode1] skipping: [kode2] included: /opt/bgi-kolla/kolla-ansible/ansible/roles/mariadb/tasks/bootstrap_cluster.yml for kode0 TASK [mariadb : Running MariaDB bootstrap container] *************************** changed: [kode0] TASK [mariadb : Starting first MariaDB container] ****************************** changed: [kode0] TASK [mariadb : include] ******************************************************* skipping: [kode0] skipping: [kode1] skipping: [kode2] TASK [mariadb : include] ******************************************************* included: /opt/bgi-kolla/kolla-ansible/ansible/roles/mariadb/tasks/start.yml for kode0, kode1, kode2 TASK [mariadb : Starting mariadb container] ************************************ skipping: [kode0] changed: [kode1] changed: [kode2] TASK [mariadb : Waiting for MariaDB service to be ready] *********************** FAILED - RETRYING: TASK: mariadb : Waiting for MariaDB service to be ready (10 retries left). FAILED - RETRYING: TASK: mariadb : Waiting for MariaDB service to be ready (10 retries left). ok: [kode0] FAILED - RETRYING: TASK: mariadb : Waiting for MariaDB service to be ready (10 retries left). FAILED - RETRYING: TASK: mariadb : Waiting for MariaDB service to be ready (9 retries left). ok: [kode2] FAILED - RETRYING: TASK: mariadb : Waiting for MariaDB service to be ready (8 retries left). FAILED - RETRYING: TASK: mariadb : Waiting for MariaDB service to be ready (7 retries left). FAILED - RETRYING: TASK: mariadb : Waiting for MariaDB service to be ready (6 retries left). FAILED - RETRYING: TASK: mariadb : Waiting for MariaDB service to be ready (5 retries left). FAILED - RETRYING: TASK: mariadb : Waiting for MariaDB service to be ready (4 retries left). FAILED - RETRYING: TASK: mariadb : Waiting for MariaDB service to be ready (3 retries left). FAILED - RETRYING: TASK: mariadb : Waiting for MariaDB service to be ready (2 retries left). FAILED - RETRYING: TASK: mariadb : Waiting for MariaDB service to be ready (1 retries left). fatal: [kode1]: FAILED! => {"attempts": 10, "changed": false, "failed": true, "module_stderr": "Shared connection to kode1 closed.\r\n", "module_stdout": "Traceback (most recent call last):\r\n File \"/tmp/ansible_6UqtGM/ansible_module_wait_for.py\", line 540, in \r\n main()\r\n File \"/tmp/ansible_6UqtGM/ansible_module_wait_for.py\", line 481, in main\r\n response = s.recv(1024)\r\nsocket.error: [Errno 104] Connection reset by peer\r\n", "msg": "MODULE FAILURE"} TASK [mariadb : include] ******************************************************* included: /opt/bgi-kolla/kolla-ansible/ansible/roles/mariadb/tasks/register.yml for kode0, kode2 TASK [mariadb : Creating haproxy mysql user] *********************************** changed: [kode0] TASK [mariadb : Cleaning up facts] ********************************************* ok: [kode0] ok: [kode2] TASK [mariadb : include] ******************************************************* included: /opt/bgi-kolla/kolla-ansible/ansible/roles/mariadb/tasks/start.yml for kode0, kode2 TASK [mariadb : Starting mariadb container] ************************************ ^C [ERROR]: User interrupted execution Command failed ansible-playbook -i ../ansible/inventory/bgi-openstack -e @/etc/kolla/globals.yml -e @/etc/kolla/passwords.yml -e CONFIG_DIR=/etc/kolla -e horizon_tag=4.0.0.2 -e action=deploy /opt/bgi-kolla/kolla-ansible/ansible/site.yml [root@kola bgi]#