Skip to content

Initial commit for AMT #5

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

Open
wants to merge 30 commits into
base: main
Choose a base branch
from
Open

Initial commit for AMT #5

wants to merge 30 commits into from

Conversation

DevipriyaS17
Copy link

@DevipriyaS17 DevipriyaS17 commented Apr 3, 2025

Code changes for integrating Vpro ( AMT ) with EIM

@DevipriyaS17 DevipriyaS17 force-pushed the amt-latest branch 2 times, most recently from 3417f8d to ee30a33 Compare April 8, 2025 06:49
@DevipriyaS17 DevipriyaS17 force-pushed the amt-latest branch 3 times, most recently from d2b9397 to 297392e Compare April 16, 2025 07:36
Comment on lines +5 to +15
data:
init.sql: |
-- Contents of init.sql file goes here

CREATE EXTENSION IF NOT EXISTS citext;
CREATE USER mpsdb;
CREATE TABLE IF NOT EXISTS ciraconfigs(
cira_config_name citext NOT NULL,
mps_server_address varchar(256),
mps_port integer,
user_name varchar(40),
Copy link
Contributor

Choose a reason for hiding this comment

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

Don't we have a duplication of those SQL scripts with init.sql and initMPS.sql?

rules:
- apiGroups: [""]
resources: ["pods"]
verbs: ["get", "list", "watch", "create", "update", "patch", "delete"] ### For testing purpose, later will limit the permissions
Copy link
Contributor

Choose a reason for hiding this comment

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

TODO:

ikyrycho added 4 commits May 20, 2025 13:33
Signed-off-by: Ihor Kyrychok <[email protected]>
Signed-off-by: Ihor Kyrychok <[email protected]>
Signed-off-by: Ihor Kyrychok <[email protected]>
Signed-off-by: Ihor Kyrychok <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants