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

feat/doc (IAC-1270) the documentation says we don't create PG DB during infra setup but the code creates the SharedServices DB. #76

Open
raphaelpoumarede opened this issue Jun 14, 2023 · 2 comments
Labels
documentation Improvements or additions to documentation enhancement New feature or request

Comments

@raphaelpoumarede
Copy link

From https://github.com/sassoftware/viya4-iac-k8s/blob/main/docs/CONFIG-VARS.md :

PostgreSQL Servers

When setting up external database servers, you must provide information about those servers in the postgres_servers variable block. Each entry in the variable block represents a single database server.

This code only configures database servers. No databases are created during the infrastructure setup.

However, the task "https://raw.githubusercontent.com/sassoftware/viya4-iac-k8s/main/roles/kubernetes/database/postgres/create_databases/tasks/main.yaml" creates the SharedServices DB when the postgres_server_name is "default".

@jarpat jarpat changed the title DOC: the documentation says we don't create PG DB during infra setup but the code creates the SharedServices DB. feat/doc (IAC-1270) the documentation says we don't create PG DB during infra setup but the code creates the SharedServices DB. Dec 8, 2023
@jarpat
Copy link
Contributor

jarpat commented Dec 8, 2023

We are currently evaluating the action we will take on this

@jarpat jarpat added documentation Improvements or additions to documentation enhancement New feature or request labels Dec 8, 2023
@SASCloudLearner
Copy link

Is this issue already taken care of?
also we used iac project to deploy infrastrucutre and also external postgres server but we see that when it creates the postgres server, in tfstate file, it creates its own FQDN and we use this FQDN or server name, sas deployment throws error while regsitering the postgres server.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants