Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GOBMCN2-125 - patch SI during installation #9

Merged
merged 1 commit into from
Jun 20, 2020

Conversation

pythiangoryunov
Copy link
Contributor

roles/db-create/tasks/main.yml
-- save state of PDBs

roles/gi-setup/tasks/gi-install.yml
-- add patching during GI installation

roles/rdbms-setup/tasks/rdbms-install.yml
-- add patching during RDBMS installation

roles/db-create/tasks/main.yml
-- save state of PDBs

roles/gi-setup/tasks/gi-install.yml
-- add patching during GI installation

roles/rdbms-setup/tasks/rdbms-install.yml
-- add patching during RDBMS installation
@@ -130,3 +130,20 @@
#verbosity: 1
when: pmon_proc.stdout == "0" and check_oratab.stdout == "0"
tags: db-create

- name: Save PDBs state
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is OK for now, but eventually we might want to look at an Ansible module or something similar to avoid 15+ lines of code just to run a single SQL statement.

- name: rdbms-install | Copy RDBMS patch
import_role:
name: swlib
tasks_from: gcscopy
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is gcscopy now the only supported mechanism of getting patches (rather than local NFS, gcsfuse that we might have had before?)

@pythiangoryunov pythiangoryunov merged commit c0758e2 into google:master Jun 20, 2020
@pythiangoryunov pythiangoryunov deleted the GOBMCN2-125 branch June 23, 2020 01:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants