Nate Stephany
2020-01-10 4a01c3362a08e4e3518f8ead93bee98dfa16cfad
ftl-injector & ocp4-disco (#978)

* Update user PVs to correct path

* fix retention policy for PVs

* pv-user template fixes

* Change ftl-injector versions to v.0.16.0
16 files modified
34 ■■■■ changed files
ansible/configs/ans-tower-lab/requirements.yml 2 ●●● patch | view | raw | blame | history
ansible/configs/ansible-tower/requirements.yml 2 ●●● patch | view | raw | blame | history
ansible/configs/ansible-windows/requirements.yml 2 ●●● patch | view | raw | blame | history
ansible/configs/ocp-clientvm/requirements.yml 2 ●●● patch | view | raw | blame | history
ansible/configs/ocp-ha-disconnected-lab/requirements.yml 2 ●●● patch | view | raw | blame | history
ansible/configs/ocp-workshop/requirements.yml 2 ●●● patch | view | raw | blame | history
ansible/configs/ocp4-cluster/requirements.yml 2 ●●● patch | view | raw | blame | history
ansible/configs/ocp4-disconnected-osp-lab/env_vars.yml 2 ●●● patch | view | raw | blame | history
ansible/configs/ocp4-disconnected-osp-lab/files/pv-user.yaml.j2 4 ●●●● patch | view | raw | blame | history
ansible/configs/ocp4-disconnected-osp-lab/requirements.yml 2 ●●● patch | view | raw | blame | history
ansible/configs/ocp4-ha-lab/requirements.yml 2 ●●● patch | view | raw | blame | history
ansible/configs/ocp4-shared/requirements.yml 2 ●●● patch | view | raw | blame | history
ansible/configs/ocp4-workshop/requirements.yml 2 ●●● patch | view | raw | blame | history
ansible/configs/rhte-ans-tower/requirements.yml 2 ●●● patch | view | raw | blame | history
ansible/configs/test-empty-config/requirements.yml 2 ●●● patch | view | raw | blame | history
ansible/configs/three-tier-app/requirements.yml 2 ●●● patch | view | raw | blame | history
ansible/configs/ans-tower-lab/requirements.yml
@@ -3,4 +3,4 @@
- src: https://github.com/redhat-gpte-devopsautomation/ftl-injector
  name: ftl-injector
  version: v0.7
  version: v0.16.0
ansible/configs/ansible-tower/requirements.yml
@@ -3,4 +3,4 @@
- src: https://github.com/redhat-gpte-devopsautomation/ftl-injector
  name: ftl-injector
  version: v0.7
  version: v0.16.0
ansible/configs/ansible-windows/requirements.yml
@@ -3,4 +3,4 @@
- src: https://github.com/redhat-gpte-devopsautomation/ftl-injector
  name: ftl-injector
  version: v0.11
  version: v0.16.0
ansible/configs/ocp-clientvm/requirements.yml
@@ -3,4 +3,4 @@
- src: https://github.com/redhat-gpte-devopsautomation/ftl-injector
  name: ftl-injector
  version: v0.11
  version: v0.16.0
ansible/configs/ocp-ha-disconnected-lab/requirements.yml
@@ -3,4 +3,4 @@
- src: https://github.com/redhat-gpte-devopsautomation/ftl-injector
  name: ftl-injector
  version: v0.13
  version: v0.16.0
ansible/configs/ocp-workshop/requirements.yml
@@ -3,4 +3,4 @@
- src: https://github.com/redhat-gpte-devopsautomation/ftl-injector
  name: ftl-injector
  version: v0.13
  version: v0.16.0
ansible/configs/ocp4-cluster/requirements.yml
@@ -3,4 +3,4 @@
- src: https://github.com/redhat-gpte-devopsautomation/ftl-injector
  name: ftl-injector
  version: v0.13
  version: v0.16.0
ansible/configs/ocp4-disconnected-osp-lab/env_vars.yml
@@ -183,7 +183,7 @@
user_vols: 20
# This will be used when creating the Kube PV definitions
user_vols_size: 10G
user_vols_size: 20G
# The external network in OpenStack where the floating IPs (FIPs) come from
provider_network: external
ansible/configs/ocp4-disconnected-osp-lab/files/pv-user.yaml.j2
@@ -13,9 +13,9 @@
  - ReadWriteMany
{% endif %}
  nfs:
    path: {{ nfs_export_path }}/user-vols/vol{{pv}}
    path: /user_vols/vol{{pv}}
    server: {{ nfs_server_address }}
  persistentVolumeReclaimPolicy: Reclaim
  persistentVolumeReclaimPolicy: Recycle
  storageClassName: nfs
---
{% endfor %}
ansible/configs/ocp4-disconnected-osp-lab/requirements.yml
@@ -3,4 +3,4 @@
- src: https://github.com/redhat-gpte-devopsautomation/ftl-injector
  name: ftl-injector
  version: v0.15
  version: v0.16.0
ansible/configs/ocp4-ha-lab/requirements.yml
@@ -3,4 +3,4 @@
- src: https://github.com/redhat-gpte-devopsautomation/ftl-injector
  name: ftl-injector
  version: v0.11
  version: v0.16.0
ansible/configs/ocp4-shared/requirements.yml
@@ -3,4 +3,4 @@
- src: https://github.com/redhat-gpte-devopsautomation/ftl-injector
  name: ftl-injector
  version: v0.11
  version: v0.16.0
ansible/configs/ocp4-workshop/requirements.yml
@@ -3,4 +3,4 @@
- src: https://github.com/redhat-gpte-devopsautomation/ftl-injector
  name: ftl-injector
  version: v0.11
  version: v0.16.0
ansible/configs/rhte-ans-tower/requirements.yml
@@ -3,4 +3,4 @@
- src: https://github.com/redhat-gpte-devopsautomation/ftl-injector
  name: ftl-injector
  version: v0.7
  version: v0.16.0
ansible/configs/test-empty-config/requirements.yml
@@ -3,4 +3,4 @@
- src: https://github.com/redhat-gpte-devopsautomation/ftl-injector
  name: ftl-injector
  version: v0.11
  version: v0.16.0
ansible/configs/three-tier-app/requirements.yml
@@ -3,4 +3,4 @@
- src: https://github.com/redhat-gpte-devopsautomation/ftl-injector
  name: ftl-injector
  version: 0.14.0
  version: v0.16.0