Adding repo package entry

An example entry for the repo_packages to be folded into the
deployment configuration is given.
This commit is contained in:
Steve Lewis 2015-11-30 17:31:24 -08:00
parent 2d0848ae94
commit 3cb1819f7b

View File

@ -0,0 +1,20 @@
---
# Copyright 2015, Steve Lewis
#
# 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.
#: Gnocchi program source location
gnocchi_git_url: "https://git.openstack.org/openstack/gnocchi"
gnocchi_git_install_branch: 85bef730942dee660e4e87614aee3a212d7adf31# head of "master" as of 20.11.2015
gnocchi_git_dest: "/opt/gnocchi_{{ gnocchi_git_install_branch | replace('/', '_') }}"