diff options
Diffstat (limited to 'utils/lab-reconfiguration/foreman.yaml')
-rw-r--r-- | utils/lab-reconfiguration/foreman.yaml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/utils/lab-reconfiguration/foreman.yaml b/utils/lab-reconfiguration/foreman.yaml new file mode 100644 index 000000000..ad91ba911 --- /dev/null +++ b/utils/lab-reconfiguration/foreman.yaml @@ -0,0 +1,14 @@ +# Vnic configuration for foreman deploy + +eth0: + order: 1 + template: foreman-control +eth1: + order: 2 + template: foreman-private +eth2: + order: 3 + template: foreman-public +eth3: + order: 4 + template: foreman-storage |