Merge "[7/7] Update documentation URLs"

This commit is contained in:
Zuul 2019-06-21 02:57:26 +00:00 committed by Gerrit Code Review
commit dff4f45278
16 changed files with 24 additions and 24 deletions

View File

@ -9,7 +9,7 @@ source "$CONFIG_DIR/credentials"
#------------------------------------------------------------------------------
# OpenStack client environment scripts
# https://docs.openstack.org/keystone/rocky/install/keystone-openrc-ubuntu.html
# https://docs.openstack.org/keystone/stein/install/keystone-openrc-ubuntu.html
#------------------------------------------------------------------------------
export OS_USERNAME=$ADMIN_USER_NAME
export OS_PASSWORD=$ADMIN_PASS

View File

@ -9,7 +9,7 @@ source "$CONFIG_DIR/credentials"
#------------------------------------------------------------------------------
# OpenStack client environment scripts
# https://docs.openstack.org/keystone/rocky/install/keystone-openrc-ubuntu.html
# https://docs.openstack.org/keystone/stein/install/keystone-openrc-ubuntu.html
#------------------------------------------------------------------------------
export OS_USERNAME=$DEMO_USER_NAME
export OS_PASSWORD=$DEMO_PASS

View File

@ -14,7 +14,7 @@ indicate_current_auto
#------------------------------------------------------------------------------
# Set up Block Storage service controller (cinder controller node)
# https://docs.openstack.org/cinder/rocky/install/cinder-controller-install-ubuntu.html
# https://docs.openstack.org/cinder/stein/install/cinder-controller-install-ubuntu.html
#------------------------------------------------------------------------------
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

View File

@ -15,7 +15,7 @@ indicate_current_auto
#------------------------------------------------------------------------------
# Install and configure a storage node
# https://docs.openstack.org/cinder/rocky/install/cinder-storage-install-ubuntu.html
# https://docs.openstack.org/cinder/stein/install/cinder-storage-install-ubuntu.html
#------------------------------------------------------------------------------
MY_MGMT_IP=$(get_node_ip_in_network "$(hostname)" "mgmt")
@ -121,7 +121,7 @@ sudo service cinder-volume restart
#------------------------------------------------------------------------------
# Verify Cinder operation
# https://docs.openstack.org/cinder/rocky/install/cinder-verify.html
# https://docs.openstack.org/cinder/stein/install/cinder-verify.html
#------------------------------------------------------------------------------
echo "Verifying Block Storage installation on controller node."

View File

@ -14,7 +14,7 @@ indicate_current_auto
#------------------------------------------------------------------------------
# Install the Image Service (glance).
# https://docs.openstack.org/glance/rocky/install/install-ubuntu.html
# https://docs.openstack.org/glance/stein/install/install-ubuntu.html
#------------------------------------------------------------------------------
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
@ -132,7 +132,7 @@ sudo service glance-api restart
#------------------------------------------------------------------------------
# Verify the Image Service installation
# https://docs.openstack.org/glance/rocky/install/verify.html
# https://docs.openstack.org/glance/stein/install/verify.html
#------------------------------------------------------------------------------
echo -n "Waiting for glance to start."

View File

@ -17,7 +17,7 @@ wait_for_keystone
#------------------------------------------------------------------------------
# Install the Orchestration Service (heat)
# https://docs.openstack.org/heat/rocky/install/install-ubuntu.html
# https://docs.openstack.org/heat/stein/install/install-ubuntu.html
#------------------------------------------------------------------------------
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
@ -190,7 +190,7 @@ echo "Restarting heat servies took $((ENDTIME - STARTTIME)) seconds."
#------------------------------------------------------------------------------
# Verify operation
# https://docs.openstack.org/heat/rocky/install/verify.html
# https://docs.openstack.org/heat/stein/install/verify.html
#------------------------------------------------------------------------------
echo "Listing service components."

View File

@ -13,7 +13,7 @@ indicate_current_auto
#------------------------------------------------------------------------------
# Set up OpenStack Dashboard (horizon)
# https://docs.openstack.org/horizon/rocky/install/install-ubuntu.html
# https://docs.openstack.org/horizon/stein/install/install-ubuntu.html
#------------------------------------------------------------------------------
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

View File

