summaryrefslogtreecommitdiffstats
path: root/kubernetes/config/docker/init/src/config/robot/eteshare/config/vm_properties.py
AgeCommit message (Collapse)AuthorFilesLines
2018-01-30Add missing GLOBAL_INJECTED_SCRIPT_VERSION propsAlexis de Talhouët1-1/+5
Change-Id: Iab48112dacc0b6e282d5a4915b46bf2113719118 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com> Issue-ID: OOM-575
2018-01-24Fix wrong host path for robot propertiesAlexis de Talhouët1-0/+64
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-23Fix Robot distribute testAlexis de Talhouët1-81/+0
Change-Id: I22b2983f7ca1ac3ef9690d4cd53cd1a27b675700 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com> Issue-ID: OOM-575
2018-01-16Add support for DCAE in AmsterdamAlexis de Talhouët1-21/+24
- 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-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-23bringing robot up to date with 1.1Mandeep Khinda1-2/+47
-updates to various files that have changed in the VM version -OpenO support (test success requires kube2msb and msb to be working) -removed un-used -docker.sh scripts (I don't find them useful so I am proposing to removing them here) -updates to SDNC preload eliminates some old parameter subst. we were doing. -With these change and a temporary tweak to kube2msb that points it to a rancher server (kubeMasterUrl) robot results are pretty much on par with my VM deployment of ONAP: ============================================================================== OpenECOMP ETE | FAIL | 31 critical tests, 25 passed, 6 failed Issue-ID: OOM-382 Change-Id: I2e3bcfd6fce31b0e4de8b7d66be90c7490e04c5c Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
2017-10-13synching up robot with SO name changeMandeep Khinda1-1/+1
Issue-ID: OOM-311 Change-Id: Idd81379eb97669a1496bc4deccc8856e4a26ad8f Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
2017-09-20porting robot tenantId changeMandeep Khinda1-1/+2
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-08converting config to helm and setting demo valuesMandeep Khinda1-5/+5
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-08-25fixing robot 1.1 k8s containerMandeep Khinda1-1/+1
we forked too many files that we never needed too. - fix is to only fork those that we have changed to make the commands work in our envs. Issue-ID:OOM-169 Change-Id: I353e0c624a86169cf5243ea36839ce6754bf013b Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
2017-08-24Updated robot configs to 1.1Ahmed Alabulrahman1-15/+29
Changed robot configs to 1.1 and updated necessary variables Issue-ID: OOM-169 Change-Id: Ie747105b291b88d1d6d54f6e717dceb6310bf438 Signed-off-by: Ahmed Alabulrahman <ahmed.alabdulrahman@amdocs.com>
2017-06-24onap on kubernetes source filesMandeep Khinda1-0/+17
Change-Id: I4de34baf90979651223a28323010deb7aef21946 Signed-off-by: Mandeep Khinda <Mandeep.Khinda@amdocs.com>