Update Zuul Status Page to correct URL
Current URL of Zuul Status Page in doc is: http://status.openstack.org/zuul/ The correct URL must be: https://zuul.openstack.org/ Change-Id: I042c53ee49b9ac08504a56ca56adaacd3d9a4548
This commit is contained in:
parent
a40867b8bf
commit
07ccb8444f
@ -6,7 +6,7 @@ Contributing Cloud Test Resources
|
|||||||
#################################
|
#################################
|
||||||
|
|
||||||
OpenStack utilizes a "project gating" system based on `Zuul
|
OpenStack utilizes a "project gating" system based on `Zuul
|
||||||
<http://docs.openstack.org/infra/zuul/>`_ to ensure that every change
|
<https://docs.openstack.org/infra/zuul/>`_ to ensure that every change
|
||||||
proposed to any OpenStack project passes tests before being added to
|
proposed to any OpenStack project passes tests before being added to
|
||||||
its source code repository. Each change may run several jobs which
|
its source code repository. Each change may run several jobs which
|
||||||
test the change in various configurations, and each job may run
|
test the change in various configurations, and each job may run
|
||||||
@ -26,7 +26,7 @@ very appreciative of this.
|
|||||||
|
|
||||||
By visiting this page, you can see the system in action at any time:
|
By visiting this page, you can see the system in action at any time:
|
||||||
|
|
||||||
http://status.openstack.org/zuul/
|
https://zuul.openstack.org/
|
||||||
|
|
||||||
You'll see every job that's running currently, as well as some graphs
|
You'll see every job that's running currently, as well as some graphs
|
||||||
that show activity over time. Each of those jobs is running on its
|
that show activity over time. Each of those jobs is running on its
|
||||||
|
@ -12,8 +12,7 @@ At a Glance
|
|||||||
===========
|
===========
|
||||||
|
|
||||||
:Hosts:
|
:Hosts:
|
||||||
* http://status.openstack.org/zuul
|
* https://zuul.openstack.org
|
||||||
* http://zuul.openstack.org
|
|
||||||
* zm*.openstack.org
|
* zm*.openstack.org
|
||||||
:Puppet:
|
:Puppet:
|
||||||
* https://git.openstack.org/cgit/openstack-infra/puppet-zuul/tree/
|
* https://git.openstack.org/cgit/openstack-infra/puppet-zuul/tree/
|
||||||
@ -76,7 +75,7 @@ many changes may be tested in parallel while continuing to assure that
|
|||||||
each commit is correctly tested.
|
each commit is correctly tested.
|
||||||
|
|
||||||
Zuul's current status may be viewed at
|
Zuul's current status may be viewed at
|
||||||
`<http://status.openstack.org/zuul/>`_.
|
`<https://zuul.openstack.org/>`_.
|
||||||
|
|
||||||
Zuul's configuration is stored in :config:`zuul/layout.yaml`. Anyone
|
Zuul's configuration is stored in :config:`zuul/layout.yaml`. Anyone
|
||||||
may propose a change to the configuration by editing that file and
|
may propose a change to the configuration by editing that file and
|
||||||
@ -110,7 +109,7 @@ Restarts
|
|||||||
Zuul restarts are disruptive, so non-emergency restarts should always be
|
Zuul restarts are disruptive, so non-emergency restarts should always be
|
||||||
scheduled for quieter times of the day, week and cycle. To be as
|
scheduled for quieter times of the day, week and cycle. To be as
|
||||||
courteous to developers as possible, just prior to a restart the `Zuul
|
courteous to developers as possible, just prior to a restart the `Zuul
|
||||||
Status Page <http://status.openstack.org/zuul/>`_ should be checked to
|
Status Page <https://zuul.openstack.org/>`_ should be checked to
|
||||||
see the status of the gate. If there is a series of changes nearly
|
see the status of the gate. If there is a series of changes nearly
|
||||||
merged, wait until that has been completed.
|
merged, wait until that has been completed.
|
||||||
|
|
||||||
@ -150,7 +149,7 @@ before the restart::
|
|||||||
./check.sh
|
./check.sh
|
||||||
|
|
||||||
You may watch the `Zuul Status Page
|
You may watch the `Zuul Status Page
|
||||||
<http://status.openstack.org/zuul/>`_ to confirm that changes are
|
<https://zuul.openstack.org/>`_ to confirm that changes are
|
||||||
returning to the queues.
|
returning to the queues.
|
||||||
|
|
||||||
Mergers
|
Mergers
|
||||||
|
@ -28,7 +28,7 @@ var firstPartyCI = /^(Jenkins|Zuul)/;
|
|||||||
// this regex matches the pipeline markup
|
// this regex matches the pipeline markup
|
||||||
var pipelineNameRegex = /Build \w+ \(([-\w]+) pipeline\)/;
|
var pipelineNameRegex = /Build \w+ \(([-\w]+) pipeline\)/;
|
||||||
// The url to full status information on running jobs
|
// The url to full status information on running jobs
|
||||||
var zuulStatusURL = 'http://status.openstack.org/zuul';
|
var zuulStatusURL = 'https://zuul.openstack.org';
|
||||||
// The json URL to check for running jobs
|
// The json URL to check for running jobs
|
||||||
var zuulStatusJSON = 'https://zuul.openstack.org/status/change/';
|
var zuulStatusJSON = 'https://zuul.openstack.org/status/change/';
|
||||||
|
|
||||||
|
@ -9,7 +9,7 @@ class openstack_project::zuul_prod(
|
|||||||
$zuul_ssh_private_key = '',
|
$zuul_ssh_private_key = '',
|
||||||
$url_pattern = '',
|
$url_pattern = '',
|
||||||
$zuul_url = '',
|
$zuul_url = '',
|
||||||
$status_url = 'http://status.openstack.org/zuul/',
|
$status_url = 'https://zuul.openstack.org/',
|
||||||
$swift_authurl = '',
|
$swift_authurl = '',
|
||||||
$swift_auth_version = '',
|
$swift_auth_version = '',
|
||||||
$swift_user = '',
|
$swift_user = '',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user