make sure docker-storage-config conf is in place before openshift deploy
Signed-off-by: Adam Miller <admiller@redhat.com>
This commit is contained in:
parent
0ef1c750f0
commit
ceb6aa2fb4
1 changed files with 10 additions and 9 deletions
|
@ -97,6 +97,16 @@
|
||||||
state: started
|
state: started
|
||||||
enabled: yes
|
enabled: yes
|
||||||
|
|
||||||
|
- name: cron entry to clean up docker storage
|
||||||
|
copy:
|
||||||
|
src: "{{files}}/osbs/cleanup-docker-storage"
|
||||||
|
dest: "/etc/cron.d/cleanup-docker-storage"
|
||||||
|
|
||||||
|
- name: copy docker-storage-setup config
|
||||||
|
copy:
|
||||||
|
src: "{{files}}/osbs/docker-storage-setup"
|
||||||
|
dest: "/etc/sysconfig/docker-storage-setup"
|
||||||
|
|
||||||
- name: Deploy OpenShift Cluster
|
- name: Deploy OpenShift Cluster
|
||||||
hosts: osbs-control:osbs-control-stg
|
hosts: osbs-control:osbs-control-stg
|
||||||
tags:
|
tags:
|
||||||
|
@ -163,15 +173,6 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
- name: cron entry to clean up docker storage
|
|
||||||
copy:
|
|
||||||
src: "{{files}}/osbs/cleanup-docker-storage"
|
|
||||||
dest: "/etc/cron.d/cleanup-docker-storage"
|
|
||||||
|
|
||||||
- name: copy docker-storage-setup config
|
|
||||||
copy:
|
|
||||||
src: "{{files}}/osbs/docker-storage-setup"
|
|
||||||
dest: "/etc/sysconfig/docker-storage-setup"
|
|
||||||
|
|
||||||
- name: create cert dir for openshift public facing REST API SSL
|
- name: create cert dir for openshift public facing REST API SSL
|
||||||
file:
|
file:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue