summaryrefslogtreecommitdiffstats
path: root/kubernetes/config/docker/init/config-init.sh
AgeCommit message (Collapse)AuthorFilesLines
2018-02-27Update OPENSTACK_API_ENCRYPTED_KEY generationRashmi Pujar1-1/+1
Use OPENSTACK_PASSWORD in config-init.sh to generate the encrypted openstack API key. OPENSTACK_API_KEY no longer exists. Change-Id: If6e40da05810b345f73df99f171c8a9bd72dabcb Signed-off-by: Rashmi Pujar <rashmi.pujar@bell.ca> Issue-ID: OOM-770
2018-01-30Fix UEB IPs when running a K8S clusterAlexis de Talhouët1-2/+2
The sed command was missing the g preffix, which led to wrong format UEB cluster IP in SDC. Change-Id: I50f8e655cc9383cc17be6b3ca8d0ceaad7b92167 Issue-ID: OOM-638 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2018-01-25Fix onap-parameters issue when not using proxyGary Wu1-1/+4
Fix onap-parameters issue when not using proxy for designate, but IS_SAME_OPENSTACK_AS_VNF is true. In this case, the OPENSTACK_KEYSTONE_URL parameters were not being properly set for dcae_keystone_url. This change fixes the issue. Change-Id: Icef25f38caeaaffebef6cec17571df36cdfd5335 Issue-ID: OOM-615 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-01-24Fix wrong host path for robot propertiesAlexis de Talhouët1-2/+2
https://gerrit.onap.org/r/#/c/28935/ changed the path where the vm_properties.py file is located. It also changed the persisted folder removing the support of persisting logs. This patch is reverting this. Change-Id: Id3ecfa5752e7e27ddfd00742277843ac3021aec8 Issue-ID: OOM-575 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2018-01-24Add missing update of config-init dockerfileAlexis de Talhouët1-6/+0
Change-Id: Ic7e6c7f381489de1ee47f6050b48afbd0434cc82 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com> Issue-ID: OOM-608
2018-01-24Deploy loadbalancer service opening UEB portAlexis de Talhouët1-4/+4
With the support of DCAE added lately, some change was done to accomadate the resolution of some ONAP service for DCAE. Among other things, UEB configuration in SDC is now using external resolution, no longer the internal K8S one. Hence for deployement not deploying DCAEGEN2, we still have to deploy the loadblancer service. Change-Id: I93d0c01920755beed3eeb05d158530c05c255383 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com> Issue-ID: OOM-608
2018-01-23Rework onap-parameters.yamlAlexis de Talhouët1-117/+160
Change-Id: Ifeb5ac30a5f057865195431270908022eecb64eb Issue-ID: OOM-599 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2018-01-16Disable persisting policy mariadbAlexis de Talhouët1-1/+0
See https://lists.onap.org/pipermail/onap-discuss/2018-January/007199.html Change-Id: Ib75fbb40e99b6c97ccee9285750c9463f9c6a4f8 Issue-ID: OOM-548 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2018-01-16Add support for DCAE in AmsterdamAlexis de Talhouët1-21/+144
- 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
2017-12-18Fix SDC-ES Connection refusedMunir Ahmad1-1/+0
Signed-off-by: Munir Ahmad <munir.ahmad@bell.ca> Issue-ID: OOM-515 Change-Id: Ia87da1e2f24aa36e9f3ce43404ee4f1ff8635a79 (cherry picked from commit 9d932016e610293305f4446eafcbc9183a21112a)
2017-11-30Merge "Fix: AAI HAProxy syslog are not monitored" into release-1.1.0Mike Elliott1-1/+0
2017-11-28Fix: AAI HAProxy syslog are not monitoredAlexis de Talhouët1-1/+0
Change-Id: I83f99c960a16aca43caac0aa4feb285716f0ade0 Issue-ID: OOM-466 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2017-11-23Fix MSO encrypted password on long namespacesBorislavG1-1/+1
Change-Id: Ib9f69ff7b1d1417a69bfd3e8b2259342b6132bdd Issue-ID: OOM-456 Signed-off-by: BorislavG <Borislav.Glozman@amdocs.com>
2017-09-27added filebeat to all componentsyuryn1-0/+1
Deployment of: filebeat containar for each relevant component + chown of log dir to root - prevents filebeat complaining about filebeat file + ecomp web app renamed onap - fixed dep-pap.yaml + fixed multiple volumeMounts in vid-server Change-Id: I74f8f2abd5feeba1d37b044d2a023674fd41c994 Issue-ID:OOM-110 Signed-off-by: yuryn <Yury.Novitsky@Amdocs.com>
2017-09-21Add Consul support to 'OneClick' deployment.gfraboni1-0/+4
The OOM is moving to using Consul to provide health checks for all ONAP components. This push adds deployment of a 3 node Consul Server cluster and a single Consul agent to the 'OneClick' deployment. As a first step, health check scripts for the A&AI microservices have also been included. Support for additional ONAP components will follow. Issue-ID: OOM-86 Change-Id: Ib63f3d8b1b745551c9ec55b6529d022b32006e9c Signed-off-by: gfraboni <gino.fraboni@amdocs.com>
2017-09-20Merge "Added CLAMP containers to ONAP Kubernetes"Mike Elliott1-0/+1
2017-09-20adding debug log to config-init.shMandeep Khinda1-1/+1
Issue-ID: OOM-307 Change-Id: Ic7261ae2bf34f5490b67daf01851aea1913bd585 Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
2017-09-20porting robot tenantId changeMandeep Khinda1-0/+3
This change to robot caused demo init stop working in OOM as we were using tenantName to keystone auth. https://gerrit.onap.org/r/#/c/11539/ This fixes the issue and requires a new parameter to onap-parameters.yaml. steps to workaround will be provided in the jira comments Issue-ID: INT-149 Change-Id: I3dad07b24313a5bc6637b602a8c52835544155e8 Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
2017-09-20Added CLAMP containers to ONAP KubernetesDusan Rozman1-0/+1
Added the initial deployment yamls for CLAMP and updated one-click Issue-ID: OOM-12 Change-Id: I48c842d77bf95ad53dcff9ab28edf542b1cb4bf5 Signed-off-by: Dusan Rozman <dusan.rozman@amdocs.com>
2017-09-14Seed of deployment of log componentsItay Hassid1-1/+3
Deployment of: Logstash + ElasticSearch + Kubana with all the configuration files Issue-ID:OOM-110 Change-Id: I1788485ccb283f0ec4dc8910479072a6cf034e5f Signed-off-by: Itay Hassid <itay.hassid@amdocs.com>
2017-09-08converting config to helm and setting demo valuesMandeep Khinda1-0/+60
To be able to run the vFW/vLB demos, these needed to be done manually and it was a big mess. With the power of helm we can now pass data into the config pod and make some substitutions Issue-ID: OOM-277 Change-Id: Ie167920fac7896661b81443aa460ce2e6f615187 Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
2017-09-06Persistent volumes for Database storageBorislavG1-0/+2
Addition of persistent volumes for all DBs including persistence of policy mariadb (with initial configuration data) Change-Id: I029e724c3f8bba7fe3599b0955a4a3d213c08163 Issue-ID: OOM-268 Signed-off-by: BorislavG <Borislav.Glozman@amdocs.com>
2017-09-01getting traversal, resources, & gremlin to bootMandeep Khinda1-8/+7
- reverted some log dir changes that cause chef to complain about pre-existing directories - had to fork and modify docker-entrypoint for both resources and traversal to avoid git clone of aai-data - updated gremlin hostname so that container comes up... was complaining about failure to bind to port 8182 Issue-ID: OOM-65 Change-Id: I84d2647af588e39502a075880a163104bb39540e Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com> Signed-off-by: yuryn <Yury.Novitsky@Amdocs.com>
2017-08-31config pod script updates for AAI 1.1Mandeep Khinda1-1/+19
Issue-ID: OOM-65 Change-Id: I10c6aa9fc8dd03005b8f740e267f08ea41cc6946 Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
2017-08-21ONAP Portal 1.1 workMandeep Khinda1-0/+2
-Updating yamls, and config pod data and tag -VNC pod is currently WIP as the other services are not available yet. Issue-ID: OOM-151 Change-Id: I8f201645481888657d42bfe0e16ca505187521c7 Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
2017-08-15[OOM-117] Multiple ONAP instances same K8s clusterMike Elliott1-21/+24
Change-Id: Ie670dd37da819b33e32885d3be20cc8739fc2524 Signed-off-by: Mike Elliott <mike.elliott@amdocs.com>
2017-06-24onap on kubernetes source filesMandeep Khinda1-0/+26
Change-Id: I4de34baf90979651223a28323010deb7aef21946 Signed-off-by: Mandeep Khinda <Mandeep.Khinda@amdocs.com>