diff options
author | Sridhar Rao <sridhar.rao@spirent.com> | 2020-01-07 13:51:26 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2020-01-07 13:51:26 +0000 |
commit | e3662f82cb0e826e0392e8196f4bc8589f0549e9 (patch) | |
tree | 0ce8e65bddb526c7f50cbf1948c0ef45d3edbcb9 /site/intel-pod15/profiles/host/cp-intel-pod15.yaml | |
parent | b95d37fdf850e4e413138ec4b3f01a8a87d24fbb (diff) | |
parent | 8897346be53170aaac7d84bec4facd845bf09519 (diff) |
Merge "Addition of Intel Pod15 Site Manifest"
Diffstat (limited to 'site/intel-pod15/profiles/host/cp-intel-pod15.yaml')
-rw-r--r-- | site/intel-pod15/profiles/host/cp-intel-pod15.yaml | 105 |
1 files changed, 105 insertions, 0 deletions
diff --git a/site/intel-pod15/profiles/host/cp-intel-pod15.yaml b/site/intel-pod15/profiles/host/cp-intel-pod15.yaml new file mode 100644 index 0000000..5708f12 --- /dev/null +++ b/site/intel-pod15/profiles/host/cp-intel-pod15.yaml @@ -0,0 +1,105 @@ +--- +# The primary control plane host profile for Airship for DELL R720s, and +# should not need to be altered if you are using matching HW. The active +# participants in the Ceph cluster run on this profile. Other control plane +# services are not affected by primary vs secondary designation. +schema: drydock/HostProfile/v1 +metadata: + schema: metadata/Document/v1 + name: cp-intel-pod15 + storagePolicy: cleartext + layeringDefinition: + abstract: false + layer: site + parentSelector: + hosttype: cp-global + actions: + - method: replace + path: .interfaces + - method: replace + path: .storage + - method: merge + path: . +data: + hardware_profile: intel-pod15 + + primary_network: dmz + interfaces: + dmz: + device_link: dmz + slaves: + - ctrl_nic1 + networks: + - dmz + admin: + device_link: admin + slaves: + - ctrl_nic2 + networks: + - admin + data1: + device_link: data1 + slaves: + - data_nic1 + networks: + - private + - management + data2: + device_link: data2 + slaves: + - data_nic2 + networks: + - storage + - public + + storage: + physical_devices: + bootdisk: + 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' + + datadisk: + partitions: + - name: 'ceph' + size: '99%' + filesystem: + mountpoint: '/var/lib/ceph' + fstype: 'ext4' + mount_options: 'defaults' + + platform: + image: 'xenial' + kernel: 'hwe-16.04' + kernel_params: + kernel_package: 'linux-image-4.15.0-46-generic' + + metadata: + owner_data: + openstack-l3-agent: enabled +... |