
Add powervm playbooks to enable PowerVM platform as Openstack compute node and also to support to configure the PowerVM NovaLink feature (required for OpenStack integration) as well as the PowerVM OpenStack drivers. Change-Id: Ic6197ea8940a7958d8b422b2627e6e96fd6deb21 Partially-Implements: blueprint powervm-virt-driver
30 lines
872 B
YAML
30 lines
872 B
YAML
---
|
|
# Copyright 2016, IBM Corp.
|
|
#
|
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
# you may not use this file except in compliance with the License.
|
|
# You may obtain a copy of the License at
|
|
#
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
|
#
|
|
# Unless required by applicable law or agreed to in writing, software
|
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
# See the License for the specific language governing permissions and
|
|
# limitations under the License.
|
|
|
|
- include: nova_compute_powervm_install.yml
|
|
|
|
- name: Add nova user to pvm_admin group
|
|
user:
|
|
name: "{{ nova_system_user_name }}"
|
|
groups: "pvm_admin"
|
|
append: "yes"
|
|
tags:
|
|
- nova-powervm
|
|
|
|
- name: Ensure powervm permissions
|
|
shell: "udevadm trigger"
|
|
tags:
|
|
- nova-powervm
|