Update doc URLs for train

Change-Id: Ie06f819677a66c7e88127984f478ac52b20bcd1b
This commit is contained in:
Roger Luethi 2019-12-07 14:03:39 +01:00
parent f06d146a55
commit eeeac528c5
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/stein/install/keystone-openrc-ubuntu.html
# https://docs.openstack.org/keystone/train/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/stein/install/keystone-openrc-ubuntu.html
# https://docs.openstack.org/keystone/train/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/stein/install/cinder-controller-install-ubuntu.html
# https://docs.openstack.org/cinder/train/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/stein/install/cinder-storage-install-ubuntu.html
# https://docs.openstack.org/cinder/train/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/stein/install/cinder-verify.html
# https://docs.openstack.org/cinder/train/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/stein/install/install-ubuntu.html
# https://docs.openstack.org/glance/train/install/install-ubuntu.html
#------------------------------------------------------------------------------
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
@ -112,7 +112,7 @@ sudo service glance-api restart
#------------------------------------------------------------------------------
# Verify the Image Service installation
# https://docs.openstack.org/glance/stein/install/verify.html
# https://docs.openstack.org/glance/train/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/stein/install/install-ubuntu.html
# https://docs.openstack.org/heat/train/install/install-ubuntu.html
#------------------------------------------------------------------------------
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
@ -190,7 +190,7 @@ echo "Restarting heat servies took $((ENDTIME - STARTTIME)) seconds."
#------------------------------------------------------------------------------
# Verify operation
# https://docs.openstack.org/heat/stein/install/verify.html
# https://docs.openstack.org/heat/train/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/stein/install/install-ubuntu.html
# https://docs.openstack.org/horizon/train/install/install-ubuntu.html
#------------------------------------------------------------------------------
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

View File

@ -15,7 +15,7 @@ indicate_current_auto
#------------------------------------------------------------------------------
# Set up keystone for controller node
# https://docs.openstack.org/keystone/stein/install/keystone-install-ubuntu.html
# https://docs.openstack.org/keystone/train/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/stein/install/keystone-users-ubuntu.html
# https://docs.openstack.org/keystone/train/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/stein/install/keystone-verify-ubuntu.html
# https://docs.openstack.org/keystone/train/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/stein/install/compute-install-ubuntu.html
# https://docs.openstack.org/neutron/train/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/stein/install/compute-install-ubuntu.html
# https://docs.openstack.org/neutron/train/install/compute-install-ubuntu.html
#------------------------------------------------------------------------------
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
@ -47,7 +47,7 @@ sudo service neutron-linuxbridge-agent restart
#------------------------------------------------------------------------------
# Networking Option 2: Self-service networks
# https://docs.openstack.org/neutron/stein/install/verify-option2.html
# https://docs.openstack.org/neutron/traitrain/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/stein/install/controller-install-ubuntu.html
# https://docs.openstack.org/neutron/train/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/stein/install/controller-install-ubuntu.html
# https://docs.openstack.org/neutron/train/install/controller-install-ubuntu.html
#------------------------------------------------------------------------------
source "$CONFIG_DIR/admin-openstackrc.sh"
@ -83,7 +83,7 @@ fi
#------------------------------------------------------------------------------
# Set up OpenStack Networking (neutron) for controller node.
# https://docs.openstack.org/neutron/stein/install/verify-option2.html
# https://docs.openstack.org/neutron/train/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/stein/install/compute-install-ubuntu.html
# https://docs.openstack.org/nova/train/install/compute-install-ubuntu.html
#------------------------------------------------------------------------------
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
@ -124,7 +124,7 @@ node_ssh controller "sudo nova-manage cell_v2 discover_hosts --verbose"
#------------------------------------------------------------------------------
# Verify operation
# https://docs.openstack.org/nova/stein/install/verify.html
# https://docs.openstack.org/nova/train/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/stein/install/controller-install-ubuntu.html
# https://docs.openstack.org/nova/train/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/stein/install/compute-install-option2-ubuntu.html
# https://docs.openstack.org/neutron/train/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/stein/install/controller-install-option2-ubuntu.html
# https://docs.openstack.org/neutron/train/install/controller-install-option2-ubuntu.html
#------------------------------------------------------------------------------
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -