Skip to content

Commit 29b74f0

Browse files
committed
docs: update skyline doc to include enable federation section and add skylinesecrets to gitignore
1 parent b514380 commit 29b74f0

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,3 +129,6 @@ base-kustomize/**/charts
129129

130130
# mkdocs
131131
site/
132+
133+
# skyline secrets
134+
/etc/genestack/skylinesecrets.yaml

docs/openstack-skyline.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,19 @@ The script will:
2424
The `create-skyline-secrets.sh` script requires that `/etc/genestack/kubesecrets.yaml` already exists. Run the `create-secrets.sh` script first if you haven't already.
2525

2626

27+
### Enable Federation (use Keystone public endpoint)
28+
29+
If you plan to enable federation in Skyline, ensure the Keystone endpoint used for secrets is the public endpoint (not the internal cluster service).
30+
31+
!!! note
32+
33+
Edit `/opt/genestack/bin/create-skyline-secrets.sh` and set the `keystone-endpoint` value to your public Keystone URL (for example, `https://keystone.example.com/v3`). Then run the script:
34+
35+
``` shell
36+
/opt/genestack/bin/create-skyline-secrets.sh
37+
```
38+
39+
2740
### Manual Secret Generation (Alternative)
2841

2942
Manual secret generation is only required if you haven't run the `create-skyline-secrets.sh` script located in `/opt/genestack/bin`.

0 commit comments

Comments
 (0)