From 3cb1819f7bab3649f3b80b3df34db9a6e27b4d24 Mon Sep 17 00:00:00 2001 From: Steve Lewis Date: Mon, 30 Nov 2015 17:31:24 -0800 Subject: [PATCH] Adding repo package entry An example entry for the repo_packages to be folded into the deployment configuration is given. --- ext/repo_packages/openstack_gnocchi.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 ext/repo_packages/openstack_gnocchi.yml diff --git a/ext/repo_packages/openstack_gnocchi.yml b/ext/repo_packages/openstack_gnocchi.yml new file mode 100644 index 0000000..2fd724a --- /dev/null +++ b/ext/repo_packages/openstack_gnocchi.yml @@ -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('/', '_') }}" +