BCDevOps / bcdk

BC Developer Kit
Apache License 2.0
6 stars 15 forks source link

bcdk jenkins deployment config should use netapp pvc #63

Closed patricksimonian closed 4 years ago

patricksimonian commented 4 years ago

Jenkins will not be able to provision gluster file pvcs any longer. This will cause the deployment to fail. We need to change the pvc in the jenkins master deployment config to use netapp file standard

patricksimonian commented 4 years ago

For users of the bcdk prior to the merge of this pr this is how you fix the problem:

  1. Check into your jenkins openshift templates directory (the path should be something like .jenkins/openshift/deploy-master.yaml)

  2. Navigate to the PVC template definition in this file.

  3. Modify the PVC definition to reference using netapp-file-standard as seen in the image below.

from

Screen Shot 2020-01-31 at 2 27 39 PM

to

Screen Shot 2020-01-31 at 2 27 46 PM
  1. Commit these changes and make a PR to your working branch and then subsequently build, deploy and promote your jenkins as you would normally :)