summaryrefslogtreecommitdiffstats
path: root/kubernetes/config
AgeCommit message (Collapse)AuthorFilesLines
2018-09-24removing proxy sampleamsterdamMandeep Khinda1-4/+4
Issue-ID: OOM-1441 Change-Id: I29542b7d4c2e59b9e0050f5098fa7fe3c587197a Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
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-27Update persisted data as per as OOM-770Alexis de Talhouët1-1/+1
Change-Id: I572212ff9ba2e90d8a7fa61991c90fc159538c7d Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com> Issue-ID: OOM-770
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-02-16updating to 1.1.16 for dcae sg fixMandeep Khinda1-1/+1
See https://gerrit.onap.org/r/#/c/31601/ Issue-ID: INT-414 Change-Id: I63cacaa03e1f9e360b969eb4eb53f1dbd9a70a9f Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
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-02-02UEB port is not open on all K8S cluster's hostsAlexis de Talhouët2-0/+16
Change-Id: Ifc9c9bfe03dbc5b5f94e4c532d42b2c973748738 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com> Issue-ID: OOM-654
2018-01-30Add missing GLOBAL_INJECTED_SCRIPT_VERSION propsAlexis de Talhouët3-2/+260
Change-Id: Iab48112dacc0b6e282d5a4915b46bf2113719118 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com> Issue-ID: OOM-575
2018-01-30Fix UEB IPs when running a K8S clusterAlexis de Talhouët2-3/+3
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-25Upgrade Policy and its script to v1.1.3Alexis de Talhouët3-3/+3
Change-Id: I2a7f1b64e33888ce80354f42d9293643f89f9782 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com> Issue-ID: OOM-611
2018-01-25Update the nginx server_name with regexAlexis de Talhouët6-7/+7
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-25Fixed incorrect APP url to access CLIEC2 Default User2-1/+2
Fixed incorrect APP url to access CLI by clicking CLI icon in portal Change-Id: I188d7e426b5775f7225b346264b9c9b8c4762d08 Issue-ID: OOM-600 Signed-off-by: EC2 Default User <xiaobo.chen@tieto.com>
2018-01-25Fix onap-parameters issue when not using proxyGary Wu2-2/+5
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-24Update comment in onap-parameters.yamlAlexis de Talhouët2-4/+4
Change-Id: I9e7796e3ea3fccce473d79f16de9b322b0d3b2fb Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com> Issue-ID: OOM-615
2018-01-24Fix wrong host path for robot propertiesAlexis de Talhouët3-3/+3
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-24Customize simpldemo.onap.org DNS zone with rdm_strAlexis de Talhouët4-46/+102
Change-Id: I56d5ab5147251e2600e42d364cfaa3fa06a05e8e Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com> Issue-ID: OOM-615
2018-01-24Add missing update of config-init dockerfileAlexis de Talhouët2-6/+6
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ët2-5/+5
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-23Update config-init container with bellow fixesAlexis de Talhouët1-1/+1
commit d9dbca719f64d16caec8f837e2fcaa040514ffba Author: Alexis de Talhouët <adetalhouet89@gmail.com> Date: Tue Jan 23 11:05:38 2018 -0500 Fix Robot distribute test Change-Id: I22b2983f7ca1ac3ef9690d4cd53cd1a27b675700 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com> Issue-ID: OOM-575 commit 5b3826f78b7ac8c14efbc522a12582add383fa9d Author: Alexis de Talhouët <adetalhouet89@gmail.com> Date: Tue Jan 23 11:04:43 2018 -0500 Do not cache host resolution in DCAEGEN2 nginx Change-Id: I46c265ba8f66f81503b8cdc8c0f90f9e5956da86 Issue-ID: OOM-608 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com> commit d38ecd3fe48432077bb7465fc9e0a38fdce917f6 Author: Alexis de Talhouët <adetalhouet89@gmail.com> Date: Tue Jan 23 11:03:54 2018 -0500 Rework onap-parameters.yaml Change-Id: Ifeb5ac30a5f057865195431270908022eecb64eb Issue-ID: OOM-599 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com> Change-Id: I9f012c9e85954b1a7bbfe139ae47c7a4af60499e Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com> Issue-ID: OOM-608
2018-01-23Fix Robot distribute testAlexis de Talhouët8-651/+67
Change-Id: I22b2983f7ca1ac3ef9690d4cd53cd1a27b675700 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com> Issue-ID: OOM-575
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-23Rework onap-parameters.yamlAlexis de Talhouët3-219/+367
Change-Id: Ifeb5ac30a5f057865195431270908022eecb64eb Issue-ID: OOM-599 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2018-01-18Add support for dmaap and ueb for sdncAlexis de Talhouët3-1/+57
Update config-init container with the added files Change-Id: I8703307207c376a1f0a1410af126e4fa4be3fb13 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com> Issue-ID: OOM-491
2018-01-16Use latest container including all modificationsAlexis de Talhouët1-1/+1
- dcae - policy Change-Id: I868f23500ea18363acf1f1c15595e4a9f8f3b053 Issue-ID: OOM-490 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2018-01-16Add aai and mso FQDN in drools /etc/hostsAlexis de Talhouët1-2/+2
.api.simpledemo.openecomp.org See https://jira.onap.org/browse/POLICY-510 This is a temporary solution. Assign a static IP address to aai-service and inject it in the /etc/hosts of drools. Change-Id: I52c25225e63be9d9dfb9c92836f2b16da9f2b813 Issue-ID: OOM-549 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2018-01-16Disable persisting policy mariadbAlexis de Talhouët154-10/+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ët19-63/+1485
- 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-20Fix date format in vid logbackyuryn2-4/+4
Change-Id: Ia9380d310a699f0332a78e15cc1ec397eb757df0 Issue-ID: OOM-527 Signed-off-by: yuryn <Yury.Novitsky@amdocs.com>
2017-12-20Merge "Incorrect start-kafka.sh mounted to global-kafka" into amsterdamAlexis de Talhouët1-69/+0
2017-12-20Incorrect start-kafka.sh mounted to global-kafkamayankg27031-69/+0
Issue-ID: OOM-481 Change-Id: Ie8bdcf5fdd3999488728fc751596121399e9738c Signed-off-by: mayankg2703 <mayank.gupta@amdocs.com> (cherry picked from commit 2c1e36d2e9c224e901179d253616d0ee62a41a86)
2017-12-20Fix policyAlexis de Talhouët8-212/+317
- remove useless init-check in deployment to match requirement from policy team: https://gerrit.onap.org/r/gitweb?p=policy/docker.git;a=blob;f=docker-compose.yml;h=96fd5073e9d51908dabd04643aa96b42820ac681;hb=HEAD - add missing drools port (9696) - update configuration files to reflect latest Change-Id: I3399c21a3357b649fdc078a0bd4ba4af1f751a9b Issue-ID: OOM-490 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2017-12-19Merge "Remove redundant filebeat from portal-db" into release-1.1.0Alexis de Talhouët1-306/+0
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-12-17Remove redundant filebeat from portal-dbBorislavG1-306/+0
Portal-db is maria-db. It has no logback.xml configuration. The filebeat in this pod is redundant. Issue-ID: OOM-517 Signed-off-by: BorislavG <Borislav.Glozman@amdocs.com> Change-Id: I9118491ff6d9c51851cc915143b9962d98a883e4
2017-12-11Update the endpoint of Portal to ONAPPORTALBharath Thiruveedula4-8/+8
Change-Id: Iadd91e8b6f3b183add15343d506a88dc6b46ff14 Issue-ID: OOM-505 Signed-off-By: Bharath Thiruveedula<bharath_ves@hotmail.com>
2017-12-01Update config container to levrage latest fixAlexis de Talhouët1-1/+1
Change-Id: Ibc0f574e7723a09b1f2f923d07d5235da3b407ba Issue-ID: OOM-382 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2017-12-01Update the haproxy to use latest aai certificateVenkata Harish K Kajur1-25/+64
Issue-ID: AAI-44 Change-Id: I60dedc488b17e3340a30abcd4df5de83a377f1a1 Signed-off-by: Venkata Harish K Kajur <vk250x@att.com> (cherry picked from commit 134c6259cf5d25e636aa1422d464ed5b89e2494e)
2017-12-01Merge changes from topic 'fix-amsterdam' into release-1.1.0Mike Elliott1-3/+3
* changes: Fix ONAP entity-event-policy.xml bean package Fix docker image name for AAI Output the Robot logs at the proper place
2017-12-01Merge "Fix Robot vm_properties.py params" into release-1.1.0Mike Elliott1-1/+2
2017-11-30Fix admin_tenant in SO json configMarco Platania1-1/+1
Replace "services" with "service" Change-Id: Iabd261c4a01fac43cd4c28c79b2410d5de64f578 Issue-ID: OOM-478 Signed-off-by: Marco Platania <platania@research.att.com>
2017-11-30Fix ONAP entity-event-policy.xml bean packageAlexis de Talhouët1-3/+3
Change-Id: Ib0ecc3437a2b02768147b1ba4d6fedc187e02c52 Issue-ID: OOM-432 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2017-11-30Fix Robot vm_properties.py paramsAlexis de Talhouët1-1/+2
Change-Id: I73ae8da9734cf7e8f60b25ded2691fc4b981efe1 Issue-ID: OOM-382 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2017-11-30Merge "Adjust appc to latest (Amsterdam)" into release-1.1.0Mike Elliott1-6/+8
2017-11-30Merge "bringing robot up to date with 1.1" into release-1.1.0Mike Elliott15-371/+182
2017-11-30Merge "Fix: AAI HAProxy syslog are not monitored" into release-1.1.0Mike Elliott1-1/+0
2017-11-30Merge "Adjust loggers to latest (Amsterdam)" into release-1.1.0Mike Elliott11-989/+1521
2017-11-30Merge "Adjust mso mysql to latest (Amsterdam)" into release-1.1.0Mike Elliott4-42/+91
2017-11-30Merge "Adjust mso-docker.json to latest (Amsterdam)" into release-1.1.0Mike Elliott1-23/+34
2017-11-28Adjust appc to latest (Amsterdam)Alexis de Talhouët1-6/+8
Following fixes as done as per as APPC configuration - fix docker versions: - fix properties file Change-Id: Ie2fa50bd0ddc2073f2dba37b09aa8f15de7643cb Issue-ID: OOM-470 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
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>