Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
d421c85
Add procedure to disable services on OSP side (#407) (#410)
leifmadsen Dec 1, 2022
660228d
Reference stable-1.5 channel and nightly-1.5 tags (#408)
leifmadsen Dec 1, 2022
0875519
Build and push documentation for STF 1.5 (#409)
leifmadsen Dec 1, 2022
eff778c
Don't remove existing 'master' generated files (#411)
leifmadsen Dec 2, 2022
5c89edf
Minor updates to dashboarding guide (#413) (#415)
leifmadsen Dec 7, 2022
fb33ce2
Fix syntax error in certificate renewal module (#416) (#417)
leifmadsen Dec 7, 2022
bcf1a21
Removed sending-metrics-to-gnocchi-and-to-stf m… (#414) (#419)
JoanneOFlynn2018 Dec 7, 2022
e5dcfab
Jof mas minor edits 1.5 (#421) (#422)
JoanneOFlynn2018 Dec 12, 2022
b869902
Update link to STF life cycle page (#423) (#424)
leifmadsen Dec 15, 2022
9a1654a
updated link (#429)
JoanneOFlynn2018 Jan 13, 2023
0e75679
Eliminate mentions of sensubility in OSP13 (#431) (#435)
csibbitt Jan 19, 2023
10d11f0
Updated path to match PR#52 in dashboard repo (#427) (#432)
csibbitt Jan 19, 2023
1be92a8
Fixed alertmanager verification command (#430) (#434)
csibbitt Jan 19, 2023
b966504
mg_master_2161659_minor-style-edit changed note text and position (#4…
mickogeary Jan 20, 2023
711eb3b
Bump base image for building to Fedora 37 (#445) (#446)
leifmadsen Feb 9, 2023
a70b357
mg_master_2168184_adding section with procedures for upgrade from 1.4…
mickogeary Feb 17, 2023
c63f9a3
Import changes for STF 1.5.1 (#459)
leifmadsen Mar 29, 2023
2185b25
Merge branch 'master' into import/master-to-stable-1-5
leifmadsen Jun 19, 2023
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
19 changes: 8 additions & 11 deletions build_tools/ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ echo "--- installing dependencies"
dnf install findutils git make ruby rubygems -y
gem install --no-document --minimal-deps asciidoctor

# get the current working branch, if we're master, we'll end up pushing new docs
# get the current working branch, if we're stable-1.5, we'll end up pushing new docs
echo "--- current working branch is $BRANCH"

echo "--- building documentation"
Expand All @@ -29,30 +29,27 @@ git config --global user.email "$GH_EMAIL" > /dev/null 2>&1
git config --global user.name "$GH_NAME" > /dev/null 2>&1

# Remove all files that are not in the .git dir
echo "--- removing all files related to HEAD"
find . -maxdepth 1 -not -wholename ".git/*" -not -wholename "./index-1-5-upstream*" -type f -delete
echo "--- removing all files related to stable-1.5"
find . -maxdepth 1 -not -wholename ".git/*" -type f -not -wholename "./index.html" -not -wholename "./index-upstream*" -delete
rm -rf images/

# We need this empty file for git not to try to build a jekyll project.
# If your project *is* Jekyll, then this doesn't apply to you...
echo "--- moving built files into the top-level directory"
touch .nojekyll
mv build/doc-Service-Telemetry-Framework/* ./
mv index-upstream.html index.html
rm -rf build/

# Add everything, get ready for commit. But only do it if we're on
# master. If you want to deploy on different branches, you can change
# this.
if [[ "$BRANCH" =~ ^master$|^[0-9]+\.[0-9]+\.X$ ]]; then
echo "Branch is master, so pushing docs to gh-pages"
# Build this for stable-1.5 branch and push custom paths to gh-pages
if [[ "$BRANCH" =~ ^stable-1\.5$ ]]; then
echo "Branch is stable-1.5, so pushing docs to gh-pages"
git add --all
git commit -am '[ci skip] publishing updated documentation...'
git commit -am '[ci skip] publishing updated documentation for STF 1.5...'

git remote rm origin
git remote add origin https://$GH_NAME:$GH_TOKEN@github.com/infrawatch/documentation.git

git push origin gh-pages
else
echo "Not on master, so won't push doc"
echo "Not on stable-1.5, so won't push doc"
fi
8 changes: 4 additions & 4 deletions doc-Service-Telemetry-Framework/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ BUILD_DIR = ../build
ROOTDIR = $(realpath .)
NAME = $(notdir $(ROOTDIR))
DEST_DIR = $(BUILD_DIR)/$(NAME)
DEST_HTML = $(DEST_DIR)/index-$(BUILD).html
DEST_HTML_170 = $(DEST_DIR)/index-$(BUILD)-170.html
DEST_HTML_162 = $(DEST_DIR)/index-$(BUILD)-162.html
DEST_HTML_13 = $(DEST_DIR)/index-$(BUILD)-13.html
DEST_HTML = $(DEST_DIR)/index-1-5-$(BUILD).html
DEST_HTML_170 = $(DEST_DIR)/index-1-5-$(BUILD)-170.html
DEST_HTML_162 = $(DEST_DIR)/index-1-5-$(BUILD)-162.html
DEST_HTML_13 = $(DEST_DIR)/index-1-5-$(BUILD)-13.html
DEST_PDF = $(BUILD_DIR)/$(NAME)-$(BUILD).pdf
IMAGES_DIR = $(DEST_DIR)/images
IMAGES_TS = $(DEST_DIR)/.timestamp-images
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ metadata:
namespace: openshift-marketplace
spec:
displayName: InfraWatch Operators
image: quay.io/infrawatch-operators/infrawatch-catalog:nightly
image: quay.io/infrawatch-operators/infrawatch-catalog:nightly-1.5
publisher: InfraWatch
sourceType: grpc
updateStrategy:
Expand Down Expand Up @@ -245,7 +245,7 @@ metadata:
name: smart-gateway-operator
namespace: service-telemetry
spec:
channel: unstable
channel: stable-1.5
installPlanApproval: Automatic
name: smart-gateway-operator
source: infrawatch-operators
Expand All @@ -266,7 +266,7 @@ metadata:
name: service-telemetry-operator
namespace: service-telemetry
spec:
channel: unstable
channel: stable-1.5
installPlanApproval: Automatic
name: service-telemetry-operator
source: infrawatch-operators
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ The Grafana Operator can import and manage dashboards by creating `GrafanaDashbo

.Procedure

NOTE: The paths and dashboards names refer to STF 1.3 which is the earliest version of STF the dashboards are compatible and can be used with STF versions 1.3 through 1.5.

. Import the infrastructure dashboard:
+
[source,bash,options="nowrap"]
Expand Down