diff options
author | Peter Bandzi <pbandzi@cisco.com> | 2015-07-21 16:31:40 +0200 |
---|---|---|
committer | Peter Bandzi <pbandzi@cisco.com> | 2015-07-22 10:00:04 +0200 |
commit | 2beb18fbd56e7474e6da103634ce1feb697a4965 (patch) | |
tree | c45cf7109ab6be7ff281676f565e4b506720e0d0 /utils/lab-reconfiguration/foreman.yaml | |
parent | 85b729b515037043e21bbbcf3128045af1979c5e (diff) |
Script for reconfiguring UCS network
Script will reconfigure POD-2 network for foreman or fuel
Networ is specified in yaml file.
Template must be created on UCS.
JIRA: OCTO-109
Change-Id: I375a387c7607eb5dea126812569d8e19fda0c5c0
Signed-off-by: Peter Bandzi <pbandzi@cisco.com>
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 |