Skip to content

Commit

Permalink
Update all of the OSH charts submodule
Browse files Browse the repository at this point in the history
This change updates the OSH submodule to address several issues in the
stack, specifically Issue #38.

Signed-off-by: Kevin Carter <[email protected]>
  • Loading branch information
cloudnull committed Jan 26, 2024
1 parent ef9f590 commit 173cb71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion submodules/openstack-helm
Submodule openstack-helm updated 34 files
+2 −2 Makefile
+6 −18 README.rst
+14 −0 doc/source/install/deploy_openstack.rst
+22 −1 doc/source/install/setup_openstack_client.rst
+1 −1 neutron/Chart.yaml
+4 −4 neutron/templates/daemonset-ovn-metadata-agent.yaml
+1 −1 nova/Chart.yaml
+10 −2 nova/templates/bin/_nova-compute-init.sh.tpl
+6 −6 nova/templates/bin/_nova-console-compute-init.sh.tpl
+6 −6 nova/templates/bin/_nova-console-proxy-init.sh.tpl
+8 −0 nova/templates/bin/_ssh-start.sh.tpl
+42 −0 nova/templates/bin/_storage-init.sh.tpl
+2 −0 nova/templates/configmap-bin.yaml
+16 −0 nova/templates/daemonset-compute.yaml
+12 −2 nova/templates/deployment-novncproxy.yaml
+1 −1 nova/templates/ingress-novncproxy.yaml
+23 −0 nova/templates/ingress-spiceproxy.yaml
+167 −0 nova/templates/job-nova-storage-init.yaml
+1 −1 nova/templates/service-ingress-novncproxy.yaml
+18 −0 nova/templates/service-ingress-spiceproxy.yaml
+54 −10 nova/values.yaml
+1 −1 octavia/Chart.yaml
+1 −1 octavia/templates/daemonset-health-manager.yaml
+1 −0 releasenotes/notes/neutron.yaml
+5 −0 releasenotes/notes/nova.yaml
+1 −0 releasenotes/notes/octavia.yaml
+7 −0 tools/deployment/common/prepare-k8s.sh
+15 −9 tools/deployment/common/setup-client.sh
+15 −0 tools/deployment/common/setup-gateway.sh
+26 −13 tools/deployment/common/use-it.sh
+16 −0 tools/deployment/component/ovn/ovn.sh
+11 −0 zuul.d/2023.2.yaml
+28 −0 zuul.d/base.yaml
+1 −0 zuul.d/project.yaml

0 comments on commit 173cb71

Please sign in to comment.