From 0d6907e04a51aface7ed6cd456f4e20f2d2ad0e2 Mon Sep 17 00:00:00 2001 From: nikoskarandreas Date: Fri, 22 Feb 2019 13:04:29 +0200 Subject: Introduction of Openstack-helm as installer This patch creates a new installer tree in xci that uses openstack-helm to deploy openstack on a kubernetes cluster. USAGE: Export INSTALLER_TYPE=osh, DEPLOY_SCENARIO=k8-calico-nofeature and XCI_FLAVOR=noha or mini and run xci-deploy.sh as in documentation. deploy-scenario:k8-calico-nofeature installer-type:osh Change-Id: I212f70eb51c2a38c798c11367d2ebb8bf5f4a1de Signed-off-by: nikoskarandreas --- .../roles/prepare-opnfvhost-osh/files/helm-serve.service | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 xci/installer/osh/playbooks/roles/prepare-opnfvhost-osh/files/helm-serve.service (limited to 'xci/installer/osh/playbooks/roles/prepare-opnfvhost-osh/files') diff --git a/xci/installer/osh/playbooks/roles/prepare-opnfvhost-osh/files/helm-serve.service b/xci/installer/osh/playbooks/roles/prepare-opnfvhost-osh/files/helm-serve.service new file mode 100644 index 00000000..c3988d6f --- /dev/null +++ b/xci/installer/osh/playbooks/roles/prepare-opnfvhost-osh/files/helm-serve.service @@ -0,0 +1,11 @@ +[Unit] +Description=Helm Server +After=network.target + +[Service] +User=root +Restart=always +ExecStart=/usr/bin/helm serve + +[Install] +WantedBy=multi-user.target -- cgit 1.2.3-korg