index
:
vyos-cloud-init.git
circinus
crux
current
equuleus
mergify/bp/circinus/pr-78
mergify/bp/circinus/pr-85
mergify/bp/sagitta/pr-78
sagitta
(mirror of https://github.com/vyos/vyos-cloud-init.git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cloudinit
/
sources
/
DataSourceAzure.py
Age
Commit message (
Expand
)
Author
2013-10-17
fix DataSourceAzure incompatibility with 2.6
Scott Moser
2013-10-03
Moved ephemeralX.Y handling from Datasource into the cc_disk_setup, which mak...
Ben Howard
2013-10-02
Added ability to define disks via 'ephemeralX.Y'.
Ben Howard
2013-09-27
azure data source 'ephemeral0' point to '/dev/sdb', not /dev/sdb1
Scott Moser
2013-09-27
fix tests small other changes
Scott Moser
2013-09-26
re-work 'ephemeral_disk' and location of builtin config
Scott Moser
2013-09-26
fix pep8
Scott Moser
2013-09-26
Added support for formating the ephemeral disk on Windows Azure.
Ben Howard
2013-09-09
populate random_seed in azure data source
Scott Moser
2013-09-09
add support for reading random_seed on azure also.
Scott Moser
2013-08-20
fix bad arguments to subp inside of apply_hostname_bounce
Scott Moser
2013-08-15
do not set 'password', but set 'passwd' to crypt'd value
Scott Moser
2013-07-30
set reading /proc/uptime to false by default.
Scott Moser
2013-07-30
add util.log_time helper
Scott Moser
2013-07-29
DataSourceAzure: do not capture output of bounce command
Scott Moser
2013-07-26
azure: fix bouncing of interface
Scott Moser
2013-07-25
minor azure cleanup
Scott Moser
2013-07-25
azure: support bouncing interfaces to publish new hostname
Scott Moser
2013-07-23
on azure datasource, grab use Deployment as the instance-id
Scott Moser
2013-07-17
Azure: make /var/lib/waagent with 0700 perms
Scott Moser
2013-07-17
DataSourceAzure: fix inverted logic on DisablesshPasswordAuthentication
Ben Howard
2013-07-16
Use the inverse of DisableSshPasswordAuthentication for ssh_pwauth.
Ben Howard
2013-07-11
DataSourceAzure.py: allow 'customdata' to be the name for userdata
Scott Moser
2013-07-10
add waiting for files and reading of crt keys
Scott Moser
2013-07-09
build up the 'wait_for' list including fingerprint.crt files
Scott Moser
2013-07-09
fill out load_azure_ovf_pubkeys
Scott Moser
2013-07-09
mention using cached
Scott Moser
2013-07-09
search in the default storage directory for cached ovf-env.xml
Scott Moser
2013-07-09
populate /var/lib/waagent with ovf-env.xml
Scott Moser
2013-07-09
better handling for user/password
Scott Moser
2013-07-09
add stub for ssh keys
Scott Moser
2013-07-09
add some unit tests, fix things found by doing so
Scott Moser
2013-07-08
commit dev state
Scott Moser