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
/
DataSourceOpenNebula.py
Age
Commit message (
Expand
)
Author
2016-03-04
Apply pep8, pyflakes fixes for python2 and 3
Scott Moser
2016-03-03
Update pep8 runner and fix pep8 issues
Ryan Harper
2015-05-01
fix 'Make pyflakes'
Scott Moser
2015-01-27
Respond to review:
Barry Warsaw
2015-01-27
Respond to review:
Barry Warsaw
2015-01-26
Another handling of b64decode.
Barry Warsaw
2015-01-26
* More str/bytes fixes.
Barry Warsaw
2015-01-22
Low hanging Python 3 fruit.
Barry Warsaw
2014-08-26
further remove evidence of pylint.
Scott Moser
2014-03-27
change 'default' encoding to be "None"
Scott Moser
2014-03-25
Added base64 decoding of user data for OpenNebula.
Enol Fernandez
2014-01-16
DataSourceOpenNebula:parse_shell_config skip 'SECONDS' var if seen
Scott Moser
2013-09-10
some cleanups and changes
Scott Moser
2013-09-10
Fix detection of ETHx_IP context variable, add test.
Vlastimil Holer
2013-09-10
Configurable OpenNebula::parseuser. Seed search dir+dev merge. ...
Vlastimil Holer
2013-09-10
Replace RE context.sh parser with Scott's rewrite of bash dumper. Upper case ...
Vlastimil Holer
2013-09-05
PEP8 and Pylint fixes. Move context.sh "parser" into separate
Vlastimil Holer
2013-09-04
Search for contextualization CDROM by LABEL=CONTEXT
Vlastimil Holer
2013-09-04
Fix RE matching context variables. Test cleanups.
Vlastimil Holer
2013-09-04
Apply parse.diff by Javier Fontan <jfontan@opennebula.org>
Vlastimil Holer
2013-04-02
PEP8 fixes.
Vlastimil Holer
2013-02-21
Remove TODO
Vlastimil Holer
2013-02-20
Minor OpenNebula DS cleanups (style, dsmode, static network).
Vlastimil Holer
2013-02-19
Context.sh parsing cleanups, fix single quotes handling in multiword variables.
Vlastimil Holer
2013-02-19
Name unification Context.*Device -> Context.*Disk
Vlastimil Holer
2013-02-19
Change network ifaces detection from ifconfig to ip command.
Vlastimil Holer
2013-01-04
Append DNS related stuff to network interfaces configuration. Minor cleanups.
Vlastimil Holer
2013-01-02
Add OpenNebula.org copyright.
Vlastimil Holer
2012-12-21
Add OpenNebula contextualization options to cloud-init
Javi Fontan
2012-12-20
Fix exception handlers for data read. Fix name read_context_disk_dir.
Vlastimil Holer
2012-12-20
Change subp exception handling to util.ProcessExecutionError
Vlastimil Holer
2012-12-20
Add explanation on how context variables parsing works.
Vlastimil Holer
2012-12-20
Change context variables .replace with .decode
Vlastimil Holer
2012-10-03
Delete hyphen.
Vlastimil Holer
2012-10-03
Delete old ConfigDrive's code.
Vlastimil Holer
2012-09-24
Process userdata, ignored by mistake.
Vlastimil Holer
2012-09-20
Configurable dsmode. Resolve IPv4 hostname only with dsmode=net.
Vlastimil Holer
2012-09-19
Use and resolve PUBLIC_IP from context disk if no HOSTNAME is specified.
Vlastimil Holer
2012-09-12
Initial support for OpenNebula's contextualization disk.
Vlastimil Holer