085e57d11a
Ceilometer is set to use Gnocchi dispatch when Gnocchi is deployed. All references to MongoDB in the AIO are removed. Partial-Blueprint: role-gnocchi Depends-On: I94e7d461376a8032a76ea34b57190077a60a0fb5 Change-Id: Ia41141e947d48426c7d490497639d62e8dff6f8e
35 lines
865 B
YAML
35 lines
865 B
YAML
---
|
|
# Copyright 2015, Rackspace US, Inc.
|
|
#
|
|
# 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.
|
|
|
|
packages_install:
|
|
- bridge-utils
|
|
- build-essential
|
|
- curl
|
|
- ethtool
|
|
- git-core
|
|
- ipython
|
|
- linux-image-extra-{{ ansible_kernel }}
|
|
- lvm2
|
|
- python2.7
|
|
- python-dev
|
|
- tmux
|
|
- vim
|
|
- vlan
|
|
- xfsprogs
|
|
|
|
packages_remove:
|
|
- libmysqlclient18
|
|
- mysql-common
|