Remove redundant settings from containers

Some settings in containers file are specific for
developers usage and don't fit CI environment.
Some of them are commented or removed.
Change-Id: I0248059e9493e61dcafa39dce09fd84c43b41348
This commit is contained in:
Sagi Shnaidman 2017-01-05 13:39:01 +02:00 committed by Wes Hayutin
parent 6a1bf3b943
commit 4138b18c98
1 changed files with 5 additions and 17 deletions

View File

@ -1,6 +1,3 @@
# set the working_dir on the undercloud
working_dir: /home/stack
# Define a single controller node and a single compute node.
overcloud_nodes:
- name: control_0
@ -36,22 +33,13 @@ test_ping: true
run_tempest: false
tempest_workers: 4
# Config for custom tripleo-heat-templates
overcloud_templates_path: /home/stack/tripleo-heat-templates
overcloud_templates_repo: https://git.openstack.org/openstack/tripleo-heat-templates
# Config for custom tripleo-heat-templates, used in overcloud-prep-config
# overcloud_templates_path: /home/stack/tripleo-heat-templates
# overcloud_templates_repo: https://git.openstack.org/openstack/tripleo-heat-templates
# use templates_branch when not testing with an unmerged review
overcloud_templates_branch: master
# overcloud_templates_branch: master
# use templates_refspec when testing with an unmerged review
overcloud_templates_refspec:
# Config for custom tripleo-common
overcloud_tripleo_common_path: /home/stack/tripleo-common
overcloud_tripleo_common_repo: https://git.openstack.org/openstack/tripleo-common
# use overcloud_tripleo_common _branch when not testing with an unmerged review
overcloud_tripleo_common_branch: master
# use overcloud_tripleo_common_refspec when testing with an unmerged review
overcloud_tripleo_common_refspec:
# overcloud_templates_refspec:
# options below direct automatic doc generation by tripleo-collect-logs
artcl_gen_docs: true