648a8af52f
Add a groups-dev node to openstack infra, based on drupal environment. This node checks out the repository: https://git.openstack.org/openstack-infra/groups Build a new deployment from scratch, including drush make distbuild and drush si auto-installation features. Change-Id: I71eef1c14724ceb13a896ff768923148dedcc2ef
14 lines
484 B
Plaintext
14 lines
484 B
Plaintext
# Site deployment config file: <%= site_name %>
|
|
#
|
|
|
|
site_tarball=<%= site_staging_root %>/<%= site_staging_tarball %>
|
|
db_url=mysql://<%= site_mysql_user %>:<%= site_mysql_password %>@<%= site_mysql_host %>/<%= site_mysql_database %>
|
|
site_admin_password=<%= site_admin_password %>
|
|
site_name=<%= site_name %>
|
|
profile_name=<%= site_profile %>
|
|
dest_dir=<%= site_docroot %>
|
|
flag_file=<%= site_deploy_flagfile %>
|
|
is_clean=true
|
|
base_url=<%= site_base_url %>
|
|
file_owner=<%= site_file_owner %>
|