Skip to content
This repository has been archived by the owner on Jul 27, 2023. It is now read-only.

Ansible ssh (ping) not working #286

Closed
saswatp opened this issue May 16, 2015 · 17 comments
Closed

Ansible ssh (ping) not working #286

saswatp opened this issue May 16, 2015 · 17 comments

Comments

@saswatp
Copy link
Contributor

saswatp commented May 16, 2015

I have been trying to follow the instruction for openstack setup using microservices-infrastructure 2.0 version . While host-* vms have been created successfully , software installation is failing as ansible is not able to ssh into the hosts.

I am using Openstack kilo and CentOS7 . CentOS7 image does have a centos user.

Here are the logs :

Provision key pair 
++++++++++++++

ansible-playbook -i inventory/1-datacenter openstack/provision-nova-key.yml

PLAY [localhost] ************************************************************** 

TASK: [verify openstack environment] ****************************************** 
skipping: [localhost] => (item=OS_USERNAME)
skipping: [localhost] => (item=OS_PASSWORD)

PLAY [all] ******************************************************************** 

TASK: [add ssh key to openstack tenant] *************************************** 
ok: [host-01 -> 127.0.0.1]
ok: [host-02 -> 127.0.0.1]
ok: [host-05 -> 127.0.0.1]
ok: [host-04 -> 127.0.0.1]
ok: [host-03 -> 127.0.0.1]

PLAY RECAP ******************************************************************** 
add ssh key to openstack tenant ----------------------------------------- 1.26s
verify openstack environment -------------------------------------------- 0.02s
host-01                    : ok=1    changed=0    unreachable=0    failed=0   
host-02                    : ok=1    changed=0    unreachable=0    failed=0   
host-03                    : ok=1    changed=0    unreachable=0    failed=0   
host-04                    : ok=1    changed=0    unreachable=0    failed=0   
host-05                    : ok=1    changed=0    unreachable=0    failed=0   
localhost                  : ok=1    changed=0    unreachable=0    failed=0  

Provision hosts : 
++++++++++++
ansible-playbook -i inventory/1-datacenter openstack/provision-hosts.yml 

PLAY [localhost] ************************************************************** 

TASK: [verify openstack environment] ****************************************** 
skipping: [localhost] => (item=OS_USERNAME)
skipping: [localhost] => (item=OS_PASSWORD)

PLAY [all] ******************************************************************** 

TASK: [nova_compute ] ********************************************************* 
changed: [host-05]
changed: [host-04]
changed: [host-02]
changed: [host-03]
changed: [host-01]

TASK: [set ansible_ssh_host value to host private_ip] ************************* 
ok: [host-01]
ok: [host-02]
ok: [host-05]
ok: [host-03]
ok: [host-04]

TASK: [print host ip address] ************************************************* 
ok: [host-01] => {
    "msg": "192.168.0.229"
}
ok: [host-02] => {
    "msg": "192.168.0.225"
}
ok: [host-03] => {
    "msg": "192.168.0.226"
}
ok: [host-04] => {
    "msg": "192.168.0.224"
}
ok: [host-05] => {
    "msg": "192.168.0.230"
}

TASK: [wait for host boot] **************************************************** 
ok: [host-05 -> 127.0.0.1]
ok: [host-03 -> 127.0.0.1]
ok: [host-02 -> 127.0.0.1]
ok: [host-04 -> 127.0.0.1]
ok: [host-01 -> 127.0.0.1]

PLAY RECAP ******************************************************************** 
wait for host boot ----------------------------------------------------- 60.21s
nova_compute  ---------------------------------------------------------- 42.04s
set ansible_ssh_host value to host private_ip --------------------------- 0.06s
print host ip address --------------------------------------------------- 0.06s
verify openstack environment -------------------------------------------- 0.02s
host-01                    : ok=4    changed=1    unreachable=0    failed=0   
host-02                    : ok=4    changed=1    unreachable=0    failed=0   
host-03                    : ok=4    changed=1    unreachable=0    failed=0   
host-04                    : ok=4    changed=1    unreachable=0    failed=0   
host-05                    : ok=4    changed=1    unreachable=0    failed=0   
localhost                  : ok=1    changed=0    unreachable=0    failed=0   




admin@ubuntu-linux:~/saspraha/microservices-infrastructure$ ansible all -i inventory/1-datacenter -m ping -vvvv
<host-04> ESTABLISH CONNECTION FOR USER: centos
<host-03> ESTABLISH CONNECTION FOR USER: centos
<host-04> REMOTE_MODULE ping
<host-03> REMOTE_MODULE ping
<host-01> ESTABLISH CONNECTION FOR USER: centos
<host-05> ESTABLISH CONNECTION FOR USER: centos
<host-01> REMOTE_MODULE ping
<host-05> REMOTE_MODULE ping
<host-04> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/home/admin/.ansible/cp/ansible-ssh-%h-%p-%r" -o StrictHostKeyChecking=no -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=centos -o ConnectTimeout=10 host-04 /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1431729877.11-17545668298890 && chmod a+rx $HOME/.ansible/tmp/ansible-tmp-1431729877.11-17545668298890 && echo $HOME/.ansible/tmp/ansible-tmp-1431729877.11-17545668298890'
<host-02> ESTABLISH CONNECTION FOR USER: centos
<host-02> REMOTE_MODULE ping
<host-05> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/home/admin/.ansible/cp/ansible-ssh-%h-%p-%r" -o StrictHostKeyChecking=no -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=centos -o ConnectTimeout=10 host-05 /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1431729877.12-97156878831488 && chmod a+rx $HOME/.ansible/tmp/ansible-tmp-1431729877.12-97156878831488 && echo $HOME/.ansible/tmp/ansible-tmp-1431729877.12-97156878831488'
<host-01> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/home/admin/.ansible/cp/ansible-ssh-%h-%p-%r" -o StrictHostKeyChecking=no -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=centos -o ConnectTimeout=10 host-01 /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1431729877.12-66494882643091 && chmod a+rx $HOME/.ansible/tmp/ansible-tmp-1431729877.12-66494882643091 && echo $HOME/.ansible/tmp/ansible-tmp-1431729877.12-66494882643091'
<host-03> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/home/admin/.ansible/cp/ansible-ssh-%h-%p-%r" -o StrictHostKeyChecking=no -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=centos -o ConnectTimeout=10 host-03 /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1431729877.11-279063507773324 && chmod a+rx $HOME/.ansible/tmp/ansible-tmp-1431729877.11-279063507773324 && echo $HOME/.ansible/tmp/ansible-tmp-1431729877.11-279063507773324'
<host-02> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/home/admin/.ansible/cp/ansible-ssh-%h-%p-%r" -o StrictHostKeyChecking=no -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=centos -o ConnectTimeout=10 host-02 /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1431729877.13-186764330654987 && chmod a+rx $HOME/.ansible/tmp/ansible-tmp-1431729877.13-186764330654987 && echo $HOME/.ansible/tmp/ansible-tmp-1431729877.13-186764330654987'
host-04 | FAILED => SSH Error: Permission denied (publickey,gssapi-keyex,gssapi-with-mic).
    while connecting to 192.168.0.224:22
It is sometimes useful to re-run the command using -vvvv, which prints SSH debug output to help diagnose the issue.
host-05 | FAILED => SSH Error: Permission denied (publickey,gssapi-keyex,gssapi-with-mic).
    while connecting to 192.168.0.230:22
It is sometimes useful to re-run the command using -vvvv, which prints SSH debug output to help diagnose the issue.
host-01 | FAILED => SSH Error: Permission denied (publickey,gssapi-keyex,gssapi-with-mic).
    while connecting to 192.168.0.229:22
It is sometimes useful to re-run the command using -vvvv, which prints SSH debug output to help diagnose the issue.
host-02 | FAILED => SSH Error: Permission denied (publickey,gssapi-keyex,gssapi-with-mic).
    while connecting to 192.168.0.225:22
It is sometimes useful to re-run the command using -vvvv, which prints SSH debug output to help diagnose the issue.
host-03 | FAILED => SSH Error: Permission denied (publickey,gssapi-keyex,gssapi-with-mic).
    while connecting to 192.168.0.226:22
It is sometimes useful to re-run the command using -vvvv, which prints SSH debug output to help diagnose the issue.
admin@ubuntu-linux:~/saspraha/microservices-infrastructure$ 

admin@ubuntu-linux:~/saspraha/microservices-infrastructure$ ls -la ~/.ssh/
total 24
drwx------  2 admin admin 4096 May 15 15:35 .
drwxr-xr-x 12 admin admin 4096 May 15 15:43 ..
-rw-------  1 admin admin 3326 May 15 15:15 id_rsa
-rw-r--r--  1 admin admin  744 May 15 15:15 id_rsa.pub
-rw-------  1 admin admin 3546 May 15 15:35 known_hosts
-rw-r--r--  1 admin admin 3544 May 15 15:33 known_hosts.old
@stevendborrelli
Copy link
Contributor

Can you log in via SSH directly to this host using this key?

Also, could you look at the server log via the OpenStack console? We're looking to see if cloud-init can pull the public key from the metadata service.

@corebug
Copy link
Contributor

corebug commented May 18, 2015

I suppose the problem is that you forgot to run security-setup and add "-e @security.yml" before hosts provisioning.

@saswatp
Copy link
Contributor Author

saswatp commented May 18, 2015

I am slightly confused by the documentation and the security

Apparently, ansible-playbook site.yml --extra-vars=@security.yml is also
provisioning the hosts and setting up the keys.

openstack/provision-nova-key.yml also does that and the documentation asks
to run it.

Can anyone clarify the correct sequence of commands ?

Do I need to run @security.yml before provision-nova-key.yml ??

Thanks,
Saswat

On Mon, May 18, 2015 at 7:58 AM, Vitalii Turovets notifications@github.com
wrote:

I suppose the problem is that you forgot to run security-setup and add -e
@security.yml
before hosts provisioning.


Reply to this email directly or view it on GitHub
#286 (comment)
.

@saswatp
Copy link
Contributor Author

saswatp commented May 18, 2015

Here is what I am doing :

  1. Setup openstack infrormation in group_var/dc1. Do run provision_key.yml
    but Don't run provision hosts
  2. Run ./security_setup and then @security.yml.

security.yml tries to provision the hosts and then fails to reach it.

Is this the correct order ?
In the documentation page openstack setup comes before security setup is
discussed .
http://microservices-infrastructure.readthedocs.org/en/latest/getting_started/index.html

Here is the output when I run ansible-playbook site.yml
--extra-vars=@security.yml

admin@ubuntu-linux:~/saspraha/microservices-infrastructure$
ansible-playbook site.yml --extra-vars=@security.yml

PLAY [localhost]


TASK: [check for security]


skipping: [localhost]

PLAY [localhost]


TASK: [verify openstack environment]


skipping: [localhost] => (item=OS_USERNAME)
skipping: [localhost] => (item=OS_PASSWORD)

PLAY [all]


TASK: [add ssh key to openstack tenant]


ok: [host-04 -> 127.0.0.1]
ok: [host-01 -> 127.0.0.1]
ok: [host-05 -> 127.0.0.1]
ok: [host-03 -> 127.0.0.1]
ok: [host-02 -> 127.0.0.1]

PLAY [localhost]


TASK: [verify openstack environment]


skipping: [localhost] => (item=OS_USERNAME)
skipping: [localhost] => (item=OS_PASSWORD)

PLAY [all]


TASK: [nova_compute ]


changed: [host-02]
changed: [host-03]
changed: [host-05]
changed: [host-01]
changed: [host-04]

TASK: [set ansible_ssh_host value to host private_ip]


ok: [host-01]
ok: [host-03]
ok: [host-05]
ok: [host-04]
ok: [host-02]

TASK: [print host ip address]


ok: [host-01] => {
"msg": "192.168.0.242"
}
ok: [host-02] => {
"msg": "192.168.0.241"
}
ok: [host-03] => {
"msg": "192.168.0.243"
}
ok: [host-05] => {
"msg": "192.168.0.244"
}
ok: [host-04] => {
"msg": "192.168.0.240"
}

TASK: [wait for host boot]


ok: [host-05 -> 127.0.0.1]
ok: [host-03 -> 127.0.0.1]
ok: [host-01 -> 127.0.0.1]
failed: [host-04 -> 127.0.0.1] => {"elapsed": 120, "failed": true}
msg: Timeout when waiting for search string OpenSSH in 192.168.0.240:22
failed: [host-02 -> 127.0.0.1] => {"elapsed": 120, "failed": true}
msg: Timeout when waiting for search string OpenSSH in 192.168.0.241:22

PLAY [all]


TASK: [refresh yum cache]


fatal: [host-01] => SSH Error: Permission denied
(publickey,gssapi-keyex,gssapi-with-mic,password).
while connecting to 192.168.0.242:22
It is sometimes useful to re-run the command using -vvvv, which prints SSH
debug output to help diagnose the issue.
fatal: [host-05] => SSH Error: Permission denied
(publickey,gssapi-keyex,gssapi-with-mic,password).
while connecting to 192.168.0.244:22
It is sometimes useful to re-run the command using -vvvv, which prints SSH
debug output to help diagnose the issue.
fatal: [host-03] => SSH Error: Permission denied
(publickey,gssapi-keyex,gssapi-with-mic,password).
while connecting to 192.168.0.243:22
It is sometimes useful to re-run the command using -vvvv, which prints SSH
debug output to help diagnose the issue.

FATAL: all hosts have already failed -- aborting

PLAY RECAP


wait for host boot ----------------------------------------------------
120.26s
nova_compute ----------------------------------------------------------
16.24s
add ssh key to openstack tenant -----------------------------------------
1.41s
refresh yum cache -------------------------------------------------------
0.20s
set ansible_ssh_host value to host private_ip ---------------------------
0.07s
print host ip address ---------------------------------------------------
0.06s
verify openstack environment --------------------------------------------
0.02s
check for security ------------------------------------------------------
0.01s
to retry, use: --limit @/home/admin/site.retry

host-01 : ok=5 changed=1 unreachable=1
failed=0
host-02 : ok=4 changed=1 unreachable=0
failed=1
host-03 : ok=5 changed=1 unreachable=1
failed=0
host-04 : ok=4 changed=1 unreachable=0
failed=1
host-05 : ok=5 changed=1 unreachable=1
failed=0
localhost : ok=2 changed=0 unreachable=0
failed=0

admin@ubuntu-linux:~/saspraha/microservices-infrastructure$

thanks,
Saswat

On Mon, May 18, 2015 at 11:16 AM, Saswat Praharaj saswat@gmail.com wrote:

I am slightly confused by the documentation and the security

Apparently, ansible-playbook site.yml --extra-vars=@security.yml is also
provisioning the hosts and setting up the keys.

openstack/provision-nova-key.yml also does that and the documentation asks
to run it.

Can anyone clarify the correct sequence of commands ?

Do I need to run @security.yml before provision-nova-key.yml ??

Thanks,
Saswat

On Mon, May 18, 2015 at 7:58 AM, Vitalii Turovets <
notifications@github.com> wrote:

I suppose the problem is that you forgot to run security-setup and add -e
@security.yml
before hosts provisioning.


Reply to this email directly or view it on GitHub
#286 (comment)
.

@stevendborrelli
Copy link
Contributor

@saswatp your SSH public key is deployed to the host during OpenStack provisioning. This is why I'm asking you to test direct SSH connections into the server. Even if nothing else is run from ansible, you should be able to log into the host once it is up and running.

If you populate the file inventory/group_vars/all/users.yml, additional keys will be provisioned during the Ansible run for the common role. The security.yml file does not manage SSH keys at this time.

@saswatp
Copy link
Contributor Author

saswatp commented May 18, 2015

Steven,

My bad, I forgot to mention that . Direct SSH connection to the provisioned
ssh server is not working either.

ssh -o PasswordAuthentication=no centos@192.168.0.247 -vvv
OpenSSH_6.6.1, OpenSSL 1.0.1f 6 Jan 2014
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: /etc/ssh/ssh_config line 19: Applying options for *
debug2: ssh_connect: needpriv 0
debug1: Connecting to 192.168.0.247 [192.168.0.247] port 22.
debug1: Connection established.
debug3: Incorrect RSA1 identifier
debug3: Could not load "/home/admin/.ssh/id_rsa" as a RSA1 public key
debug1: identity file /home/admin/.ssh/id_rsa type 1
debug1: identity file /home/admin/.ssh/id_rsa-cert type -1
debug1: identity file /home/admin/.ssh/id_dsa type -1
debug1: identity file /home/admin/.ssh/id_dsa-cert type -1
debug1: identity file /home/admin/.ssh/id_ecdsa type -1
debug1: identity file /home/admin/.ssh/id_ecdsa-cert type -1
debug1: identity file /home/admin/.ssh/id_ed25519 type -1
debug1: identity file /home/admin/.ssh/id_ed25519-cert type -1
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2
debug1: Remote protocol version 2.0, remote software version OpenSSH_6.6.1
debug1: match: OpenSSH_6.6.1 pat OpenSSH_6.6.1* compat 0x04000000
debug2: fd 3 setting O_NONBLOCK
debug3: load_hostkeys: loading entries for host "192.168.0.247" from file
"/home/admin/.ssh/known_hosts"
debug3: load_hostkeys: found key type ECDSA in file
/home/admin/.ssh/known_hosts:14
debug3: load_hostkeys: loaded 1 keys
debug3: order_hostkeyalgs: prefer hostkeyalgs:
ecdsa-sha2-nistp256-cert-v01@openssh.com,
ecdsa-sha2-nistp384-cert-v01@openssh.com,
ecdsa-sha2-nistp521-cert-v01@openssh.com
,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521
debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
debug2: kex_parse_kexinit: curve25519-sha256@libssh.org
,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1,diffie-hellman-group1-sha1
debug2: kex_parse_kexinit: ecdsa-sha2-nistp256-cert-v01@openssh.com,
ecdsa-sha2-nistp384-cert-v01@openssh.com,
ecdsa-sha2-nistp521-cert-v01@openssh.com
,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,
ssh-ed25519-cert-v01@openssh.com,ssh-rsa-cert-v01@openssh.com,
ssh-dss-cert-v01@openssh.com,ssh-rsa-cert-v00@openssh.com,
ssh-dss-cert-v00@openssh.com,ssh-ed25519,ssh-rsa,ssh-dss
debug2: kex_parse_kexinit:
aes128-ctr,aes192-ctr,aes256-ctr,arcfour256,arcfour128,
aes128-gcm@openssh.com,aes256-gcm@openssh.com,chacha20-poly1305@openssh.com
,aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,aes192-cbc,aes256-cbc,arcfour,
rijndael-cbc@lysator.liu.se
debug2: kex_parse_kexinit:
aes128-ctr,aes192-ctr,aes256-ctr,arcfour256,arcfour128,
aes128-gcm@openssh.com,aes256-gcm@openssh.com,chacha20-poly1305@openssh.com
,aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,aes192-cbc,aes256-cbc,arcfour,
rijndael-cbc@lysator.liu.se
debug2: kex_parse_kexinit: hmac-md5-etm@openssh.com,
hmac-sha1-etm@openssh.com,umac-64-etm@openssh.com,umac-128-etm@openssh.com,
hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,
hmac-ripemd160-etm@openssh.com,hmac-sha1-96-etm@openssh.com,
hmac-md5-96-etm@openssh.com,hmac-md5,hmac-sha1,umac-64@openssh.com,
umac-128@openssh.com,hmac-sha2-256,hmac-sha2-512,hmac-ripemd160,
hmac-ripemd160@openssh.com,hmac-sha1-96,hmac-md5-96
debug2: kex_parse_kexinit: hmac-md5-etm@openssh.com,
hmac-sha1-etm@openssh.com,umac-64-etm@openssh.com,umac-128-etm@openssh.com,
hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,
hmac-ripemd160-etm@openssh.com,hmac-sha1-96-etm@openssh.com,
hmac-md5-96-etm@openssh.com,hmac-md5,hmac-sha1,umac-64@openssh.com,
umac-128@openssh.com,hmac-sha2-256,hmac-sha2-512,hmac-ripemd160,
hmac-ripemd160@openssh.com,hmac-sha1-96,hmac-md5-96
debug2: kex_parse_kexinit: none,zlib@openssh.com,zlib
debug2: kex_parse_kexinit: none,zlib@openssh.com,zlib
debug2: kex_parse_kexinit:
debug2: kex_parse_kexinit:
debug2: kex_parse_kexinit: first_kex_follows 0
debug2: kex_parse_kexinit: reserved 0
debug2: kex_parse_kexinit: curve25519-sha256@libssh.org
,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1,diffie-hellman-group1-sha1
debug2: kex_parse_kexinit: ssh-rsa,ecdsa-sha2-nistp256,ssh-ed25519
debug2: kex_parse_kexinit:
aes128-ctr,aes192-ctr,aes256-ctr,arcfour256,arcfour128,
aes128-gcm@openssh.com,aes256-gcm@openssh.com,chacha20-poly1305@openssh.com
,aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,aes192-cbc,aes256-cbc,arcfour,
rijndael-cbc@lysator.liu.se
debug2: kex_parse_kexinit:
aes128-ctr,aes192-ctr,aes256-ctr,arcfour256,arcfour128,
aes128-gcm@openssh.com,aes256-gcm@openssh.com,chacha20-poly1305@openssh.com
,aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,aes192-cbc,aes256-cbc,arcfour,
rijndael-cbc@lysator.liu.se
debug2: kex_parse_kexinit: hmac-md5-etm@openssh.com,
hmac-sha1-etm@openssh.com,umac-64-etm@openssh.com,umac-128-etm@openssh.com,
hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,
hmac-ripemd160-etm@openssh.com,hmac-sha1-96-etm@openssh.com,
hmac-md5-96-etm@openssh.com,hmac-md5,hmac-sha1,umac-64@openssh.com,
umac-128@openssh.com,hmac-sha2-256,hmac-sha2-512,hmac-ripemd160,
hmac-ripemd160@openssh.com,hmac-sha1-96,hmac-md5-96
debug2: kex_parse_kexinit: hmac-md5-etm@openssh.com,
hmac-sha1-etm@openssh.com,umac-64-etm@openssh.com,umac-128-etm@openssh.com,
hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,
hmac-ripemd160-etm@openssh.com,hmac-sha1-96-etm@openssh.com,
hmac-md5-96-etm@openssh.com,hmac-md5,hmac-sha1,umac-64@openssh.com,
umac-128@openssh.com,hmac-sha2-256,hmac-sha2-512,hmac-ripemd160,
hmac-ripemd160@openssh.com,hmac-sha1-96,hmac-md5-96
debug2: kex_parse_kexinit: none,zlib@openssh.com
debug2: kex_parse_kexinit: none,zlib@openssh.com
debug2: kex_parse_kexinit:
debug2: kex_parse_kexinit:
debug2: kex_parse_kexinit: first_kex_follows 0
debug2: kex_parse_kexinit: reserved 0
debug2: mac_setup: setup hmac-md5-etm@openssh.com
debug1: kex: server->client aes128-ctr hmac-md5-etm@openssh.com none
debug2: mac_setup: setup hmac-md5-etm@openssh.com
debug1: kex: client->server aes128-ctr hmac-md5-etm@openssh.com none
debug1: sending SSH2_MSG_KEX_ECDH_INIT
debug1: expecting SSH2_MSG_KEX_ECDH_REPLY
debug1: Server host key: ECDSA
86:79:be:e9:7e:1d:b3:56:c1:83:60:3c:bb:f8:5f:6a
debug3: load_hostkeys: loading entries for host "192.168.0.247" from file
"/home/admin/.ssh/known_hosts"
debug3: load_hostkeys: found key type ECDSA in file
/home/admin/.ssh/known_hosts:14
debug3: load_hostkeys: loaded 1 keys
debug1: Host '192.168.0.247' is known and matches the ECDSA host key.
debug1: Found key in /home/admin/.ssh/known_hosts:14
debug1: ssh_ecdsa_verify: signature correct
debug2: kex_derive_keys
debug2: set_newkeys: mode 1
debug1: SSH2_MSG_NEWKEYS sent
debug1: expecting SSH2_MSG_NEWKEYS
debug2: set_newkeys: mode 0
debug1: SSH2_MSG_NEWKEYS received
debug1: Roaming not allowed by server
debug1: SSH2_MSG_SERVICE_REQUEST sent
debug2: service_accept: ssh-userauth
debug1: SSH2_MSG_SERVICE_ACCEPT received
debug2: key: /home/admin/.ssh/id_rsa (0x7f6676c93f50),
debug2: key: /home/admin/.ssh/id_dsa ((nil)),
debug2: key: /home/admin/.ssh/id_ecdsa ((nil)),
debug2: key: /home/admin/.ssh/id_ed25519 ((nil)),
debug1: Authentications that can continue:
publickey,gssapi-keyex,gssapi-with-mic
debug3: start over, passed a different list
publickey,gssapi-keyex,gssapi-with-mic
debug3: preferred
gssapi-keyex,gssapi-with-mic,publickey,keyboard-interactive
debug3: authmethod_lookup gssapi-keyex
debug3: remaining preferred: gssapi-with-mic,publickey,keyboard-interactive
debug3: authmethod_is_enabled gssapi-keyex
debug1: Next authentication method: gssapi-keyex
debug1: No valid Key exchange context
debug2: we did not send a packet, disable method
debug3: authmethod_lookup gssapi-with-mic
debug3: remaining preferred: publickey,keyboard-interactive
debug3: authmethod_is_enabled gssapi-with-mic
debug1: Next authentication method: gssapi-with-mic
debug1: Unspecified GSS failure. Minor code may provide more information
No Kerberos credentials available

