ba05bf78a0
The keystoneclient package is being installed on the host by PIP but that means that a whole bunch of required dependencies are being pulled in as well. This brings the host to a rather messed up state when installing keystone from distro packages, since distribution and PIP packages are being mixed together. We only need the client to register the service with keystone so we can simply use the distro package for that to avoid installing lots of PIP packages on the host. Change-Id: I1247ae07035451087e70f3e1782dd9c25fe1c554 Implements: blueprint openstack-distribution-packages
37 lines
1.2 KiB
YAML
37 lines
1.2 KiB
YAML
---
|
|
# Copyright 2014, Rackspace US, Inc.
|
|
# Copyright 2017, SUSE LINUX GmbH.
|
|
#
|
|
# 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.
|
|
|
|
ceilometer_distro_packages:
|
|
- git-core
|
|
- python-keystoneclient # Keystoneclient needed to OSA keystone lib
|
|
- rpcbind
|
|
- rsync
|
|
- which
|
|
|
|
ceilometer_service_distro_packages:
|
|
- openstack-ceilometer
|
|
- openstack-ceilometer-agent-central
|
|
- openstack-ceilometer-agent-compute
|
|
- openstack-ceilometer-agent-ipmi
|
|
- openstack-ceilometer-agent-notification
|
|
- openstack-ceilometer-polling
|
|
|
|
# Packages required in developer mode, where packages are built locally
|
|
ceilometer_developer_mode_distro_packages:
|
|
- libvirt-devel
|
|
- libxml2-devel
|
|
- libxslt-devel
|