diff options
author | wutianwei <wutianwei1@huawei.com> | 2018-03-22 19:50:22 +0800 |
---|---|---|
committer | Markos Chandras <mchandras@suse.de> | 2018-04-12 14:01:11 +0000 |
commit | dde08648c28e65d135a2fc87ef4284a9e7ca3246 (patch) | |
tree | 25ebc5eb42b3efe49b369cb7bd1d9cec6a436e94 /xci/installer/kubespray/playbooks | |
parent | bea090a9a959a13043789be229c11076cc56d40d (diff) |
Create the k8-canal-nofeature scenario
add the k8-nosdn-noeature and k8-canal-nofeature roles under scenarios directory
run different roles to configure the k8s-cluster according to the deploy scenario
installer-type:kubespray
deploy-scenario:k8-canal-nofeature
Change-Id: Ia96b01f79fb058e045c5b7d9d9aecb7f15a21e63
Signed-off-by: wutianwei <wutianwei1@huawei.com>
Diffstat (limited to 'xci/installer/kubespray/playbooks')
-rw-r--r-- | xci/installer/kubespray/playbooks/configure-opnfvhost.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xci/installer/kubespray/playbooks/configure-opnfvhost.yml b/xci/installer/kubespray/playbooks/configure-opnfvhost.yml index d9c5ae6d..0ac18b50 100644 --- a/xci/installer/kubespray/playbooks/configure-opnfvhost.yml +++ b/xci/installer/kubespray/playbooks/configure-opnfvhost.yml @@ -48,6 +48,7 @@ {{ remote_xci_path }}/.cache/repos/kubespray/opnfv_inventory/group_vars" args: creates: "{{ remote_xci_path }}/.cache/repos/kubespray/opnfv_inventory/group_vars/k8s-cluster.yml" + - include: "{{ xci_path }}/xci/playbooks/bootstrap-scenarios.yml" - name: Install required packages package: name: "{{ kube_require_packages[ansible_pkg_mgr] }}" |