aboutsummaryrefslogtreecommitdiffstats
BranchCommit messageAuthorAge
londonUpdate INFO.yaml with new PTLMarek SzwaƂkiewicz23 months
masterUpdate INFO.yaml with new PTLMarek SzwaƂkiewicz23 months
kohn[APACHECNF] CDS workflows for upgrade scenarioLukasz Rajewski2 years
jakarta[APACHECNF] Update healthcheck and add scale workflowLukasz Rajewski2 years
honolulu[vFW CNF CDS] Fix issues with k8s cloud region creation for honoluluMichal Chabiera3 years
istanbul[vFW CNF CDS] Fix issue with multiple tenants creation for k8s regionMichal Chabiera3 years
guilinCheck orchestration status during instantiation and deletion vFW_CNF_CDS usecaseMichal Chabiera4 years
frankfurtRelease demo artifacts 1.6.0Marco Platania5 years
elaltoRelease Demo artifacts 1.5.0Marco Platania5 years
dublinVersion bump demo to 1.4.2-SNAPSHOTGary Wu6 years
casablancaCorrect path of JAR filesMarco Platania6 years
beijingFixed CDR_IMAGE_VERSION in portal scriptManoop Talasila6 years
2.0.0-ONAPUse 2.0.0-ONAP tag instead beijing branchGary Wu7 years
amsterdamSend both ubuntu versions to Robot VMGary Wu7 years
release-1.0.0Add License to VES libraryMarco Platania8 years
 
TagDownloadAuthorAge
7.0.1commit 39c2b87712...Michal Chabiera4 years
6.0.0-ONAPcommit 952a1d8d13...Jessica Wagantall5 years
1.6.0commit d206e0208f...jenkins-releng5 years
1.5.0commit 598c35ee35...jenkins-releng5 years
4.0.0-ONAPcommit 911562cd78...Suresh Channamallu6 years
1.4.1commit 911562cd78...Suresh Channamallu6 years
1.4.0commit 73a66a348f...Jessica Wagantall6 years
3.0.0-ONAPcommit 2df4fe8dc0...Jessica Wagantall6 years
1.3.0commit 2df4fe8dc0...Jessica Wagantall6 years
2.0.0-ONAPcommit ec750e27d1...Jessica Wagantall7 years
v1.2.1commit c6251f1bc7...Jessica Wagantall7 years
v1.2.0commit c35b78cdac...Jessica Wagantall7 years
1.0.1-ONAPcommit b67a797a94...Jessica Wagantall7 years
1.0.0-ONAPcommit 12fd5fcf0e...Jessica Wagantall7 years
v1.1.1commit 88adc387af...Jessica Wagantall7 years
1.0.1-Amsterdamcommit b67a797a94...Jessica Wagantall7 years
1.0.0-Amsterdamcommit 12fd5fcf0e...Jessica Wagantall7 years
lass="p p-Indicator">: 3 successThreshold: 1 failureThreshold: 3 service: name: cassandra headless: suffix: "" annotations: service.alpha.kubernetes.io/tolerate-unready-endpoints: "true" publishNotReadyAddresses: true headlessPorts: - name: tcp-intra port: 7000 - name: tls port: 7001 - name: tcp-jmx port: 7199 - name: tcp-cql port: 9042 ## thrift protocol is deprecated . Should be removed. Being left until all project removes it. - name: tcp-thrift port: 9160 - name: tcp-agent port: 61621 podAnnotations: {} podManagementPolicy: OrderedReady updateStrategy: type: RollingUpdate ingress: enabled: false persistence: enabled: true ## A manually managed Persistent Volume and Claim ## Requires persistence.enabled: true ## If defined, PVC must be created manually before volume will be bound # existingClaim: volumeReclaimPolicy: Retain ## database data Persistent Volume Storage Class ## If defined, storageClassName: <storageClass> ## If set to "-", storageClassName: "", which disables dynamic provisioning ## If undefined (the default) or set to null, no storageClassName spec is ## set, choosing the default provisioner. (gp2 on AWS, standard on ## GKE, AWS & OpenStack) ## ## storageClass: "-" ## Not set as it depends of the backup enabledment or not. accessMode: ReadWriteOnce size: 2Gi mountPath: /dockerdata-nfs mountSubPath: cassandra storageType: local backup: mountPath: /dockerdata-nfs/backup configOverrides: {} # resources: {} # We usually recommend not to specify default resources and to leave this as a conscious # choice for the user. This also increases chances charts run on environments with little # resources, such as Minikube. If you do want to specify resources, uncomment the following # lines, adjust them as necessary, and remove the curly braces after 'resources:'. # # Example: # Configure resource requests and limits # ref: http://kubernetes.io/docs/user-guide/compute-resources/ # Minimum memory for development is 2 CPU cores and 4GB memory # Minimum memory for production is 4 CPU cores and 8GB memory resources: limits: cpu: 0.8 memory: 4Gi requests: cpu: 0.2 memory: 2.5Gi backup: enabled: false cron: "00 00 * * *" retentionPeriod: 3 dbSize: 1 keyspacesToSkip: - name: system_traces - name: system_auth - name: system_distributed