summaryrefslogtreecommitdiffstats
path: root/kubernetes/appc
AgeCommit message (Collapse)AuthorFilesLines
2019-06-20release 1.5.3 APPC dockersTaka Cho2-2/+2
new appc docker for dublin Issue-ID: APPC-1595 Change-Id: I52533ce35868b2ad1bd82d2e1cec7c48102cb430 Signed-off-by: Taka Cho <takamune.cho@att.com>
2019-06-14release 1.5.2 in OOMTaka Cho2-2/+2
1.5.2 release is for Dublin Change-Id: Ib967d3938c74dd286c543eb8a51bb61ff9b34583 Issue-ID: APPC-1595 Signed-off-by: Taka Cho <takamune.cho@att.com>
2019-06-07update new passwd for cadiTaka Cho1-1/+1
update p12 password for new p12 file Change-Id: I4fc93e7ff1f1a401fd14a806f6d02c652b4bad77 Issue-ID: APPC-1620 Signed-off-by: Taka Cho <takamune.cho@att.com>
2019-05-29release 1.5.1 APPC imageTaka Cho2-2/+2
Dublin 1.5.1 APPC / CDT image release docker Change-Id: I1daf682cf81f4b505e0e52875853ed422cb9c535 Issue-ID: APPC-1595 Signed-off-by: Taka Cho <takamune.cho@att.com>
2019-05-20fix netconf for vFWTaka Cho1-1/+1
in Dublin, we changed to stream-count:stream-count/streams Change-Id: I536c2beef82e2520d9538e417456b9225d8c07a1 Issue-ID: APPC-1610 Signed-off-by: Taka Cho <takamune.cho@att.com>
2019-05-13update appc imageTaka Cho2-2/+2
1.5.0 appc docker released Change-Id: Ibbd155006c22d065187c5288a1d2378b4f512d84 Issue-ID: APPC-1595 Signed-off-by: Taka Cho <takamune.cho@att.com>
2019-05-09remove readiness for ansible podTaka Cho2-16/+1
ansible pod does not require any dependency with other pod, and the restful script can be brought up within one minutes also use the release version Change-Id: I310963a3d01d5ca99c3495f201e1aa3ec3d60fea Issue-ID: APPC-1602 Signed-off-by: Taka Cho <takamune.cho@att.com>
2019-04-26Merge "extend period of readiness probe"Alexis de Talhouët1-4/+4
2019-04-25fix /home/ansible ownershipTaka Cho1-2/+2
in k8s, the nfs mount point was assigned to /home/ansible that caused the issue where /home/ansible becomes to root:root so moved to /var/local and also updated to the laest version that contains the latest fix Change-Id: I8bd79c1f606a4392df1780fae4964b54f767c1e2 Issue-ID: APPC-1583 Signed-off-by: Taka Cho <takamune.cho@att.com>
2019-04-24extend period of readiness probeTaka Cho1-4/+4
changed to: initialDelaySeconds: 300 periodSeconds: 60 Change-Id: Ic13238e886a8d01a93e2d4f4c7d6bc8f91b5cd09 Issue-ID: APPC-1581 Signed-off-by: Taka Cho <takamune.cho@att.com>
2019-04-23remove startODL string checkTaka Cho1-2/+1
it is not necessary to check startODL is runnning or no. in the past, startODL took 30-40 mins From dublin, startODL only takes less than 30 sec Change-Id: I5b5d80a1bde2d0d292d809dd202e1c3a15a1cf4d Issue-ID: APPC-1581 Signed-off-by: Taka Cho <takamune.cho@att.com>
2019-04-02expose ansible container on nfs mountAaron Hay3-4/+87
/home/ansible will be exposed in /dockerdata_fs in order to let user copy playbook Change-Id: I01307f461da6e9174127c951c4691b81eddab68b Issue-ID: APPC-1445 Signed-off-by: Taka Cho <takamune.cho@att.com>
2019-03-07move non-root id run for CDT containerTaka Cho3-4/+5
change port 80 to 18080 for non-root user Change-Id: Ib1e987b6aaf537df4d1b08797b928aa0b116fab0 Issue-ID: APPC-1519 Signed-off-by: Taka Cho <takamune.cho@att.com>
2019-02-10Update Chart version for Dublin ReleaseMike Elliott6-8/+8
All charts are being bumped from 3.0.0 to 4.0.0 for the Dublin release. In addition the requirement.yaml files have been updated to allow for chart versions that include timestamp suffix. A following on patch will take care of changes to the OOM Makefiles to support injection of the timestamp versions. Change-Id: Ie03d86fad2027e975e8b9106e3a828e4335037cb Issue-ID: OOM-1642 Signed-off-by: Mike Elliott <mike.elliott@amdocs.com>
2019-01-31Merge "Update startODL based on changes to docker start"Borislav Glozman2-36/+43
2019-01-28Update startODL based on changes to docker startAaron Hay3-37/+44
The installation time for APPC has been greatly improved for the Dublin release. Changes to remove unzipping and feature set installation are needed. Change-Id: I9fb42abc53648ce4d2a1361e6784fbab49330abf Issue-ID: APPC-1341 Signed-off-by: Aaron Hay <aaron.hay@att.com>
2019-01-16Feature install odl-netconf-clustered-topologyAaron Hay3-1/+188
Install the odl-netconf-clustered-topology feature for clustered environments. Change-Id: Ic369fcbb962c9494dd6e165e38829cc55915689c Issue-ID: APPC-1242 Signed-off-by: Aaron Hay <aaron.hay@att.com>
2018-12-17Fix for OOM-1538Joss Armstrong1-1/+1
This is OOM YAML file change. APPC code also requires update. Issue-ID: OOM-1538 Change-Id: Ie6d6d1bfabaa4b0fbe4bdfa3e67cdce336e921dd Signed-off-by: Joss Armstrong <joss.armstrong@ericsson.com>
2018-11-23resources are always setSylvain Desbureaux1-1/+1
and not only if node selector is set. Issue-ID: APPC-1248 Change-Id: I37daa91f0fd0985595248610d21642fe74986a8f Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
2018-11-20Sync docker tags with release manifestGary Wu2-2/+2
Sync docker tags with the release manifest from integration repo commit 0aad96cbbcdb97c2b074cb83d367c29dac6243df. Issue-ID: INT-663 Change-Id: I877077c3a35cb196c89ebb0e27dfe452e12b5249 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-11-20Merge "Update APPC ansible server image version"Alexis de Talhouët1-1/+1
2018-11-19Store .installed marker in persistent volumeAaron Hay3-24/+35
Change-Id: Id53eb39a9b7a5865b40e3248421340cba37762d2 Issue-ID: APPC-1243 Signed-off-by: Aaron Hay <aaron.hay@att.com>
2018-11-19Update APPC ansible server image versionAaron Hay1-1/+1
Change-Id: Ic6b17c4a3ece333a159529d55e5fefb273e60571 Issue-ID: OOM-1523 Signed-off-by: Aaron Hay <aaron.hay@att.com>
2018-11-14Sync docker tags with release manifestGary Wu1-1/+1
Sync docker tags with the release manifest from integration repo commit 6ac922392c49042b32df0171991da772ccec8571. Change-Id: I080588eb637c4df0791a2ffb61b56ff2d827bf63 Issue-ID: INT-663 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-11-13Update APPC charts for Casablanca AAF supportAaron Hay3-4/+5
Change-Id: I086c16c652a9b3bb7c147e720a31da17ff33f6a5 Issue-ID: APPC-1235 Signed-off-by: Aaron Hay <aaron.hay@att.com>
2018-11-07Sync docker tags with release manifestGary Wu1-1/+1
Sync docker tags with the release manifest from integration repo commit 1e16c7e67d1fdeadab3789b07d6d2f47b7d0ffd7. Change-Id: If580d0000108ce9ff70ad128b9bc93bf4364376b Issue-ID: INT-663 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-11-07correct the license headerTaka Cho1-11/+14
based on LinuxFoundation suggestion, corrected the license header Change-Id: If739d31bdadf86a4de7875e2c700d65bac4d1a12 Issue-ID: APPC-1229 Signed-off-by: Taka Cho <takamune.cho@att.com>
2018-11-03Update ODL credentials for AAFAaron Hay3-7/+7
Add in ODL user and password options for AAF, allowing non-AAF credentials to also be used when AAF is disabled. Change-Id: I5750fb030ce2227d0bfa6ea9dca08bb3feb0cd09 Issue-ID: OOM-1510 Signed-off-by: Aaron Hay <aaron.hay@att.com>
2018-10-31Merge "Add cadi.properties for AAF OOM support"Alexis de Talhouët3-4/+61
2018-10-31Merge "Add dupliate ssl.key lines to aaiclient.prop file"Alexis de Talhouët2-10/+9
2018-10-30Update AAA shiro configuration for CAS AAFAaron Hay1-7/+7
Update configuration file based on AAF bootstrap data in the AAF role.dat file. Change-Id: Iafbb1f37383fb97a00441539e14ace8e9282a330 Issue-ID: OOM-1488 Signed-off-by: Aaron Hay <aaron.hay@att.com>
2018-10-30Add cadi.properties for AAF OOM supportAaron Hay3-4/+61
Enable AAF by default. Add cadi.properties file for OOM deployments. Change-Id: I5f862af54b1373a3cb09d9441548377ac8a3cb48 Issue-ID: OOM-1489 Signed-off-by: Aaron Hay <aaron.hay@att.com>
2018-10-30Add dupliate ssl.key lines to aaiclient.prop fileAaron Hay2-10/+9
Update image version. Enable AAF by default. Remove AAF lines from values.yaml file that are no longer necessary based on AAF enhancements that have been made for this release. Add ssl.key lines to aaiclient.properties file. Change-Id: I4ad9bd204ad1fb7def972b78a4881e7e134ddfce Issue-ID: APPC-1218 Signed-off-by: Aaron Hay <aaron.hay@att.com>
2018-10-23fixing clusterIP service type errorsMandeep Khinda1-1/+1
If you try and change the service type from a nodeport to a cluster IP things break. We never really exercise this code path in testing but if you want to experiment with a totally internal network environment you need to be able to turn off node ports. Issue-ID: OOM-1475 Change-Id: I1a0f4b0a4c390f3353e1611b6002b93e54bb5044 Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
2018-10-18Sync docker tags with release manifestGary Wu3-3/+3
Sync docker tags with the release manifest. It is assumed that the release manifest is the "single source of truth" and that the versions in the helm charts are out of date. Change-Id: I2902e60b25f57409dd616780a626e63c92d26769 Issue-ID: INT-663 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-10-16Move openecomp.org to onap.org for aaicclientAaron Hay1-89/+87
Change-Id: Ib8f2265e5657d5c0968c097baea9cce6c474c6c4 Issue-ID: APPC-1213 Signed-off-by: Aaron Hay <aaron.hay@att.com>
2018-10-08Modify logging configuration based on ODL upgradeAaron Hay1-131/+71
Change-Id: I8c666730555bc4e531958b9192f0d4fcaeeb5e05 Issue-ID: APPC-1158 Signed-off-by: Aaron Hay <ah415j@att.com>
2018-09-27Merge "Update ansible path from sdnc to ccsdk"Alexis de Talhouët2-3/+3
2018-09-27Update ansible path from sdnc to ccsdkAaron Hay2-3/+3
Change-Id: I690a189e71f19255f52fa43c05e3193d94d439bd Issue-ID: CCSDK-554 Signed-off-by: Aaron Hay <ah415j@att.com>
2018-09-25Updating charts to use common resource templateMandeep Khinda3-3/+3
Issue-ID: OOM-1145 Change-Id: I1510339a820802554b6e8b9a201619ef66be17a0 Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
2018-09-25adding unlimited resource limitMandeep Khinda3-20/+7
Adds the ability to turn them off if they are found to cause issues also cleaning up some whitespace Issue-ID: OOM-1145 Change-Id: Idf0ee21f70e1bf65813b7f51ea028f2783a01cf8 Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
2018-09-24Update Chart versions to 3.0Mike Elliott6-8/+8
All Chart versions and requirement dependencies have been updated to 3.0 for Casablanca release. Change-Id: Iea57e5da09ea8a8bac0a415b9a6196151cbea10b Issue-ID: OOM-1354 Signed-off-by: Mike Elliott <mike.elliott@amdocs.com>
2018-09-20reducing resource request numbersMandeep Khinda3-12/+12
Issue-ID: OOM-1145 Change-Id: Ic2770086914e7cf1a96f2b6e5fd04bf1bd3f75d8 Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
2018-09-19Add Resource Limits for APP-CGregSulek6-28/+57
flavor names removed from global Issue-ID: OOM-1148 Change-Id: Ib8ccb694786d15be2830c067d5c3b10fc7054f0b Signed-off-by: GregSulek <gsulek@amdocs.com>
2018-09-17Fix appc.properties APIDOC credsAaron Hay2-5/+6
Change-Id: If2e4f219f5b7adecab6745b8abcea90bdda3e9df Issue-ID: INT-641 Signed-off-by: Aaron Hay <ah415j@att.com>
2018-09-13Add service port name to APPC configMike Elliott1-0/+1
Adds service.portName configuration to align with changes to the common mariadb-galera chart. Change-Id: I69b2f1708959012cb90df5ff381f6733a58924d7 Issue-ID: CCSDK-523 Signed-off-by: Mike Elliott <mike.elliott@amdocs.com>
2018-09-13Merge "Upgrade APPC to use common mariadb galera charts"Mike Elliott18-138/+54
2018-09-07Upgrade APPC to use common mariadb galera chartspramod18-139/+55
Change-Id: I3537415a9266bc388aca146f86984c8a1585ce4e Issue-ID: OOM-1205 Signed-off-by: pramod <pramod.kumarsharma@amdocs.com>
2018-09-06APPC ConfigMap Labellingvaibhav_16dec2-1/+56
Issue-ID: OOM-1374 Change-Id: Ib91ca319bf272bccd483b89708e99261ee993614 Signed-off-by: vaibhav_16dec <vaibhav.chopra@amdocs.com>
2018-09-05Apache 2 license addition for consul,appcMukul33-2/+216
Issue-ID: OOM-1308 Change-Id: I6cfe05841a17f81e862dfbf4bedaa4ba87f96e1e Signed-off-by: Mukul <mukul.joshi@amdocs.com>