aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/contrib
AgeCommit message (Expand)AuthorFilesLines
2020-05-26[CONTRIB] Use proper image for netbox provision jobKrzysztof Opasiak3-3/+6
2020-04-23[Contrib] Make Postgres work when using dynamic PVSylvain Desbureaux2-2/+2
2020-04-15[Contrib] Add EJBCA ServerSylvain Desbureaux11-6/+334
2020-04-08[Contrib] Authorize choice of subcomponentsSylvain Desbureaux67-1/+37
2020-04-02Bump chart versionSylvain Desbureaux11-11/+11
2020-04-01Merge "MetalLB install script for bare metal cluster"Krzysztof Opasiak1-0/+85
2020-04-01Merge "Remove unneded LoadBalancer annotation"Krzysztof Opasiak1-2/+0
2020-04-01Merge "Remove redundant Ingress service config"Krzysztof Opasiak1-23/+0
2020-04-01Add support for metal LB in DNS deploy scriptLucjan Bryndza1-4/+33
2020-03-31MetalLB install script for bare metal clusterLucjan Bryndza1-0/+85
2020-03-30Remove unneded LoadBalancer annotationLucjan Bryndza1-2/+0
2020-03-30Remove redundant Ingress service configLucjan Bryndza1-23/+0
2020-03-24Fix wrong underscore configurationLucjan Bryndza1-1/+1
2020-03-16Merge "Nginx ingress config loadbalancer option"Borislav Glozman1-0/+24
2020-03-16Merge "DNS add option for display target machine info"Borislav Glozman1-0/+4
2020-03-12Nginx ingress config loadbalancer optionLucjan Bryndza1-0/+24
2020-03-12DNS add option for display target machine infoLucjan Bryndza1-0/+4
2020-03-02[DOC] Remove references to old versionsSylvain Desbureaux1-8/+8
2020-02-17Merge "DNS test server for ingress controller"Krzysztof Opasiak10-0/+407
2020-02-17DNS test server for ingress controllerLucjan Bryndza10-0/+407
2020-02-04Enable underscore in headers in nginx configLucjan Bryndza1-0/+2
2020-02-01[ONAP-wide] Replace .Release.Name with common.releaseKrzysztof Opasiak21-43/+43
2020-02-01Remove additional _helpers filesKrzysztof Opasiak2-34/+3
2020-01-13[Contrib] Force version on AWXSylvain Desbureaux1-3/+3
2019-12-11-3/+3
2018-09-24Update Chart versions to 3.0Mike Elliott7-7/+7
2018-09-18Do not use nodePortPrefix for external appAlexis de Talhouët5-7/+7
2018-09-18Use free NodePort for Netbox (contrib)Alexis de Talhouët1-2/+2
2018-09-11Network prefix configurable in HelmMartin Ouimet1-26/+6
2018-09-11Fix not using storageClass issueMartin Ouimet4-5/+33
2018-09-11Fix Netbox client assign IP 0Martin Ouimet1-0/+21
2018-08-29Merge "Example of NFS storage class for netbox chart"Mandeep Khinda6-34/+13
eeds to update images with "docker-compose pull" to pick up the changes you just committed and compiled). - Temporary Change (for quick testing/debugging): In the APPC Docker Container, find the appc.properties file in /opt/onap/appc/properties/appc.properties and make changes as needed. Then, restart the APPC Docker Container by running "docker stop <APPC_DOCKER_CONTAINER>" then "docker start <APPC_DOCKER_CONTAINER>") (NOTE: This approach will lose all changes done in appc.properties if the docker container is destroyed instead of stopped). # Additional Notes - For more information on a current list of available properties for APPC Features, please go to README.md located in the installation directory path of the APPC Deployment Code. - More documentation can be found on the ONAP Wiki's [APPC Documentation Page](https://wiki.onap.org/display/DW/Controllers) and in ONAP's [Read the docs](http://onap.readthedocs.io/en/latest/release/index.html#projects) documentation site.