Age | Commit message (Collapse) | Author | Files | Lines |
|
Update OOF-HAS container to 2.3.0
Issue-ID: OPTFRA-1037
Signed-off-by: Krishna <krishnamoorthy.manoharan@stl.tech>
Change-Id: I46f6a23ce0f61cf22559e39e29a0118cc9730136
|
|
- add checkbahims to tox.ini default profiles
- remove -f options to unforce bashisms detection in explicit bash
scripts and to differentiate treatments between bash and sh
- migrate #!/bin/bash shebangs to #!/bin/sh for scripts without bashisms
The following scripts have not been migrated since they still use
bashisms difficult to migrate (mostly arrays - more details below)
./kubernetes/common/mariadb-init/resources/config/db_init.sh
./kubernetes/portal/components/portal-mariadb/resources/config/ \
mariadb/docker-entrypoint.sh
./kubernetes/helm/plugins/deploy/deploy.sh
./kubernetes/helm/plugins/undeploy/undeploy.sh
./kubernetes/sdnc/components/sdnc-prom/resources/bin/ensureSdncActive.sh
$ find . -not -path '*/\.*' -name *.sh -exec checkbashisms -f {} + 2>&1\
| grep line | cut -d' ' -f 7- | sort | uniq -c | sort -k1,1nr
18 (bash arrays, ${name[0|*|@]}):
2 (declare):
1 ($FUNCNAME):
1 (shopt):
1 (trap with ERR|DEBUG|RETURN):
https://mywiki.wooledge.org/Bashism#Arrays
https://mywiki.wooledge.org/Bashism#Special_Variables
https://mywiki.wooledge.org/Bashism#Builtins
https://www.oilshell.org/release/0.5.alpha2/test/spec.wwz/builtin-trap.html
Issue-ID: OOM-2643
Signed-off-by: Guillaume Lambert <guillaume.lambert@orange.com>
Change-Id: Id06ad1d45004321a293bdd26038d8da5f7b6b4ac
|
|
AAI v19 version schema is deprecated
Change-Id: Iff6bb1332b0aba08ee0d1a691e44762f2539d809
Signed-off-by: nellix93 <aniellopaolo.malinconico@guest.telecomitalia.it>
Issue-ID: OOM-2766
|
|
- Add etcd as a subchart
- Add configuration to switch between
etcd and music
- Remove onboard and healthcheck jobs
Issue-ID: OPTFRA-953
Signed-off-by: Krishna moorthy <krishna.moorthy6@wipro.com>
Change-Id: I44c8b60c3bdb0282329b6f87c5011093055ea91f
|
|
pointed out by checkbashisms.
$ tox -e checkbashisms |grep 'interpreter line' | cut -d' ' -f2
|xargs grep -lv '#!/bin/sh' | xargs sed -i -e '1i#!/bin/sh' -e '1i\\'
plus manual fixes
Issue-ID: OOM-2643
Signed-off-by: Guillaume Lambert <guillaume.lambert@orange.com>
Change-Id: Ic41fec6ebadd162cecf889f2b119ac82551bd21d
|
|
- Update OSDF to 3.0.3
- NST selection enhancements
- Interface with consul
- Update HAS to 2.1.3
- New candidate support(NST)
- Update CMSO to 2.3.1
- Fixed security vulnerabilities
Issue-ID: OPTFRA-904
Signed-off-by: Krishna Moorthy <krishna.moorthy6@wipro.com>
Change-Id: Ib78325aba6e043c06a9e766298f91badf1af4d27
|
|
Signed-off-by: Jakub Latusek <j.latusek@samsung.com>
Change-Id: Ia9195b1f3ac6af6ce929060a57503d1a497c0736
Issue-ID: OOM-2562
|
|
- Upgrade OSDF and HAS to new image version
- Intermediate and root ca certs should be added to domain
cert for nginx to serve https requests
- Remove redundant certs and load it as a secret
Issue-ID: OPTFRA-857
Signed-off-by: krishnaa96 <krishna.moorthy6@wipro.com>
Change-Id: I51d5f9bf53561acbe5e1df6691e02899de41eed0
|
|
Issue-ID: OPTFRA-804
Signed-off-by: krishnaa96 <krishna.moorthy6@wipro.com>
Change-Id: Ic395ce79ae3b9188574bf35375509decdafd5503
|
|
Issue-ID: OPTFRA-850
Signed-off-by: krishnaa96 <krishna.moorthy6@wipro.com>
Change-Id: If6ea86e827e7b1da81a1fc17b6301fc0df3d1309
|
|
Remove Hardcoded certificates from OOF
Resturcture OOF charts
Issue-ID: OPTFRA-803
Signed-off-by: krishnaa96 <krishna.moorthy6@wipro.com>
Change-Id: Ibe886a44fcbf22bb3443fbb8ec8e37ddc7636ffe
|