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

Use postgresql flexible server #312

Merged
merged 15 commits into from
Jun 4, 2024

Conversation

galiacheng
Copy link
Contributor

This pull request includes changes to the GitHub Actions workflows and related files to improve the setup of the PostgreSQL database and to simplify the codebase. The most important changes include creating a new GitHub Action for setting up a PostgreSQL Flexible Server, removing unnecessary steps in the workflows, and modifying the workflows to use the new action.

GitHub Action creation:

  • .github/actions/createPostgresqlFlexibleServer/action.yml: Created a new GitHub Action for setting up a PostgreSQL Flexible Server. This action takes several inputs, including the database admin user, database name, password, server name, location, and resource group name. It uses the az postgres flexible-server create command to set up the server and the az postgres flexible-server firewall-rule create command to allow access from Azure services.

Workflow simplification:

  • .github/workflows/setupWlsAksDependency.yml, .github/workflows/testWlsAksWithDependencyCreation.yml, .github/workflows/testWlsVmAdmin.yml, .github/workflows/testWlsVmCluster.yml, .github/workflows/testWlsVmDynamicCluster.yml: Removed the preflight job and the steps for setting up the PostgreSQL server within the workflows. Instead, these workflows now use the createPostgresqlFlexibleServer action to set up the server. [1] [2] [3] [4] [5] [6] [7] [8]

Workflow modification:

  • .github/workflows/setupWlsAksDependency.yml, .github/workflows/testWlsAksWithDependencyCreation.yml, .github/workflows/testWlsVmAdmin.yml, .github/workflows/testWlsVmCluster.yml, .github/workflows/testWlsVmDynamicCluster.yml: Modified the workflows to use the dbAdminUser and dbServerName environment variables. These variables are used as inputs to the createPostgresqlFlexibleServer action and in the connection string for the database. [1] [2] [3] [4] [5] [6] [7] [8] [9]

Environment variable addition:

@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label May 15, 2024
@rjeberhard rjeberhard merged commit 49c8793 into oracle:main Jun 4, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OCA Verified All contributors have signed the Oracle Contributor Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants