Update openstack-origin-git to take a YAML-formatted two-dimensional array

This commit is contained in:
Corey Bryant
2015-03-07 21:29:39 -05:00
parent 884d0948b0
commit 6986c6fafd
10 changed files with 124 additions and 85 deletions

View File

@@ -15,21 +15,24 @@ options:
provide a later version of OpenStack will trigger a software
upgrade.
Note that when openstack-origin-git is specified, the packages
configured for that option will be installed from git rather
than from the openstack-origin repository.
Note that when openstack-origin-git is specified, openstack-specific
packages will be installed from source rather than from the
openstack-origin repository.
openstack-origin-git:
default: None
type: "string"
type: string
description: |
Specifies a YAML file which lists the git repositories and branches
from which to install OpenStack. See config/git-*.yaml for a
starting point.
Specifies a YAML-formatted two-dimensional array listing the git
repositories and branches from which to install OpenStack and its
dependencies.
Note that the config files that are installed will be determined
based on the OpenStack release in the openstack-origin option.
Note that the installed config files will be determined based on
the OpenStack release of the openstack-origin option.
Note that updating this setting after deployment will do nothing.
Note also that this option is processed for the initial install
only. Setting this option after deployment is not supported.
For more details see README.md.
database-user:
default: glance
type: string