donal
2018-04-06 4feb7fa5334bb8b8d00135fb7149298d4de4a93e
ADD git and nexus docs
2 files added
1 files modified
8 ■■■■ changed files
1-the-manual-menace/README.md 8 ●●●● patch | view | raw | blame | history
images/gitlab-ui.png patch | view | raw | blame | history
images/gitlab-up-and-running.png patch | view | raw | blame | history
1-the-manual-menace/README.md
@@ -182,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
@@ -209,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 ...
images/gitlab-ui.png
images/gitlab-up-and-running.png