Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DOC: Update Cloud Onboarding pages #436

Merged
merged 4 commits into from
Sep 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/helm-barbican.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
--post-renderer ${{ github.workspace }}/base-kustomize/kustomize.sh \
--post-renderer-args barbican/${{ matrix.overlays }} > /tmp/rendered.yaml
- name: Return helm Build
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: helm-barbican-artifact-${{ matrix.overlays }}
path: /tmp/rendered.yaml
2 changes: 1 addition & 1 deletion .github/workflows/helm-cinder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
--post-renderer ${{ github.workspace }}/base-kustomize/kustomize.sh \
--post-renderer-args cinder/${{ matrix.overlays }} > /tmp/rendered.yaml
- name: Return helm Build
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: helm-cinder-artifact-${{ matrix.overlays }}
path: /tmp/rendered.yaml
2 changes: 1 addition & 1 deletion .github/workflows/helm-glance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
--post-renderer ${{ github.workspace }}/base-kustomize/kustomize.sh \
--post-renderer-args glance/${{ matrix.overlays }} > /tmp/rendered.yaml
- name: Return helm Build
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: helm-glance-artifact-${{ matrix.overlays }}
path: /tmp/rendered.yaml
2 changes: 1 addition & 1 deletion .github/workflows/helm-heat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
--post-renderer ${{ github.workspace }}/base-kustomize/kustomize.sh \
--post-renderer-args heat/${{ matrix.overlays }} > /tmp/rendered.yaml
- name: Return helm Build
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: helm-heat-artifact-${{ matrix.overlays }}
path: /tmp/rendered.yaml
2 changes: 1 addition & 1 deletion .github/workflows/helm-horizon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
--post-renderer ${{ github.workspace }}/base-kustomize/kustomize.sh \
--post-renderer-args horizon/${{ matrix.overlays }} > /tmp/rendered.yaml
- name: Return helm Build
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: helm-horizon-artifact-${{ matrix.overlays }}
path: /tmp/rendered.yaml
2 changes: 1 addition & 1 deletion .github/workflows/helm-keystone.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
--post-renderer ${{ github.workspace }}/base-kustomize/kustomize.sh \
--post-renderer-args keystone/${{ matrix.overlays }} > /tmp/rendered.yaml
- name: Return helm Build
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: helm-keystone-artifact-${{ matrix.overlays }}
path: /tmp/rendered.yaml
2 changes: 1 addition & 1 deletion .github/workflows/helm-loki.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
--namespace grafana \
loki grafana/loki > /tmp/rendered.yaml
- name: Return helm Build
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: helm-loki-artifact
path: /tmp/rendered.yaml
2 changes: 1 addition & 1 deletion .github/workflows/helm-magnum.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
--post-renderer ${{ github.workspace }}/base-kustomize/kustomize.sh \
--post-renderer-args magnum/${{ matrix.overlays }} > /tmp/rendered.yaml
- name: Return helm Build
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: helm-magnum-artifact-${{ matrix.overlays }}
path: /tmp/rendered.yaml
2 changes: 1 addition & 1 deletion .github/workflows/helm-neutron.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
--post-renderer ${{ github.workspace }}/base-kustomize/kustomize.sh \
--post-renderer-args neutron/${{ matrix.overlays }} > /tmp/rendered.yaml
- name: Return helm Build
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: helm-neutron-artifact-${{ matrix.overlays }}
path: /tmp/rendered.yaml
2 changes: 1 addition & 1 deletion .github/workflows/helm-nova.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
--post-renderer ${{ github.workspace }}/base-kustomize/kustomize.sh \
--post-renderer-args nova/${{ matrix.overlays }} > /tmp/rendered.yaml
- name: Return helm Build
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: helm-nova-artifact-${{ matrix.overlays }}
path: /tmp/rendered.yaml
2 changes: 1 addition & 1 deletion .github/workflows/helm-octavia.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
--post-renderer ${{ github.workspace }}/base-kustomize/kustomize.sh \
--post-renderer-args octavia/${{ matrix.overlays }} > /tmp/rendered.yaml
- name: Return helm Build
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: helm-octavia-artifact-${{ matrix.overlays }}
path: /tmp/rendered.yaml
2 changes: 1 addition & 1 deletion .github/workflows/helm-placement.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
--post-renderer ${{ github.workspace }}/base-kustomize/kustomize.sh \
--post-renderer-args placement/${{ matrix.overlays }} > /tmp/rendered.yaml
- name: Return helm Build
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: helm-placement-artifact-${{ matrix.overlays }}
path: /tmp/rendered.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
--timeout 120m \
-f ${{ github.workspace }}/base-helm-configs/monitoring/openstack-metrics-exporter/openstack-metrics-exporter-helm-overrides.yaml > /tmp/rendered.yaml
- name: Return helm Build
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: helm-openstack-exporter-artifact-${{ matrix.overlays }}
path: /tmp/rendered.yaml
2 changes: 1 addition & 1 deletion .github/workflows/kustomize-argocd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: |
kustomize build base-kustomize/argocd/${{ matrix.overlays }} --enable-helm --helm-command ${{ steps.helm.outputs.helm-path }} > /tmp/rendered.yaml
- name: Return Kustomize Build
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: kustomize-argocd-artifact-${{ matrix.overlays }}
path: /tmp/rendered.yaml
2 changes: 1 addition & 1 deletion .github/workflows/kustomize-etcd-backups.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: |
kustomize build base-kustomize/backups/etcd/ > /tmp/rendered.yaml
- name: Return Kustomize Build
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: kustomize-etcd-backup-artifact
path: /tmp/rendered.yaml
2 changes: 1 addition & 1 deletion .github/workflows/kustomize-gateway-api-envoyproxy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: |
kustomize build base-kustomize/gateway/envoyproxy/ --enable-helm --helm-command ${{ steps.helm.outputs.helm-path }} > /tmp/rendered.yaml
- name: Return Kustomize Build
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: kustomize-gateway-artifact
path: /tmp/rendered.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: |
kustomize build base-kustomize/gateway/nginx-gateway-fabric/ --enable-helm --helm-command ${{ steps.helm.outputs.helm-path }} > /tmp/rendered.yaml
- name: Return Kustomize Build
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: kustomize-gateway-artifact
path: /tmp/rendered.yaml
2 changes: 1 addition & 1 deletion .github/workflows/kustomize-k8s-dashboard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: |
kustomize build base-kustomize/k8s-dashboard > /tmp/rendered.yaml
- name: Return Kustomize Build
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: kustomize-k8s-dashboard-artifact
path: /tmp/rendered.yaml
2 changes: 1 addition & 1 deletion .github/workflows/kustomize-libvirt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: |
kustomize build base-kustomize/libvirt --enable-helm --helm-command ${{ steps.helm.outputs.helm-path }} > /tmp/rendered.yaml
- name: Return Kustomize Build
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: kustomize-libvirt-artifact
path: /tmp/rendered.yaml
2 changes: 1 addition & 1 deletion .github/workflows/kustomize-mariadb-cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: |
kustomize build base-kustomize/mariadb-cluster/${{ matrix.overlays }} > /tmp/rendered.yaml
- name: Return Kustomize Build
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: kustomize-mariadb-cluster-artifact-${{ matrix.overlays }}
path: /tmp/rendered.yaml
2 changes: 1 addition & 1 deletion .github/workflows/kustomize-mariadb-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: |
kustomize build base-kustomize/mariadb-operator --enable-helm --helm-command ${{ steps.helm.outputs.helm-path }} > /tmp/rendered.yaml
- name: Return Kustomize Build
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: kustomize-mariadb-operator-artifact
path: /tmp/rendered.yaml
2 changes: 1 addition & 1 deletion .github/workflows/kustomize-memcached.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: |
kustomize build base-kustomize/memcached/${{ matrix.overlays }} --enable-helm --helm-command ${{ steps.helm.outputs.helm-path }} > /tmp/rendered.yaml
- name: Return Kustomize Build
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: kustomize-memcached-artifact-${{ matrix.overlays }}
path: /tmp/rendered.yaml
2 changes: 1 addition & 1 deletion .github/workflows/kustomize-openstack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: |
kustomize build base-kustomize/openstack > /tmp/rendered.yaml
- name: Return Kustomize Build
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: kustomize-openstack-artifact
path: /tmp/rendered.yaml
2 changes: 1 addition & 1 deletion .github/workflows/kustomize-ovn.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: |
kustomize build base-kustomize/ovn > /tmp/rendered.yaml
- name: Return Kustomize Build
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: kustomize-ovn-artifact
path: /tmp/rendered.yaml
2 changes: 1 addition & 1 deletion .github/workflows/kustomize-prometheus-mysql-exporter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: |
kustomize build base-kustomize/prometheus-mysql-exporter/ --enable-helm --helm-command ${{ steps.helm.outputs.helm-path }} > /tmp/rendered.yaml
- name: Return Kustomize Build
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: kustomize-prometheus-mysql-exporter-artifact
path: /tmp/rendered.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: |
kustomize build base-kustomize/prometheus-postgres-exporter/ --enable-helm --helm-command ${{ steps.helm.outputs.helm-path }} > /tmp/rendered.yaml
- name: Return Kustomize Build
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: kustomize-prometheus-postgres-exporter-artifact
path: /tmp/rendered.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: |
kustomize build base-kustomize/prometheus-rabbitmq-exporter/ --enable-helm --helm-command ${{ steps.helm.outputs.helm-path }} > /tmp/rendered.yaml
- name: Return Kustomize Build
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: kustomize-prometheus-rabbitmq-exporter-artifact
path: /tmp/rendered.yaml
2 changes: 1 addition & 1 deletion .github/workflows/kustomize-prometheus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: |
kustomize build base-kustomize/prometheus/ --enable-helm --helm-command ${{ steps.helm.outputs.helm-path }} > /tmp/rendered.yaml
- name: Return Kustomize Build
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: kustomize-prometheus-artifact
path: /tmp/rendered.yaml
2 changes: 1 addition & 1 deletion .github/workflows/kustomize-rabbitmq-cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: |
kustomize build base-kustomize/rabbitmq-cluster/${{ matrix.overlays }} > /tmp/rendered.yaml
- name: Return Kustomize Build
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: kustomize-rabbitmq-cluster-artifact-${{ matrix.overlays }}
path: /tmp/rendered.yaml
2 changes: 1 addition & 1 deletion .github/workflows/kustomize-rabbitmq-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: |
kustomize build base-kustomize/rabbitmq-operator > /tmp/rendered.yaml
- name: Return Kustomize Build
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: kustomize-rabbitmq-operator-artifact
path: /tmp/rendered.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: |
kustomize build base-kustomize/rabbitmq-topology-operator > /tmp/rendered.yaml
- name: Return Kustomize Build
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: kustomize-rabbitmq-topology-operator-artifact
path: /tmp/rendered.yaml
2 changes: 1 addition & 1 deletion .github/workflows/kustomize-rook-cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: |
kustomize build base-kustomize/rook-cluster > /tmp/rendered.yaml
- name: Return Kustomize Build
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: kustomize-rook-cluster-artifact
path: /tmp/rendered.yaml
2 changes: 1 addition & 1 deletion .github/workflows/kustomize-rook-defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: |
kustomize build base-kustomize/rook-defaults > /tmp/rendered.yaml
- name: Return Kustomize Build
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: kustomize-rook-defaults-artifact
path: /tmp/rendered.yaml
2 changes: 1 addition & 1 deletion .github/workflows/kustomize-rook-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: |
kustomize build base-kustomize/rook-operator > /tmp/rendered.yaml
- name: Return Kustomize Build
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: kustomize-rook-operator-artifact
path: /tmp/rendered.yaml
2 changes: 1 addition & 1 deletion .github/workflows/kustomize-sealed-secrets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: |
kustomize build base-kustomize/sealed-secrets/${{ matrix.overlays }} --enable-helm --helm-command ${{ steps.helm.outputs.helm-path }} > /tmp/rendered.yaml
- name: Return Kustomize Build
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: kustomize-sealed-secrets-artifact-${{ matrix.overlays }}
path: /tmp/rendered.yaml
2 changes: 1 addition & 1 deletion .github/workflows/kustomize-skyline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: |
kustomize build base-kustomize/skyline/${{ matrix.overlays }} > /tmp/rendered.yaml
- name: Return Kustomize Build
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: kustomize-skyline-artifact-${{ matrix.overlays }}
path: /tmp/rendered.yaml
2 changes: 1 addition & 1 deletion .github/workflows/kustomize-topolvm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: |
kustomize build base-kustomize/topolvm/${{ matrix.overlays }} --enable-helm --helm-command ${{ steps.helm.outputs.helm-path }} > /tmp/rendered.yaml
- name: Return Kustomize Build
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: kustomize-topolvm-artifact-${{ matrix.overlays }}
path: /tmp/rendered.yaml
2 changes: 1 addition & 1 deletion .github/workflows/kustomize-vault-secrets-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: |
kustomize build base-kustomize/vault-secrets-operator/${{ matrix.overlays }} --enable-helm --helm-command ${{ steps.helm.outputs.helm-path }} > /tmp/rendered.yaml
- name: Return Kustomize Build
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: kustomize-vault-secrets-operator-artifact-${{ matrix.overlays }}
path: /tmp/rendered.yaml
2 changes: 1 addition & 1 deletion .github/workflows/kustomize-vault.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: |
kustomize build base-kustomize/vault/${{ matrix.overlays }} --enable-helm --helm-command ${{ steps.helm.outputs.helm-path }} > /tmp/rendered.yaml
- name: Return Kustomize Build
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: kustomize-vault-artifact-${{ matrix.overlays }}
path: /tmp/rendered.yaml
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
echo "pre-commit run --files ${{ steps.changed-files.outputs.all_changed_files }}"
- name: Upload log artifacts on failure
if: failure()
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: pre-commit-py${{ matrix.python-version }}
path: /home/runner/.cache/pre-commit/pre-commit.log
Loading
Loading