Skip to content

Feature: bring up down interfaces #126

@esalberg

Description

@esalberg

Currently, the network service only refreshes if the ifcfg file changes. If an interface (e.g. a VIP) is configured but not up, the module does not bring up the interface.

It should be possible to check the networking fact for interfaces and run ifup (for ensure: up) or ifdown (for ensure: down), versus relying just on the ifcfg file presence / absence and refreshing the entire network service. E.g. bringing up a VIP shouldn't have to disrupt the entire network service.

I'll try and put together a PR, but let me know if this isn't a good idea / not worth the work.

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions