summaryrefslogtreecommitdiffstats
path: root/kubernetes/config/docker/init/src/config/dcaegen2
AgeCommit message (Collapse)AuthorFilesLines
2018-03-23Replaced 'dcae' by $STACK_NAMEMarc Alexandre Choquette1-2/+2
Script used static 'dcae' stack name, so when changing it in the $STACK_NAME variable it was ignored in the 'stack output show' commands Change-Id: I2c8bbda651dffd7ef4ed6041864af02ef21353eb Issue-ID: OOM-673 Signed-off-by: Marc Alexandre Choquette <m.a.choquette@bell.ca>
2018-02-13Explicitly assign security group to VMsGary Wu1-0/+2
The default behavior for VMs without explicit security group assignments is different in TLAB, resulting in unreachable VMs. This change explicitly assigns the created security group onap_sg to the VMs. Change-Id: Iac635ea9a271d91f16427f4d15aa108773e6e256 Issue-ID: INT-414 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-01-25Update the nginx server_name with regexAlexis de Talhouët5-6/+6
Since https://gerrit.onap.org/r/#/c/29063/ came in the server_name are now in the form or *.sdc.__random_str__.simpledemo.onap.org so we need to update nginx configuration accordingly. Change-Id: Ic175d4a7996979cfc9fee7a80511ee7cb42387ee Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com> Issue-ID: OOM-615
2018-01-24Customize simpldemo.onap.org DNS zone with rdm_strAlexis de Talhouët3-45/+101
Change-Id: I56d5ab5147251e2600e42d364cfaa3fa06a05e8e Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com> Issue-ID: OOM-615
2018-01-23Do not cache host resolution in DCAEGEN2 nginxAlexis de Talhouët11-35/+165
And fix DNS Designate proxy setup Change-Id: I46c265ba8f66f81503b8cdc8c0f90f9e5956da86 Issue-ID: OOM-608 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2018-01-16Add support for DCAE in AmsterdamAlexis de Talhouët14-0/+1114
- add nginx container to reverse proxy hostname coming from DCAE world to OOM world. - create DNS zone in Designate for simpledemo.onap.org. to point to the K8S hosts where dcaegen2 service is running. - add heat stack to deploy DCAE - update SDC configuration file to dynamically inject the UEB servers as those are in reality the k8s nodes ip addresses, as the dmaap service port is exposed by the dcaegen2 service. This is done because the service-change-handler container deployed by DCAE is getting the UEB servers IP list from SDC itself, hence to enable resolution in the DCAE VM, the IP has to be reachable. (Hence this config assume DCAE VMs can route to K8S hosts). Previous config was using dmaap.onap-message-router for UEB servers host, but this is not resolvable by any DNS. - add knob to deploy DCAE or not - add DCAE related parameters in onap-parameters.yaml (initial config) - fix DCAE healthcheck - add support to keystone v2.0 and v3 - fix vm_properties robot file Change-Id: I64ec6faf7b45b293bf7110e9e23e31798bf9b841 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com> Issue-ID: OOM-508