runtime icon indicating copy to clipboard operation
runtime copied to clipboard

config: Create a configuration.toml for Kata

Open sboeuf opened this issue 7 years ago • 3 comments

We should provide an alternate configuration_kata.toml.in file in order to generate configuration_kata.toml. This would prevent from confusion if we want to test Kata and Clear on the same machine.

sboeuf avatar Jan 12 '18 21:01 sboeuf

If we are careful with how we handle #921, we could set an extra make variable to be either kata or cc or something and then conditionally set CONFIG_FILE rather than the current:

CONFIG_FILE = configuration.toml

jodh-intel avatar Jan 15 '18 11:01 jodh-intel

Hi @sboeuf - I'm now thinking it would be better to generate a single configuration.toml for a particular PROJECT_NAME (see #921). If you agree, can we close this issue (or update it to generate a configuration.toml for a kata system rather than actually create a configuration-kata.toml)?

jodh-intel avatar Jan 16 '18 14:01 jodh-intel

@jodh-intel yes I agree this would make more sense, and eventually, this config file would be copied to the right directory /etc/share/defaults/kata-containers/configuration.toml when calling into make kata-install.

sboeuf avatar Jan 16 '18 16:01 sboeuf