Age | Commit message (Collapse) | Author | Files | Lines |
|
the port 30208 was using http apidoc
since we have moved to https apidoc
hence this 30208 can be removed
Issue-ID: APPC-1851
Change-Id: Iccd814bd624635939c51147489af708320caedac
Signed-off-by: Taka Cho <takamune.cho@att.com>
|
|
Use init container construction & common secret template to remove
hardcoded mysql db credentials.
For now credentials are still hardcoded in the values file to avoid
making too many changes at once.
I also had to make properties files writeable because appc uses some
weird design and modifies them inside main container while starting
odl.
Issue-ID: OOM-2275
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Change-Id: Ie36522fc1fdf92a382d5f25a54d4cb150b57ea35
|
|
In commit:
e74ed5cd24d ("[APPC] Don't hardcode mariadb root password")
startOdl.sh script has been updated to take the root password from the
environment variable. Unfortunately there was a typo in variable name
which resulted in using empty string instead of password.
Issue-ID: APPC-1830
Fixes: e74ed5cd24d ("[APPC] Don't hardcode mariadb root password")
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Change-Id: I537e3e24ee4bbbc20d5ebc07dddd9f0d3cbe26d8
|
|
|
|
|
|
You should never ever assume that secretpassword is a production
ready password for your mariadb-galera instance. Instead let's
just share a secret with our instance of mariadb-galera.
Issue-ID: OOM-2275
Change-Id: I25486ad81a2ec428dbbd379ab3529c84f55acc4b
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
|
|
ONAP is too big to be deployed using helm install so we need to
use a custom helm plugin helm deploy. This script deloys onap
component by component instead of deploying evrything at
once. Unfortunately this script also modifies the helm release by
appending component name to it.
As a result of this behavior our objects are called for example:
onap-mariadb-galera-mariadb-galera-0
instead of just being called onap-mariadb-galera-0.
This patch simplifies this naming convention by replacing all direct
usages of .Release.Name with common.release macro which strips the
component specific part from the release name.
Issue-ID: OOM-2275
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Change-Id: Ia8cead50d305adb00eef666d0a1ace74479b5183
|
|
Neon SR1 ODL version compliance
APPC docker image released
Issue-ID: APPC-1816
Change-Id: I8f6a04eab39e3876bffc232ad1329931711ba60b
Signed-off-by: Taka Cho <takamune.cho@att.com>
|
|
|
|
Issue-ID: OOM-2173
Change-Id: I39aaba4a5b35dd82ffe9f5acc413a7dd93e451c2
Signed-off-by: Lucjan Bryndza <l.bryndza@samsung.com>
|
|
OOM has now templates in order to create the needed PVC, using:
* a PV with a specific class when using a common nfs mount path between
nodes (sames as today use) --> is the default behavior today
* or a storage class if we want to use dynamic PV.
On this case, we use (in order of priority):
- persistence.storageClassOverride if set on the chart
- global.persistence.storageClass if set globally
- persistence.storageClass if set on the chart
Change-Id: I04757c8fffc4987c4d49da9f474f3e20367de214
Issue-ID: OOM-1227
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
|
|
|
|
-Add script to start dmaap microservice.
-Add new properties
-Renaming the DCAE.dmaap properties so that all of the
properties share the same prefix (DCAE.dmaap.event) instead
of some having a different prefix (DCAE.dmaap.appc). This is
required since all dmaap properties are now being read by the
a common java class.
Change-Id: I66b7cb466ec03f3357ecc473748a54a3a090ef16
Signed-off-by: Patrick Brady <patrick.brady@att.com>
Issue-ID: APPC-1744
|
|
|
|
change to poke 8181 port
Issue-ID: APPC-1792
Change-Id: I16160dde01c11c6625b407a1f5db4a24bc291df5
Signed-off-by: Taka Cho <takamune.cho@att.com>
|
|
|
|
DB and auth credentials are never extracted from this file thus it's
better to remove them to avoid confusion.
Issue-ID: OOM-2051
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Change-Id: I66b0cb61b17439496ed0e0c8d9529ad730823d61
|
|
As ansible server is a statefulset with PVC
template written in the statefulset, you'll
have one PVC per ansible server.
Thus ReadWriteMany (RWX) is not necessary and
RWO is sufficient.
Change-Id: I735891be2a098303ce85e21da7c8dc8b1ea20371
Issue-ID: APPC-1710
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
|
|
change value files to refect for
El Alto release
Issue-ID: APPC-1735
Change-Id: Ia882fdbf29a8b5e4321c9942705097e997044e1a
Signed-off-by: Taka Cho <takamune.cho@att.com>
|
|
org.ops4j.pax.logging.cfg should mount
on /opt/onap/appc,not mount from /opt/opendaylight
- which caused readonly error
Issue-ID: APPC-1736
Change-Id: I732b26bb4f6fe6ac6f48771468606af106606e51
Signed-off-by: Taka Cho <takamune.cho@att.com>
|
|
1.6.3 El Alto release
Issue-ID: APPC-1686
Change-Id: I27ba4110138b7ff9bb619b340fa19d3ec62ecb34
Signed-off-by: Taka Cho <takamune.cho@att.com>
|
|
|
|
|
|
the delimiter should be :
not |
Issue-ID: APPC-1714
Change-Id: I66f03805265883ffb26c0d6d065b3d528a5afe67
Signed-off-by: Taka Cho <takamune.cho@att.com>
|
|
Since ccsdk dblib does not work after a restart of
karaf, the appc install scripts must be modified so
that karaf is not started during docker build.
Change-Id: I9cdb3a736e26d7da9fdce53dcc7b45585d97fc47
Signed-off-by: Patrick Brady <patrick.brady@att.com>
Issue-ID: CCSDK-1445
|
|
8282 port is used for the url executor
in DG. Also external IP address is used
in DG. Hence has to be exposed to outside
Issue-ID: APPC-1712
Change-Id: I2cff6b514edf7dde76e9b73351678bdf7a3771e4
Signed-off-by: Taka Cho <takamune.cho@att.com>
|
|
to comply for jolokia security
vulnerability, another three AAA users
will be added
Issue-ID: OJSI-63
Change-Id: I476df578f457f862a76afec2df6ded34bb3cae64
Signed-off-by: Taka Cho <takamune.cho@att.com>
|
|
the old URL is not
working with AAF 2.1.15 image
Issue-ID: AAF-942
Change-Id: I83cabb1048ccd87313784d45ffe27c967d9502c3
Signed-off-by: Taka Cho <takamune.cho@att.com>
|
|
Issue-ID: TEST-185
Change-Id: I2bce2a44aa540a846933c548dd0ab67f3e53e679
Signed-off-by: Brian Freeman <bf1936@att.com>
|
|
1, changed 8181:8282 to 8443:8443 maps to 30230 port
2, take snapshot-1.6.0 appc image that contains
https change
3, chang robot config to https:8443 port
Issue-ID: OJSI-113
Change-Id: Icd1c158ae426013cb742b23a50a6d2929ca33d5e
Signed-off-by: Taka Cho <takamune.cho@att.com>
|
|
Updating all helm chart versions to 5.0.0 for the El Alto release.
Merge will be co-ordinated with the merge of a separate aai/oom patch.
Please do not merge until this coordination has completed.
Issue-ID: OOM-1980
Signed-off-by: Mike Elliott <mike.elliott@amdocs.com>
Change-Id: I31daaebeacea33565f13affd2fa28fb15fe948ba
|
|
move to /home/ansible to share in NFS
and owned by ansible:ansible (100:101)
Issue-ID: APPC-1596
Change-Id: Id2c60ccf7d8bd1d7137a26fa3561c4322b9b03d9
Signed-off-by: Taka Cho <takamune.cho@att.com>
|
|
installFeatures.sh moved to docker build time.
startODL.sh under ccsdk/bin was the old startup
script.
odl-mdsal-clustering moved to docker build time.
Issue-ID: APPC-1631
Change-Id: Ief332ef029f28f8c37a5121fd78a17b88c61bd6f
Signed-off-by: Taka Cho <takamune.cho@att.com>
|
|
In k8s env, daexim has to be changed
to 100:101
Issue-ID: APPC-1627
Change-Id: Iea20a6b3b8cf14a09ca5fc52aa3d6a71534acaaa
Signed-off-by: Taka Cho <takamune.cho@att.com>
|
|
|
|
new appc docker for dublin
Issue-ID: APPC-1595
Change-Id: I52533ce35868b2ad1bd82d2e1cec7c48102cb430
Signed-off-by: Taka Cho <takamune.cho@att.com>
(cherry picked from commit a1d20aee2c93e7ceeda1c680e654fecbe9284317)
|
|
It is reported that the old version of this script is
currently working, so we will leave it as is for now
and make changes later.
This reverts commit 616fb1cea6cadc5e368f43176eb0f4d5342b87b7.
Change-Id: I38d8bff135fbcc3eb407d2f3fcf295cf58c386d2
Signed-off-by: Patrick Brady <patrick.brady@att.com>
Issue-ID: APPC-1242
|
|
Update appc karaf stop detection
The new stop detection script is more reliable and
does not depend on a specific value and format of
the ps command.
Remove clustering feature install
The feature needs to be installed before appc features
are installed, and so the odl-mdsal-clustering install
has been moved to the build scripts.
Change-Id: I6e9c585cbd58a516114a609329422cf8375e023d
Signed-off-by: Patrick Brady <patrick.brady@att.com>
Issue-ID: APPC-1242
|
|
1.5.2 release is for Dublin
Change-Id: Ib967d3938c74dd286c543eb8a51bb61ff9b34583
Issue-ID: APPC-1595
Signed-off-by: Taka Cho <takamune.cho@att.com>
|
|
update p12 password for new
p12 file
Change-Id: I4fc93e7ff1f1a401fd14a806f6d02c652b4bad77
Issue-ID: APPC-1620
Signed-off-by: Taka Cho <takamune.cho@att.com>
|
|
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>
|
|
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>
|
|
1.5.0 appc docker released
Change-Id: Ibbd155006c22d065187c5288a1d2378b4f512d84
Issue-ID: APPC-1595
Signed-off-by: Taka Cho <takamune.cho@att.com>
|
|
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>
|
|
|
|
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>
|
|
changed to:
initialDelaySeconds: 300
periodSeconds: 60
Change-Id: Ic13238e886a8d01a93e2d4f4c7d6bc8f91b5cd09
Issue-ID: APPC-1581
Signed-off-by: Taka Cho <takamune.cho@att.com>
|
|
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>
|
|
/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>
|
|
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>
|