diff options
author | Manuel Buil <mbuil@suse.com> | 2019-08-22 13:53:00 +0200 |
---|---|---|
committer | Manuel Buil <mbuil@suse.com> | 2019-08-23 09:44:40 +0200 |
commit | d3ea33116525c07ae1665bd4d6ca28a41ccee825 (patch) | |
tree | c411b6f0d1b909a0bc9a408869ed77830fa62d97 /xci/var/lf-pod4-idf.yml | |
parent | 6f177f316999170ec7e1c85605bf48560282edd5 (diff) |
Provide osh support for baremetal
Add osh into the idf description so that we can deploy osh in baremetal
environments
deploy-scenario:k8-calico-nofeature
installer-type:osh
Change-Id: Id0830ac4744122d149736b1d515af8a1dcbe9eb2
Signed-off-by: Manuel Buil <mbuil@suse.com>
Diffstat (limited to 'xci/var/lf-pod4-idf.yml')
-rw-r--r-- | xci/var/lf-pod4-idf.yml | 37 |
1 files changed, 36 insertions, 1 deletions
diff --git a/xci/var/lf-pod4-idf.yml b/xci/var/lf-pod4-idf.yml index 3b828a49..55ca6b63 100644 --- a/xci/var/lf-pod4-idf.yml +++ b/xci/var/lf-pod4-idf.yml @@ -10,7 +10,7 @@ idf: version: 0.1 - installer: ['apex', 'compass4nfv', 'daisy', 'fuel', 'osa'] + installer: ['apex', 'compass4nfv', 'daisy', 'fuel', 'osa', 'osh'] net_config: &net_config oob: interface: 0 @@ -79,6 +79,40 @@ idf: # Ordered-list, index should be in sync with interface index in PDF - 'eno1' - 'eno3.450' + osh: &idf_osh + nodes_roles: + opnvf: [opnfv] + pod4-node1: [kube-master, etcd, vault] + pod4-node2: [kube-node] + pod4-node3: [kube-node] + pod4-node4: [kube-master, etcd, vault] + pod4-node5: [kube-master, etcd, vault] + groups: + k8s-cluster: + - kube-node + - kube-master + hostnames: + opnfv: opnfv + pod4-node1: master1 + pod4-node2: node1 + pod4-node3: node2 + pod4-node4: master2 + pod4-node5: master3 + network: + # network mapping + network_mapping: + # Management network used by installer components to communicate + net-mgmt: admin + # Storage Network + net-storage: storage + # Internal network for communication between VNF + net-internal: private + # Public network for VNF remote acces (ext-net in Openstack) + net-vnf: public + deployment_host_interfaces: + # Ordered-list, index should be in sync with interface index in PDF + - 'eno1' + - 'eno3.450' kubespray: &idf_kubespray nodes_roles: opnvf: [opnfv] @@ -185,3 +219,4 @@ xci: installers: osa: *idf_osa kubespray: *idf_kubespray + osh: *idf_osh |