summaryrefslogtreecommitdiffstats
path: root/xci/installer/osh/playbooks/install-openstack-helm.yml
diff options
context:
space:
mode:
Diffstat (limited to 'xci/installer/osh/playbooks/install-openstack-helm.yml')
-rw-r--r--xci/installer/osh/playbooks/install-openstack-helm.yml21
1 files changed, 21 insertions, 0 deletions
diff --git a/xci/installer/osh/playbooks/install-openstack-helm.yml b/xci/installer/osh/playbooks/install-openstack-helm.yml
new file mode 100644
index 00000000..10d8d6d4
--- /dev/null
+++ b/xci/installer/osh/playbooks/install-openstack-helm.yml
@@ -0,0 +1,21 @@
+---
+- hosts: kube-node
+ remote_user: root
+ vars_files:
+ - "{{ xci_path }}/xci/var/opnfv.yml"
+
+ roles:
+ - role: prepare-kube-nodes-osh
+
+- hosts: opnfv
+ remote_user: root
+ vars_files:
+ - "{{ xci_path }}/xci/var/opnfv.yml"
+
+ roles:
+ - role: prepare-opnfvhost-osh
+ - role: prepare-osh
+ - role: install-osh-mini
+ when: xci_flavor == 'mini'
+ - role: install-osh-noha
+ when: xci_flavor == 'noha'