From 5d28b70edce08ee912c433386599424f8202f303 Mon Sep 17 00:00:00 2001 From: "Michael S. Pedersen" Date: Fri, 23 Oct 2020 12:24:43 +0000 Subject: Add support for deploying to Equinix Metal bare-metal servers Adds an additional hw_config which is simplified (equinix-metal). Adds support for skipping HW provisioning (pre-provisioned through EM). Usage: deploy.sh [k8s] Adds a few new helper functions, and updates existing to support changes. Signed-off-by: Michael S. Pedersen Signed-off-by: Victor Morales Change-Id: I2f84c662d183ba224e0edd8a218abe8b46c1fe45 Signed-off-by: Victor Morales Reviewed-on: https://gerrit.opnfv.org/gerrit/c/kuberef/+/71301 Tested-by: jenkins-ci Reviewed-by: Rihab Banday Reviewed-by: Victor Morales --- inventory/group_vars/all/global.yaml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'inventory/group_vars') diff --git a/inventory/group_vars/all/global.yaml b/inventory/group_vars/all/global.yaml index 312fcda..c88d794 100644 --- a/inventory/group_vars/all/global.yaml +++ b/inventory/group_vars/all/global.yaml @@ -22,3 +22,6 @@ images_path: "{{ kuberef_root }}/images" # public SSH key for use by kuberef installation pub_key: "{{ lookup('env', 'HOME') }}/.ssh/id_rsa.pub" + +# deployment type for kuberef +deployment_type: "{{ lookup('env', 'DEPLOYMENT') }}" -- cgit 1.2.3-korg