Regarding stable release version of UPYOG #483
Replies: 6 comments 3 replies
-
Beta Was this translation helpful? Give feedback.
-
As per our discussions over the call today this is what has been discussed:
2. Below mentioned are the URLs that has been confirmed to be used: We shall use the code from: For the frontend digit-ui code is available here: For Docker Images Creation use: For CI/CD setup using Jenkins use: For Deployment use: https://upyog-docs.gitbook.io/upyog-v-1.0/upyog-1/platform/setup-upyog/ci-cd-setup/ci-cd-build-job-pipeline-setup - Documentation for CI/CD |
Beta Was this translation helpful? Give feedback.
-
ISSUES FACED and RESOLUTIONAs per the discussion comments, we used MASTER branch https://github.com/upyog/UPYOG-DevOps/tree/master Error 1: Terraform version 0.14.10 Error 2: Command - terraform init
Solution: Changed from 1.11, >= 2.10.0
Error 3: Error: Unsupported argument
Solutions: Need to remove the whole section ------------------------------------------------------------------------------- Branch - release Errors 1: Unsupported formatat
Solution - name -> id Error 2:
Error 3:
Solution - Change all // with # Error 4:
Solution - Changed this to “networking.k8s.io/v1” Error 5:
Solution - Replaced with bootcamp ingress file Error 6:
Solution - Replaced common ingress file with bootcamp branch Error 7:
Solutions - ?? -------------------------------------------------------------- Bootcamp-jenkins Error - Egov namespace was missing Help Needed jobBuilder: # Add jobBuilder repo's, add repo's ssh link 2. Need to talk about Jenkins-credentials secret missing Egov-cicd
|
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
ISSUES:
But we have two K8 worker nodes with enough CPU. |
Beta Was this translation helpful? Give feedback.
-
Thank you team for solving the GCP credentials problem. The issue was fixed after we removed the GCP part from the CIOPS repository. However, we're now encountering the following errors. [Pipeline] node |
Beta Was this translation helpful? Give feedback.
-
Q1. As per the discussions during the meetings we have understood that https://github.com/upyog Tag v2.0 is the the stable release and that is the one we shall be using for the FSM module.
We are currently using the UPYOG Devops Build - https://github.com/upyog/UPYOG-DevOps/tree/v2.0/deploy-as-code/egov-deployer
There were certain changes done by NIUA team to get the FSM module working but it is not stable and we are not clear that which code version was it used to get it working. Please guide us.
Q2. We need the Docker tags for pgr, fsm, business, and core to run version 2.0 applications. Can we use the Docker tag from the 2.0 release chart?
Q3. HRMS service from backend is up and running, but while validating the same from end it got crashed and no logs can be seen from the application logs, kindly confirm login credentials for employee login, as now I am using GRO with eGov@4321 password.
Our Deployed version is: https://upyog.velsof.com
Beta Was this translation helpful? Give feedback.
All reactions