debug1: Unspecified GSS failure. Minor code may provide more information
No Kerberos credentials available

debug1: Unspecified GSS failure. Minor code may provide more information

debug1: Unspecified GSS failure. Minor code may provide more information
No Kerberos credentials available

debug2: we did not send a packet, disable method
debug3: authmethod_lookup publickey
debug3: remaining preferred: keyboard-interactive
debug3: authmethod_is_enabled publickey
debug1: Next authentication method: publickey
debug1: Offering RSA public key: /home/admin/.ssh/id_rsa
debug3: send_pubkey_test
debug2: we sent a publickey packet, wait for reply
debug1: Authentications that can continue:
publickey,gssapi-keyex,gssapi-with-mic
debug1: Trying private key: /home/admin/.ssh/id_dsa
debug3: no such identity: /home/admin/.ssh/id_dsa: No such file or directory
debug1: Trying private key: /home/admin/.ssh/id_ecdsa
debug3: no such identity: /home/admin/.ssh/id_ecdsa: No such file or
directory
debug1: Trying private key: /home/admin/.ssh/id_ed25519
debug3: no such identity: /home/admin/.ssh/id_ed25519: No such file or
directory
debug2: we did not send a packet, disable method
debug1: No more authentication methods to try.
Permission denied (publickey,gssapi-keyex,gssapi-with-mic).
admin@ubuntu-linux:~/saspraha/microservices-infrastructure$

Thanks,
Saswat

On Mon, May 18, 2015 at 11:34 AM, Steven Borrelli notifications@github.com
wrote:

@saswatp https://github.com/saswatp your SSH public key is deployed to
the host during OpenStack provisioning. This is why I'm asking you to test
direct SSH connections into the server. Even if nothing else is run from
ansible, you should be able to log into the host once it is up and running.

If you populate the file inventory/group_vars/all/users.yml, additional
keys will be provisioned during the Ansible run for the common role. The
security.yml file does not manage SSH keys at this time.


Reply to this email directly or view it on GitHub
#286 (comment)
.

@stevendborrelli
Copy link
Contributor

Ok, that helps. Can you run nova console-log <your instance-name>? Or if you have access to the OpenStack console, you can click on the instance and get the logs from there.

We're looking for cloud-init logs. You should see something like this:

cloud-init[4253]: Cloud-init v. 0.7.5 running 'modules:final' at Mon, 18 May 2015 15:02:16 +0000. Up 9.51 seconds.
ci-info: +++++++++++Authorized keys from /home/centos/.ssh/authorized_keys for user centos+++++++++++
ci-info: +---------+-------------------------------------------------+---------+--------------------+
ci-info: | Keytype |                Fingerprint (md5)                | Options |      Comment       |
ci-info: +---------+-------------------------------------------------+---------+--------------------+
ci-info: | ssh-rsa | e4:9c:c3:17:f6:12:04:2c:1c:59:6a:ae:e6:1d:75:ec |    -    | user@host.org |
ci-info: +---------+-------------------------------------------------+---------+--------------------+
ec2: 
ec2: #############################################################
ec2: -----BEGIN SSH HOST KEY FINGERPRINTS-----
ec2: 256 70:9c:34:5d:36:e2:8f:70:85:61:4b:cd:07:e7:12:8e   (ECDSA)
ec2: 256 8f:32:cd:56:3c:4d:7a:ff:8c:48:85:66:b1:06:33:0d   (ED25519)
ec2: 2048 d8:5c:2a:9b:a0:19:f3:b5:d8:52:3f:6d:87:67:24:ff   (RSA)
ec2: -----END SSH HOST KEY FINGERPRINTS-----

@saswatp
Copy link
Contributor Author

saswatp commented May 18, 2015

