Feature ConfigurationΒΆ
One can configure the Openstack features installed on either the undercloud
or overcloud by placing variable definitions in a YAML file and passing that
to quickstart using the -c
command line option, like this:
quickstart.sh -c config/general_config/featureset001.yml
Each feature set can also deploy a customized list of Openstack services. These services are defined by the tripleo-heat-templates used for the overcloud deployment. A definition of the services can be found here
Below is a table with various features listed in each row and the features enabled in each feature set configuration file in each column.
FS | ipv6 | SSL UC | SSL OC | NI SN | NI MN | NI BOND | introsp | UC idem | cont UC | cont OC | cont upg | ping | tempest | sc001 | sc002 | sc003 | sc004 | sc005 | nonha | ceph |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
001 | X | X | X | X | X | |||||||||||||||
002 | X | X | X | X | X | |||||||||||||||
003 | X | |||||||||||||||||||
004 | X | |||||||||||||||||||
005 | X | X | ||||||||||||||||||
006 | X | X | ||||||||||||||||||
007 | X | X | ||||||||||||||||||
008 | X | X | ||||||||||||||||||
009 | X | X | ||||||||||||||||||
010 | X | X | ||||||||||||||||||
011 | X | X | ||||||||||||||||||
012 | X | X | X | |||||||||||||||||
013 | X | X | X | |||||||||||||||||
014 | X | X | X | |||||||||||||||||
015 | X | X | X | |||||||||||||||||
016 | X | X | X | |||||||||||||||||
017 | X | X | X | |||||||||||||||||
018 | X | X | X | |||||||||||||||||
019 | X | X | X | |||||||||||||||||
020 | X | X | ||||||||||||||||||
021 | X | X | X | X | X | |||||||||||||||
022 | X | X | X | X | X | |||||||||||||||
024 | X | X | X | X | X | X |
Definition of Terms:
Acroynm | Definition |
---|---|
FS | Featureset |
UC | TripleO Undercloud |
OC | TripleO Overcloud |
NI SN | network isolation single network interface card |
NI MN | network isolation multiple network interface card |
NI BOND | network isolation bonded network interfaces |
ping | deploy test heat stack, ping and ssh tests launched test instance |
idem | idempotency test |
cont | containerized |
upg | major upgrade |
sc<number> | scenario |