From 1e0a27953c33de489dd96986a0877d27d9ced878 Mon Sep 17 00:00:00 2001 From: Paolino Paperino <paperino@paperopoli.com> Date: Fri, 20 Oct 2017 09:22:31 +0200 Subject: [PATCH] 2017-10-20: FG; fixed a couple of links. --- bundles/openstack/deploy-openstack.rst | 20 ++++++++++---------- web/doc/federation/osdeploy.rst | 9 +++++---- 2 files changed, 15 insertions(+), 14 deletions(-) diff --git a/bundles/openstack/deploy-openstack.rst b/bundles/openstack/deploy-openstack.rst index 0342f729..116255dd 100644 --- a/bundles/openstack/deploy-openstack.rst +++ b/bundles/openstack/deploy-openstack.rst @@ -27,8 +27,8 @@ They reflect limitations of previous Juju version in other respects, for example in the separation between regular controller nodes (marked with *ctrl*) and controller nodes with public address (marked with *ctrl-pub*) -The bundle is designed to run on bare metal using Juju with [MAAS]_ (Metal-as-a-Service); -you will need to have setup a [MAAS]_ +The bundle is designed to run on bare metal using Juju with MAAS_ (Metal-as-a-Service); +you will need to have setup a MAAS_ deployment with a minimum of 5 physical servers prior to using this bundle. Servers should have: @@ -136,7 +136,7 @@ We'll also need an 'internal' network for the admin user which instances are act ./neutron-tenant-net -t admin -r provider-router \ [-N <dns-server>] internal 10.5.5.0/24 -Neutron provides a wide range of configuration options; see the [OpenStack_Neutron]_ documentation for more details. +Neutron provides a wide range of configuration options; see the `OpenStack Neutron`_ documentation for more details. Booting an instance ................... @@ -236,14 +236,14 @@ It will ask for a password which can be generated from with the command: What next? ---------- -Configuring and managing services on an OpenStack cloud is complex; take a look a the [OpenStack_Admin_Guide]_ for a complete reference on how to configure an OpenStack cloud for your requirements. +Configuring and managing services on an OpenStack cloud is complex; take a look a the `OpenStack Admin Guide`_ for a complete reference on how to configure an OpenStack cloud for your requirements. Useful Cloud URL's ------------------ -.. [OpenStack_Dashboard] http://openstack-dashboard_ip/horizon -.. [MAAS] http://maas.ubuntu.com/docs -.. [GARR_CSD_Gitlab] https://git.garr.it/cloud/ -.. [Simplestreams] https://launchpad.net/simplestreams -.. [OpenStack_Neutron] http://docs.openstack.org/admin-guide-cloud/content/ch_networking.html -.. [OpenStack_Admin_Guide] http://docs.openstack.org/user-guide-admin/content +.. _`OpenStack Dashboard`: http://openstack-dashboard_ip/horizon +.. _MAAS: http://maas.ubuntu.com/docs +.. _`GARR CSD Gitlab`: https://git.garr.it/cloud/ +.. _Simplestreams: https://launchpad.net/simplestreams +.. _`OpenStack Neutron`: http://docs.openstack.org/admin-guide-cloud/content/ch_networking.html +.. _`OpenStack Admin Guide`: http://docs.openstack.org/user-guide-admin/content diff --git a/web/doc/federation/osdeploy.rst b/web/doc/federation/osdeploy.rst index 7ec7b35d..30595644 100644 --- a/web/doc/federation/osdeploy.rst +++ b/web/doc/federation/osdeploy.rst @@ -5,7 +5,7 @@ OpenStack Provisioning OpenStack provisioning is done by Juju. Deploying a charm or bundle is very simple using the Juju GUI. Once logged -on the Juju GUI (see [Juju_GUI]_) search the store for charms or bundles. +on the Juju GUI (see Juju_GUI_) search the store for charms or bundles. You could start experimenting with the `Openstack-Telemetry bundle <https://jujucharms.com/openstack-telemetry/>`_ which deploys a full OpenStack @@ -13,7 +13,8 @@ cluster with Ceilometer service. You're now ready to deploy more complex bundles! -See for example the documentation and material for the deployment of the GARR OpenStack bundle, -available on `GARR CSD GitLab <https://gitlab.global.garrservices.it/csdgarr/cloud/blob/master/bundles/openstack/deploy-openstack.rst>`_. +See for example the documentation and material for the deployment of the GARR +OpenStack bundle, available on `GARR CSD GitLab`_ -.. [Juju_GUI] jujuinstall.md#juju-gui +.. _Juju_GUI: jujuinstall.md#juju-gui +.. _`GARR CSD GitLab`: https://git.garr.it/cloud/web/blob/master/bundles/openstack/deploy-openstack.rst -- GitLab