diff options
author | Rihab Banday <rihab.banday@ericsson.com> | 2021-03-09 15:26:54 +0100 |
---|---|---|
committer | Rihab Banday <rihab.banday@ericsson.com> | 2021-03-10 15:43:05 +0000 |
commit | 957a0c3538805c05c3cba209b9800bb43202e620 (patch) | |
tree | a27e7110fa906a219231f16ec05c2093d866dcd8 /hw_config/ericsson-pod2/idf.yaml | |
parent | 0df201b880499e9306986030d460deab794d2934 (diff) |
Updated PDF and IDF for Ericsson Hardware
This change updates the config files for Ericsson POD 1
and removes existing Ericsson POD 2 configuration based
on recent hardware and software updates.
Change-Id: I4d26be681b4d805029e5de9c91f96a7634974990
Signed-off-by: Rihab Banday <rihab.banday@ericsson.com>
Reviewed-on: https://gerrit.opnfv.org/gerrit/c/kuberef/+/72149
Tested-by: jenkins-ci <jenkins-opnfv-ci@opnfv.org>
Reviewed-by: Georg Kunz <georg.kunz@ericsson.com>
Reviewed-by: Michael Pedersen <michaelx.pedersen@intel.com>
Diffstat (limited to 'hw_config/ericsson-pod2/idf.yaml')
-rw-r--r-- | hw_config/ericsson-pod2/idf.yaml | 70 |
1 files changed, 0 insertions, 70 deletions
diff --git a/hw_config/ericsson-pod2/idf.yaml b/hw_config/ericsson-pod2/idf.yaml deleted file mode 100644 index 9aee186..0000000 --- a/hw_config/ericsson-pod2/idf.yaml +++ /dev/null @@ -1,70 +0,0 @@ -# SPDX-license-identifier: Apache-2.0 -############################################################################## -# Copyright (c) 2020 Ericsson AB and others -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Apache License, Version 2.0 -# which accompanies this distribution, and is available at -# http://www.apache.org/licenses/LICENSE-2.0 -############################################################################## ---- -### ERICSSON POD 2 installer descriptor file ### -idf: - version: 0.1 - net_config: &net_config - oob: - interface: 0 - vlan: native - network: 10.0.20.0 - gateway: 10.0.20.1 - mask: 24 - dns: - - 8.8.8.8 - public: - interface: 1 - vlan: 80 - network: 100.64.201.6 - gateway: 100.64.201.1 - mask: 24 - dns: - - 8.8.8.8 - kubespray: &idf_kubespray - nodes_roles: - node1: [k8s-cluster, kube-master, etcd, vault] - node2: [k8s-cluster, kube-node] - node3: [k8s-cluster, kube-node] - node4: [k8s-cluster, kube-node] - node5: [k8s-cluster, kube-node] - groups: - k8s-cluster: - - kube-node - - kube-master - hostnames: - node1: master1 - node2: node1 - node3: node2 - node4: node3 - node5: node4 - network: - # network mapping - network_mapping: - net_admin: oob - # Public network - net_public: public - # Management network used by installer components to communicate - net_mgmt: public - -engine: - pod_name: ericsson-pod2 - net_config: *net_config - - # net_config network to be used by the PXE - pxe_network: oob - - # net_config network to be used for the internet access - public_network: public - - # interface to be used by the PXE - pxe_interface: ens4 - - installers: - kubespray: *idf_kubespray |