storinator01: Add 2 100GB volumes to storinator for openshift registry.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2019-07-24 04:45:19 +00:00
parent 568057d5aa
commit 08975d1546
2 changed files with 26 additions and 0 deletions

View file

@ -159,6 +159,30 @@
tags:
- drives
- name: create 100 GB communishift logical volumes
lvol: vg=VG_nfs lv=openshift-100gb-{{item}} size=100g shrink=no
with_items: ["00","01"]
tags:
- drives
- name: Create FS for 100 GB communishift logical volules
filesystem: fstype=xfs dev=/dev/VG_nfs/openshift-100gb-{{item}}
with_items: ["00","01"]
tags:
- drives
- name: Create openshift 100GB tree directories
file: path=/srv/nfs/openshift-100gb-{{item}} state=directory owner=root group=root
with_items: ["00","01"]
tags:
- drives
- name: Mount openshift 100GB tree directories
mount: name=/srv/nfs/openshift-100gb-{{item}} src=/dev/mapper/VG_nfs-openshift--100gb--{{item}} fstype=xfs state=mounted
with_items: ["00","01"]
tags:
- drives
- name: Deal with NFS
hosts: storinator01.fedorainfracloud.org
user: root

View file

@ -32,5 +32,7 @@
/srv/nfs/openshift-25gb-07 38.145.48.11/27(ro)
/srv/nfs/openshift-25gb-08 38.145.48.11/27(ro)
/srv/nfs/openshift-25gb-09 38.145.48.11/27(ro)
/srv/nfs/openshift-100gb-00 38.145.48.11/27(ro)
/srv/nfs/openshift-100gb-01 38.145.48.11/27(ro)
## End of File