Closed dhoucgitter closed 1 year ago
Removed collection of v4 PVC attribute info since it will not be used. Update to behavior in roles/vdm/tasks/postgres/postgres-instance.yaml lines 125-129. DAC will exit with "A manual update from crunchy v4 to v5 is required..." if an order with internal v5 crunchy configured is deployed to a cluster where internal v4 crunchy is already present.
@thpang I've posted updates in response to your review comments, ready for re-review
Changes
pg-storage
storage class withreclaimPolicy: retain
during the baseline install taskpg-storage
storage class for internal postgres database server instances.community.kubernetes
ansible collection modules to thekubernetes.core
ansible collection modules, update Dependencies.md and requirements.yamlTests
Development testing to include OOTB 2022.10 executions of DAC to generate site-config/vdm content using
DEPLOY:false
. OnceDEPLOY:true
has deployed Viya to the cluster, verify that no updates to v5 crunchy storage class or access mode for either default or cds-postgres instances is allowed along with the output of an ansible message providing that notice to the DAC user. See internal ticket for additional test details including external postgres db, 2022.09 stable order and that the new storage class works properly when "ha" storage_type is configured for each cloud environment.