summaryrefslogtreecommitdiffstats
path: root/site/intel-pod15/profiles/host
diff options
context:
space:
mode:
authorJames Gu <james.gu@att.com>2020-09-30 16:06:14 -0700
committerJames Gu <james.gu@att.com>2020-10-05 14:33:43 -0700
commitc700639e5a29b1907976519918969b752d5be1e7 (patch)
tree4d779c4ac7cc76190df43a1df74c2b718804ff11 /site/intel-pod15/profiles/host
parentda4f1540dec64779c01f7d0258b1a748ace9b131 (diff)
Upgrade intel pod 15 to Airship 1.8
Depends: https://gerrit.opnfv.org/gerrit/c/airship/+/70158 Change-Id: Ic9b8a56de430d02f2f21e053a40c9c29ab40433f Signed-off-by: James Gu <james.gu@att.com>
Diffstat (limited to 'site/intel-pod15/profiles/host')
-rw-r--r--site/intel-pod15/profiles/host/cp-intel-pod15.yaml105
-rw-r--r--site/intel-pod15/profiles/host/dp-intel-pod15.yaml112
2 files changed, 0 insertions, 217 deletions
diff --git a/site/intel-pod15/profiles/host/cp-intel-pod15.yaml b/site/intel-pod15/profiles/host/cp-intel-pod15.yaml
deleted file mode 100644
index 5708f12..0000000
--- a/site/intel-pod15/profiles/host/cp-intel-pod15.yaml
+++ /dev/null
@@ -1,105 +0,0 @@
----
-# 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
-...
diff --git a/site/intel-pod15/profiles/host/dp-intel-pod15.yaml b/site/intel-pod15/profiles/host/dp-intel-pod15.yaml
deleted file mode 100644
index 25e8b52..0000000
--- a/site/intel-pod15/profiles/host/dp-intel-pod15.yaml
+++ /dev/null
@@ -1,112 +0,0 @@
----
-# 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-intel-pod15
- storagePolicy: cleartext
- layeringDefinition:
- abstract: false
- layer: type
- parentSelector:
- hosttype: dp-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: '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'
- intel_iommu: 'on'
- iommu: 'pt'
- amd_iommu: 'on'
- cgroup_disable: 'hugetlb'
- transparent_hugepage: 'never'
- hugepagesz: 'hardwareprofile:hugepages.dpdk.size'
- hugepages: 'hardwareprofile:hugepages.dpdk.count'
- default_hugepagesz: 'hardwareprofile:hugepages.dpdk.size'
- isolcpus: 'hardwareprofile:cpuset.kvm'
- metadata:
- owner_data:
- sriov: enabled
-...