From 10c4d35315d7ffd909520a1c7bc6a3b5b9b871ab Mon Sep 17 00:00:00 2001 From: Zenghui Shi Date: Wed, 4 Apr 2018 11:24:40 +0800 Subject: Add support for kubernetes deployment This patch adds capability to deploy kubernetes cluster instead of openstack. Kubernetes will be deployed using kubespray and is run after TripleO bookstraps overcloud nodes. JIRA: APEX-574 Change-Id: If9c171620c933a052b719e7112a50e22bbab667f Signed-off-by: Feng Pan Signed-off-by: Zenghui Shi --- setup.cfg | 1 + 1 file changed, 1 insertion(+) (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg index c9e42983..83f0e77a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -35,6 +35,7 @@ data_files = build/network-environment.yaml build/opnfv-environment.yaml build/upstream-environment.yaml + build/kubernetes-environment.yaml build/nics-template.yaml.jinja2 build/csit-environment.yaml build/virtual-environment.yaml -- cgit 1.2.3-korg