@ -15,7 +15,7 @@ indicate_current_auto
#------------------------------------------------------------------------------
# Set up keystone for controller node
# https://docs.openstack.org/keystone/rocky/install/keystone-install-ubuntu.html
# https://docs.openstack.org/keystone/stein/install/keystone-install-ubuntu.html
#------------------------------------------------------------------------------
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
@ -116,7 +116,7 @@ export OS_IDENTITY_API_VERSION=3
#------------------------------------------------------------------------------
# Create a domain, projects, users, and roles
# https://docs.openstack.org/keystone/rocky/install/keystone-users-ubuntu.html
# https://docs.openstack.org/keystone/stein/install/keystone-users-ubuntu.html
#------------------------------------------------------------------------------
# Wait for keystone to come up
@ -153,7 +153,7 @@ openstack role add \
#------------------------------------------------------------------------------
# Verify operation
# https://docs.openstack.org/keystone/rocky/install/keystone-verify-ubuntu.html
# https://docs.openstack.org/keystone/stein/install/keystone-verify-ubuntu.html
#------------------------------------------------------------------------------
echo "Verifying keystone installation."

View File

@ -15,7 +15,7 @@ indicate_current_auto
#------------------------------------------------------------------------------
# Install and configure compute node
# https://docs.openstack.org/neutron/rocky/install/compute-install-ubuntu.html
# https://docs.openstack.org/neutron/stein/install/compute-install-ubuntu.html
#------------------------------------------------------------------------------
echo "Installing networking components for compute node."

View File

@ -15,7 +15,7 @@ indicate_current_auto
#------------------------------------------------------------------------------
# Install and configure compute node
# https://docs.openstack.org/neutron/rocky/install/compute-install-ubuntu.html
# https://docs.openstack.org/neutron/stein/install/compute-install-ubuntu.html
#------------------------------------------------------------------------------
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
@ -48,7 +48,7 @@ sudo service neutron-linuxbridge-agent restart
#------------------------------------------------------------------------------
# Networking Option 2: Self-service networks
# https://docs.openstack.org/neutron/rocky/install/verify-option2.html
# https://docs.openstack.org/neutron/stein/install/verify-option2.html
#------------------------------------------------------------------------------
echo "Sourcing the admin credentials."

View File

@ -14,7 +14,7 @@ indicate_current_auto
#------------------------------------------------------------------------------
# Install and configure controller node
# https://docs.openstack.org/neutron/rocky/install/controller-install-ubuntu.html
# https://docs.openstack.org/neutron/stein/install/controller-install-ubuntu.html
#------------------------------------------------------------------------------
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

View File

@ -14,7 +14,7 @@ indicate_current_auto
#------------------------------------------------------------------------------
# Set up OpenStack Networking (neutron) for controller node.
# https://docs.openstack.org/neutron/rocky/install/controller-install-ubuntu.html
# https://docs.openstack.org/neutron/stein/install/controller-install-ubuntu.html
#------------------------------------------------------------------------------
source "$CONFIG_DIR/admin-openstackrc.sh"
@ -84,7 +84,7 @@ fi
#------------------------------------------------------------------------------
# Set up OpenStack Networking (neutron) for controller node.
# https://docs.openstack.org/neutron/rocky/install/verify-option2.html
# https://docs.openstack.org/neutron/stein/install/verify-option2.html
#------------------------------------------------------------------------------
echo -n "Verifying operation."

View File

@ -15,7 +15,7 @@ indicate_current_auto
#------------------------------------------------------------------------------
# Install and configure a compute node
# https://docs.openstack.org/nova/rocky/install/compute-install-ubuntu.html
# https://docs.openstack.org/nova/stein/install/compute-install-ubuntu.html
#------------------------------------------------------------------------------
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
@ -136,7 +136,7 @@ node_ssh controller "sudo nova-manage cell_v2 discover_hosts --verbose"
#------------------------------------------------------------------------------
# Verify operation
# https://docs.openstack.org/nova/rocky/install/verify.html
# https://docs.openstack.org/nova/stein/install/verify.html
#------------------------------------------------------------------------------
echo "Verifying operation of the Compute service."

View File

@ -14,7 +14,7 @@ indicate_current_auto
#------------------------------------------------------------------------------
# Install Compute controller services
# https://docs.openstack.org/nova/rocky/install/controller-install-ubuntu.html
# https://docs.openstack.org/nova/stein/install/controller-install-ubuntu.html
#------------------------------------------------------------------------------
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

View File

@ -14,7 +14,7 @@ indicate_current_auto
#------------------------------------------------------------------------------
# Networking Option 2: Self-service networks
# https://docs.openstack.org/neutron/rocky/install/compute-install-option2-ubuntu.html
# https://docs.openstack.org/neutron/stein/install/compute-install-option2-ubuntu.html
#------------------------------------------------------------------------------
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

View File

@ -15,7 +15,7 @@ indicate_current_auto
#------------------------------------------------------------------------------
# Networking Option 2: Self-service networks
# https://docs.openstack.org/neutron/rocky/install/controller-install-option2-ubuntu.html
# https://docs.openstack.org/neutron/stein/install/controller-install-option2-ubuntu.html
#------------------------------------------------------------------------------
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -