diff options
author | agardner <agardner@linuxfoundation.org> | 2017-12-01 16:51:26 -0500 |
---|---|---|
committer | agardner <agardner@linuxfoundation.org> | 2017-12-01 16:52:23 -0500 |
commit | 1ab18c0d81159efb711bbc5da7006fbfc0172167 (patch) | |
tree | 676743a3b22dd59a23e272512e7d981201607f3a /labs/bii/pod1.yaml | |
parent | 202aa48939dd66ff312027e90ee854095b066f52 (diff) |
Moving all pdfs to pharos repo
Inline encrytion of yaml files allows us to make away with securedlab's
restrictions. Going forward, anyone will be able to see Lab PDFs
See:
https://github.com/opnfv/pharos/blob/master/config/utils/README.eyaml.rst
If you are the reviewer on this changeset it is becasue
git blamed showed you to be the author of the pdf in this review.
Encrypting ipmi password etc is optional. I have scrubbed the password
from this change. If you do not need the password to be hidden, please let me
know in the comment, and I will put it back.
If you do need the password hidden, please follow the readme above and
ammend this patch to include the encrypted value that you create on your
pods jumphost.
Change-Id: Idc70540477d8569f15335e75e7725c1e4e56a60b
Signed-off-by: agardner <agardner@linuxfoundation.org>
Diffstat (limited to 'labs/bii/pod1.yaml')
-rw-r--r-- | labs/bii/pod1.yaml | 193 |
1 files changed, 193 insertions, 0 deletions
diff --git a/labs/bii/pod1.yaml b/labs/bii/pod1.yaml new file mode 100644 index 00000000..1f5046b4 --- /dev/null +++ b/labs/bii/pod1.yaml @@ -0,0 +1,193 @@ +### This is a BII POD1 descriptor file ### +--- +details: + pod owner: ylong@BII + contact: ylong@biigroup.cn, zjtang@biigroup.cn + lab: BII Pharos LAB + location: BDA, Beijing, China + type: development + link: https://wiki.opnfv.org/display/pharos/BII +################################################### +net_config: + admin: + interface: 0 + vlan: 0 + network: 10.20.0.0 + mask: 24 + gateway: 10.20.0.1 + dns: 10.20.0.1 + mgmt: + interface: 0 + vlan: 102 + network: 192.168.102.0 + mask: 24 + storage: + interface: 0 + vlan: 101 + network: 192.168.101.0 + mask: 24 + private: + interface: 0 + vlan: 103 + network: 192.168.103.0 + mask: 24 + public: + interface: 1 + vlan: 0 + network: 192.168.20.0 + mask: 24 +################################################### +jumphost: + name: fuel + node: + type: baremetal # can be virtual or baremetal + vendor: Dell Inc. + model: powerEdge 720 + arch: x86_64 + cpus: 2 + cpu_cflags: hasewell # add values based on CFLAGS in GCC + cores: 8 # physical cores, not including hyper-threads + memory: 16G + disks: # disk list + - name: 'disk1' # first disk + disk_capacity: 300G # volume + disk_type: hdd # several disk types possible + disk_interface: sas # several interface types possible + disk_rotation: 15000 # define rotation speed of disk + - name: 'disk2' # second disk + disk_capacity: 300G + disk_type: hdd + disk_interface: sas + disk_rotation: 15000 + - name: 'disk3' # third disk + disk_capacity: 300G + disk_type: hdd + disk_interface: sas + disk_rotation: 15000 + - name: 'disk4' # fourth disk + disk_capacity: 300G + disk_type: hdd + disk_interface: sas + disk_rotation: 15000 + - name: 'disk5' # fifth disk + disk_capacity: 300G + disk_type: hdd + disk_interface: sas + disk_rotation: 15000 + os: centos-7.3 # operation system installed + remote_params: &remote_params + type: ipmi + versions: + - 2.0 + user: + pass: + remote_management: + <<: *remote_params + address: 192.168.20.200 + mac_address: "44:A8:42:1A:68:78" + interfaces: # physical interface list + - "44:a8:42:15:10:03" + - "44:a8:42:15:10:04" + fixed_ips: + admin: 10.20.0.2 + public: 192.168.20.5 +################################################### +nodes: + - name: compute1 + node: &nodeparas + type: baremetal + vendor: Dell Inc. + model: powerEdge 720 + arch: x86_64 + cpus: 2 + cpu_cflags: hasewell # add values based on CFLAGS in GCC + cores: 8 # physical cores, not including hyper-threads + memory: 32G + disks: &disk_A # disk list + - name: 'disk1' # first disk + disk_capacity: 128G # volume + disk_type: ssd # several disk types possible + disk_interface: sas # several interface types possible + disk_rotation: 15000 # define rotation speed of disk + - name: 'disk2' # second disk + disk_capacity: 600G + disk_type: hdd + disk_interface: sas + disk_rotation: 15000 + - name: 'disk3' # third disk + disk_capacity: 600G + disk_type: hdd + disk_interface: sas + disk_rotation: 15000 + - name: 'disk4' # fourth disk + disk_capacity: 600G + disk_type: hdd + disk_interface: sas + disk_rotation: 15000 + - name: 'disk5' # fifth disk + disk_capacity: 600G + disk_type: hdd + disk_interface: sas + disk_rotation: 15000 + remote_management: + <<: *remote_params + address: 192.168.20.201 + mac_address: "44:A8:42:1A:70:BE" + interfaces: # physical interface list + - "44:a8:42:14:ee:64" + fixed_ips: + admin: 10.20.0.4 + ######################################## + - name: compute2 + node: *nodeparas + disks: *disks_A + remote_management: + <<: *remote_params + address: 192.168.20.202 + mac_address: "44:A8:42:1A:76:26" + interfaces: + - "44:a8:42:14:cb:31" + fixed_ips: + admin: 10.20.0.5 + ######################################## + - name: controller1 + node: *nodeparas + disks: *disks_A + remote_management: + <<: *remote_params + address: 192.168.20.203 + mac_address: "44:A8:42:1A:49:A5" + interfaces: + - "44:a8:42:14:cd:0d" + - "44:a8:42:14:cd:0e" + fixed_ips: + admin: 10.20.0.6 + public: 192.168.20.12 + ######################################## + - name: controller2 + node: *nodeparas + disks: *disks_A + remote_management: + <<: *remote_params + address: 192.168.20.204 + mac_address: "44:A8:42:1A:76:2C" + interfaces: + - "44:a8:42:15:1b:e6" + - "44:a8:42:15:1b:e7" + fixed_ips: + admin: 10.20.0.7 + public: 192.168.20.13 + ######################################## + - name: controller3 + node: *nodeparas + disks: *disks_A + remote_management: + <<: *remote_params + address: 192.168.20.205 + mac_address: "44:A8:42:13:D5:1B" + interfaces: + - "44:a8:42:14:fc:1a" + - "44:a8:42:14:fc:1b" + fixed_ips: + admin: 10.20.0.8 + public: 192.168.20.14 |