root@openstack-kilo-aio:/home/cisco# nova console-log host-02
[H[J[1;1H[?25l[m[H[J[1;1H[20;7H[mUse the ^ and v keys to change the
selection.
Press 'e' to edit the selected item, or 'c' for a command prompt.
[4;80H [7m[4;1H CentOS Linux, with Linux
3.10.0-229.el7.x86_64 [m[4;79H[m[m[5;1H
CentOS Linux, with Linux 0-rescue-dae72fe0cc064eb0b7797f25bfaf69df
[m[5;79H[m[m[6;1H
[m[6;79H[m[m[7;1H
[m[7;79H[m[m[8;1H
[m[8;79H[m[m[9;1H
[m[9;79H[m[m[10;1H
[m[10;79H[m[m[11;1H
[m[11;79H[m[m[12;1H
[m[12;79H[m[m[13;1H
[m[13;79H[m[m[14;1H
[m[14;79H[m[m[15;1H
[m[15;79H[m[m[16;1H
[m[16;79H[m[m[17;1H
[m[17;79H[m[m[18;1H
[m[18;79H[m[18;80H [4;79H[22;1H The selected entry will be started
automatically in 1s. [4;79H[22;1H The selected entry
will be started automatically in 0s.
[4;79H[?25h[H[J[1;1H[H[J[1;1H[ 0.000000] Initializing cgroup subsys
cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Initializing cgroup subsys cpuacct
[ 0.000000] Linux version 3.10.0-229.el7.x86_64 (
builder@kbuilder.dev.centos.org) (gcc version 4.8.2 20140120 (Red Hat
4.8.2-16) (GCC) ) #1 SMP Fri Mar 6 11:36:42 UTC 2015
[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-229.el7.x86_64
root=UUID=a78bb152-e525-4f0e-961a-bf6147ac7d3e ro vconsole.keymap=us
console=tty0 console=ttyS0,115200n8 vconsole.font=latarcyrheb-sun16
console=ttyS0,115200 LANG=en_US.UTF-8
[ 0.000000] e820: BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff]
reserved
[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff]
reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000bfffdfff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000bfffe000-0x00000000bfffffff]
reserved
[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff]
reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff]
reserved
[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000013fffffff] usable
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] SMBIOS 2.4 present.
[ 0.000000] Hypervisor detected: KVM
[ 0.000000] No AGP bridge found
[ 0.000000] e820: last_pfn = 0x140000 max_arch_pfn = 0x400000000
[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new
0x7010600070106
[ 0.000000] e820: last_pfn = 0xbfffe max_arch_pfn = 0x400000000
[ 0.000000] found SMP MP-table at [mem 0x000f0ea0-0x000f0eaf] mapped at
[ffff8800000f0ea0]
[ 0.000000] Using GB pages for direct mapping
[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
[ 0.000000] init_memory_mapping: [mem 0x13fe00000-0x13fffffff]
[ 0.000000] init_memory_mapping: [mem 0x13c000000-0x13fdfffff]
[ 0.000000] init_memory_mapping: [mem 0x100000000-0x13bffffff]
[ 0.000000] init_memory_mapping: [mem 0x00100000-0xbfffdfff]
[ 0.000000] RAMDISK: [mem 0x33fd3000-0x35fe1fff]
[ 0.000000] ACPI: RSDP 00000000000f0ca0 00014 (v00 BOCHS )
[ 0.000000] ACPI: RSDT 00000000bffffbf2 00034 (v01 BOCHS BXPCRSDT
00000001 BXPC 00000001)
[ 0.000000] ACPI: FACP 00000000bffff1c0 00074 (v01 BOCHS BXPCFACP
00000001 BXPC 00000001)
[ 0.000000] ACPI: DSDT 00000000bfffe040 01180 (v01 BOCHS BXPCDSDT
00000001 BXPC 00000001)
[ 0.000000] ACPI: FACS 00000000bfffe000 00040
[ 0.000000] ACPI: SSDT 00000000bffff234 0093E (v01 BOCHS BXPCSSDT
00000001 BXPC 00000001)
[ 0.000000] ACPI: APIC 00000000bffffb72 00080 (v01 BOCHS BXPCAPIC
00000001 BXPC 00000001)
[ 0.000000] ACPI: RSDT 00000000bffffbf2 00034 (v01 BOCHS BXPCRSDT
00000001 BXPC 00000001)
[ 0.000000] No NUMA configuration found
[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000013fffffff]
[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x13fffffff]
[ 0.000000] NODE_DATA [mem 0x13ffd7000-0x13fffdfff]
[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00
[ 0.000000] kvm-clock: cpu 0, msr 1:3ff87001, primary cpu clock
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x00001000-0x00ffffff]
[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]
[ 0.000000] Normal [mem 0x100000000-0x13fffffff]
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x00001000-0x0009efff]
[ 0.000000] node 0: [mem 0x00100000-0xbfffdfff]
[ 0.000000] node 0: [mem 0x100000000-0x13fffffff]
[ 0.000000] ACPI: PM-Timer IO Port: 0x608
[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])
[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])
[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI
0-23
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)
[ 0.000000] Using ACPI (MADT) for SMP configuration information
[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs
[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]
[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xbfffe000-0xbfffffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xfeffbfff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfeffc000-0xfeffffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xfffbffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfffc0000-0xffffffff]
[ 0.000000] e820: [mem 0xc0000000-0xfeffbfff] available for PCI devices
[ 0.000000] Booting paravirtualized kernel on KVM
[ 0.000000] setup_percpu: NR_CPUS:5120 nr_cpumask_bits:2 nr_cpu_ids:2
nr_node_ids:1
[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88013fc00000 s82752 r8192
d23744 u1048576
[ 0.000000] KVM setup async PF for cpu 0
[ 0.000000] kvm-stealtime: cpu 0, msr 13fc0d000
[ 0.000000] Built 1 zonelists in Node order, mobility grouping on.
Total pages: 1032071
[ 0.000000] Policy zone: Normal
[ 0.000000] Kernel command line:
BOOT_IMAGE=/boot/vmlinuz-3.10.0-229.el7.x86_64
root=UUID=a78bb152-e525-4f0e-961a-bf6147ac7d3e ro vconsole.keymap=us
console=tty0 console=ttyS0,115200n8 vconsole.font=latarcyrheb-sun16
console=ttyS0,115200 LANG=en_US.UTF-8
[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340
[ 0.000000] Checking aperture...
[ 0.000000] No AGP bridge found
[ 0.000000] Memory: 4013168k/5242880k available (6244k kernel code,
1048976k absent, 180736k reserved, 4178k data, 1604k init)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[ 0.000000] Hierarchical RCU implementation.
[ 0.000000] RCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=2.
[ 0.000000] Experimental no-CBs for all CPUs
[ 0.000000] Experimental no-CBs CPUs: 0-1.
[ 0.000000] NR_IRQS:327936 nr_irqs:512 16
[ 0.000000] Console: colour VGA+ 80x25
[ 0.000000] console [tty0] enabled
[ 0.000000] console [ttyS0] enabled
[ 0.000000] allocated 16777216 bytes of page_cgroup
[ 0.000000] please try 'cgroup_disable=memory' option if you don't want
memory cgroups
[ 0.000000] tsc: Detected 2499.986 MHz processor
[ 0.003000] Calibrating delay loop (skipped) preset value.. 4999.97
BogoMIPS (lpj=2499986)
[ 0.003005] pid_max: default: 32768 minimum: 301
[ 0.004030] Security Framework initialized
[ 0.005009] SELinux: Initializing.
[ 0.007618] Dentry cache hash table entries: 524288 (order: 10, 4194304
bytes)
[ 0.010006] Inode-cache hash table entries: 262144 (order: 9, 2097152
bytes)
[ 0.012034] Mount-cache hash table entries: 4096
[ 0.013172] Initializing cgroup subsys memory
[ 0.014011] Initializing cgroup subsys devices
[ 0.015004] Initializing cgroup subsys freezer
[ 0.016004] Initializing cgroup subsys net_cls
[ 0.017004] Initializing cgroup subsys blkio
[ 0.018004] Initializing cgroup subsys perf_event
[ 0.019005] Initializing cgroup subsys hugetlb
[ 0.021248] mce: CPU supports 10 MCE banks
[ 0.022047] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
[ 0.022047] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0
[ 0.022047] tlb_flushall_shift: 6
[ 0.023283] Freeing SMP alternatives: 24k freed
[ 0.028488] ACPI: Core revision 20130517
[ 0.030280] ACPI: All ACPI Tables successfully acquired
[ 0.031509] ftrace: allocating 23909 entries in 94 pages
[ 0.038293] Enabling x2apic
[ 0.039000] Enabled x2apic
[ 0.039007] Switched APIC routing to physical x2apic.
[ 0.041462] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.042003] smpboot: CPU0: Intel Xeon E312xx (Sandy Bridge) (fam: 06,
model: 2a, stepping: 01)
[ 0.045041] Performance Events: unsupported p6 CPU model 42 no PMU
driver, software events only.
[ 0.048341] NMI watchdog: disabled (cpu0): hardware events not enabled
[ 0.049095] smpboot: Booting Node 0, Processors #1 OK
[ 0.048327] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock
[ 0.064048] Brought up 2 CPUs
[ 0.064036] KVM setup async PF for cpu 1
[ 0.064036] kvm-stealtime: cpu 1, msr 13fd0d000
[ 0.065006] smpboot: Total of 2 processors activated (9999.94 BogoMIPS)
[ 0.067004] devtmpfs: initialized
[ 0.070267] EVM: security.selinux
[ 0.071004] EVM: security.ima
[ 0.071922] EVM: security.capability
[ 0.072885] atomic64 test passed for x86-64 platform with CX8 and with
SSE
[ 0.073105] NET: Registered protocol family 16
[ 0.074240] ACPI: bus type PCI registered
[ 0.075005] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 0.076106] PCI: Using configuration type 1 for base access
[ 0.077677] ACPI: Added _OSI(Module Device)
[ 0.078005] ACPI: Added _OSI(Processor Device)
[ 0.079005] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.080004] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.082766] ACPI: Interpreter enabled
[ 0.083009] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State
S1
[ 0.084819] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State
S2
[ 0.086013] ACPI: (supports S0 S3 S4 S5)
[ 0.087005] ACPI: Using IOAPIC for interrupt routing
[ 0.088017] PCI: Using host bridge windows from ACPI; if necessary, use
"pci=nocrs" and report a bug
[ 0.091087] ACPI: PCI Root Bridge [PCI0](domain 0000 [bus 00-ff])
[ 0.092008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments
MSI]
[ 0.093009] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM
[ 0.094077] acpi PNP0A03:00: fail to add MMCONFIG information, can't
access extended PCI configuration space under this bridge.
[ 0.095229] acpiphp: Slot [3] registered
[ 0.096024] acpiphp: Slot [4] registered
[ 0.097025] acpiphp: Slot [5] registered
[ 0.098024] acpiphp: Slot [6] registered
[ 0.099023] acpiphp: Slot [7] registered
[ 0.100030] acpiphp: Slot [8] registered
[ 0.101022] acpiphp: Slot [9] registered
[ 0.102027] acpiphp: Slot [10] registered
[ 0.103023] acpiphp: Slot [11] registered
[ 0.104022] acpiphp: Slot [12] registered
[ 0.105023] acpiphp: Slot [13] registered
[ 0.106025] acpiphp: Slot [14] registered
[ 0.107023] acpiphp: Slot [15] registered
[ 0.108025] acpiphp: Slot [16] registered
[ 0.109030] acpiphp: Slot [17] registered
[ 0.110024] acpiphp: Slot [18] registered
[ 0.111023] acpiphp: Slot [19] registered
[ 0.112023] acpiphp: Slot [20] registered
[ 0.113024] acpiphp: Slot [21] registered
[ 0.114024] acpiphp: Slot [22] registered
[ 0.115023] acpiphp: Slot [23] registered
[ 0.116031] acpiphp: Slot [24] registered
[ 0.117023] acpiphp: Slot [25] registered
[ 0.118024] acpiphp: Slot [26] registered
[ 0.119023] acpiphp: Slot [27] registered
[ 0.120025] acpiphp: Slot [28] registered
[ 0.121029] acpiphp: Slot [29] registered
[ 0.122023] acpiphp: Slot [30] registered
[ 0.123027] acpiphp: Slot [31] registered
[ 0.124014] PCI host bridge to bus 0000:00
[ 0.125014] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 0.126006] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]
[ 0.127005] pci_bus 0000:00: root bus resource [io 0x0d00-0xadff]
[ 0.128005] pci_bus 0000:00: root bus resource [io 0xae0f-0xaeff]
[ 0.129005] pci_bus 0000:00: root bus resource [io 0xaf20-0xafdf]
[ 0.130005] pci_bus 0000:00: root bus resource [io 0xafe4-0xffff]
[ 0.131005] pci_bus 0000:00: root bus resource [mem
0x000a0000-0x000bffff]
[ 0.132005] pci_bus 0000:00: root bus resource [mem
0xc0000000-0xfebfffff]
[ 0.138897] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io
0x01f0-0x01f7]
[ 0.139006] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]
[ 0.140005] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io
0x0170-0x0177]
[ 0.141005] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]
[ 0.147540] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by
PIIX4 ACPI
[ 0.148015] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by
PIIX4 SMB
[ 0.178581] ACPI: PCI Interrupt Link [LNKA](IRQs 5 *10 11)
[ 0.180063] ACPI: PCI Interrupt Link [LNKB](IRQs 5 *10 11)
[ 0.181807] ACPI: PCI Interrupt Link [LNKC](IRQs 5 10 *11)
[ 0.183035] ACPI: PCI Interrupt Link [LNKD](IRQs 5 10 *11)
[ 0.184766] ACPI: PCI Interrupt Link [LNKS](IRQs *9)
[ 0.186000] ACPI: Enabled 16 GPEs in block 00 to 0F
[ 0.186105] vgaarb: device added:
PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[ 0.187005] vgaarb: loaded
[ 0.187865] vgaarb: bridge control possible 0000:00:02.0
[ 0.188088] SCSI subsystem initialized
[ 0.189036] ACPI: bus type USB registered
[ 0.190019] usbcore: registered new interface driver usbfs
[ 0.191015] usbcore: registered new interface driver hub
[ 0.192035] usbcore: registered new device driver usb
[ 0.193075] PCI: Using ACPI for IRQ routing
[ 0.194255] NetLabel: Initializing
[ 0.195005] NetLabel: domain hash size = 128
[ 0.196004] NetLabel: protocols = UNLABELED CIPSOv4
[ 0.197022] NetLabel: unlabeled traffic allowed by default
[ 0.198054] Switching to clocksource kvm-clock
[ 0.204191] pnp: PnP ACPI init
[ 0.205210] ACPI: bus type PNP registered
[ 0.206825] pnp: PnP ACPI: found 6 devices
[ 0.207899] ACPI: bus type PNP unregistered
[ 0.217086] NET: Registered protocol family 2
[ 0.218405] TCP established hash table entries: 32768 (order: 6, 262144
bytes)
[ 0.220843] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
[ 0.222361] TCP: Hash tables configured (established 32768 bind 32768)
[ 0.223841] TCP: reno registered
[ 0.224788] UDP hash table entries: 2048 (order: 4, 65536 bytes)
[ 0.226248] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
[ 0.227996] NET: Registered protocol family 1
[ 0.229233] pci 0000:00:00.0: Limiting direct PCI/PCI transfers
[ 0.230586] pci 0000:00:01.0: PIIX3: Enabling Passive Release
[ 0.231915] pci 0000:00:01.0: Activating ISA DMA hang workarounds
[ 0.233554] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11
[ 0.235658] Unpacking initramfs...
[ 0.733112] Freeing initrd memory: 32828k freed
[ 0.742716] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ 0.744208] software IO TLB mem 0xbbffe000-0xbfffe000 mapped at
[ffff8800bbffe000-ffff8800bfffdfff]
[ 0.747145] microcode: CPU0 sig=0x206a1, pf=0x1, revision=0x1
[ 0.748528] microcode: CPU1 sig=0x206a1, pf=0x1, revision=0x1
[ 0.750213] microcode: Microcode Update Driver: v2.00 <
tigran@aivazian.fsnet.co.uk>, Peter Oruba
[ 0.752674] futex hash table entries: 512 (order: 3, 32768 bytes)
[ 0.754088] Initialise system trusted keyring
[ 0.755291] audit: initializing netlink socket (disabled)
[ 0.756567] type=2000 audit(1431974089.662:1): initialized
[ 0.779336] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[ 0.781898] zbud: loaded
[ 0.782996] VFS: Disk quotas dquot_6.5.2
[ 0.784083] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.785730] msgmni has been set to 7902
[ 0.786835] Key type big_key registered
[ 0.788957] alg: No test for stdrng (krng)
[ 0.790111] NET: Registered protocol family 38
[ 0.791257] Key type asymmetric registered
[ 0.792329] Asymmetric key parser 'x509' registered
[ 0.793575] Block layer SCSI generic (bsg) driver version 0.4 loaded
(major 252)
[ 0.795617] io scheduler noop registered
[ 0.796687] io scheduler deadline registered (default)
[ 0.797955] io scheduler cfq registered
[ 0.799121] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[ 0.800434] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[ 0.802054] input: Power Button as
/devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
[ 0.804019] ACPI: Power Button [PWRF]
[ 0.805163] GHES: HEST is not enabled!
[ 0.806363] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 0.835450] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[ 0.864773] 00:05: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
[ 0.866802] Non-volatile memory driver v1.3
[ 0.867927] Linux agpgart interface v0.103
[ 0.869180] crash memory driver: version 1.1
[ 0.870364] rdac: device handler registered
[ 0.871563] hp_sw: device handler registered
[ 0.872699] emc: device handler registered
[ 0.873774] alua: device handler registered
[ 0.874923] libphy: Fixed MDIO Bus: probed
[ 0.876106] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 0.877540] ehci-pci: EHCI PCI platform driver
[ 0.878692] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 0.880087] ohci-pci: OHCI PCI platform driver
[ 0.881212] uhci_hcd: USB Universal Host Controller Interface driver
[ 0.883358] uhci_hcd 0000:00:01.2: UHCI Host Controller
[ 0.884705] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus
number 1
[ 0.886664] uhci_hcd 0000:00:01.2: detected 2 ports
[ 0.887940] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040
[ 0.889360] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001
[ 0.890839] usb usb1: New USB device strings: Mfr=3, Product=2,
SerialNumber=1
[ 0.892834] usb usb1: Product: UHCI Host Controller
[ 0.894070] usb usb1: Manufacturer: Linux 3.10.0-229.el7.x86_64 uhci_hcd
[ 0.895607] usb usb1: SerialNumber: 0000:00:01.2
[ 0.896984] hub 1-0:1.0: USB hub found
[ 0.898040] hub 1-0:1.0: 2 ports detected
[ 0.899305] usbcore: registered new interface driver usbserial
[ 0.900737] usbcore: registered new interface driver usbserial_generic
[ 0.902180] usbserial: USB Serial support registered for generic
[ 0.903629] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at
0x60,0x64 irq 1,12
[ 0.906383] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 0.907624] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 0.909046] mousedev: PS/2 mouse device common for all mice
[ 0.910785] input: AT Translated Set 2 keyboard as
/devices/platform/i8042/serio0/input/input1
[ 0.914161] rtc_cmos 00:00: RTC can wake from S4
[ 0.916121] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0
[ 0.917674] rtc_cmos 00:00: alarms up to one day, 114 bytes nvram
[ 0.919189] cpuidle: using governor menu
[ 0.920381] hidraw: raw HID events driver (C) Jiri Kosina
[ 0.921826] usbcore: registered new interface driver usbhid
[ 0.923163] usbhid: USB HID core driver
[ 0.924305] drop_monitor: Initializing network drop monitor service
[ 0.925929] TCP: cubic registered
[ 0.926935] Initializing XFRM netlink socket
[ 0.928180] NET: Registered protocol family 10
[ 0.929491] NET: Registered protocol family 17
[ 0.930877] Loading compiled-in X.509 certificates
[ 0.932126] Loaded X.509 cert 'CentOS Linux kpatch signing key:
ea0413152cde1d98ebdca3fe6f0230904c9ef717'
[ 0.934728] Loaded X.509 cert 'CentOS Linux Driver update signing key:
7f421ee0ab69461574bb358861dbe77762a4201b'
[ 0.938336] Loaded X.509 cert 'CentOS Linux kernel signing key:
a62a0e1d6a6e484e9bfd7368af34081048e535e5'
[ 0.940660] registered taskstats version 1
[ 0.944016] Key type trusted registered
[ 0.946960] Key type encrypted registered
[ 0.950649] IMA: No TPM chip found, activating TPM-bypass!
[ 0.952440] rtc_cmos 00:00: setting system clock to 2015-05-18 18:34:49
UTC (1431974089)
[ 0.955586] Freeing unused kernel memory: 1604k freed
[ 0.960806] systemd[1]: systemd 208 running in system mode. (+PAM
+LIBWRAP +AUDIT +SELINUX +IMA +SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ)
[ 0.964095] systemd[1]: Detected virtualization 'kvm'.
[ 0.965439] systemd[1]: Running in initial RAM disk.

Welcome to [0;34mCentOS Linux 7 (Core) dracut-033-240.el7 (Initramfs)[0m!

[ 0.967956] systemd[1]: No hostname configured.
[ 0.969153] systemd[1]: Set hostname to .
[ 0.970578] systemd[1]: Initializing machine ID from KVM UUID.
[ 1.003271] systemd[1]: Expecting device
dev-disk-by\x2duuid-a78bb152\x2de525\x2d4f0e\x2d961a\x2dbf6147ac7d3e.device...
Expecting device
dev-disk-by\x2duuid-a78bb152\x2de52...c7d3e.device...
[ 1.007139] systemd[1]: Starting -.slice.
[[32m OK [0m] Created slice -.slice.
[ 1.009464] systemd[1]: Created slice -.slice.
[ 1.010733] systemd[1]: Starting System Slice.
[[32m OK [0m] Created slice System Slice.
[ 1.012975] systemd[1]: Created slice System Slice.
[ 1.014321] systemd[1]: Starting Slices.
[[32m OK [0m] Reached target Slices.
[ 1.016368] systemd[1]: Reached target Slices.
[ 1.017661] systemd[1]: Starting Timers.
[[32m OK [0m] Reached target Timers.
[ 1.019730] systemd[1]: Reached target Timers.
[ 1.028613] systemd[1]: Starting Dispatch Password Requests to Console
Directory Watch.
[ 1.030785] systemd[1]: Started Dispatch Password Requests to Console
Directory Watch.
[ 1.032955] systemd[1]: Starting Paths.
[[32m OK [0m] Reached target Paths.
[ 1.034857] systemd[1]: Reached target Paths.
[ 1.036116] systemd[1]: Starting Journal Socket.
[[32m OK [0m] Listening on Journal Socket.
[ 1.038387] systemd[1]: Listening on Journal Socket.
[ 1.039765] systemd[1]: Started dracut ask for additional cmdline
parameters.
[ 1.041630] systemd[1]: Starting dracut cmdline hook...
Starting dracut cmdline hook...
[ 1.044249] systemd[1]: Started Load Kernel Modules.
[ 1.045542] systemd[1]: Starting Journal Service...
Starting Journal Service...
[[32m OK [0m] Started Journal Service.
[ 1.048844] systemd[1]: Started Journal Service.
[[32m OK [0m] Listening on udev Kernel Socket.
[[32m OK [0m] Listening on udev Control Socket.
[[32m OK [0m] Reached target Sockets.
Starting Create list of required static device nodes...rrent
kernel...
Starting Apply Kernel Variables...
[[32m OK [0m] Reached target Swap.
[[32m OK [0m] Reached target Local File Systems.
[[32m OK [0m] Started Apply Kernel Variables.
[[32m OK [0m] Started Create list of required static device nodes
...current kernel.
Starting Create static device nodes in /dev...
[[32m OK [0m] Started Create static device nodes in /dev.
[[32m OK [0m] Started dracut cmdline hook.
Starting dracut pre-udev hook...
[ 1.146183] RPC: Registered named UNIX socket transport module.
[ 1.147648] RPC: Registered udp transport module.
[ 1.149067] RPC: Registered tcp transport module.
[ 1.150305] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 1.201045] usb 1-1: new full-speed USB device number 2 using uhci_hcd
[[32m OK [0m] Started dracut pre-udev hook.
Starting udev Kernel Device Manager...
[[32m OK [0m] Started udev Kernel Device Manager.
[ 1.232561] systemd-udevd[213]: starting version 208
Starting dracut pre-trigger hook...
[[32m OK [0m] Started dracut pre-trigger hook.
Starting udev Coldplug all Devices...
[[32m OK [0m] Started udev Coldplug all Devices.
Starting dracut initqueue hook...
[[32m OK [0m] Reached target System Initialization.
[[32m OK [0m] Reached target Basic System.
Mounting Configuration File System...
[ 1.281495] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10
[ 1.285455] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10
[[32m OK [0m] Mounted Configuration File System.
[ 1.297292] FDC 0 is a S82078B
[ 1.320121] scsi host0: ata_piix
[ 1.321513] scsi host1: ata_piix
[ 1.321545] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14
[ 1.321545] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15
[ 1.330567] vda: vda1
[ 1.352112] usb 1-1: New USB device found, idVendor=0627, idProduct=0001
[ 1.352114] usb 1-1: New USB device strings: Mfr=1, Product=3,
SerialNumber=5
[ 1.352115] usb 1-1: Product: QEMU USB Tablet
[ 1.352116] usb 1-1: Manufacturer: QEMU
[ 1.352117] usb 1-1: SerialNumber: 42
[ 1.361251] input: QEMU QEMU USB Tablet as
/devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input2
[ 1.361395] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID
v0.01 Pointer [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0
[[32m OK [0m] Found device
/dev/disk/by-uuid/a78bb152-e525-4f0e-961a-bf6147ac7d3e.
Starting File System Check on
/dev/disk/by-uuid/a78b...bf6147ac7d3e...
systemd-fsck[261]: /sbin/fsck.xfs: XFS file system.
[[32m OK [0m] Started File System Check on
/dev/disk/by-uuid/a78bb...a-bf6147ac7d3e.
[[32m OK [0m] Started dracut initqueue hook.
Mounting /sysroot...
[[32m OK [0m] Reached target Remote File Systems (Pre).
[[32m OK [0m] Reached target Remote File Systems.
[ 1.563478] SGI XFS with ACLs, security attributes, large block/inode
numbers, no debug enabled
[ 1.567559] XFS (vda1): Mounting V4 Filesystem
[ 1.748110] tsc: Refined TSC clocksource calibration: 2499.958 MHz
[ 1.757057] input: ImExPS/2 Generic Explorer Mouse as
/devices/platform/i8042/serio1/input/input3
[ 3.003359] XFS (vda1): Ending clean mount
[[32m OK [0m] Mounted /sysroot.
[[32m OK [0m] Reached target Initrd Root File System.
Starting Reload Configuration from the Real Root...
[[32m OK [0m] Started Reload Configuration from the Real Root.
[[32m OK [0m] Reached target Initrd File Systems.
[[32m OK [0m] Reached target Initrd Default Target.
[ 3.244748] systemd-journald[92]: Received SIGTERM
[ 3.977876] type=1404 audit(1431974092.524:2): enforcing=1
old_enforcing=0 auid=4294967295 ses=4294967295
[ 4.248539] type=1403 audit(1431974092.795:3): policy loaded
auid=4294967295 ses=4294967295
[ 4.257734] systemd[1]: Successfully loaded SELinux policy in 303.568ms.
[ 4.316903] systemd[1]: Relabelled /dev and /run in 16.306ms.

Welcome to [0;31mCentOS Linux 7 (Core)[0m!

[[32m OK [0m] Stopped Switch Root.
[[32m OK [0m] Stopped target Switch Root.
[[32m OK [0m] Stopped target Initrd File Systems.
Stopping File System Check on
/dev/disk/by-uuid/a78b...bf6147ac7d3e...
[[32m OK [0m] Stopped File System Check on
/dev/disk/by-uuid/a78bb...a-bf6147ac7d3e.
[[32m OK [0m] Stopped target Initrd Root File System.
[[32m OK [0m] Created slice User and Session Slice.
[[32m OK [0m] Created slice system-serial\x2dgetty.slice.
Expecting device dev-ttyS0.device...
[[32m OK [0m] Created slice system-getty.slice.
[[32m OK [0m] Reached target Remote File Systems.
[[32m OK [0m] Reached target Slices.
[[32m OK [0m] Listening on Delayed Shutdown Socket.
[[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.
Starting Setup Virtual Console...
[[32m OK [0m] Listening on udev Kernel Socket.
[[32m OK [0m] Listening on udev Control Socket.
Starting udev Coldplug all Devices...
Starting Apply Kernel Variables...
Mounting Debug File System...
[[32m OK [0m] Set up automount Arbitrary Executable File Formats
F...utomount Point.
Starting Create list of required static device nodes...rrent
kernel...
Mounting POSIX Message Queue File System...
Mounting Huge Pages File System...
[[32m OK [0m] Reached target Encrypted Volumes.
[[32m OK [0m] Reached target Swap.
Starting File System Check on Root Device...
[[32m OK [0m] Stopped Trigger Flushing of Journal to Persistent Storage.
Stopping Journal Service...
[[32m OK [0m] Stopped Journal Service.
Starting Journal Service...
[[32m OK [0m] Started Journal Service.
[[32m OK [0m] Started Apply Kernel Variables.
[[32m OK [0m] Started udev Coldplug all Devices.
[[32m OK [0m] Mounted Debug File System.
[[32m OK [0m] Mounted POSIX Message Queue File System.
[[32m OK [0m] Mounted Huge Pages File System.
[[32m OK [0m] Started Create list of required static device nodes
...current kernel.
Starting Create static device nodes in /dev...
[[32m OK [0m] Started Create static device nodes in /dev.
Starting udev Kernel Device Manager...
[[32m OK [0m] Started udev Kernel Device Manager.
[ 5.532877] systemd-udevd[375]: starting version 208
[[32m OK [0m] Started Setup Virtual Console.
systemd-fsck[355]: /sbin/fsck.xfs: XFS file system.
[[32m OK [0m] Started File System Check on Root Device.
Starting Remount Root and Kernel File Systems...
[[32m OK [0m] Started Remount Root and Kernel File Systems.
Starting Load/Save Random Seed...
[[32m OK [0m] Reached target Local File Systems (Pre).
Starting Configure read-only root support...
[[32m OK [0m] Started Load/Save Random Seed.
[[32m OK [0m] Started Configure read-only root support.
[[32m OK [0m] Reached target Local File Systems.
Starting Trigger Flushing of Journal to Persistent Storage...
Starting Import network configuration from initramfs...
[ 5.778166] systemd-journald[356]: Received request to flush runtime
journal from PID 1
[[32m OK [0m] Started Trigger Flushing of Journal to Persistent Storage.
[[32m OK [0m] Started Import network configuration from initramfs.
Starting Create Volatile Files and Directories...
[ 5.962036] input: PC Speaker as /devices/platform/pcspkr/input/input4
[[32m OK [0m] Found device /dev/ttyS0.
[ 5.982507] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700,
revision 0
[ 6.031773] [drm] Initialized drm 1.1.0 20060810
[ 6.052669] ppdev: user-space parallel port driver
[ 6.073471] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)
[ 6.082205] alg: No test for crc32 (crc32-pclmul)
[[32m OK [0m] Started Create Volatile Files and Directories.
Starting Security Auditing Service...
[ 6.114612] [TTM] Zone kernel: Available graphics memory: 2023812 kiB
[ 6.116768] [TTM] Initializing pool allocator
[ 6.118595] [TTM] Initializing DMA pool allocator
[ 6.120618] [drm] fb mappable at 0xFC000000
[ 6.122321] [drm] vram aper at 0xFC000000
[ 6.123948] [drm] size 4194304
[ 6.125290] [drm] fb depth is 24
[ 6.126642] [drm] pitch is 3072
[ 6.128183] fbcon: cirrusdrmfb (fb0) is primary device
[ 6.159654] Console: switching to colour frame buffer device 128x48
[ 6.181122] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device
[ 6.182519] cirrus 0000:00:02.0: registered panic notifier
[ 6.183929] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on
minor 0
[ 6.338468] intel_rapl: no valid rapl domains found in package 0
[ 6.359676] Error: Driver 'pcspkr' is already registered, aborting...
[ 6.372387] type=1305 audit(1431974094.919:4): audit_pid=457 old=0
auid=4294967295 ses=4294967295 subj=system_u:system_r:auditd_t:s0 res=1
[[32m OK [0m] Started Security Auditing Service.
Starting Update UTMP about System Reboot/Shutdown...
[[32m OK [0m] Started Update UTMP about System Reboot/Shutdown.
[[32m OK [0m] Reached target System Initialization.
[[32m OK [0m] Listening on RPCbind Server Activation Socket.
[[32m OK [0m] Reached target Timers.
[[32m OK [0m] Listening on D-Bus System Message Bus Socket.
[[32m OK [0m] Reached target Sockets.
[[32m OK [0m] Reached target Paths.
[[32m OK [0m] Reached target Basic System.
Starting Dump dmesg to /var/log/dmesg...
Starting System Logging Service...
Starting irqbalance daemon...
[[32m OK [0m] Started irqbalance daemon.
Starting Initial cloud-init job (pre-networking)...
Starting Dynamic System Tuning Daemon...
Starting NTP client/server...
Starting OpenSSH Server Key Generation...
Starting Login Service...
Starting D-Bus System Message Bus...
[[32m OK [0m] Started D-Bus System Message Bus.
Starting Permit User Sessions...
Starting LSB: Bring up/down networking...
[[32m OK [0m] Started Dump dmesg to /var/log/dmesg.
[[32m OK [0m] Started Permit User Sessions.
Starting Command Scheduler...
[[32m OK [0m] Started Command Scheduler.
Starting Serial Getty on ttyS0...
[[32m OK [0m] Started Serial Getty on ttyS0.
Starting Getty on tty1...
[[32m OK [0m] Started Getty on tty1.
[[32m OK [0m] Reached target Login Prompts.
[[32m OK [0m] Started System Logging Service.
[[32m OK [0m] Started NTP client/server.
[[32m OK [0m] Started Login Service.
[[32m OK [0m] Started OpenSSH Server Key Generation.
[[32m OK [0m] Started Dynamic System Tuning Daemon.
cloud-init[487]: Cloud-init v. 0.7.5 running 'init-local' at Mon, 18 May
2015 18:34:57 +0000. Up 9.14 seconds.
[[32m OK [0m] Started Initial cloud-init job (pre-networking).
[[32m OK [0m] Started LSB: Bring up/down networking.
[[32m OK [0m] Reached target Network.
Starting Initial cloud-init job (metadata service crawler)...
Starting Postfix Mail Transport Agent...
Starting OpenSSH server daemon...
[[32m OK [0m] Started OpenSSH server daemon.
cloud-init[771]: Cloud-init v. 0.7.5 running 'init' at Mon, 18 May 2015
18:34:58 +0000. Up 9.77 seconds.
cloud-init[771]: ci-info: +++++++++++++++++++++++++++Net device
info+++++++++++++++++++++++++++
cloud-init[771]: ci-info:
+--------+------+---------------+---------------+-------------------+
cloud-init[771]: ci-info: | Device | Up | Address | Mask
| Hw-Address |
cloud-init[771]: ci-info:
+--------+------+---------------+---------------+-------------------+
cloud-init[771]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0
| . |
cloud-init[771]: ci-info: | eth0: | True | 192.168.0.247 | 255.255.255.0 |
fa:16:3e:56:92:be |
cloud-init[771]: ci-info:
+--------+------+---------------+---------------+-------------------+
cloud-init[771]: ci-info: +++++++++++++++++++++++++++++++Route
info++++++++++++++++++++++++++++++++
cloud-init[771]: ci-info:
+-------+-------------+-------------+---------------+-----------+-------+
cloud-init[771]: ci-info: | Route | Destination | Gateway |
Genmask | Interface | Flags |
cloud-init[771]: ci-info:
+-------+-------------+-------------+---------------+-----------+-------+
cloud-init[771]: ci-info: | 0 | 0.0.0.0 | 192.168.0.1 |
0.0.0.0 | eth0 | UG |
cloud-init[771]: ci-info: | 1 | 192.168.0.0 | 0.0.0.0 |
255.255.255.0 | eth0 | U |
cloud-init[771]: ci-info:
+-------+-------------+-------------+---------------+-----------+-------+
[[32m OK [0m] Started Postfix Mail Transport Agent.

CentOS Linux 7 (Core)
Kernel 3.10.0-229.el7.x86_64 on an x86_64

host-192-168-0-247 login: cloud-init[771]: 2015-05-18 18:36:28,700 -
url_helper.py[WARNING]: Calling '
http://169.254.169.254/2009-04-04/meta-data/instance-id' failed [50/120s]:
unexpected error ['Timeout' object has no attribute 'response']
cloud-init[771]: 2015-05-18 18:37:19,754 - url_helper.py[WARNING]: Calling '
http://169.254.169.254/2009-04-04/meta-data/instance-id' failed [101/120s]:
unexpected error ['Timeout' object has no attribute 'response']
cloud-init[771]: 2015-05-18 18:37:37,774 - url_helper.py[WARNING]: Calling '
http://169.254.169.254/2009-04-04/meta-data/instance-id' failed [119/120s]:
unexpected error ['Timeout' object has no attribute 'response']
cloud-init[771]: 2015-05-18 18:37:38,776 - DataSourceEc2.py[CRITICAL]:
Giving up on md from ['
http://169.254.169.254/2009-04-04/meta-data/instance-id'] after 120 seconds
cloud-init[771]: 2015-05-18 18:37:38,779 - url_helper.py[WARNING]: Calling '
http://192.168.0.212//latest/meta-data/instance-id' failed [0/120s]:
unexpected error ['ConnectionError' object has no attribute 'response']
cloud-init[771]: 2015-05-18 18:37:39,782 - url_helper.py[WARNING]: Calling '
http://192.168.0.212//latest/meta-data/instance-id' failed [1/120s]:
unexpected error ['ConnectionError' object has no attribute 'response']
cloud-init[771]: 2015-05-18 18:37:40,785 - url_helper.py[WARNING]: Calling '
http://192.168.0.212//latest/meta-data/instance-id' failed [2/120s]:
unexpected error ['ConnectionError' object has no attribute 'response']
cloud-init[771]: 2015-05-18 18:37:41,788 - url_helper.py[WARNING]: Calling '
http://192.168.0.212//latest/meta-data/instance-id' failed [3/120s]:
unexpected error ['ConnectionError' object has no attribute 'response']
cloud-init[771]: 2015-05-18 18:37:42,791 - url_helper.py[WARNING]: Calling '
http://192.168.0.212//latest/meta-data/instance-id' failed [4/120s]:
unexpected error ['ConnectionError' object has no attribute 'response']
cloud-init[771]: 2015-05-18 18:37:43,794 - url_helper.py[WARNING]: Calling '
http://192.168.0.212//latest/meta-data/instance-id' failed [5/120s]:
unexpected error ['ConnectionError' object has no attribute 'response']
cloud-init[771]: 2015-05-18 18:37:45,798 - url_helper.py[WARNING]: Calling '
http://192.168.0.212//latest/meta-data/instance-id' failed [7/120s]:
unexpected error ['ConnectionError' object has no attribute 'response']
cloud-init[771]: 2015-05-18 18:37:47,803 - url_helper.py[WARNING]: Calling '
http://192.168.0.212//latest/meta-data/instance-id' failed [9/120s]:
unexpected error ['ConnectionError' object has no attribute 'response']
cloud-init[771]: 2015-05-18 18:37:49,807 - url_helper.py[WARNING]: Calling '
http://192.168.0.212//latest/meta-data/instance-id' failed [11/120s]:
unexpected error ['ConnectionError' object has no attribute 'response']
cloud-init[771]: 2015-05-18 18:37:51,811 - url_helper.py[WARNING]: Calling '
http://192.168.0.212//latest/meta-data/instance-id' failed [13/120s]:
unexpected error ['ConnectionError' object has no attribute 'response']
cloud-init[771]: 2015-05-18 18:37:53,816 - url_helper.py[WARNING]: Calling '
http://192.168.0.212//latest/meta-data/instance-id' failed [15/120s]:
unexpected error ['ConnectionError' object has no attribute 'response']
cloud-init[771]: 2015-05-18 18:37:56,821 - url_helper.py[WARNING]: Calling '
http://192.168.0.212//latest/meta-data/instance-id' failed [18/120s]:
unexpected error ['ConnectionError' object has no attribute 'response']
cloud-init[771]: 2015-05-18 18:37:59,827 - url_helper.py[WARNING]: Calling '
http://192.168.0.212//latest/meta-data/instance-id' failed [21/120s]:
unexpected error ['ConnectionError' object has no attribute 'response']
cloud-init[771]: 2015-05-18 18:38:02,832 - url_helper.py[WARNING]: Calling '
http://192.168.0.212//latest/meta-data/instance-id' failed [24/120s]:
unexpected error ['ConnectionError' object has no attribute 'response']
cloud-init[771]: 2015-05-18 18:38:05,837 - url_helper.py[WARNING]: Calling '
http://192.168.0.212//latest/meta-data/instance-id' failed [27/120s]:
unexpected error ['ConnectionError' object has no attribute 'response']
cloud-init[771]: 2015-05-18 18:38:08,843 - url_helper.py[WARNING]: Calling '
http://192.168.0.212//latest/meta-data/instance-id' failed [30/120s]:
unexpected error ['ConnectionError' object has no attribute 'response']
cloud-init[771]: 2015-05-18 18:38:12,850 - url_helper.py[WARNING]: Calling '
http://192.168.0.212//latest/meta-data/instance-id' failed [34/120s]:
unexpected error ['ConnectionError' object has no attribute 'response']
cloud-init[771]: 2015-05-18 18:38:16,856 - url_helper.py[WARNING]: Calling '
http://192.168.0.212//latest/meta-data/instance-id' failed [38/120s]:
unexpected error ['ConnectionError' object has no attribute 'response']
cloud-init[771]: 2015-05-18 18:38:20,863 - url_helper.py[WARNING]: Calling '
http://192.168.0.212//latest/meta-data/instance-id' failed [42/120s]:
unexpected error ['ConnectionError' object has no attribute 'response']
cloud-init[771]: 2015-05-18 18:38:24,869 - url_helper.py[WARNING]: Calling '
http://192.168.0.212//latest/meta-data/instance-id' failed [46/120s]:
unexpected error ['ConnectionError' object has no attribute 'response']
cloud-init[771]: 2015-05-18 18:38:28,875 - url_helper.py[WARNING]: Calling '
http://192.168.0.212//latest/meta-data/instance-id' failed [50/120s]:
unexpected error ['ConnectionError' object has no attribute 'response']
cloud-init[771]: 2015-05-18 18:38:33,883 - url_helper.py[WARNING]: Calling '
http://192.168.0.212//latest/meta-data/instance-id' failed [55/120s]:
unexpected error ['ConnectionError' object has no attribute 'response']
cloud-init[771]: 2015-05-18 18:38:38,890 - url_helper.py[WARNING]: Calling '
http://192.168.0.212//latest/meta-data/instance-id' failed [60/120s]:
unexpected error ['ConnectionError' object has no attribute 'response']
cloud-init[771]: 2015-05-18 18:38:43,897 - url_helper.py[WARNING]: Calling '
http://192.168.0.212//latest/meta-data/instance-id' failed [65/120s]:
unexpected error ['ConnectionError' object has no attribute 'response']
cloud-init[771]: 2015-05-18 18:38:48,905 - url_helper.py[WARNING]: Calling '
http://192.168.0.212//latest/meta-data/instance-id' failed [70/120s]:
unexpected error ['ConnectionError' object has no attribute 'response']
cloud-init[771]: 2015-05-18 18:38:53,912 - url_helper.py[WARNING]: Calling '
http://192.168.0.212//latest/meta-data/instance-id' failed [75/120s]:
unexpected error ['ConnectionError' object has no attribute 'response']
cloud-init[771]: 2015-05-18 18:38:59,921 - url_helper.py[WARNING]: Calling '
http://192.168.0.212//latest/meta-data/instance-id' failed [81/120s]:
unexpected error ['ConnectionError' object has no attribute 'response']
cloud-init[771]: 2015-05-18 18:39:05,930 - url_helper.py[WARNING]: Calling '
http://192.168.0.212//latest/meta-data/instance-id' failed [87/120s]:
unexpected error ['ConnectionError' object has no attribute 'response']
cloud-init[771]: 2015-05-18 18:39:11,938 - url_helper.py[WARNING]: Calling '
http://192.168.0.212//latest/meta-data/instance-id' failed [93/120s]:
unexpected error ['ConnectionError' object has no attribute 'response']
cloud-init[771]: 2015-05-18 18:39:17,947 - url_helper.py[WARNING]: Calling '
http://192.168.0.212//latest/meta-data/instance-id' failed [99/120s]:
unexpected error ['ConnectionError' object has no attribute 'response']
cloud-init[771]: 2015-05-18 18:39:23,955 - url_helper.py[WARNING]: Calling '
http://192.168.0.212//latest/meta-data/instance-id' failed [105/120s]:
unexpected error ['ConnectionError' object has no attribute 'response']
cloud-init[771]: 2015-05-18 18:39:30,965 - url_helper.py[WARNING]: Calling '
http://192.168.0.212//latest/meta-data/instance-id' failed [112/120s]:
unexpected error ['ConnectionError' object has no attribute 'response']
cloud-init[771]: 2015-05-18 18:39:37,974 - url_helper.py[WARNING]: Calling '
http://192.168.0.212//latest/meta-data/instance-id' failed [119/120s]:
unexpected error ['ConnectionError' object has no attribute 'response']
cloud-init[771]: 2015-05-18 18:39:44,982 -
DataSourceCloudStack.py[CRITICAL]: Giving up on waiting for the metadata
from ['http://192.168.0.212//latest/meta-data/instance-id'] after 126
seconds
cloud-init[955]: Cloud-init v. 0.7.5 running 'modules:config' at Mon, 18
May 2015 18:39:45 +0000. Up 297.20 seconds.
cloud-init[975]: Cloud-init v. 0.7.5 running 'modules:final' at Mon, 18 May
2015 18:39:46 +0000. Up 297.57 seconds.
ci-info: no authorized ssh keys fingerprints found for user centos.
cloud-init[975]: ci-info: no authorized ssh keys fingerprints found for
user centos.
ec2:
ec2: #############################################################
ec2: -----BEGIN SSH HOST KEY FINGERPRINTS-----
ec2: 256 86:79:be:e9:7e:1d:b3:56:c1:83:60:3c:bb:f8:5f:6a (ECDSA)
ec2: 256 0a:ba:4c:2e:fd:c4:b3:73:b6:73:90:82:57:57:16:c7 (ED25519)
ec2: 2048 78:e0:0b:88:75:f8:af:8d:52:80:f8:17:b5:29:dd:88 (RSA)
ec2: -----END SSH HOST KEY FINGERPRINTS-----
ec2: #############################################################
-----BEGIN SSH HOST KEY KEYS-----
ecdsa-sha2-nistp256
AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHFxHNhE92ULkGPBUM+j92jHNeDMxXYTlIqG1OUd7LJy6ddVbr80hXsLeTP0zziD7jk/FlOoYGaZm2apNR4Eb0c=

ssh-ed25519
AAAAC3NzaC1lZDI1NTE5AAAAINuAY2G++nt2WcGBrvwqfh0GoMij0sTliE8EhzYCSn1w
ssh-rsa
AAAAB3NzaC1yc2EAAAADAQABAAABAQCs1sWiK8OLVAbm9sjIY4DsVPlsR9i7FkQE3VnQLcNRsOyiHMjjZqPuZb5Y8F4ciSIsFIoAwS5UEhhVf3hCj/N9AUnxivIFobyku095kYCYXKTkr70nUQQ/YRABUxqMdsXGucm0v9jHY+eIbaI/trvi72Ch/odMfB4wVicxRrf8EuUBdHLZkCgOKXfv24l/3r/xmVCiYjAvqc8vE1Jn1yEuOLCyr2W32qqvUuWZB2cH7xWdGFSVLxpOnAQfN+ZicB5YBeTtkipkCMyIFxS5vJPhI4uei6b6gILcwIJs53Fp2B6MnJaU5XJN4NJTCgFIboBd5EIBg0TQHxzvvXtPEop3

-----END SSH HOST KEY KEYS-----
cloud-init[975]: Cloud-init v. 0.7.5 finished at Mon, 18 May 2015 18:39:46
+0000. Datasource DataSourceNone. Up 297.69 seconds
cloud-init[975]: 2015-05-18 18:39:46,245 - cc_final_message.py[WARNING]:
Used fallback datasource

Thanks,
Saswat

On Mon, May 18, 2015 at 11:46 AM, Steven Borrelli notifications@github.com
wrote:

Ok, that helps. Can you run nova console-log ? Or if
you have access to the OpenStack console, you can click on the instance and
get the logs from there.

We're looking for cloud-init logs. You should see something like this:

cloud-init[4253]: Cloud-init v. 0.7.5 running 'modules:final' at Mon, 18 May 2015 15:02:16 +0000. Up 9.51 seconds.
ci-info: +++++++++++Authorized keys from /home/centos/.ssh/authorized_keys for user centos+++++++++++
ci-info: +---------+-------------------------------------------------+---------+--------------------+
ci-info: | Keytype | Fingerprint (md5) | Options | Comment |
ci-info: +---------+-------------------------------------------------+---------+--------------------+
ci-info: | ssh-rsa | e4:9c:c3:17:f6:12:04:2c:1c:59:6a:ae:e6:1d:75:ec | - | user@host.org |
ci-info: +---------+-------------------------------------------------+---------+--------------------+
ec2:
ec2: #############################################################
ec2: -----BEGIN SSH HOST KEY FINGERPRINTS-----
ec2: 256 70:9c:34:5d:36:e2:8f:70:85:61:4b:cd:07:e7:12:8e (ECDSA)
ec2: 256 8f:32:cd:56:3c:4d:7a:ff:8c:48:85:66:b1:06:33:0d (ED25519)
ec2: 2048 d8:5c:2a:9b:a0:19:f3:b5:d8:52:3f:6d:87:67:24:ff (RSA)
ec2: -----END SSH HOST KEY FINGERPRINTS-----


Reply to this email directly or view it on GitHub
#286 (comment)
.

@stevendborrelli
Copy link
Contributor

This is an issue we have seen in the past with openstack, where the metadata service fails to provide the ssh key to the instance on boot. We've found that sometimes shutting down/restarting the instance helps (or we just re-provision it).

@saswatp
Copy link
Contributor Author

saswatp commented May 18, 2015

Restarting or re-provisioning it doesn't work. I am giving up on this.
This could be an issue with the private openstack setup that I have.

So, I moved to another setup (CCS) and re-trying .

I am running into completely unrelated issue when i try to provision hosts.

Host provisioning fails :

microservices-infrastructure]> ansible-playbook -i inventory/1-datacenter
openstack/provision-hosts.yml

PLAY [localhost]


TASK: [verify openstack environment]


skipping: [localhost] => (item=OS_USERNAME)
skipping: [localhost] => (item=OS_PASSWORD)

PLAY [all]


TASK: [nova_compute ]


failed: [host-03] => {"failed": true, "parsed": false}
failed=True msg='novaclient is required for this module'
Traceback (most recent call last):
File
"/Users/saspraha/.ansible/tmp/ansible-tmp-1431987365.79-85260993321314/nova_compute",
line 2298, in
main()
File
"/Users/saspraha/.ansible/tmp/ansible-tmp-1431987365.79-85260993321314/nova_compute",
line 565, in main
nova = nova_client.Client(module.params['login_username'],
NameError: global name 'nova_client' is not defined

failed: [host-01] => {"failed": true, "parsed": false}
failed=True msg='novaclient is required for this module'
Traceback (most recent call last):
File
"/Users/saspraha/.ansible/tmp/ansible-tmp-1431987365.79-127488325834599/nova_compute",
line 2298, in
main()
File
"/Users/saspraha/.ansible/tmp/ansible-tmp-1431987365.79-127488325834599/nova_compute",
line 565, in main
nova = nova_client.Client(module.params['login_username'],
NameError: global name 'nova_client' is not defined

failed: [host-02] => {"failed": true, "parsed": false}
failed=True msg='novaclient is required for this module'
Traceback (most recent call last):
File
"/Users/saspraha/.ansible/tmp/ansible-tmp-1431987365.79-195677318916131/nova_compute",
line 2298, in
main()
File
"/Users/saspraha/.ansible/tmp/ansible-tmp-1431987365.79-195677318916131/nova_compute",
line 565, in main
nova = nova_client.Client(module.params['login_username'],
NameError: global name 'nova_client' is not defined

failed: [host-04] => {"failed": true, "parsed": false}
failed=True msg='novaclient is required for this module'
Traceback (most recent call last):
File
"/Users/saspraha/.ansible/tmp/ansible-tmp-1431987365.79-212678568546957/nova_compute",
line 2298, in
main()
File
"/Users/saspraha/.ansible/tmp/ansible-tmp-1431987365.79-212678568546957/nova_compute",
line 565, in main
nova = nova_client.Client(module.params['login_username'],
NameError: global name 'nova_client' is not defined

failed: [host-05] => {"failed": true, "parsed": false}
failed=True msg='novaclient is required for this module'
Traceback (most recent call last):
File
"/Users/saspraha/.ansible/tmp/ansible-tmp-1431987365.8-124276508169256/nova_compute",
line 2298, in
main()
File
"/Users/saspraha/.ansible/tmp/ansible-tmp-1431987365.8-124276508169256/nova_compute",
line 565, in main
nova = nova_client.Client(module.params['login_username'],
NameError: global name 'nova_client' is not defined

FATAL: all hosts have already failed -- aborting

PLAY RECAP


nova_compute -----------------------------------------------------------
0.18s
verify openstack environment --------------------------------------------
0.02s
to retry, use: --limit @/Users/saspraha/provision-hosts.retry

host-01 : ok=0 changed=0 unreachable=0
failed=1
host-02 : ok=0 changed=0 unreachable=0
failed=1
host-03 : ok=0 changed=0 unreachable=0
failed=1
host-04 : ok=0 changed=0 unreachable=0
failed=1
host-05 : ok=0 changed=0 unreachable=0
failed=1
localhost : ok=1 changed=0 unreachable=0
failed=0

On Mon, May 18, 2015 at 12:05 PM, Steven Borrelli notifications@github.com
wrote:

This is an issue we have seen in the past with openstack, where the
metadata service fails to provide the ssh key to the instance on boot.
We've found that sometimes shutting down/restarting the instance helps (or
we just re-provision it).


Reply to this email directly or view it on GitHub
#286 (comment)
.

@stevendborrelli
Copy link
Contributor

Can you check your versions of ansible and python-novaclient? This is what I have:

# pip list | grep nova
python-novaclient (2.17.0)

# ansible --version
ansible 1.9.0.1
  configured module search path = None

@saswatp
Copy link
Contributor Author

saswatp commented May 19, 2015

I had ansible version 1.9.1 but I again installed 1.9.0.1 to be sure , but
that didn't help.

ansible --version
ansible 1.9.0.1
configured module search path = None
pip list | grep nova
python-novaclient (2.17.0)


[saspraha@SASPRAHA-M-910F microservices-infrastructure]> ansible-playbook
-i inventory/1-datacenter openstack/provision-hosts.yml -vvvv

failed: [host-02] => {"failed": true, "parsed": false}
failed=True msg='novaclient is required for this module'
Traceback (most recent call last):
File
"/Users/saspraha/.ansible/tmp/ansible-tmp-1431998279.16-92217546062999/nova_compute",
line 2293, in
main()
File
"/Users/saspraha/.ansible/tmp/ansible-tmp-1431998279.16-92217546062999/nova_compute",
line 565, in main
nova = nova_client.Client(module.params['login_username'],
NameError: global name 'nova_client' is not defined

FATAL: all hosts have already failed -- aborting

PLAY RECAP


nova_compute -----------------------------------------------------------
0.18s
verify openstack environment --------------------------------------------
0.02s
to retry, use: --limit @/Users/saspraha/provision-hosts.retry

host-01 : ok=0 changed=0 unreachable=0
failed=1
host-02 : ok=0 changed=0 unreachable=0
failed=1
host-03 : ok=0 changed=0 unreachable=0
failed=1
host-04 : ok=0 changed=0 unreachable=0
failed=1
host-05 : ok=0 changed=0 unreachable=0
failed=1
localhost : ok=1 changed=0 unreachable=0
failed=0

On Mon, May 18, 2015 at 5:40 PM, Steven Borrelli notifications@github.com
wrote:

Can you check your versions of ansible and python-novaclient? This is what
I have:

pip list | grep nova

python-novaclient (2.17.0)

ansible --version

ansible 1.9.0.1
configured module search path = None


Reply to this email directly or view it on GitHub
#286 (comment)
.

@stevendborrelli
Copy link
Contributor

In python can you try running?

from novaclient.v1_1 import client as nova_client

@saswatp
Copy link
Contributor Author

saswatp commented May 19, 2015

Python 2.7.9 (v2.7.9:648dcafa7e5f, Dec 10 2014, 10:10:46)
[GCC 4.2.1 (Apple Inc. build 5666) (dot 3)] on darwin
Type "help", "copyright", "credits" or "license" for more information.

from novaclient.v1_1 import client as nova_client
print nova_client
<module 'novaclient.v1_1.client' from
'/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/novaclient/v1_1/client.pyc'>

On Mon, May 18, 2015 at 6:34 PM, Steven Borrelli notifications@github.com
wrote:

In python can you try running?

from novaclient.v1_1 import client as nova_client


Reply to this email directly or view it on GitHub
#286 (comment)
.

@ohal
Copy link

ohal commented May 19, 2015

this is probably caused by ansible 1.9.1
try the next solution:

1 uninstall all versions of ansible:

pip uninstall ansible
yum erase ansible

2 download and install ansible 1.8.4 using yum, from downloaded rpm
here the link ftp://ftp.sunet.se/pub/Linux/distributions/fedora/epel/7/ppc64/a/ansible-1.8.4-1.el7.noarch.rpm

3 install ansible 1.9.0.1 using pip

pip install ansible==1.9.0.1

4 check what you have

rpm -qa | grep ansible - should be 1.8.4
pip list | grep ansible - should be 1.9.0.1

do not upgrade ansible

try deploying cluster

@stevendborrelli
Copy link
Contributor

I worked with @saswatp today on this and was unable to make any progress on this. I think this is an issue for the Ansible folks.

@stevendborrelli
Copy link
Contributor

@saswatp we got rid of using Ansible to deploy openstack nodes in favor of terraform (due to issues like this one). I'm going to close this issue.

Please feel free to open it again, or open an issue against the terraform openstack deployment.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants