Add IDF and PDF for itri-pod1. 59/62959/13
authorMing-Hung Hsu <mhhsu@itri.org.tw>
Wed, 26 Sep 2018 08:36:04 +0000 (16:36 +0800)
committerMing-Hung Hsu <mhhsu@itri.org.tw>
Mon, 21 Jan 2019 09:12:53 +0000 (09:12 +0000)
Some information on wiki 'ITRI Hosting' page is obsoleted,
and will be updated soon.

Change-Id: I2c76c9617c57de4613b04b0a5f3efff8bbdd6b0e
Signed-off-by: Ming-Hung Hsu <mhhsu@itri.org.tw>
labs/itri/idf-pod1.yaml [new file with mode: 0644]
labs/itri/pod1.yaml [new file with mode: 0644]

diff --git a/labs/itri/idf-pod1.yaml b/labs/itri/idf-pod1.yaml
new file mode 100644 (file)
index 0000000..f88a913
--- /dev/null
@@ -0,0 +1,92 @@
+##############################################################################
+# Copyright (c) 2019 ITRI.
+# 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
+##############################################################################
+---
+### ITRI POD 1 installer descriptor file ###
+
+idf:
+  version: 0.1
+  installer: ['compass4nfv', 'fuel']
+  net_config:
+    # NOTE: Network names are likely to change after the PDF spec is updated
+    admin:
+      interface: 0
+      vlan: native
+      network: 10.1.0.0
+      mask: 24
+    storage:
+      interface: 1
+      vlan: native
+      network: 172.16.2.0
+      mask: 24
+    oob:
+      interface: 1
+      ip-range: 100.86.5.28-100.86.5.33
+      vlan: native
+    public:
+      interface: 2
+      vlan: native
+      network: 100.86.0.0
+      mask: 16
+      gateway: 100.86.0.254
+      dns:
+        - 8.8.8.8
+        - 8.8.4.4
+    mgmt:
+      interface: 4
+      vlan: 1001
+      network: 172.16.3.0
+      mask: 24
+    private:
+      interface: 3
+      vlan: 100
+      network: 172.16.1.0
+      mask: 24
+  fuel:
+    jumphost:
+      bridges:
+        admin: 'pxebr'
+        mgmt: 'br-ctl'
+        private: ''
+        public: ''
+    network:
+      node:
+        # Ordered-list, index should be in sync with node index in PDF
+        - interfaces:
+            # Ordered-list, index should be in sync with interface index in PDF
+            - 'eth0'
+            - 'eth1'
+            - 'eth2'
+            - 'eth3'
+            - 'eth4'
+          busaddr:
+            # Bus-info reported by `ethtool -i ethX`
+            - '0000:03:00.0'
+            - '0000:05:00.3'
+            - '0000:02:00.1'
+            - '0000:05:00.0'
+            - '0000:02:00.0'
+        - interfaces: &interfaces
+            - 'eth0'
+            - 'eth1'
+            - 'eth2'
+            - 'eth3'
+            - 'eth4'
+          busaddr: &busaddr
+            - '0000:03:00.0'
+            - '0000:04:00.1'
+            - '0000:02:00.1'
+            - '0000:05:00.1'
+            - '0000:02:00.0'
+        - interfaces: *interfaces
+          busaddr: *busaddr
+        - interfaces: *interfaces
+          busaddr: *busaddr
+        - interfaces: *interfaces
+          busaddr: *busaddr
+        - interfaces: *interfaces
+          busaddr: *busaddr
diff --git a/labs/itri/pod1.yaml b/labs/itri/pod1.yaml
new file mode 100644 (file)
index 0000000..0614090
--- /dev/null
@@ -0,0 +1,295 @@
+##############################################################################
+# Copyright (c) 2018 ITRI, Mirantis Inc., Enea 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
+##############################################################################
+---
+### ITRI POD 1 descriptor file ###
+
+version: 1.0
+details:
+  pod_owner: ITRI
+  contact: mhhsu@itri.org.tw
+  lab: ITRI Pharos Lab
+  location: Taiwan
+  type: production
+  link: https://wiki.opnfv.org/display/pharos/Community+Labs
+##############################################################################
+jumphost:
+  name: pod1-jump
+  node:
+    type: baremetal
+    vendor: Dell
+    model: PowerEdge R730
+    arch: x86_64
+    cpus: 2
+    cpu_cflags: Broadwell
+    cores: 24
+    memory: 64G
+  disks: &disks
+    - name: 'disk1'
+      disk_capacity: 480G
+      disk_type: ssd
+      disk_interface: ssd
+      disk_rotation: 0
+    - name: 'disk2'
+      disk_capacity: 480G
+      disk_type: ssd
+      disk_interface: ssd
+      disk_rotation: 0
+    - name: 'disk3'
+      disk_capacity: 480G
+      disk_type: ssd
+      disk_interface: ssd
+      disk_rotation: 0
+    - name: 'disk4'
+      disk_capacity: 480G
+      disk_type: ssd
+      disk_interface: ssd
+      disk_rotation: 0
+    - name: 'disk5'
+      disk_capacity: 1T
+      disk_type: hdd
+      disk_interface: sata
+      disk_rotation: 7200
+    - name: 'disk6'
+      disk_capacity: 1T
+      disk_type: hdd
+      disk_interface: sata
+      disk_rotation: 7200
+    - name: 'disk7'
+      disk_capacity: 1T
+      disk_type: hdd
+      disk_interface: sata
+      disk_rotation: 7200
+    - name: 'disk8'
+      disk_capacity: 1T
+      disk_type: hdd
+      disk_interface: sata
+      disk_rotation: 7200
+  os: ubuntu-16.04
+  remote_params: &remote_params
+    type: ipmi
+    versions:
+      - 2.0
+    user: admin
+    pass: admin
+  remote_management:
+    <<: *remote_params
+    address: 100.86.5.23
+    mac_address: "10:98:36:b5:6f:79"
+  interfaces:
+    - mac_address: "52:54:00:7c:d6:b4"
+      speed: 1gb
+      features: 'dpdk|sriov'
+      address: 10.1.0.1
+      name: 'nic1'
+##############################################################################
+nodes:
+  - name: pod1-node1
+    node: &nodeparams
+      type: baremetal
+      vendor: Dell
+      model: PowerEdge R730
+      arch: x86_64
+      cpus: 2
+      cpu_cflags: Broadwell
+      cores: 24
+      memory: 128G
+    disks: *disks
+    remote_management:
+      <<: *remote_params
+      address: 100.86.5.28
+      mac_address: "18:66:da:a3:f0:99"
+    interfaces:
+      - mac_address: "18:66:da:a3:f0:97"
+        speed: 1gb
+        features: 'dpdk|sriov'
+        address: 10.1.0.50
+        name: 'nic1'
+      - mac_address: "3c:fd:fe:12:29:c6"
+        speed: 10gb
+        features: 'dpdk|sriov'
+        address: 172.16.2.1
+        name: 'nic2'
+      - mac_address: "18:66:da:a3:f0:96"
+        speed: 1gb
+        features: 'dpdk|sriov'
+        address: 100.86.88.10
+        name: 'nic3'
+      - mac_address: "3c:fd:fe:12:29:c0"
+        speed: 10gb
+        features: 'dpdk|sriov'
+        address: 172.16.1.1
+        name: 'nic4'
+      - mac_address: "18:66:da:a3:f0:95"
+        speed: 1gb
+        features: 'dpdk|sriov'
+        name: 'nic5'
+  ############################################################################
+  - name: pod1-node2
+    node: *nodeparams
+    disks: *disks
+    remote_management:
+      <<: *remote_params
+      address: 100.86.5.29
+      mac_address: "18:66:da:a3:f3:c9"
+    interfaces:
+      - mac_address: "18:66:da:a3:f3:c7"
+        speed: 1gb
+        features: 'dpdk|sriov'
+        address: 10.1.0.51
+        name: 'nic1'
+      - mac_address: "3c:fd:fe:1a:e0:02"
+        speed: 10gb
+        features: 'dpdk|sriov'
+        address: 172.16.2.2
+        name: 'nic2'
+      - mac_address: "18:66:da:a3:f3:c6"
+        speed: 1gb
+        features: 'dpdk|sriov'
+        address: 100.86.88.11
+        name: 'nic3'
+      - mac_address: "3c:fd:fe:12:09:e2"
+        speed: 10gb
+        features: 'dpdk|sriov'
+        address: 172.16.1.2
+        name: 'nic4'
+      - mac_address: "18:66:da:a3:f3:c5"
+        speed: 1gb
+        features: 'dpdk|sriov'
+        name: 'nic5'
+  ############################################################################
+  - name: pod1-node3
+    node: *nodeparams
+    disks: *disks
+    remote_management:
+      <<: *remote_params
+      address: 100.86.5.30
+      mac_address: "18:66:da:a3:c2:c6"
+    interfaces:
+      - mac_address: "18:66:da:a3:c2:c4"
+        speed: 1gb
+        features: 'dpdk|sriov'
+        address: 10.1.0.52
+        name: 'nic1'
+      - mac_address: "3c:fd:fe:1b:23:62"
+        speed: 10gb
+        features: 'dpdk|sriov'
+        address: 172.16.2.3
+        name: 'nic2'
+      - mac_address: "18:66:da:a3:c2:c3"
+        speed: 1gb
+        features: 'dpdk|sriov'
+        address: 100.86.88.12
+        name: 'nic3'
+      - mac_address: "3c:fd:fe:12:29:e2"
+        speed: 10gb
+        features: 'dpdk|sriov'
+        address: 172.16.1.3
+        name: 'nic4'
+      - mac_address: "18:66:da:a3:c2:c2"
+        speed: 1gb
+        features: 'dpdk|sriov'
+        name: 'nic5'
+  ############################################################################
+  - name: pod1-node4
+    node: *nodeparams
+    disks: *disks
+    remote_management:
+      <<: *remote_params
+      address: 100.86.5.31
+      mac_address: "18:66:da:a3:bd:dd"
+    interfaces:
+      - mac_address: "18:66:da:a3:bd:db"
+        speed: 1gb
+        features: 'dpdk|sriov'
+        address: 10.1.0.53
+        name: 'nic1'
+      - mac_address: "3c:fd:fe:1a:c6:c2"
+        speed: 10gb
+        features: 'dpdk|sriov'
+        address: 172.16.2.4
+        name: 'nic2'
+      - mac_address: "18:66:da:a3:bd:da"
+        speed: 1gb
+        features: 'dpdk|sriov'
+        address: 100.86.88.13
+        name: 'nic3'
+      - mac_address: "3c:fd:fe:12:2b:22"
+        speed: 10gb
+        features: 'dpdk|sriov'
+        address: 172.16.1.4
+        name: 'nic4'
+      - mac_address: "18:66:da:a3:bd:d9"
+        speed: 1gb
+        features: 'dpdk|sriov'
+        name: 'nic5'
+  ############################################################################
+  - name: pod1-node5
+    node: *nodeparams
+    disks: *disks
+    remote_management:
+      <<: *remote_params
+      address: 100.86.5.32
+      mac_address: "18:66:da:a3:b9:8e"
+    interfaces:
+      - mac_address: "18:66:da:a3:b9:8c"
+        speed: 1gb
+        features: 'dpdk|sriov'
+        address: 10.1.0.54
+        name: 'nic1'
+      - mac_address: "3c:fd:fe:1b:22:e2"
+        speed: 10gb
+        features: 'dpdk|sriov'
+        address: 172.16.2.5
+        name: 'nic2'
+      - mac_address: "18:66:da:a3:b9:8b"
+        speed: 1gb
+        features: 'dpdk|sriov'
+        address: 100.86.88.14
+        name: 'nic3'
+      - mac_address: "3c:fd:fe:12:29:a2"
+        speed: 10gb
+        features: 'dpdk|sriov'
+        address: 172.16.1.5
+        name: 'nic4'
+      - mac_address: "18:66:da:a3:b9:8a"
+        speed: 1gb
+        features: 'dpdk|sriov'
+        name: 'nic5'
+  ############################################################################
+  - name: pod1-node6
+    node: *nodeparams
+    disks: *disks
+    remote_management:
+      <<: *remote_params
+      address: 100.86.5.33
+      mac_address: "18:66:da:a3:c7:5b"
+    interfaces:
+      - mac_address: "18:66:da:a3:c7:59"
+        speed: 1gb
+        features: 'dpdk|sriov'
+        address: 10.1.0.55
+        name: 'nic1'
+      - mac_address: "3c:fd:fe:1b:00:82"
+        speed: 10gb
+        features: 'dpdk|sriov'
+        address: 172.16.2.6
+        name: 'nic2'
+      - mac_address: "18:66:da:a3:c7:58"
+        speed: 1gb
+        features: 'dpdk|sriov'
+        address: 100.86.88.15
+        name: 'nic3'
+      - mac_address: "3c:fd:fe:12:2a:c2"
+        speed: 10gb
+        features: 'dpdk|sriov'
+        address: 172.16.1.6
+        name: 'nic4'
+      - mac_address: "18:66:da:a3:c7:57"
+        speed: 1gb
+        features: 'dpdk|sriov'
+        name: 'nic5'