File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44StackHPC Mixin Environments
55===========================
66
7- StackHPC Kayobe configuration provides a set of mixin environments, which can
8- be used to apply configuration in modular way. These provide a mechanism where
9- users can opt into new sets of configuration mid-cycle, at a time of the their
10- choosing, and thereby facilitate gradual adoption of new features. Config may
11- be moved into the the base configuration for the next major release.
7+ The StackHPC Kayobe configuration uses mixin environments for modular
8+ configuration. Users can opt into these mid-cycle to gradually adopt new
9+ features. Mixin environments may be merged into the base configuration in later
10+ major releases.
1211
1312For more information about Kayobe environments, please see the `upstream Kayobe
1413documentation
1514<https://docs.openstack.org/kayobe/latest/multiple-environments.html#defining-kayobe-environments> `__.
1615
1716.. note ::
1817
19- To override settings in mixin environments, you will need to define the
18+ To override settings in mixin environments, you will need to define
2019 overrides in an environment that inherits from that one, rather than in the
2120 base configuration.
2221
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ Consuming this environment
1818Add the ``baremetal-policy `` environment to your ``.kayobe-environment `` file:
1919
2020.. code-block :: yaml
21- :caption : $KAYOBE_CONFIG_PATH/$KAYOBE_ENVIRONMENT/.kayobe-environment
21+ :caption : $KAYOBE_CONFIG_PATH/environments/ $KAYOBE_ENVIRONMENT/.kayobe-environment
2222
2323 dependencies :
2424 - baremetal-policy
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ Consuming this environment
99Add the ``baremetal `` environment to your ``.kayobe-environment `` file:
1010
1111.. code-block :: yaml
12- :caption : $KAYOBE_CONFIG_PATH/$KAYOBE_ENVIRONMENT/.kayobe-environment
12+ :caption : $KAYOBE_CONFIG_PATH/environments/ $KAYOBE_ENVIRONMENT/.kayobe-environment
1313
1414 dependencies :
1515 - baremetal
@@ -38,7 +38,7 @@ this setting if this is a risk you want to take. This can be customised by
3838editing the following variables:
3939
4040.. code-block :: yaml
41- :caption : $KAYOBE_CONFIG_PATH/$KAYOBE_ENVIRONMENT/kolla/config/ironic/ironic-conductor.conf
41+ :caption : $KAYOBE_CONFIG_PATH/environments/ $KAYOBE_ENVIRONMENT/kolla/config/ironic/ironic-conductor.conf
4242
4343 [deploy]
4444 erase_devices_priority=10
You can’t perform that action at this time.
0 commit comments