Re: [foreman-users] Adding subnet details to Interface hash sent via orchestration 'create' event

2016-08-26 Thread Marek Hulán
Hello Sorry I'm not aware of that change. Since this sounds like something useful for everybody and you already got a patch, could you please create a redmine issue and send a pull request so we incorporate it? You can find information about the process at [1]. One potential benefit for you -

Re: [foreman-users] Adding subnet details to Interface hash sent via orchestration 'create' event

2016-08-16 Thread Francois Herbert
OK, Just in case anyone else needs to know, I figured this out, in the same file (app/views/api-v2/hosts/show.json.rabl) I needed to apply the following patch: 14c14 < extends "api/v2/interfaces/main" --- > extends "api/v2/interfaces/base" This makes the following change: child