Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
puppet-swh-site
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Platform
Infrastructure
Puppet
puppet-swh-site
Commits
3ef68aea
Verified
Commit
3ef68aea
authored
1 year ago
by
Antoine R. Dumont
Browse files
Options
Downloads
Patches
Plain Diff
staging: Add access to elastic scheduler rpc
Refs.
swh/infra/sysadm-environment#5035
parent
6140468a
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
data/common/common.yaml
+8
-0
8 additions, 0 deletions
data/common/common.yaml
data/deployments/staging/common.yaml
+8
-0
8 additions, 0 deletions
data/deployments/staging/common.yaml
with
16 additions
and
0 deletions
data/common/common.yaml
+
8
−
0
View file @
3ef68aea
...
...
@@ -864,6 +864,10 @@ letsencrypt::certificates:
software-stories_staging
:
domains
:
-
software-stories.staging.swh.network
scheduler_staging
:
domains
:
-
scheduler.staging.swh.network
-
scheduler.internal.staging.swh.network
graphql_staging
:
domains
:
-
graphql.staging.swh.network
...
...
@@ -1257,6 +1261,10 @@ bind::resource_records:
type
:
CNAME
record
:
storage-cassandra.internal.staging.swh.network
data
:
k8s-archive-staging-rke2.internal.staging.swh.network.
scheduler-staging/CNAME
:
type
:
CNAME
record
:
scheduler.internal.staging.swh.network
data
:
k8s-archive-staging-rke2.internal.staging.swh.network.
webapp-next-version-staging/CNAME
:
type
:
CNAME
record
:
webapp-cassandra-next-version.internal.staging.swh.network
...
...
This diff is collapsed.
Click to expand it.
data/deployments/staging/common.yaml
+
8
−
0
View file @
3ef68aea
...
...
@@ -149,6 +149,7 @@ swh::deploy::reverse_proxy::services:
-
objstorage
-
graphql
-
software-stories
-
scheduler
swh::postgresql::version
:
'
12'
swh::postgresql::port
:
5433
...
...
@@ -374,3 +375,10 @@ cassandra::disable_stcs_in_l0: true
swh::deploy::software-stories::reverse_proxy::backend_http_host
:
software-stories.internal.staging.swh.network
swh::deploy::software-stories::base_url
:
software-stories.staging.swh.network
swh::deploy::software-stories::vhost::letsencrypt_cert
:
software-stories_staging
# scheduler within elastic infra
swh::deploy::scheduler::reverse_proxy::backend_http_host
:
scheduler.internal.staging.swh.network
swh::deploy::scheduler::reverse_proxy::backend_http_port
:
"
80"
swh::deploy::scheduler::base_url
:
scheduler.staging.swh.network
swh::deploy::scheduler::vhost::letsencrypt_cert
:
scheduler_staging
swh::deploy::scheduler::icinga_check_string
:
'
scheduler
RPC
server'
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment