Skip to content

Commit

Permalink
microfixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ruromero committed Jan 19, 2018
1 parent 4559479 commit 7c7775f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ The `manager-app` is a web application that drive you through the workshop. It w
### Levels
Each level will break the `demoapp` or some element that will prevent it from being accessible through its route.
* **Break**: Will execute some `oc` commands that will break the `demoapp` and you will have **10 minutes** to fix it (if you want to get some points).
* **Check**: Tries to access the `demoapp` through it's route (to verify the end-2-end health of the application). If it succeeds you will get 1 point for each second left and you will be able to move to the next level.
* **Check**: Tries to access the `demoapp` through it's route (to verify the end-2-end health of the application). If it succeeds you will get 1 point for each second left and you will be able to move to the next level. See the [demoapp README](demoapp/README.md) for more details.
* **Give up**: Will revert the changes made by the **Break** commands and you will be able to move forward to the next level but you won't get any points.

### The Docker images
Expand Down
4 changes: 2 additions & 2 deletions bf-addons/bf-devconf.addon
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Name: bf-devconf
# Description: Application to be used in the Break & Fix at Devconf 2018

oc adm new-project break-fix --display-name="Break & Fix"
oc adm new-project break-fix --display-name='Break & Fix'
oc new-app -f manager-app-template.yaml -n break-fix
oc adm policy add-cluster-role-to-user cluster-admin -z manager-app -n break-fix
oc adm new-project demo --display-name="Demoapp project"
oc adm new-project demo --display-name='Demoapp project'
oc create -f demoapp-template.yaml -n demo
oc new-app demoapp-template -n demo

0 comments on commit 7c7775f

Please sign in to comment.