- Use updated project name in titles/text
- Correct text for link to Storyboard (docs)
- Correct capitalization in section headings
- Correct formatting for section headings
- Update project name in link to release notes, api-ref
- Update project name in config for docs/releasenotes/api-ref
Story:2007193
Task:38347
Change-Id: I52a53260042e6924673230486476c394001683ca
Signed-off-by: Kristal Dale <kristal.dale@intel.com>
The python-keystoneclient unit test code uses a token expiry of Jan 1,
2020, which causes a failure as of that date. Skip running the tests
as part of the build to avoid this issue.
Change-Id: I85e780c6f40beb19d1527282f30b38879ccfc512
Closes-Bug: 1858049
Signed-off-by: Don Penney <don.penney@windriver.com>
This update added two missing python packages to the platform client
docker image to make remote dcmanager working.
Change-Id: I08185459e7297663c5aa03e9c9c05c5282f00c76
Story: 2004766
Task: 37126
Signed-off-by: Andy Ning <andy.ning@windriver.com>
This updates distributed cloud spec to add the dcdbsync instance for
containerized openstack services.
Story: 2004766
Task: 36102
Depends-On: https://review.opendev.org/#/c/682157/
Change-Id: I612995e7b9d1409ca6eee8be0716c385841b34e2
Signed-off-by: Andy Ning <andy.ning@windriver.com>
The stx-magnum and stx-murano images are not used by StarlingX
and are removed by this commit.
Change-Id: Ia6e1c4f2b420ea3afb2395f31f56a635ef7cd0e2
Closes-Bug: 1840475
Signed-off-by: Don Penney <don.penney@windriver.com>
In order to use kubectl and helm remote clients, they must
be included in the platform docker image
Change-Id: I098f2a15a973e418f1b37d87d4044672944baa28
Parial-bug: 1840439
Signed-off-by: Stefan Dinescu <stefan.dinescu@windriver.com>
Add upstream stable helm charts for Elastic log monitoring:
components: elasticsearch, filebeat, metricbeat, logstash, kibana.
This enables build of monitor-helm which contains the helm charts
required for the stx-monitor application.
A Kibana patch is required for the Helm/Tiller issue with the
checksum handling.
The Elastic 7.x Apache 2.0 Licensed ("oss") images are included.
These helm charts are included when performing:
build-pkgs monitor-helm
and requires stx-config:
build-pkgs stx-monitor-helm
build-helm-charts.sh --app stx-monitor
Change-Id: Ic9a5b909dfbf60e39f98f3f14fe9bbac2de1d42b
Depends-On: Id6e1180f2c4d6b736aaedd73430d0696ae9d0744
Story: 2005733
Task: 33413
Co-Authored-By: Kevin Smith <kevin.smith@windriver.com>
Signed-off-by: John Kung <john.kung@windriver.com>
Add variables for initial delay, period and timeout for rabbitmq
liveness and readiness probes. Default to current upstream settings.
Do not recommend this for upstreaming to openstack-helm-infra as
enhancements have been added since the last starlingx rebase to enable
more generic override of probes. On next rebase of starlingx on
openstack-helm-infra, recommend refactoring this change based on these
upstream commits (assuming upstream hasn't done it already):
https://review.opendev.org/#/c/668710/https://review.opendev.org/#/c/631597/
Partial-Bug: 1837426
Change-Id: I0a8d8f466c4b8482cc9161d28de37bff6fc7ced3
Signed-off-by: Gerry Kopec <gerry.kopec@windriver.com>
Use templates instead of individual jobs so that these
can be changed in one place.
Depends-On: https://review.opendev.org/677606
Change-Id: Ibbf9e08508b0a3c60db81a8b8c85a71ece9ecd76
Here is the upstream patch link:
https://review.opendev.org/#/c/677425
Change-Id: I71b6d37b5e335ce9045937009fa93d47a49bcd4c
Partial-Bug: 1834796
Signed-off-by: Bin Yang <bin.yang@intel.com>
This is based on upstream(openstack-helm/openstack-helm-infra) review:
https://review.opendev.org/#/c/672966/
The only difference is that we do not carry over the Ceph changes
as we do not use Helm's Ceph in StarlingX.
Change-Id: Iabc3689bca198a861f2ade03a620895320897568
Closes-Bug: 1820902
Signed-off-by: Ovidiu Poncea <ovidiu.poncea@windriver.com>
Change-Id: I2d73c52a2e17b4519350229aa95d6766bd4b7129
Depends-On: https://review.opendev.org/#/c/671651
Closes-Bug: 1834796
Signed-off-by: Bin Yang <bin.yang@intel.com>
We are pulling stable/stein for horizon, this commit changes the version
in the spec file to match that.
Closes-Bug: 1837633
Change-Id: I8e6af4ae9cd8fa49800b98ea8ac322a4de44e269
Signed-off-by: Tyler Smith <tyler.smith@windriver.com>
This commit updates the barbican OCF scripts to address
logging issues:
- barbican-api is updated to set permissions on the logfile
to restrict access
- barbican-keystone-listener and barbican-worker are updated
to log via syslog
Change-Id: I814d35ca3e55fbfb9e0a462f3f05ff2db6a9cca5
Partial-Bug: 1836632
Signed-off-by: Don Penney <don.penney@windriver.com>
- Modifying permissions to prevent non-root users from seeing passwords
in the /opt/dc/ansible folder
Change-Id: I90cad757c116b2d4b8b355c3cfe81d0c4e357138
Story: 2004766
Task: 35756
Signed-off-by: Tyler Smith <tyler.smith@windriver.com>
When https is enabled, the cinder helm chart would fail
to apply due to a failure in cinder bootstrap script.
The cinder client which uses the public endpoint to query
the volume types cannot resolve the dns name locally.
This commit changes the cinder template bootstrap script
to use the openstack client instead of the cinder client
to list volume types.
Upstream (openstack-helm) review:
https://review.opendev.org/#/c/671024/
Partial-Bug: 1826583
Change-Id: I63bf1d557c1dd4c93a0063cc9ec1624584079917
Signed-off-by: Teresa Ho <teresa.ho@windriver.com>
When HTTPS is enabled, the public endpoint of placement service
is set with https and fqdn. The placement helm chart would fail
to apply.
This commit is to correct the syntax of the secret tls section
in the values.yaml and secret-ingress-tls.yaml.
Upstream (openstack-helm) review:
https://review.opendev.org/#/c/662229
Partial-Bug: 1826583
Change-Id: I64e7c1ff1972b0640145d18cafe2ea4e505db465
Signed-off-by: Teresa Ho <teresa.ho@windriver.com>
- Adding the /opt/dc/ansible folder to store inventory and override
files for configuring subclouds
Change-Id: I8231937e13c2fdb033b0e31879705053aff193ee
Story: 2004766
Task: 35756
Signed-off-by: Tyler Smith <tyler.smith@windriver.com>
This commit adds the capability for Aodh, Panko and Gnocchi
charts to support TLS on overriden fqdn for public endpoints.
Upstream(openstack-helm/openstack-helm-infra) reviews:
https://review.opendev.org/#/c/670121/https://review.opendev.org/#/c/670123/
Change-Id: I3011a9f0f07c9cf1b30694c97f3c02db6cdef56e
Partial-Bug: 1826583
Signed-off-by: Angie Wang <angie.wang@windriver.com>
Update stx-nova docker image directives file to change
nova branch to f/stein.2.
Multi-node deployment test pass and VM creation/remove pass
Story: 2006167
Task: 35678
Change-Id: If031b2e69c5f5ae17969db05881e60a39d21cc4d
Signed-off-by: zhipengl <zhipengs.liu@intel.com>
The storyboard and gerrit doc link are error, and git library
redirect to the correct one, this change is to correct all them.
Change-Id: I3591df21e477a7111e4f00c4245d26b71faf06d3
Partial-Bug: #1835207
Signed-off-by: junboli <junbo85.li@gmail.com>
Add capability for nova to send service token. Default to disabled.
Config setup is similar to keystone_authtoken.
Upstream openstack-helm review: https://review.opendev.org/#/c/667690
Story: 2003909
Task: 34311
Change-Id: I9f217a4c98298a861f2ade03a620895697e79122
Signed-off-by: Gerry Kopec <gerry.kopec@windriver.com>
Wrap code making the assumption there is only one Ceph backend
(using is_ceph_volume_configured) in a "range" and use ceph_backend_list
helper to iterate all available Ceph backends.
Move Ceph pool application name in values.yaml from
conf.software.rbd.rbd_pool_app_name* to conf.ceph.pools.*.app_name
Change-Id: Ib62407a876b8e679a15d6b9293b8e1e03e149788
Depends-On: I2d3e7d5440b55e0e9e3d053f645fc162736bbde6
Story: 2003909
Task: 30351
Signed-off-by: Daniel Badea <daniel.badea@windriver.com>
This commit adds helm charts of placement to openstack-helm
Related openstack-helm upstream change is
https://review.opendev.org/#/c/662229/
Below test pass on both AIO and multi setup
1) Openstack Application apply and reapply
2) VM creation and delete
3) Active controller switch and create vm after that
Story: 2005750
Task: 33418
Change-Id: I68ec2325af6b37393267d5898a49e75623728349
Signed-off-by: zhipengl <zhipengs.liu@intel.com>
Pull in the two upstream changes since the last chart rebase and cherry
pick the newly proposed changes for enabling Cinder volume backups.
The following changes will be dropped on the next chart rebase:
- Adding a cinder internal tenant to support image-volume caching
- Allow configuring the RBD application name for volumes and backups
Change-Id: I2d3e7d5440b55e0e9e3d053f645fc162736bbde6
Story: 2004520
Task: 33631
Signed-off-by: Robert Church <robert.church@windriver.com>
A docker image with included platform clients needs to be
created to be used for remote CLI access.
Clients included in this image: cgtsclient, fmclient,
openstackclient, distributedcloudclient
Change-Id: Id61afeff0894b158597a18000124dbba9652705b
Signed-off-by: Stefan Dinescu <stefan.dinescu@windriver.com>
Story: 2005312
Task: 33652