Skip to content

Commit 48dc9cc

Browse files
authored
Doc updates (#739)
* chore: remove osie Signed-off-by: Kevin Carter <[email protected]> * chore: fix typos Signed-off-by: Kevin Carter <[email protected]> * chore: fix longhorn docs Signed-off-by: Kevin Carter <[email protected]> --------- Signed-off-by: Kevin Carter <[email protected]>
1 parent 1a24ec6 commit 48dc9cc

10 files changed

+10
-22
lines changed

.github/workflows/release-ceilometer.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
VERSION=${{ github.event.inputs.buildVersion || env.DEF_BUILD_VERSION}}
8585
- name: Dynamically set MY_CONTAINER output option
8686
id: mycontainer
87-
run: echo "MY_CONTAINER=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}/nova-efi:${{ github.event.inputs.imageTag }}-${{ env.MY_DATE }}" >> $GITHUB_OUTPUT
87+
run: echo "MY_CONTAINER=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}/ceilometer:${{ github.event.inputs.imageTag }}-${{ env.MY_DATE }}" >> $GITHUB_OUTPUT
8888
- name: Dynamically set MY_DATE output option
8989
id: mydate
9090
run: echo "MY_DATE=${{ env.MY_DATE }}" >> $GITHUB_OUTPUT

.github/workflows/release-cinder-netapp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
VERSION=${{ github.event.inputs.imageTag }}
7272
- name: Dynamically set MY_CONTAINER output option
7373
id: mycontainer
74-
run: echo "MY_CONTAINER=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}/nova-efi:${{ github.event.inputs.imageTag }}-${{ env.MY_DATE }}" >> $GITHUB_OUTPUT
74+
run: echo "MY_CONTAINER=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}/cinder:${{ github.event.inputs.imageTag }}-${{ env.MY_DATE }}" >> $GITHUB_OUTPUT
7575
- name: Dynamically set MY_DATE output option
7676
id: mydate
7777
run: echo "MY_DATE=${{ env.MY_DATE }}" >> $GITHUB_OUTPUT

.github/workflows/release-gnocchi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
VERSION=${{ github.event.inputs.buildVersion || env.DEF_BUILD_VERSION}}
8686
- name: Dynamically set MY_CONTAINER output option
8787
id: mycontainer
88-
run: echo "MY_CONTAINER=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}/nova-efi:${{ github.event.inputs.imageTag }}-${{ env.MY_DATE }}" >> $GITHUB_OUTPUT
88+
run: echo "MY_CONTAINER=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}/gnocchi:${{ github.event.inputs.imageTag }}-${{ env.MY_DATE }}" >> $GITHUB_OUTPUT
8989
- name: Dynamically set MY_DATE output option
9090
id: mydate
9191
run: echo "MY_DATE=${{ env.MY_DATE }}" >> $GITHUB_OUTPUT

.github/workflows/release-heat-rxt.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
VERSION=${{ github.event.inputs.imageTag || env.DEF_TAG_NAME }}
7676
- name: Dynamically set MY_CONTAINER output option
7777
id: mycontainer
78-
run: echo "MY_CONTAINER=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}/nova-efi:${{ github.event.inputs.imageTag }}-${{ env.MY_DATE }}" >> $GITHUB_OUTPUT
78+
run: echo "MY_CONTAINER=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}/heat:${{ github.event.inputs.imageTag }}-${{ env.MY_DATE }}" >> $GITHUB_OUTPUT
7979
- name: Dynamically set MY_DATE output option
8080
id: mydate
8181
run: echo "MY_DATE=${{ env.MY_DATE }}" >> $GITHUB_OUTPUT

.github/workflows/release-horizon-rxt.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
PLUGIN_VERSION=${{ github.event.inputs.pluginTag }}
7979
- name: Dynamically set MY_CONTAINER output option
8080
id: mycontainer
81-
run: echo "MY_CONTAINER=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}/nova-efi:${{ github.event.inputs.imageTag }}-${{ env.MY_DATE }}" >> $GITHUB_OUTPUT
81+
run: echo "MY_CONTAINER=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}/horizon:${{ github.event.inputs.imageTag }}-${{ env.MY_DATE }}" >> $GITHUB_OUTPUT
8282
- name: Dynamically set MY_DATE output option
8383
id: mydate
8484
run: echo "MY_DATE=${{ env.MY_DATE }}" >> $GITHUB_OUTPUT

.github/workflows/release-neutron-oslodb.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
PLUGIN_VERSION=${{ github.event.inputs.pluginTag }}
7979
- name: Dynamically set MY_CONTAINER output option
8080
id: mycontainer
81-
run: echo "MY_CONTAINER=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}/nova-efi:${{ github.event.inputs.imageTag }}-${{ env.MY_DATE }}" >> $GITHUB_OUTPUT
81+
run: echo "MY_CONTAINER=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}/neutron-oslodb:${{ github.event.inputs.imageTag }}-${{ env.MY_DATE }}" >> $GITHUB_OUTPUT
8282
- name: Dynamically set MY_DATE output option
8383
id: mydate
8484
run: echo "MY_DATE=${{ env.MY_DATE }}" >> $GITHUB_OUTPUT

.github/workflows/release-nova-oslodb.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
PLUGIN_VERSION=${{ github.event.inputs.pluginTag }}
7979
- name: Dynamically set MY_CONTAINER output option
8080
id: mycontainer
81-
run: echo "MY_CONTAINER=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}/nova-efi:${{ github.event.inputs.imageTag }}-${{ env.MY_DATE }}" >> $GITHUB_OUTPUT
81+
run: echo "MY_CONTAINER=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}/nova-oslodb:${{ github.event.inputs.imageTag }}-${{ env.MY_DATE }}" >> $GITHUB_OUTPUT
8282
- name: Dynamically set MY_DATE output option
8383
id: mydate
8484
run: echo "MY_DATE=${{ env.MY_DATE }}" >> $GITHUB_OUTPUT

docs/extra-osie.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

docs/storage-longhorn.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Replace `${NODE_NAME}` with the name of your node. If you have multiple storage
7777
Before deploying Longhorn, it’s best practice to customize the chart’s values to suit your environment. One of the most common customizations is telling Longhorn where to run
7878
its services and components—in this case, on nodes that have the label `longhorn.io/storage-node=enabled`.
7979

80-
1. Create the override file at `/etc/genestack/manifests/longhorn.yaml`.
80+
1. Create the override file at `/etc/genestack/helm-configs/longhorn.yaml`.
8181
2. Copy the following YAML content into that file. (Adapt as needed.)
8282

8383
!!! example "longhorn.yaml"
@@ -137,7 +137,7 @@ installed yet, or upgrade it if an older version is already present. The `--crea
137137
helm upgrade --install longhorn longhorn/longhorn \
138138
--namespace longhorn-system \
139139
--create-namespace \
140-
-f /etc/genestack/manifests/longhorn.yaml
140+
-f /etc/genestack/helm-configs/longhorn.yaml
141141
```
142142

143143
!!! note "Common helm upgrade arguments"
@@ -146,7 +146,7 @@ helm upgrade --install longhorn longhorn/longhorn \
146146
- **`--namespace longhorn-system`**: Puts all the Longhorn resources into the `longhorn-system` namespace.
147147
- **`--create-namespace`**: Creates the namespace if it does not exist already.
148148
- **`--version 1.8.0`**: Installs a specific version (1.8.0).
149-
- **`-f /etc/genestack/manifests/longhorn.yaml`**: Applies your custom values file.
149+
- **`-f /etc/genestack/helm-configs/longhorn.yaml`**: Applies your custom values file.
150150

151151
## Validate the Deployment
152152

mkdocs.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -267,8 +267,6 @@ nav:
267267
- Monitoring Overview: monitoring-info.md
268268
- Alerting Overview: alerting-info.md
269269
- Logging Overview: genestack-logging.md
270-
- Third Party Tools:
271-
- OSIE: extra-osie.md
272270
- OpenStack:
273271
- CLI Access:
274272
- Generating Clouds YAML: openstack-clouds.md

0 commit comments

Comments
 (0)