[copr] mount fs for copr-fe-dev also
This commit is contained in:
parent
e67e07bbd4
commit
1ca04d928d
3 changed files with 0 additions and 7 deletions
|
@ -21,10 +21,6 @@ cloud_networks:
|
||||||
# coprdev-net
|
# coprdev-net
|
||||||
- net-id: "53fb02fd-6e97-4cfc-b298-a2ff867daa52"
|
- net-id: "53fb02fd-6e97-4cfc-b298-a2ff867daa52"
|
||||||
|
|
||||||
volumes:
|
|
||||||
- device: /dev/vdc
|
|
||||||
volume_id: 05905803-3a6f-4300-88c6-cf80e0e36500
|
|
||||||
|
|
||||||
# Copr vars
|
# Copr vars
|
||||||
copr_hostbase: copr-be-dev
|
copr_hostbase: copr-be-dev
|
||||||
_copr_be_conf: copr-be.conf-dev
|
_copr_be_conf: copr-be.conf-dev
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
---
|
---
|
||||||
- include: "mount_fs.yml"
|
- include: "mount_fs.yml"
|
||||||
when: not devel
|
|
||||||
|
|
||||||
- name: install pkgs for copr-frontend
|
- name: install pkgs for copr-frontend
|
||||||
action: yum state=present pkg={{ item }}
|
action: yum state=present pkg={{ item }}
|
||||||
|
|
|
@ -1,8 +1,6 @@
|
||||||
- name: mount up disk of copr fe
|
- name: mount up disk of copr fe
|
||||||
mount: name=/srv/copr-fe src='LABEL=copr-fe' fstype=ext4 state=mounted
|
mount: name=/srv/copr-fe src='LABEL=copr-fe' fstype=ext4 state=mounted
|
||||||
when: not devel
|
|
||||||
|
|
||||||
- name: mount up bind mount for postgres
|
- name: mount up bind mount for postgres
|
||||||
mount: src=/srv/copr-fe/pgsqldb name=/var/lib/pgsql fstype=auto opts=bind state=mounted
|
mount: src=/srv/copr-fe/pgsqldb name=/var/lib/pgsql fstype=auto opts=bind state=mounted
|
||||||
when: not devel
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue