Skip to content

Commit

Permalink
Add hello-world-db-apb as a very simple database APB.
Browse files Browse the repository at this point in the history
Removed namespace creation tasks as it is a bad practice.
  • Loading branch information
cfchase committed Aug 9, 2017
1 parent 3ad19fc commit e64b832
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion apb.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
id: 3ea4b594-08fe-421d-bd0c-9f0ba3784883
name: pyzip-demo-db-apb
image: ansibleplaybookbundle/pyzip-demo-db-apb
description: Python Zip Demo Database APB Implementation
Expand Down
4 changes: 0 additions & 4 deletions roles/provision-pyzip-demo-db-apb/tasks/main.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
- name: create namespace
openshift_v1_project:
name: '{{ namespace }}'

- name: create volumes
k8s_v1_persistent_volume_claim:
name: demodb
Expand Down

0 comments on commit e64b832

Please sign in to comment.