fixed demos for new private-cloud environment, added description and comments, added support for Ubuntu 18.04, replaced removed faafo repo with local copy

This commit is contained in:
Sebastian Rieger
2020-04-22 00:10:54 +02:00
parent a2ab32360c
commit 2441bb4fac
6 changed files with 136 additions and 92 deletions

View File

@ -15,9 +15,10 @@ from libcloud.compute.types import Provider
group_number = 30
########################################################################################################################
#
# no changes necessary below this line
# no changes necessary below this line in this example
#
########################################################################################################################
@ -35,7 +36,7 @@ ubuntu_image_name = "Ubuntu 18.04 - Bionic Beaver - 64-bit - Cloud Based Image"
# default region
region_name = 'RegionOne'
# domain to use, "default" for local accounts, "hsfulda" for LDAP of DVZ, e.g., using fdaiXXXX as auth_username
# domain to use, "default" for local accounts, "hsfulda" for RZ LDAP, e.g., using fdaiXXXX as auth_username
domain_name = "default"