index
:
vyos-cloud-init.git
circinus
crux
current
equuleus
sagitta
(mirror of https://github.com/marekm72/vyos-cloud-init.git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2016-03-24
add comments and improve error messages
Scott Moser
2016-03-24
make get_cmdline read /proc/1/cmdline if inside a container
Scott Moser
2016-03-24
improve comment
Scott Moser
2016-03-24
add suport for base64 encoded gzipped text on command line
Scott Moser
2016-03-23
support [untested] network-config=<base64> on kernel command line
Scott Moser
2016-03-23
one more tox
Scott Moser
2016-03-23
fix tox issues
Scott Moser
2016-03-23
add unit test
Scott Moser
2016-03-23
add the implementation for read_kernel_cmdline_config
Scott Moser
2016-03-23
add sys_netdev_info helper, support reading macs in.
Scott Moser
2016-03-23
add config_from_klibc_net_cfg and helper functions
Scott Moser
2016-03-23
merge from trunk.net1
Scott Moser
2016-03-23
trust existing datasource in modules or single
Scott Moser
2016-03-22
better log message about applying networking.
Scott Moser
2016-03-22
write to 50-cloud-init.cfg and write systemd.link rules.
Scott Moser
2016-03-22
fix quick_read_instance_id in nocloud for seed_dirs change
Scott Moser
2016-03-22
make NoCloud work for seeding network.
Scott Moser
2016-03-22
add implementation of generate_fallback_config from wesley.
Scott Moser
2016-03-22
add code to invoke networking config
Scott Moser
2016-03-22
drop changes other than generate_fallback_config
Scott Moser
2016-03-22
merge from trunk.net1
Scott Moser
2016-03-22
In generate_fallback_config() fix function to sort potential interfaces to work
Wesley Wiedenmeier
2016-03-22
move some of the pickle loading out of Init, into private methods
Scott Moser
2016-03-22
In generate_fallback_config return full netconfig dict with 'config' and
Wesley Wiedenmeier
2016-03-22
- Rename find_fallback_network_device to generate_fallback_config
Wesley Wiedenmeier
2016-03-22
Got rid of blank lines in net.find_fallback_network_device
Wesley Wiedenmeier
2016-03-22
Basic code added to kick off network configuration and cause fallback network
Wesley Wiedenmeier
2016-03-22
For find_fallback_network_device, kwarg rename_to_default specifies whether or
Wesley Wiedenmeier
2016-03-22
Typo fix
Wesley Wiedenmeier
2016-03-22
Fix typo
Wesley Wiedenmeier
2016-03-22
Wrap read calls to /sys/class/net/DEV/{carrier, dormant, operstate} in
Wesley Wiedenmeier
2016-03-21
Merge from trunk
Wesley Wiedenmeier
2016-03-21
Fix typo in disable_conf_file and mistake in call
Wesley Wiedenmeier
2016-03-21
merge from trunk
Scott Moser
2016-03-21
quickly check to see if the previous instance id is still valid
Scott Moser
2016-03-21
add check_instance_id to ConfigDrive
Scott Moser
2016-03-21
Added _write_network_fallback function to distros.debian and abstract to
Wesley Wiedenmeier
2016-03-21
quickly check to see if the previous instance id is still valid
Scott Moser
2016-03-21
Added net.find_fallback_network_device() to find an appropriate device to dhcp
Wesley Wiedenmeier
2016-03-21
cloud-init-local needs to want network-pre or it isnt guaranteed to start
Scott Moser
2016-03-20
fix creation of network-config-ready and dont bother waiting on lo
Scott Moser
2016-03-20
fix syntax
Scott Moser
2016-03-18
cloud-init-local.service: touch file that cloud-init-wait will wait for
Scott Moser
2016-03-18
remove the 'find_name' function that was here.
Scott Moser
2016-03-18
commit the systemd waiting mechanism
Scott Moser
2016-03-18
add this, its getting moved, but i wanted some of the content stored
Scott Moser
2016-03-18
add atomic_write_file and use it from atomic_write_json
Scott Moser
2016-03-18
Added comments
Wesley Wiedenmeier
2016-03-18
Handle static ip= entries by appending a static subnet to the device
Wesley Wiedenmeier
2016-03-18
debian packaging: adjust build-depends for xenial
Scott Moser
[next]