drydock/python/tests/yaml_samples/invalid_hostProfile2.yaml

22 lines
447 B
YAML

---
apiVersion: 'drydock/v1'
kind: HostProfile
metadata:
name: k8-node
region: sitename
date: 17-FEB-2017
author: sh8121@att.com
description: Describe layer 2/3 attributes. Primarily CIs used for configuring server interfaces
spec:
storage:
physical_devices:
sda:
labels:
a: 'b'
volume_group: 'a'
partitions:
- name: 'test'
size: '100%'
sdb: 'invalid_device'
...