summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.openstack.org>2018-03-27 15:51:04 +0000
committerGerrit Code Review <review@openstack.org>2018-03-27 15:51:04 +0000
commit28ab0afaa557d4814f1406db4a097fbbc5037550 (patch)
tree631c26880912049b7189e20f8fdaa7bbb3ccda8a
parent05eb95f320dff471327d997447d95d40d3750c17 (diff)
parentf44b2d591d68530e10303cd61c938c2f99e9bf3d (diff)
downloadheat-templates-28ab0afaa557d4814f1406db4a097fbbc5037550.tar.gz
Merge "Update and replace http with https for doc links in heat-templates"
-rw-r--r--CONTRIBUTING.rst6
-rw-r--r--README.rst4
-rw-r--r--hot/autohealing/autohealing_group.yaml6
-rw-r--r--hot/autohealing/autohealing_server.yaml7
-rw-r--r--hot/neutron/instance_trunk_port.yaml3
-rw-r--r--openshift-origin/centos65/highly-available/README.md5
-rw-r--r--setup.cfg2
7 files changed, 17 insertions, 16 deletions
diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst
index e9784dd..5dae277 100644
--- a/CONTRIBUTING.rst
+++ b/CONTRIBUTING.rst
@@ -1,16 +1,16 @@
If you would like to contribute to the development of OpenStack,
you must follow the steps in this page:
- http://docs.openstack.org/infra/manual/developers.html
+ https://docs.openstack.org/infra/manual/developers.html
Once those steps have been completed, changes to OpenStack
should be submitted for review via the Gerrit tool, following
the workflow documented at:
- http://docs.openstack.org/infra/manual/developers.html#development-workflow
+ https://docs.openstack.org/infra/manual/developers.html#development-workflow
Pull requests submitted through GitHub will be ignored.
Bugs should be filed on Launchpad, not GitHub:
- https://bugs.launchpad.net/heat-templates \ No newline at end of file
+ https://bugs.launchpad.net/heat-templates
diff --git a/README.rst b/README.rst
index 28a0532..f801161 100644
--- a/README.rst
+++ b/README.rst
@@ -2,8 +2,8 @@
Team and repository tags
========================
-.. image:: http://governance.openstack.org/badges/heat-templates.svg
- :target: http://governance.openstack.org/reference/tags/index.html
+.. image:: https://governance.openstack.org/tc/badges/heat-templates.svg
+ :target: https://governance.openstack.org/tc/reference/tags/index.html
.. Change things from this point on
diff --git a/hot/autohealing/autohealing_group.yaml b/hot/autohealing/autohealing_group.yaml
index 069a7e8..11e286d 100644
--- a/hot/autohealing/autohealing_group.yaml
+++ b/hot/autohealing/autohealing_group.yaml
@@ -6,9 +6,9 @@ description: >
Aodh alarm delivered to a Zaqar queue that triggers a Mistral workflow to
replace the stopped server. Note that this requires event alarms to be
enabled in Aodh, following the instructions at
- http://docs.openstack.org/developer/aodh/event-alarm.html - specifically by
- adding the publisher "notifier://?topic=alarm.all" in
- /etc/ceilometer/event_pipeline.yaml.
+ https://docs.openstack.org/aodh/latest/contributor/event-alarm.html#configuration
+ (specifically by adding the publisher "notifier://?topic=alarm.all" in
+ /etc/ceilometer/event_pipeline.yaml).
parameters:
flavor:
diff --git a/hot/autohealing/autohealing_server.yaml b/hot/autohealing/autohealing_server.yaml
index 732451f..d626236 100644
--- a/hot/autohealing/autohealing_server.yaml
+++ b/hot/autohealing/autohealing_server.yaml
@@ -10,9 +10,10 @@ description: >
server as failed. This should be the root-level stack, to ensure that any
other resources depending on outputs from this stack are also updated. Note
that this requires event alarms to be enabled in Aodh, following the
- instructions at http://docs.openstack.org/developer/aodh/event-alarm.html -
- specifically, by adding the publisher "notifier://?topic=alarm.all" in
- /etc/ceilometer/event_pipeline.yaml.
+ instructions at
+ https://docs.openstack.org/aodh/latest/contributor/event-alarm.html#configuration
+ (specifically, by adding the publisher "notifier://?topic=alarm.all" in
+ /etc/ceilometer/event_pipeline.yaml).
parameters:
flavor:
diff --git a/hot/neutron/instance_trunk_port.yaml b/hot/neutron/instance_trunk_port.yaml
index 584133e..34fc6b5 100644
--- a/hot/neutron/instance_trunk_port.yaml
+++ b/hot/neutron/instance_trunk_port.yaml
@@ -94,8 +94,7 @@ resources:
# a conflict error if the [parent] port status is not compatible
# with the [trunk create] request."
#
- # http://specs.openstack.org/openstack/neutron-specs
- # /specs/newton/vlan-aware-vms.html
+ # https://specs.openstack.org/openstack/neutron-specs/specs/newton/vlan-aware-vms.html
#
# In practice this means that the Open vSwitch plugin(s) of Neutron
# will reject trunk creation when the parent port was already used
diff --git a/openshift-origin/centos65/highly-available/README.md b/openshift-origin/centos65/highly-available/README.md
index f4f7263..0933f13 100644
--- a/openshift-origin/centos65/highly-available/README.md
+++ b/openshift-origin/centos65/highly-available/README.md
@@ -40,11 +40,12 @@ This nested heat stack deploys a highly-available OpenShift Origin environment.
* Neutron networking: one private and one public network
* Compute quota for six VM instances
* Pool of seven available floating IP addresses. Addresses will be created and assigned at deployment.
-* Load Balancer as a Server (LBaaS) configured. See neutron [lbaas agent configuration section](http://openstack.redhat.com/LBaaS).
+* Load Balancer as a Server (LBaaS) configured. See neutron [lbaas agent configuration section](https://www.rdoproject.org/networking/lbaas/).
* IP address of upstream (IT) DNS server for zone transfers
## Files
-These templates are [Heat Orchestration Templates (HOT)](http://docs.openstack.org/developer/heat/template_guide/environment.html). Environment files are used to reduce CLI parameters and provide a way to reuse resources.
+These templates are [Heat Orchestration Templates (HOT)](https://docs.openstack.org/heat/latest/template_guide/hot_guide.html).
+[Environment files](https://docs.openstack.org/heat/latest/template_guide/environment.html) are used to reduce CLI parameters and provide a way to reuse resources.
* Templates
* oso_ha_stack.yaml
diff --git a/setup.cfg b/setup.cfg
index 39b28fe..b106435 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -5,7 +5,7 @@ description-file =
README.rst
author = OpenStack
author-email = openstack-dev@lists.openstack.org
-home-page = http://docs.openstack.org/developer/heat/
+home-page = https://docs.openstack.org/heat/latest/
classifier =
Environment :: OpenStack
Intended Audience :: Information Technology