diff options
author | Georg Kunz <georg.kunz@est.tech> | 2020-08-27 16:53:01 +0200 |
---|---|---|
committer | Rihab Banday <rihab.banday@ericsson.com> | 2020-09-22 10:28:50 +0000 |
commit | 539ca86edf00318aed36f0a75e3ecf4015dbfebe (patch) | |
tree | a3479e0f44f02d49da5ea4d87789c4baafba2acb /sw_config | |
parent | d6b6f689cd9fe89542a1146f8ac316ae739d3679 (diff) |
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 <georg.kunz@est.tech>
Change-Id: I2cd555440ad51594d5a2b482bfad085769d0e4e0
Reviewed-on: https://gerrit.opnfv.org/gerrit/c/kuberef/+/70892
Tested-by: jenkins-ci <jenkins-opnfv-ci@opnfv.org>
Reviewed-by: Rihab Banday <rihab.banday@ericsson.com>
Diffstat (limited to 'sw_config')
-rw-r--r-- | sw_config/bmra/inventory.ini | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/sw_config/bmra/inventory.ini b/sw_config/bmra/inventory.ini deleted file mode 100644 index 9fb9f41..0000000 --- a/sw_config/bmra/inventory.ini +++ /dev/null @@ -1,18 +0,0 @@ -[all] -master1 ansible_host=10.10.190.202 ip=10.10.190.202 -node1 ansible_host=10.10.190.203 ip=10.10.190.203 - -[kube-master] -master1 - -[etcd] -master1 - -[kube-node] -node1 - -[k8s-cluster:children] -kube-master -kube-node - -[calico-rr] |