Role os_nova for OpenStack-Ansible
Go to file
Paulo Matias dcbc394948 Turn SSH auth into the default for live migration
Currently, non-encrypted SASL-authenticated communication (qemu+tcp
protocol) is the default for connecting to libvirtd in remote compute
nodes during live migration. This commit changes the scheme to encrypted
SSH-authenticated communication, which is readily usable since the role
already distributes SSH keypairs between the nodes.

Change-Id: Ia6d2c99872e192ab308fc6d0195b609c95f55ff5
Closes-Bug: #1580276
2016-07-08 08:58:28 -05:00
defaults Merge "Enabled debug logging functionality for libvirt" 2016-04-21 01:53:57 +00:00
doc Implement base configuration for independent repository 2016-03-02 00:07:37 +00:00
files Update paste, policy and rootwrap configurations 2016-04-03 2016-04-03 12:00:48 +01:00
handlers Convert existing roles into galaxy roles 2015-02-18 10:56:25 +00:00
meta Update min_ansible_version to 1.9 2016-04-11 12:21:17 +01:00
releasenotes Turn SSH auth into the default for live migration 2016-07-08 08:58:28 -05:00
tasks Change pip install task state to 'latest' 2016-05-04 10:41:20 +01:00
templates Turn SSH auth into the default for live migration 2016-07-08 08:58:28 -05:00
tests Update tempest test vars 2016-05-19 13:19:03 +01:00
.gitignore Add .swp files to .gitignore 2016-05-04 15:21:06 +01:00
.gitreview Implement base configuration for independent repository 2016-03-02 00:07:37 +00:00
CONTRIBUTING.rst Implement base configuration for independent repository 2016-03-02 00:07:37 +00:00
LICENSE Implement base configuration for independent repository 2016-03-02 00:07:37 +00:00
other-requirements.txt Add dependencies for paramiko 2.0 2016-05-04 08:35:14 +00:00
README.rst Implement base configuration for independent repository 2016-03-02 00:07:37 +00:00
run_tests.sh Add dependencies for paramiko 2.0 2016-05-04 08:35:14 +00:00
setup.cfg Implement base configuration for independent repository 2016-03-02 00:07:37 +00:00
setup.py Implement base configuration for independent repository 2016-03-02 00:07:37 +00:00
test-requirements.txt blacklist Ansible 1.9.6 2016-04-16 08:43:09 -05:00
tox.ini Use tempest for testing 2016-04-22 15:43:30 +01:00

os_nova role

tags

openstack, cloud, ansible, os_nova

category

*nix

os_nova Role

- name: os_nova role
  hosts: "hosts"
  user: root
  roles:
    - { role: "os_nova" }