network config feature (please export /etc/network/interfaces.d to writable)
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| Snappy |
High
|
Unassigned | ||
| ubuntu-core-config (Ubuntu) |
Undecided
|
James Hunt |
Bug Description
At the moment /etc/network/
dhcp server.
---
/etc/network/
auto eth0
iface eth0 inet dhcp
---
However I would like to setup static ip address to eth0 via cloud-init or any
like so.
Please to export /etc/network/
directory to /writable/
Related branches
- Ubuntu branches: Pending requested 2015-03-06
-
Diff: 23 lines (+7/-1)2 files modifieddebian/changelog (+6/-0)
etc/system-image/writable-paths (+1/-1)
- Martin Pitt: Approve on 2015-03-31
-
Diff: 53 lines (+26/-0)4 files modifieddebian/changelog (+6/-0)
debian/install (+1/-0)
debian/links (+1/-0)
lib/systemd/system/snappy-set-hostname.service (+18/-0)
description: | updated |
Alexander Sack (asac) wrote : | #1 |
Changed in snappy-ubuntu: | |
status: | New → Confirmed |
importance: | Undecided → High |
summary: |
- please export /etc/network/interfaces.d to writable + network config feature (please export /etc/network/interfaces.d to + writable) |
Alexander Sack (asac) wrote : | #2 |
middleware/service options we should check out:
1. ifupdown - oldschool debian style
2. systemd-network - http://
3. NM - probably not really wanted for server style networking
4. ... others like connman etc.
Mitsuya Shibata (cosmos-door) wrote : Re: [Bug 1405795] Re: please export /etc/network/interfaces.d to writable | #3 |
2015-01-01 20:55 GMT+09:00 Alexander Sack <email address hidden>:
> agreed that we should have something for network config.
>
> cloud-init sounds like valid idea to look into.
FYI, cloud-init does not support network config yet?
LP: #1225922
Launchpad Janitor (janitor) wrote : | #4 |
Status changed to 'Confirmed' because the bug affects multiple users.
Changed in ubuntu-core-config (Ubuntu): | |
status: | New → Confirmed |
any news about this bug?
Changed in ubuntu-core-config (Ubuntu): | |
assignee: | nobody → James Hunt (jamesodhunt) |
status: | Confirmed → In Progress |
Changed in snappy-ubuntu: | |
status: | Confirmed → Invalid |
Changed in ubuntu-core-config (Ubuntu): | |
status: | In Progress → Fix Committed |
Launchpad Janitor (janitor) wrote : | #6 |
This bug was fixed in the package ubuntu-core-config - 0.6.8
---------------
ubuntu-core-config (0.6.8) vivid; urgency=low
[ James Hunt ]
* Add /etc/network/
-- Michael Vogt <email address hidden> Tue, 31 Mar 2015 14:11:59 +0200
Changed in ubuntu-core-config (Ubuntu): | |
status: | Fix Committed → Fix Released |
affects: | snappy-ubuntu → snappy |
agreed that we should have something for network config.
cloud-init sounds like valid idea to look into.