X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=site_type%2Fovsdpdk%2Fairship-treasuremap%2Fsite%2Fairship-seaworthy%2Fprofiles%2Fhost%2Fdp_r720.yaml;fp=site_type%2Fovsdpdk%2Fairship-treasuremap%2Fsite%2Fairship-seaworthy%2Fprofiles%2Fhost%2Fdp_r720.yaml;h=d5014ad7c6c00240e339120c04d843357d44de2c;hb=fe885c06b13b6807209a76d0226a40d84ec61df3;hp=0000000000000000000000000000000000000000;hpb=f75a047e5d98eea7d43cfbe6ade55ce2e2e0f3a9;p=yaml_builds.git diff --git a/site_type/ovsdpdk/airship-treasuremap/site/airship-seaworthy/profiles/host/dp_r720.yaml b/site_type/ovsdpdk/airship-treasuremap/site/airship-seaworthy/profiles/host/dp_r720.yaml new file mode 100644 index 0000000..d5014ad --- /dev/null +++ b/site_type/ovsdpdk/airship-treasuremap/site/airship-seaworthy/profiles/host/dp_r720.yaml @@ -0,0 +1,90 @@ +--- +# The data plane host profile for Airship for DELL R720s, and should +# not need to be altered if you are using matching HW. The host profile is setup +# for cpu isolation (for nova pinning), hugepages, and sr-iov. +schema: drydock/HostProfile/v1 +metadata: + schema: metadata/Document/v1 + name: dp_r720 + storagePolicy: cleartext + layeringDefinition: + abstract: false + layer: site + parentSelector: + hosttype: dp-global + actions: + - method: replace + path: .interfaces + - method: replace + path: .storage + - method: merge + path: . +data: + # TODO: fixup proper HW profiles + hardware_profile: DELL_HP_Generic + + primary_network: oam + interfaces: + pxe: + device_link: pxe + slaves: + - eno1 + networks: + - pxe + bond0: + device_link: data + slaves: + - enp67s0f0 + - enp67s0f1 + - enp68s0f0 + - enp68s0f1 + networks: + - oam + - storage + - overlay + - calico + + storage: + physical_devices: + sda: + labels: + bootdrive: 'true' + partitions: + - name: 'root' + size: '30g' + bootable: true + filesystem: + mountpoint: '/' + fstype: 'ext4' + mount_options: 'defaults' + - name: 'boot' + size: '1g' + filesystem: + mountpoint: '/boot' + fstype: 'ext4' + mount_options: 'defaults' + - name: 'var_log' + size: '100g' + filesystem: + mountpoint: '/var/log' + fstype: 'ext4' + mount_options: 'defaults' + - name: 'var' + size: '>100g' + filesystem: + mountpoint: '/var' + fstype: 'ext4' + mount_options: 'defaults' + sdb: + partitions: + - name: 'nova' + size: '99%' + filesystem: + mountpoint: '/var/lib/nova' + fstype: 'ext4' + mount_options: 'defaults' + platform: + kernel: 'hwe-16.04' + kernel_params: + console: 'ttyS1,115200n8' +...