acammies
2018-04-06 de3ca06948c068dd0b403c820c10e687fe003783
Merge pull request #115 from rht-labs/feature/ds-manual-menace

Feature/ds manual menace
3 files added
1 files modified
9 ■■■■ changed files
exercises/1-the-manual-menace/README.md 9 ●●●● patch | view | raw | blame | history
exercises/images/ci-cd-tools-yml.png patch | view | raw | blame | history
exercises/images/gitlab-ui.png patch | view | raw | blame | history
exercises/images/gitlab-up-and-running.png patch | view | raw | blame | history
exercises/1-the-manual-menace/README.md
@@ -145,6 +145,7 @@
    tags:
    - nexus
```
![ci-cd-tools-yml](../images/ci-cd-tools-yml.png)
4. Run the OpenShift applier, specifying the tag `nexus` to speed up it's execution.
```bash
@@ -181,6 +182,7 @@
GITLAB_DATA_VOL_SIZE=2Gi
POSTGRESQL_VOL_SIZE=1Gi
APPLICATION_HOSTNAME=<GITLAB_URL>
NAMESPACE=<YOUR_NAME>-ci-cd
```
where the following need to be replaced by actual values:
    * `<BIND_USER>` is the user used to query the LDAP
@@ -208,7 +210,12 @@
     -e="filter_tags=gitlab"
```
4. Once successful; login to the cluster and navigate to the `<YOUR_NAME>-ci-cd`. You should see GitLab up and running. You can login with using your cluster credentials ![gitlab-up-and-running](../images/gitlab-up-and-running.png)
4. Once successful; login to the cluster and navigate to the `<YOUR_NAME>-ci-cd`. You should see GitLab up and running. ![gitlab-up-and-running](../images/gitlab-up-and-running.png)
4. Navigate to gitlab. You can login with using your cluster credentials using the LDAP tab displaying your `<LDAP_DESCRIPTION>` from previous steps
![gitlab-ui](../images/gitlab-ui.png)
### Part 3 - Jenkins & s2i
5. Add new plugin ...
exercises/images/ci-cd-tools-yml.png
exercises/images/gitlab-ui.png
exercises/images/gitlab-up-and-running.png