acammies
2018-04-18 054490673a95eb1e1b0acfac0547268ce75519d0
added screenshot and cleaned up spelling errors
1 files added
1 files modified
12 ■■■■ changed files
exercises/4-an-enslaved-hope/README.md 12 ●●●● patch | view | raw | blame | history
exercises/images/exercise4/builds-zap-arachni.png patch | view | raw | blame | history
exercises/4-an-enslaved-hope/README.md
@@ -163,10 +163,10 @@
3. This should have created the following files:
    - `templates/jenkins-slave-generic-template.yml`
    - `params/ zap-bulid-pod arachni-build-pod`
    - `params/ zap-build-pod arachni-build-pod`
3. Create an object in `inventory/host_vars/ci-cd-tooling.yml` called `zap-build-pod` and the following content:
```yml
3. Create an object in `inventory/host_vars/ci-cd-tooling.yml` called `zap-build-pod` and add the following content:
```yaml
    - name: "zap-build-pod"
    namespace: "<YOUR_NAME>-ci-cd"
    template: "{{ inventory_dir }}/../templates/jenkins-slave-generic-template.yml"
@@ -197,7 +197,7 @@
> _Arachni is a feature-full, modular, high-performance Ruby framework aimed towards helping penetration testers and administrators evaluate the security of web applications._
3. Create an object in `inventory/host_vars/ci-cd-tooling.yml` called `arachni-build-pod` with the following content:
```yml
```yaml
    - name: "arachni-build-pod"
    namespace: "<YOUR_NAME>-ci-cd"
    template: "{{ inventory_dir }}/../templates/jenkins-slave-generic-template.yml"
@@ -211,8 +211,8 @@
ansible-playbook roles/openshift-applier/playbooks/openshift-cluster-seed.yml \  -i inventory/ \  -e "filter_tags=arachni"
```
3. Head to (https://console.s8.core.rht-labs.com/console/project/<YOUR_NAME>-ci-cd/browse/builds) on Openshift and you should see `zap-build-pod`.
include screenshot here.
3. Head to (https://console.s8.core.rht-labs.com/console/project/<YOUR_NAME>-ci-cd/browse/builds) on Openshift and you should see `arachni-build-pod`.
![todolist-fe-multi](../images/exercise4/builds-zap-arachni.png)
_____
exercises/images/exercise4/builds-zap-arachni.png