mirror of
https://github.com/Telecominfraproject/wlan-cloud-helm.git
synced 2026-03-20 19:39:08 +00:00
Compare commits
6 Commits
feature/ex
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
998409da58 | ||
|
|
c22eb57c37 | ||
|
|
af3fea8acf | ||
|
|
aeba2f222f | ||
|
|
63686fbea8 | ||
|
|
0213319a3d |
@@ -11,7 +11,7 @@ replicaCount: 1
|
|||||||
|
|
||||||
image:
|
image:
|
||||||
name: opensync-gateway-cloud
|
name: opensync-gateway-cloud
|
||||||
tag: 1.2.0-SNAPSHOT
|
tag: 1.3.0-SNAPSHOT
|
||||||
|
|
||||||
waitForServicesImage:
|
waitForServicesImage:
|
||||||
registry: tip-docker-cache-repo.jfrog.io
|
registry: tip-docker-cache-repo.jfrog.io
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ replicaCount: 1
|
|||||||
|
|
||||||
image:
|
image:
|
||||||
name: opensync-gateway-static
|
name: opensync-gateway-static
|
||||||
tag: 1.2.0-SNAPSHOT
|
tag: 1.3.0-SNAPSHOT
|
||||||
|
|
||||||
testConnectionImage:
|
testConnectionImage:
|
||||||
registry: tip-docker-cache-repo.jfrog.io
|
registry: tip-docker-cache-repo.jfrog.io
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ replicaCount: 1
|
|||||||
|
|
||||||
image:
|
image:
|
||||||
name: wlan-cloud-graphql-gw
|
name: wlan-cloud-graphql-gw
|
||||||
tag: 1.2.0-SNAPSHOT
|
tag: 1.3.0-SNAPSHOT
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
|
||||||
testConnectionImage:
|
testConnectionImage:
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ replicaCount: 1
|
|||||||
|
|
||||||
image:
|
image:
|
||||||
name: wlan-cloud-ui
|
name: wlan-cloud-ui
|
||||||
tag: 1.2.0-SNAPSHOT
|
tag: 1.3.0-SNAPSHOT
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
|
||||||
testConnectionImage:
|
testConnectionImage:
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ replicaCount: 1
|
|||||||
|
|
||||||
image:
|
image:
|
||||||
name: wlan-integrated-cloud-component-service
|
name: wlan-integrated-cloud-component-service
|
||||||
tag: 1.2.0-SNAPSHOT
|
tag: 1.3.0-SNAPSHOT
|
||||||
|
|
||||||
waitForServicesImage:
|
waitForServicesImage:
|
||||||
registry: tip-docker-cache-repo.jfrog.io
|
registry: tip-docker-cache-repo.jfrog.io
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ replicaCount: 1
|
|||||||
|
|
||||||
image:
|
image:
|
||||||
name: wlan-port-forwarding-gateway-service
|
name: wlan-port-forwarding-gateway-service
|
||||||
tag: 1.2.0-SNAPSHOT
|
tag: 1.3.0-SNAPSHOT
|
||||||
|
|
||||||
opensyncGwReadinessImage:
|
opensyncGwReadinessImage:
|
||||||
registry: tip-docker-cache-repo.jfrog.io
|
registry: tip-docker-cache-repo.jfrog.io
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ replicaCount: 1
|
|||||||
|
|
||||||
image:
|
image:
|
||||||
name: wlan-portal-service
|
name: wlan-portal-service
|
||||||
tag: 1.2.0-SNAPSHOT
|
tag: 1.3.0-SNAPSHOT
|
||||||
|
|
||||||
testConnectionImage:
|
testConnectionImage:
|
||||||
registry: tip-docker-cache-repo.jfrog.io
|
registry: tip-docker-cache-repo.jfrog.io
|
||||||
|
|||||||
@@ -62,8 +62,8 @@ spec:
|
|||||||
apt update
|
apt update
|
||||||
apt -y install curl
|
apt -y install curl
|
||||||
echo "***** Fetching latest cloud-sdk-schema-postgresql for DB and Tables sql from JFrog *****"
|
echo "***** Fetching latest cloud-sdk-schema-postgresql for DB and Tables sql from JFrog *****"
|
||||||
curl --insecure -u$SCHEMA_REPO_USER:$SCHEMA_REPO_PASSWORD -O "https://tip-tip-wlan-cloud-docker-repo.jfrog.io/artifactory/tip-wlan-cloud-schemas/1.2.0-SNAPSHOT/sql/cloud-sdk-schema-postgresql-db-user.sql"
|
curl --insecure -u$SCHEMA_REPO_USER:$SCHEMA_REPO_PASSWORD -O "https://tip-tip-wlan-cloud-docker-repo.jfrog.io/artifactory/tip-wlan-cloud-schemas/1.3.0-SNAPSHOT/sql/cloud-sdk-schema-postgresql-db-user.sql"
|
||||||
curl --insecure -u$SCHEMA_REPO_USER:$SCHEMA_REPO_PASSWORD -O "https://tip-tip-wlan-cloud-docker-repo.jfrog.io/artifactory/tip-wlan-cloud-schemas/1.2.0-SNAPSHOT/sql/cloud-sdk-schema-postgresql-tables.sql"
|
curl --insecure -u$SCHEMA_REPO_USER:$SCHEMA_REPO_PASSWORD -O "https://tip-tip-wlan-cloud-docker-repo.jfrog.io/artifactory/tip-wlan-cloud-schemas/1.3.0-SNAPSHOT/sql/cloud-sdk-schema-postgresql-tables.sql"
|
||||||
echo "***** Now executing cloud-sdk-schema-postgresql-db-user.sql on host {{ $pg }} and creating db prov_db and user tip_user using User Postgres. This uses full client-cert authentication *****"
|
echo "***** Now executing cloud-sdk-schema-postgresql-db-user.sql on host {{ $pg }} and creating db prov_db and user tip_user using User Postgres. This uses full client-cert authentication *****"
|
||||||
### Observed that PSQL was unable to resolve the Postgres-service host because the postgres service wasnt
|
### Observed that PSQL was unable to resolve the Postgres-service host because the postgres service wasnt
|
||||||
### really ready when running Postgres in Master-Slave config... hence the below retry-logic
|
### really ready when running Postgres in Master-Slave config... hence the below retry-logic
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ replicaCount: 1
|
|||||||
|
|
||||||
image:
|
image:
|
||||||
name: wlan-prov-service
|
name: wlan-prov-service
|
||||||
tag: 1.2.0-SNAPSHOT
|
tag: 1.3.0-SNAPSHOT
|
||||||
|
|
||||||
waitForServicesImage:
|
waitForServicesImage:
|
||||||
registry: tip-docker-cache-repo.jfrog.io
|
registry: tip-docker-cache-repo.jfrog.io
|
||||||
@@ -125,10 +125,10 @@ ingress:
|
|||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
cpu: 500m
|
cpu: 500m
|
||||||
memory: 350Mi
|
memory: 600Mi
|
||||||
requests:
|
requests:
|
||||||
cpu: 10m
|
cpu: 10m
|
||||||
memory: 350Mi
|
memory: 600Mi
|
||||||
|
|
||||||
nodeSelector: {}
|
nodeSelector: {}
|
||||||
|
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ replicaCount: 1
|
|||||||
|
|
||||||
image:
|
image:
|
||||||
name: wlan-spc-service
|
name: wlan-spc-service
|
||||||
tag: 1.2.0-SNAPSHOT
|
tag: 1.3.0-SNAPSHOT
|
||||||
|
|
||||||
waitForServicesImage:
|
waitForServicesImage:
|
||||||
registry: tip-docker-cache-repo.jfrog.io
|
registry: tip-docker-cache-repo.jfrog.io
|
||||||
|
|||||||
@@ -54,7 +54,7 @@ spec:
|
|||||||
apt update
|
apt update
|
||||||
apt -y install curl
|
apt -y install curl
|
||||||
echo "***** Fetching cloud-sdk-schema-cassandra.cql from JFrog *****"
|
echo "***** Fetching cloud-sdk-schema-cassandra.cql from JFrog *****"
|
||||||
curl --insecure -u$SCHEMA_REPO_USER:$SCHEMA_REPO_PASSWORD -O "https://tip-tip-wlan-cloud-docker-repo.jfrog.io/artifactory/tip-wlan-cloud-schemas/1.2.0-SNAPSHOT/cql/cloud-sdk-schema-cassandra.cql"
|
curl --insecure -u$SCHEMA_REPO_USER:$SCHEMA_REPO_PASSWORD -O "https://tip-tip-wlan-cloud-docker-repo.jfrog.io/artifactory/tip-wlan-cloud-schemas/1.3.0-SNAPSHOT/cql/cloud-sdk-schema-cassandra.cql"
|
||||||
echo "***** Now executing cloud-sdk-schema-cassandra.cql and creating/updating schema on Cassandra instance *****"
|
echo "***** Now executing cloud-sdk-schema-cassandra.cql and creating/updating schema on Cassandra instance *****"
|
||||||
counter=0
|
counter=0
|
||||||
status=1
|
status=1
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ replicaCount: 1
|
|||||||
|
|
||||||
image:
|
image:
|
||||||
name: wlan-ssc-service
|
name: wlan-ssc-service
|
||||||
tag: 1.2.0-SNAPSHOT
|
tag: 1.3.0-SNAPSHOT
|
||||||
|
|
||||||
waitForServicesImage:
|
waitForServicesImage:
|
||||||
registry: tip-docker-cache-repo.jfrog.io
|
registry: tip-docker-cache-repo.jfrog.io
|
||||||
|
|||||||
Reference in New Issue
Block a user