X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=inventory%2Fgroup_vars%2Fall%2Fglobal.yaml;h=1474d03bc092cfed987639dc7e34d78a66154627;hb=bc1786a24447121b5005492aaea8ca786135be29;hp=c0322260ed29d0990c3b2cd965366b83c1eca028;hpb=3fe71dc93fb81199401f921c10d4fe6220aa7175;p=kuberef.git diff --git a/inventory/group_vars/all/global.yaml b/inventory/group_vars/all/global.yaml index c032226..1474d03 100644 --- a/inventory/group_vars/all/global.yaml +++ b/inventory/group_vars/all/global.yaml @@ -24,3 +24,6 @@ deployment_type: "{{ lookup('env', 'DEPLOYMENT') }}" # OS distro from DISTRO from environment variables os_distro: "{{ lookup('env', 'DISTRO') }}" + +# Vendor name from hw_config folder (used for VM specific changes) +vendor: "{{ lookup('env', 'VENDOR') }}"