Feature #147
closedDisplay class selection for hosts based on environments
Description
When adding a new host, the list of classes that Foreman gives you should only be for the particular environment that you would like to place this host in. When two environments contain classes with the same names, you are unable to differentiate between the classes/environments.
I think one way of doing this is to first ask the user to select the environment, and then based on the user's selection, display the list of classes in that environment. This function should also support a "common" modulepath for classes that are common to multiple modules. I define this in my puppet.conf like:
[fcdev]
manifest = /etc/puppet/manifests/fcdev/manifests/site.pp
modulepath = /etc/puppet/manifests/fcdev/modules:/etc/puppet/manifests/common/modules
pluginsync = false
Updated by Ohad Levy almost 15 years ago
- Category set to Web Interface
- Assignee set to Ohad Levy
- Target version set to 0.1-4
Updated by Ohad Levy over 14 years ago
- Target version changed from 0.1-4 to 0.1-5
This would be really easy once we get rid of ActiveScaffold, which is target to 0.1-5