Update undercloud dependencies for containers

The undercloud-containers featureset has a different set of default
dependencies for the installation and configuration of the undercloud.
This change updates the featureset to include python-openstackclient,
openstack-heat-agents, docker and openvswitch as per the
documentation[0].

[0] http://tripleo.org/install/containers_deployment/undercloud.html
Closes-Bug: #1732039
Related-Bug: #1730917

Change-Id: Ife113ab2468e016d7bc48c428b0e14d4f02095bf
This commit is contained in:
Alex Schultz 2017-11-13 16:15:04 -07:00
parent e8f7ca4aa4
commit da77cc8c69
1 changed files with 7 additions and 0 deletions

View File

@ -13,6 +13,13 @@ overcloud_ipv6: false
# containers config
containerized_overcloud: false
containerized_undercloud: true
# TODO: This should be handled by a single meta package or something LP#1730917
undercloud_rpm_dependencies: >-
python-tripleoclient
python-openstackclient
openstack-heat-agents
docker
openvswitch
undercloud_install_script: undercloud-deploy.sh.j2
# turn off image prep