From 539ca86edf00318aed36f0a75e3ecf4015dbfebe Mon Sep 17 00:00:00 2001 From: Georg Kunz Date: Thu, 27 Aug 2020 16:53:01 +0200 Subject: Rendering BMRA inventory from IDF and PDF via ansible This patch adds a simple playbook which renders the BMRA inventory from the supplied set of PDF and IDF. Signed-off-by: Georg Kunz Change-Id: I2cd555440ad51594d5a2b482bfad085769d0e4e0 Reviewed-on: https://gerrit.opnfv.org/gerrit/c/kuberef/+/70892 Tested-by: jenkins-ci Reviewed-by: Rihab Banday --- playbooks/bmra-config.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 playbooks/bmra-config.yaml (limited to 'playbooks/bmra-config.yaml') diff --git a/playbooks/bmra-config.yaml b/playbooks/bmra-config.yaml new file mode 100644 index 0000000..5b020f1 --- /dev/null +++ b/playbooks/bmra-config.yaml @@ -0,0 +1,17 @@ +--- +# SPDX-license-identifier: Apache-2.0 +############################################################################## +# Copyright (c) Ericsson AB and others +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Apache License, Version 2.0 +# which accompanies this distribution, and is available at +# http://www.apache.org/licenses/LICENSE-2.0 +############################################################################## + +- hosts: localhost + connection: local + gather_facts: false + become: false + + roles: + - role: bmra-config -- cgit 1.2.3-korg