2018-03-05 19:28:35 +01:00
|
|
|
heat_template_version: rocky
|
2016-06-15 06:46:44 +00:00
|
|
|
|
|
|
|
description: >
|
|
|
|
OpenStack Libvirt Service
|
|
|
|
|
|
|
|
parameters:
|
2017-06-23 18:21:43 +02:00
|
|
|
DockerNovaLibvirtImage:
|
2016-06-15 06:46:44 +00:00
|
|
|
description: image
|
2017-01-03 22:21:44 -05:00
|
|
|
type: string
|
|
|
|
# we configure libvirt via the nova-compute container due to coupling
|
|
|
|
# in the puppet modules
|
2017-06-23 18:21:43 +02:00
|
|
|
DockerNovaLibvirtConfigImage:
|
|
|
|
description: The container image to use for the nova_libvirt config_volume
|
2016-06-15 06:46:44 +00:00
|
|
|
type: string
|
2017-06-22 17:25:03 +02:00
|
|
|
ServiceData:
|
|
|
|
default: {}
|
|
|
|
description: Dictionary packing service data
|
|
|
|
type: json
|
2016-06-15 06:46:44 +00:00
|
|
|
ServiceNetMap:
|
|
|
|
default: {}
|
|
|
|
description: Mapping of service_name -> network name. Typically set
|
|
|
|
via parameter_defaults in the resource registry. This
|
|
|
|
mapping overrides those in ServiceNetMapDefaults.
|
|
|
|
type: json
|
|
|
|
DefaultPasswords:
|
|
|
|
default: {}
|
|
|
|
type: json
|
2017-02-24 06:27:58 -05:00
|
|
|
RoleName:
|
|
|
|
default: ''
|
|
|
|
description: Role name on which the service is applied
|
|
|
|
type: string
|
|
|
|
RoleParameters:
|
|
|
|
default: {}
|
|
|
|
description: Parameters specific to the role
|
2017-05-15 19:06:09 +02:00
|
|
|
type: json
|
2016-06-15 06:46:44 +00:00
|
|
|
EndpointMap:
|
|
|
|
default: {}
|
|
|
|
description: Mapping of service endpoint -> protocol. Typically set
|
|
|
|
via parameter_defaults in the resource registry.
|
|
|
|
type: json
|
2017-06-08 00:55:41 +01:00
|
|
|
EnableInternalTLS:
|
|
|
|
type: boolean
|
|
|
|
default: false
|
|
|
|
UseTLSTransportForLiveMigration:
|
|
|
|
type: boolean
|
|
|
|
default: true
|
|
|
|
description: If set to true and if EnableInternalTLS is enabled, it will
|
|
|
|
set the libvirt URI's transport to tls and configure the
|
2018-01-22 17:19:14 +00:00
|
|
|
relevant keys for libvirt.
|
2017-06-08 00:17:53 +01:00
|
|
|
DockerNovaMigrationSshdPort:
|
|
|
|
default: 2022
|
|
|
|
description: Port that dockerized nova migration target sshd service
|
|
|
|
binds to.
|
|
|
|
type: number
|
2017-08-09 12:13:46 +02:00
|
|
|
NovaEnableRbdBackend:
|
|
|
|
default: false
|
|
|
|
description: Whether to enable or not the Rbd backend for Nova
|
|
|
|
type: boolean
|
|
|
|
CinderEnableRbdBackend:
|
|
|
|
default: false
|
|
|
|
description: Whether to enable or not the Rbd backend for Cinder
|
|
|
|
type: boolean
|
|
|
|
CephClientKey:
|
2017-07-11 12:10:45 +02:00
|
|
|
description: The Ceph client key. Can be created with ceph-authtool --gen-print-key.
|
2017-08-09 12:13:46 +02:00
|
|
|
type: string
|
|
|
|
hidden: true
|
|
|
|
CephClusterFSID:
|
|
|
|
type: string
|
|
|
|
description: The Ceph cluster FSID. Must be a UUID.
|
2017-10-02 15:22:08 -04:00
|
|
|
CephClientUserName:
|
|
|
|
default: openstack
|
|
|
|
type: string
|
2018-02-07 11:56:12 +01:00
|
|
|
CephClusterName:
|
|
|
|
type: string
|
|
|
|
default: ceph
|
|
|
|
description: The Ceph cluster name.
|
|
|
|
constraints:
|
|
|
|
- allowed_pattern: "[a-zA-Z0-9]+"
|
|
|
|
description: >
|
|
|
|
The Ceph cluster name must be at least 1 character and contain only
|
|
|
|
letters and numbers.
|
2018-01-22 17:19:14 +00:00
|
|
|
UseTLSTransportForVnc:
|
|
|
|
type: boolean
|
|
|
|
default: true
|
|
|
|
description: If set to true and if EnableInternalTLS is enabled, it will
|
|
|
|
enable TLS transaport for libvirt VNC and configure the
|
|
|
|
relevant keys for libvirt.
|
|
|
|
InternalTLSCAFile:
|
|
|
|
default: '/etc/ipa/ca.crt'
|
|
|
|
type: string
|
|
|
|
description: Specifies the default CA cert to use if TLS is used for
|
|
|
|
services in the internal network.
|
|
|
|
InternalTLSVncCAFile:
|
2018-04-06 17:37:53 +01:00
|
|
|
default: '/etc/pki/CA/certs/vnc.crt'
|
2018-01-22 17:19:14 +00:00
|
|
|
type: string
|
|
|
|
description: Specifies the CA cert to use for VNC TLS.
|
|
|
|
LibvirtCACert:
|
|
|
|
type: string
|
|
|
|
default: ''
|
|
|
|
description: This specifies the CA certificate to use for TLS in libvirt.
|
|
|
|
This file will be symlinked to the default CA path in libvirt,
|
|
|
|
which is /etc/pki/CA/cacert.pem. Note that due to limitations
|
|
|
|
GNU TLS, which is the TLS backend for libvirt, the file must
|
|
|
|
be less than 65K (so we can't use the system's CA bundle).
|
|
|
|
This parameter should be used if the default (which comes from
|
|
|
|
the InternalTLSCAFile parameter) is not desired. The current
|
|
|
|
default reflects TripleO's default CA, which is FreeIPA.
|
|
|
|
It will only be used if internal TLS is enabled.
|
|
|
|
LibvirtVncCACert:
|
|
|
|
type: string
|
|
|
|
default: ''
|
|
|
|
description: This specifies the CA certificate to use for VNC TLS.
|
|
|
|
This file will be symlinked to the default CA path,
|
|
|
|
which is /etc/pki/libvirt-vnc/ca-cert.pem.
|
|
|
|
This parameter should be used if the default (which comes from
|
|
|
|
the InternalTLSVncCAFile parameter) is not desired. The current
|
|
|
|
default reflects TripleO's default CA, which is FreeIPA.
|
|
|
|
It will only be used if internal TLS is enabled.
|
2018-02-27 17:44:04 +05:30
|
|
|
VhostuserSocketGroup:
|
|
|
|
default: "qemu"
|
|
|
|
description: >
|
|
|
|
The vhost-user socket directory group name.
|
|
|
|
Defaults to 'qemu'. When vhostuser mode is 'dpdkvhostuserclient'
|
|
|
|
(which is the default mode), the vhost socket is created by qemu.
|
|
|
|
type: string
|
|
|
|
tags:
|
|
|
|
- role_specific
|
2017-06-08 00:55:41 +01:00
|
|
|
|
|
|
|
conditions:
|
|
|
|
|
2017-11-16 01:27:03 +00:00
|
|
|
use_tls_for_live_migration:
|
|
|
|
and:
|
|
|
|
- equals:
|
|
|
|
- {get_param: EnableInternalTLS}
|
|
|
|
- true
|
|
|
|
- equals:
|
|
|
|
- {get_param: UseTLSTransportForLiveMigration}
|
|
|
|
- true
|
2016-06-15 06:46:44 +00:00
|
|
|
|
2018-01-22 17:19:14 +00:00
|
|
|
libvirt_specific_ca_unset:
|
|
|
|
equals:
|
|
|
|
- {get_param: LibvirtCACert}
|
|
|
|
- ''
|
|
|
|
|
2017-08-09 12:13:46 +02:00
|
|
|
need_libvirt_secret:
|
|
|
|
or:
|
|
|
|
- equals:
|
|
|
|
- {get_param: NovaEnableRbdBackend}
|
|
|
|
- true
|
|
|
|
- equals:
|
|
|
|
- {get_param: CinderEnableRbdBackend}
|
|
|
|
- true
|
|
|
|
|
2018-01-22 17:19:14 +00:00
|
|
|
use_tls_for_vnc:
|
|
|
|
and:
|
|
|
|
- equals:
|
|
|
|
- {get_param: EnableInternalTLS}
|
|
|
|
- true
|
|
|
|
- equals:
|
|
|
|
- {get_param: UseTLSTransportForVnc}
|
|
|
|
- true
|
|
|
|
|
|
|
|
libvirt_vnc_specific_ca_unset:
|
|
|
|
equals:
|
|
|
|
- {get_param: LibvirtVncCACert}
|
|
|
|
- ''
|
|
|
|
|
|
|
|
|
2016-06-15 06:46:44 +00:00
|
|
|
resources:
|
2018-02-27 17:44:04 +05:30
|
|
|
RoleParametersValue:
|
|
|
|
type: OS::Heat::Value
|
|
|
|
properties:
|
|
|
|
type: json
|
|
|
|
value:
|
|
|
|
map_replace:
|
|
|
|
- map_replace:
|
|
|
|
- vhostuser_socket_group: VhostuserSocketGroup
|
|
|
|
- values: {get_param: [RoleParameters]}
|
|
|
|
- values:
|
|
|
|
VhostuserSocketGroup: {get_param: VhostuserSocketGroup}
|
|
|
|
|
2016-06-15 06:46:44 +00:00
|
|
|
|
2017-04-13 13:46:31 +00:00
|
|
|
ContainersCommon:
|
|
|
|
type: ./containers-common.yaml
|
|
|
|
|
2017-07-07 10:44:26 -04:00
|
|
|
MySQLClient:
|
|
|
|
type: ../../puppet/services/database/mysql-client.yaml
|
|
|
|
|
2016-06-15 06:46:44 +00:00
|
|
|
NovaLibvirtBase:
|
|
|
|
type: ../../puppet/services/nova-libvirt.yaml
|
|
|
|
properties:
|
|
|
|
EndpointMap: {get_param: EndpointMap}
|
2017-06-22 17:25:03 +02:00
|
|
|
ServiceData: {get_param: ServiceData}
|
2017-01-03 22:21:44 -05:00
|
|
|
ServiceNetMap: {get_param: ServiceNetMap}
|
|
|
|
DefaultPasswords: {get_param: DefaultPasswords}
|
2017-02-24 06:27:58 -05:00
|
|
|
RoleName: {get_param: RoleName}
|
|
|
|
RoleParameters: {get_param: RoleParameters}
|
2016-06-15 06:46:44 +00:00
|
|
|
|
2017-10-09 12:43:28 +00:00
|
|
|
NovaLibvirtLogging:
|
|
|
|
type: OS::TripleO::Services::Logging::NovaLibvirt
|
|
|
|
|
2016-06-15 06:46:44 +00:00
|
|
|
outputs:
|
|
|
|
role_data:
|
|
|
|
description: Role data for the Libvirt service.
|
|
|
|
value:
|
2017-01-03 22:21:44 -05:00
|
|
|
service_name: {get_attr: [NovaLibvirtBase, role_data, service_name]}
|
Don't attempt to configure live migration
When configuring nova containers via puppet, the puppet class chain
includes a class for live migration, which configures live migration
aspects in nova and libvirt.
Some of the libvirt config parts try to notify Service[libvirt], but
that service definition is only included in nova-libvirt service, it's
not included in the control plan nova services. However, our hieradata
is currently global on the node, it's not per-service, which means even
though only nova-compute and nova-libvirt service set
tripleo::profile::base::nova::manage_migration: true
this hiera setting is applied to all containers running puppet, most
notably the ones which configure nova control plane services. As a
result, configuration of nova control plane services failed, and in turn
the whole deployment failed.
This commit disables the libvirt part of live migration config until we
implement some better solution (e.g. hieradata separation between
different puppet containers, or move the libvirt config parts only to
nova-compute manifests in puppet-tripleo).
Change-Id: I0328406607d451e6bdce4d92c441c03648925fa7
Closes-Bug: #1684107
2017-04-20 11:25:23 +02:00
|
|
|
config_settings:
|
2017-08-22 18:19:23 +00:00
|
|
|
map_merge:
|
|
|
|
- get_attr: [NovaLibvirtBase, role_data, config_settings]
|
2017-10-09 12:43:28 +00:00
|
|
|
- get_attr: [NovaLibvirtLogging, config_settings]
|
2017-08-22 18:19:23 +00:00
|
|
|
- tripleo::profile::base::certmonger_user::libvirt_postsave_cmd: "true" # TODO: restart the libvirt container here
|
|
|
|
|
2017-08-31 11:07:11 +02:00
|
|
|
logging_source: {get_attr: [NovaLibvirtBase, role_data, logging_source]}
|
|
|
|
logging_groups: {get_attr: [NovaLibvirtBase, role_data, logging_groups]}
|
2017-03-01 03:09:31 +00:00
|
|
|
puppet_config:
|
|
|
|
config_volume: nova_libvirt
|
2017-11-16 01:27:03 +00:00
|
|
|
puppet_tags: libvirtd_config,nova_config,file,libvirt_tls_password
|
2017-11-13 14:51:37 -05:00
|
|
|
step_config:
|
|
|
|
list_join:
|
|
|
|
- "\n"
|
|
|
|
- - {get_attr: [NovaLibvirtBase, role_data, step_config]}
|
|
|
|
- {get_attr: [MySQLClient, role_data, step_config]}
|
2017-07-12 11:41:57 +12:00
|
|
|
config_image: {get_param: DockerNovaLibvirtConfigImage}
|
2017-01-03 21:57:14 -05:00
|
|
|
kolla_config:
|
2017-06-07 15:35:55 +02:00
|
|
|
/var/lib/kolla/config_files/nova_libvirt.json:
|
2017-06-08 00:55:41 +01:00
|
|
|
command:
|
|
|
|
if:
|
|
|
|
- use_tls_for_live_migration
|
2018-02-02 14:16:19 +00:00
|
|
|
- /usr/sbin/libvirtd --listen
|
|
|
|
- /usr/sbin/libvirtd
|
2017-06-21 16:02:55 +02:00
|
|
|
config_files:
|
2018-01-22 17:19:14 +00:00
|
|
|
list_concat:
|
|
|
|
-
|
|
|
|
- source: "/var/lib/kolla/config_files/src/*"
|
|
|
|
dest: "/"
|
|
|
|
merge: true
|
|
|
|
preserve_properties: true
|
2018-04-30 12:59:37 +02:00
|
|
|
- source: "/var/lib/kolla/config_files/src-tls/*"
|
|
|
|
dest: "/"
|
|
|
|
merge: true
|
|
|
|
preserve_properties: true
|
|
|
|
optional: true
|
2018-01-22 17:19:14 +00:00
|
|
|
- source: "/var/lib/kolla/config_files/src-ceph/"
|
|
|
|
dest: "/etc/ceph/"
|
|
|
|
merge: true
|
|
|
|
preserve_properties: true
|
|
|
|
- if:
|
|
|
|
- use_tls_for_vnc
|
|
|
|
-
|
|
|
|
- source: /var/lib/kolla/config_files/src-libvirt-vnc-pki/server-*.pem
|
|
|
|
dest: /etc/pki/libvirt-vnc/
|
|
|
|
merge: true
|
|
|
|
preserve_properties: true
|
|
|
|
- null
|
2017-10-02 15:22:08 -04:00
|
|
|
permissions:
|
2018-01-22 17:19:14 +00:00
|
|
|
list_concat:
|
|
|
|
-
|
|
|
|
- path:
|
|
|
|
str_replace:
|
|
|
|
template: /etc/ceph/CLUSTER.client.USER.keyring
|
|
|
|
params:
|
|
|
|
CLUSTER: {get_param: CephClusterName}
|
|
|
|
USER: {get_param: CephClientUserName}
|
|
|
|
owner: nova:nova
|
|
|
|
perm: '0600'
|
|
|
|
- if:
|
|
|
|
- use_tls_for_vnc
|
|
|
|
-
|
|
|
|
- path: /etc/pki/libvirt-vnc/server-key.pem
|
|
|
|
owner: root:qemu
|
|
|
|
perm: '0640'
|
|
|
|
- null
|
2017-05-30 15:49:51 +02:00
|
|
|
/var/lib/kolla/config_files/nova_virtlogd.json:
|
|
|
|
command: /usr/sbin/virtlogd --config /etc/libvirt/virtlogd.conf
|
|
|
|
config_files:
|
|
|
|
- source: "/var/lib/kolla/config_files/src/*"
|
|
|
|
dest: "/"
|
|
|
|
merge: true
|
|
|
|
preserve_properties: true
|
2016-06-15 06:46:44 +00:00
|
|
|
docker_config:
|
2017-01-03 22:21:44 -05:00
|
|
|
step_3:
|
2017-05-30 15:49:51 +02:00
|
|
|
nova_virtlogd:
|
|
|
|
start_order: 0
|
|
|
|
image: {get_param: DockerNovaLibvirtImage}
|
|
|
|
net: host
|
|
|
|
pid: host
|
|
|
|
privileged: true
|
|
|
|
restart: always
|
|
|
|
volumes:
|
|
|
|
list_concat:
|
|
|
|
- {get_attr: [ContainersCommon, volumes]}
|
|
|
|
-
|
|
|
|
- /var/lib/kolla/config_files/nova_virtlogd.json:/var/lib/kolla/config_files/config.json:ro
|
|
|
|
- /var/lib/config-data/puppet-generated/nova_libvirt/:/var/lib/kolla/config_files/src:ro
|
|
|
|
- /lib/modules:/lib/modules:ro
|
|
|
|
- /dev:/dev
|
|
|
|
- /run:/run
|
|
|
|
- /sys/fs/cgroup:/sys/fs/cgroup
|
2017-11-07 00:31:39 +00:00
|
|
|
- /var/lib/nova:/var/lib/nova:shared
|
2017-05-30 15:49:51 +02:00
|
|
|
- /var/run/libvirt:/var/run/libvirt
|
|
|
|
- /var/lib/libvirt:/var/lib/libvirt
|
|
|
|
- /etc/libvirt/qemu:/etc/libvirt/qemu:ro
|
|
|
|
- /var/log/libvirt/qemu:/var/log/libvirt/qemu
|
|
|
|
environment:
|
|
|
|
- KOLLA_CONFIG_STRATEGY=COPY_ALWAYS
|
2016-06-15 06:46:44 +00:00
|
|
|
nova_libvirt:
|
2017-05-30 15:49:51 +02:00
|
|
|
start_order: 1
|
2017-07-12 11:41:57 +12:00
|
|
|
image: {get_param: DockerNovaLibvirtImage}
|
2016-06-15 06:46:44 +00:00
|
|
|
net: host
|
|
|
|
pid: host
|
|
|
|
privileged: true
|
|
|
|
restart: always
|
2018-03-07 16:40:35 +01:00
|
|
|
healthcheck:
|
|
|
|
test: /openstack/healthcheck
|
2016-06-15 06:46:44 +00:00
|
|
|
volumes:
|
2017-04-25 10:55:25 +03:00
|
|
|
list_concat:
|
|
|
|
- {get_attr: [ContainersCommon, volumes]}
|
|
|
|
-
|
2017-06-07 15:35:55 +02:00
|
|
|
- /var/lib/kolla/config_files/nova_libvirt.json:/var/lib/kolla/config_files/config.json:ro
|
2017-06-21 16:02:55 +02:00
|
|
|
- /var/lib/config-data/puppet-generated/nova_libvirt/:/var/lib/kolla/config_files/src:ro
|
2017-07-11 12:20:05 +02:00
|
|
|
- /etc/ceph:/var/lib/kolla/config_files/src-ceph:ro
|
2017-04-25 10:55:25 +03:00
|
|
|
- /lib/modules:/lib/modules:ro
|
|
|
|
- /dev:/dev
|
|
|
|
- /run:/run
|
|
|
|
- /sys/fs/cgroup:/sys/fs/cgroup
|
2017-11-07 00:31:39 +00:00
|
|
|
- /var/lib/nova:/var/lib/nova:shared
|
2017-08-09 12:13:46 +02:00
|
|
|
- /etc/libvirt:/etc/libvirt
|
2017-04-25 10:55:25 +03:00
|
|
|
- /var/run/libvirt:/var/run/libvirt
|
|
|
|
- /var/lib/libvirt:/var/lib/libvirt
|
2017-11-22 17:35:18 +01:00
|
|
|
- /var/log/containers/libvirt:/var/log/libvirt
|
2017-05-26 13:53:30 +02:00
|
|
|
- /var/log/libvirt/qemu:/var/log/libvirt/qemu:ro
|
2017-08-30 14:44:53 +05:30
|
|
|
- /var/lib/vhost_sockets:/var/lib/vhost_sockets
|
2017-10-28 00:06:46 +01:00
|
|
|
- /sys/fs/selinux:/sys/fs/selinux
|
2017-08-22 18:19:23 +00:00
|
|
|
-
|
|
|
|
if:
|
|
|
|
- use_tls_for_live_migration
|
|
|
|
-
|
2018-01-22 17:19:14 +00:00
|
|
|
- str_replace:
|
2018-04-30 12:59:37 +02:00
|
|
|
template: "CACERT:/var/lib/kolla/config_files/src-tls/etc/pki/CA/cacert.pem:ro"
|
2018-01-22 17:19:14 +00:00
|
|
|
params:
|
|
|
|
CACERT:
|
|
|
|
if:
|
|
|
|
- libvirt_specific_ca_unset
|
|
|
|
- get_param: InternalTLSCAFile
|
|
|
|
- get_param: LibvirtCACert
|
2018-04-30 12:59:37 +02:00
|
|
|
- /etc/pki/libvirt/servercert.pem:/var/lib/kolla/config_files/src-tls/etc/pki/libvirt/servercert.pem:ro
|
|
|
|
- /etc/pki/libvirt/private/serverkey.pem:/var/lib/kolla/config_files/src-tls/etc/pki/libvirt/private/serverkey.pem:ro
|
|
|
|
- /etc/pki/libvirt/clientcert.pem:/var/lib/kolla/config_files/src-tls/etc/pki/libvirt/clientcert.pem:ro
|
|
|
|
- /etc/pki/libvirt/private/clientkey.pem:/var/lib/kolla/config_files/src-tls/etc/pki/libvirt/private/clientkey.pem:ro
|
2017-08-22 18:19:23 +00:00
|
|
|
- null
|
2018-01-22 17:19:14 +00:00
|
|
|
-
|
|
|
|
if:
|
|
|
|
- use_tls_for_vnc
|
|
|
|
-
|
|
|
|
- str_replace:
|
2018-04-30 12:59:37 +02:00
|
|
|
template: "CACERT:/var/lib/kolla/config_files/src-tls/etc/pki/libvirt-vnc/ca-cert.pem:ro"
|
2018-01-22 17:19:14 +00:00
|
|
|
params:
|
|
|
|
CACERT:
|
|
|
|
if:
|
|
|
|
- libvirt_vnc_specific_ca_unset
|
|
|
|
- get_param: InternalTLSVncCAFile
|
|
|
|
- get_param: LibvirtVncCACert
|
|
|
|
- /etc/pki/libvirt-vnc:/var/lib/kolla/config_files/src-libvirt-vnc-pki:ro
|
|
|
|
- null
|
2016-06-15 06:46:44 +00:00
|
|
|
environment:
|
|
|
|
- KOLLA_CONFIG_STRATEGY=COPY_ALWAYS
|
2017-08-09 12:13:46 +02:00
|
|
|
step_4:
|
|
|
|
if:
|
|
|
|
- need_libvirt_secret
|
|
|
|
- nova_libvirt_init_secret:
|
|
|
|
detach: false
|
|
|
|
image: {get_param: DockerNovaLibvirtImage}
|
|
|
|
privileged: false
|
|
|
|
user: root
|
|
|
|
volumes:
|
|
|
|
list_concat:
|
|
|
|
- {get_attr: [ContainersCommon, volumes]}
|
|
|
|
-
|
|
|
|
- /var/lib/config-data/puppet-generated/nova_libvirt/etc/nova:/etc/nova:ro
|
|
|
|
- /etc/libvirt:/etc/libvirt
|
|
|
|
- /var/run/libvirt:/var/run/libvirt
|
|
|
|
- /var/lib/libvirt:/var/lib/libvirt
|
|
|
|
command:
|
|
|
|
- /bin/bash
|
|
|
|
- -c
|
|
|
|
- str_replace:
|
|
|
|
template: /usr/bin/virsh secret-define --file /etc/nova/secret.xml && /usr/bin/virsh secret-set-value --secret 'SECRET_UUID' --base64 'SECRET_KEY'
|
|
|
|
params:
|
|
|
|
SECRET_UUID: {get_param: CephClusterFSID}
|
|
|
|
SECRET_KEY: {get_param: CephClientKey}
|
|
|
|
- {}
|
2017-03-08 16:20:04 +01:00
|
|
|
host_prep_tasks:
|
|
|
|
- name: create libvirt persistent data directories
|
|
|
|
file:
|
|
|
|
path: "{{ item }}"
|
|
|
|
state: directory
|
|
|
|
with_items:
|
2017-08-09 12:13:46 +02:00
|
|
|
- /etc/libvirt
|
2017-07-19 15:15:42 +02:00
|
|
|
- /etc/libvirt/secrets
|
2017-03-08 16:20:04 +01:00
|
|
|
- /etc/libvirt/qemu
|
|
|
|
- /var/lib/libvirt
|
2017-11-22 17:35:18 +01:00
|
|
|
- /var/log/containers/libvirt
|
2017-08-30 14:44:53 +05:30
|
|
|
# qemu user on host will be cretaed by libvirt package install, ensure
|
|
|
|
# the qemu user created with same uid/gid as like libvirt package.
|
|
|
|
# These specific values are required since ovs is running on host.
|
|
|
|
# Once ovs with DPDK is containerized, we could modify this uid/gid
|
|
|
|
# to match with kolla config values.
|
|
|
|
- name: ensure qemu group is present on the host
|
|
|
|
group:
|
|
|
|
name: qemu
|
|
|
|
gid: 107
|
|
|
|
state: present
|
|
|
|
- name: ensure qemu user is present on the host
|
|
|
|
user:
|
|
|
|
name: qemu
|
|
|
|
uid: 107
|
|
|
|
group: qemu
|
|
|
|
state: present
|
|
|
|
shell: /sbin/nologin
|
|
|
|
comment: qemu user
|
|
|
|
- name: create directory for vhost-user sockets with qemu ownership
|
|
|
|
file:
|
|
|
|
path: /var/lib/vhost_sockets
|
|
|
|
state: directory
|
|
|
|
owner: qemu
|
2018-02-27 17:44:04 +05:30
|
|
|
group: {get_attr: [RoleParametersValue, value, vhostuser_socket_group]}
|
|
|
|
setype: virt_cache_t
|
|
|
|
seuser: system_u
|
2017-07-11 12:20:05 +02:00
|
|
|
- name: ensure ceph configurations exist
|
|
|
|
file:
|
|
|
|
path: /etc/ceph
|
|
|
|
state: directory
|
2017-05-30 17:29:51 +02:00
|
|
|
- name: check if libvirt is installed
|
|
|
|
command: /usr/bin/rpm -q libvirt-daemon
|
|
|
|
failed_when: false
|
|
|
|
register: libvirt_installed
|
|
|
|
- name: make sure libvirt services are disabled
|
|
|
|
service:
|
|
|
|
name: "{{ item }}"
|
|
|
|
state: stopped
|
|
|
|
enabled: no
|
|
|
|
with_items:
|
|
|
|
- libvirtd.service
|
|
|
|
- virtlogd.socket
|
|
|
|
when: libvirt_installed.rc == 0
|
2017-08-22 18:19:23 +00:00
|
|
|
metadata_settings:
|
|
|
|
get_attr: [NovaLibvirtBase, role_data, metadata_settings]
|
2017-03-22 12:10:24 +01:00
|
|
|
upgrade_tasks:
|
2018-04-17 13:44:18 +02:00
|
|
|
- when: step|int == 0
|
2017-08-29 17:29:28 +02:00
|
|
|
tags: common
|
2018-04-17 13:44:18 +02:00
|
|
|
block:
|
|
|
|
- name: Check if nova_libvirt is deployed
|
|
|
|
command: systemctl is-enabled --quiet libvirtd
|
|
|
|
ignore_errors: True
|
|
|
|
register: nova_libvirt_enabled_result
|
|
|
|
- name: Set fact nova_libvirt_enabled
|
|
|
|
set_fact:
|
|
|
|
nova_libvirt_enabled: "{{ nova_libvirt_enabled_result.rc == 0 }}"
|
|
|
|
- name: "PreUpgrade step0,validation: Check service libvirtd is running"
|
|
|
|
command: systemctl is-active --quiet libvirtd
|
|
|
|
tags: validation
|
|
|
|
when: nova_libvirt_enabled|bool
|
|
|
|
- when: step|int == 2
|
|
|
|
block:
|
|
|
|
- name: Stop and disable libvirtd service
|
|
|
|
when: nova_libvirt_enabled|bool
|
|
|
|
service: name=libvirtd state=stopped enabled=no
|