summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-08-16Merge pull request #48 from zdc/T3735-cruxcruxzdc
User-Data: T3735: Fixed "multi" nodes type search
2021-08-16User-Data: T3735: Fixed "multi" nodes type searchzsdc
Several nodes with "multi" type contain extra space character after the `multi:` mark, which prevents the `cc_vyos_userdata` module to detect their type properly. This commit changes the regex used for detecting such nodes to fix the problem.
2021-06-27Merge pull request #43 from UnicronNL/cruxKim
T3653: Cloudinit subnet error if a cidr (/24) is used instead of a su…
2021-06-27T3653: Cloudinit subnet error if a cidr (/24) is used instead of a subnet ↵Kim Hagen
mask (255.255.255.0)
2021-04-03Merge pull request #41 from zdc/T3432-cruxzdc
Azure: T3432: Changed workaround for SSH keys on Azure
2021-04-03Azure: T3432: Changed workaround for SSH keys on Azurezsdc
Appending all the data from `metadata_ds['public-keys']` to a list of public keys is dangerous because some of the other datasources have the same `public-keys` option but use different formats inside. Thus, the workaround was limited to Azure datasource only.
2021-03-29Merge pull request #38 from UnicronNL/cruxKim
domain-name: T3446: Cloudinit error message when empty domain is pass…
2021-03-29domain-name: T3446: Cloudinit error message when empty domain is passed to ↵Kim Hagen
filter.
2021-03-29Merge pull request #36 from UnicronNL/cruxKim
Metadata: T3432: Azure ssh keys not working for version 1.2.7/1.3.x u…
2021-03-29Metadata: T3432: Azure ssh keys not working for version 1.2.7/1.3.x updateKim Hagen
2021-03-25Merge pull request #35 from UnicronNL/cruxKim
Metadata: T3432: Azure ssh keys not working for version 1.2.7/1.3.x
2021-03-25Metadata: T3432: Azure ssh keys not working for version 1.2.7/1.3.xKim Hagen
2021-02-13Merge pull request #31 from zdc/T3309-cruxzdc
dhclient: T3309: Removed dhclient from datasources
2021-02-13dhclient: T3309: Removed dhclient from datasourceszsdc
After the commit 377d1bbbdd45aad25c36ab15ce15c93a39df4ce9 dhclient should be run by Cloud-init properly even without calls from datasources, if this is necessary. This change solves the problems caused by always active dhclient on eth0 interface when Ec2, GCE, or Azure datasource is used.
2021-02-13Update debian eni network configuration location, retain Ubuntu settingJanos Lenart
On Debian, ifupdown uses `source-directory /etc/network/interfaces.d` (for new installs) to include files. https://salsa.debian.org/debian/ifupdown/blob/master/debian/postinst#L23 The current filename, 50-cloud-init.cfg, does not match against the RE that is used to scan the directory for configurations (ASCII upper- and lower-case letters, ASCII digits, ASCII underscores, and ASCII minus-hyphens): https://salsa.debian.org/debian/ifupdown/blob/master/interfaces.5.pre#L122 Of course many installations use `source /etc/network/interfaces.d/*`, but not all.
2021-02-06Jenkins: reference build pipeline library from vyos-buildChristian Poessinger
2021-02-01Merge pull request #29 from zdc/T3270-cruxKim
T3270: Backported all changes from the equuleus branch
2021-01-29T3270: Backported all changes from the equuleus branchzsdc
The behavior of VyOS modules was almost totally changed. Therefore instead of changes, here is a list of what is supported by new versions: `cc_vyos.py`: - extended logging for debugging purposes - work with any environment or datasource - all available in VyOS SSH keys (ssh-dss, ssh-rsa, ecdsa-sha2-nistp256, ecdsa-sha2-nistp384, ssh-ed25519, ecdsa-sha2-nistp521) with options - both encrypted and plain-text passwords - multiple user accounts - the fallback user creating (default "vyos/vyos") in credentials are missed in a Meta-Data - interfaces configuration using Network-Config v1 or v2 - fallback interface config (DHCP on eth0) if Network-config is not available - both IPv4 and IPv6 addresses in Network-Config - MTU, multiple addresses, DHCP or static addresses, gateway, routes, DNS nameserver, DNS search domain in Network-Config - filtration of a hostname value from metadata - VyOS-specific options from the OVF template - automatically enabling SSH server `cc_vyos_userdata.py`: set and delete configuration commands inside the User-Data (#cloud-config). See details: https://github.com/vyos/vyos-cloud-init/commit/1607eec32641ad93ea211e447336b3366c28de06 Configuration template: - enabled `write_files` module - disabled the `runcmd` module (functionality replaced by `cc_vyos_userdata.py` and `write_files`)
2020-09-10use user config rather than global config to configure pass and ssh loginMaple Wang
Signed-off-by: Daniil Baturin <daniil@vyos.io>
2020-03-03Debian: remove dependency on python3-unittest2 as it's missing in JessieChristian Poessinger
According to a discussion with zsdc via Slack this should not harm.
2020-03-03Jenkins: use new branch independent Docker pipelineChristian Poessinger
(cherry picked from commit ca9a4eb26b41c204d1bd3a15586b14a5dde950bb)
2020-01-02Merge pull request #3 from UnicronNL/cruxKim
T1934: Change default hostname when deploy from OVA without params.
2020-01-02T1934: Change default hostname when deploy from OVA without params.Kim Hagen
2019-12-03option to enable http api optionsKim Hagen
2019-11-12add the ability to put the api keyKim Hagen
2019-10-07do not set dhcp after vmware configKim Hagen
2019-09-24set correct referenceKim Hagen
2019-08-16update vyos config module to include network configUnicronNL
2019-05-22cloud-init add backports use "tee"Kim Hagen
2019-05-22cloud-init install dependsKim Hagen
2019-05-22Create Jenkinsfile cruxKim Hagen
2019-05-22Create Jenkinsfile currentKim Hagen
2019-05-22Create Jenkinsfile cruxKim Hagen
2019-04-15disable deployPkgPluginPath so vmware will not timeout on getting the ↵Kim Hagen
customization file
2019-03-12do not change hostname if it is emptyKim Hagen
2019-03-12account for empty ssk keys and passwordsKim Hagen
2019-02-28use ovf labels to set vyos configKim Hagen
2019-02-18remove obsolete patchKim Hagen
2019-01-23ds-identify: fix wrong variable name in ovf_vmware_transport_guestinfo.Scott Moser
ovf_vmware_transport_guestinfo is not currently tested. It used '$1' instead of '$out' when checking for xml content in the output of vmware-rpctool.
2019-01-23OVF: simplify expected return values of transport functions.Scott Moser
Transport functions (transport_iso9660 and transport_vmware_guestinfo) would return a tuple of 3 values, but only the first was ever used outside of test. The other values (device and filename) were just ignored. This just simplifies the transport functions to now return content (in string format) or None indicating that the transport was not found.
2019-01-23Vmware: Add support for the com.vmware.guestInfo OVF transport.Scott Moser
This adds support for reading OVF information over the 'com.vmware.guestInfo' tranport. The current implementation requires vmware-rpctool be installed in the system. LP: #1807466
2019-01-23Merge tag '18.5' into currentKim Hagen
release 18.5 Bump the version on cloudinit/version.py to be 18.5 and update ChangeLog LP: #1808380 Conflicts: config/cloud.cfg.tmpl
2018-12-13Release 18.5Ryan Harper
Bump the version in cloudinit/version.py to be 18.5 and update ChangeLog. LP: #1808380
2018-12-11tests: add Disco releaseJoshua Powers
2018-12-11net: render 'metric' values in per-subnet routesRyan Harper
It is possible to have a metric value in a per-subnet route. This is currently missing in all renderers. Update each renderer to emit the correct metric value from the config. LP: #1805871
2018-12-06write_files: add support for appending to files.James Baxter
Add 'append: true' to write_files entries to append 'content' to file specified by 'path' key. This modifies the file open mode to append.
2018-12-04config: On ubuntu select cloud archive mirrors for armel, armhf, arm64.Scott Moser
Infrastructure is now set up for Ubuntu to handle Amazon instances hitting a ports archive at: - http://%(ec2_region)s.ec2.ports.ubuntu.com/ubuntu-ports/ And additionally, generic mirrors at *.clouds.ports.ubuntu.com/ubuntu-ports The change here will utilize those mirrors for the arm64, armel and armhf arches. We've decided to limit the auto-selection of those mirrors to arm, where we know a use case. That way new instances of ppc64el or other arches will not select them. Such a behavior change could be problematic for a user in a firewalled environment. LP: #1805854
2018-12-03dhclient-hook: cleanups, tests and fix a bug on 'down' event.Scott Moser
I noticed a bug in dhclient_hook on the 'down' event, using 'is' operator rather than '==' (if self.net_action is 'down'). This refactors/simplifies the code a bit for easier testing and adds tests. The reason for the rename of 'action' to 'event' is to just be internally consistent. The word and Namespace 'action' is used by cloud-init main, so it was not really usable here. Also adds a main which can easily be debugged with: CI_DHCP_HOOK_DATA_D=./my.d python -m cloudinit.dhclient_hook up eth0
2018-12-03NoCloud: Allow top level 'network' key in network-config.Scott Moser
NoCloud's 'network-config' file was originally expected to contain network configuration without the top level 'network' key. This was because the file was named 'network-config' so specifying 'network' seemed redundant. However, JuJu is currently providing a top level 'network' config when it tries to disable networking ({"network": {"config": "disabled"}). Other users have also been surprised/confused by the fact that a network config in /etc/cloud/cloud.cfg.d/network.cfg differed from what was expected in 'network-config'. LP: #1798117
2018-12-03ovf: Fix ovf network config generation gateway/routesRyan Harper
Move routes under the nic's subnet rather than use top-level ("global") route config ensuring all net renderers will provide the configured route. Also updated cloudinit/cmd/devel/net_convert.py:  - Add input type 'vmware-imc' for OVF customization config files  - Fix bug when output-type was netplan which invoked netplan   generate/apply and attempted to write to   /etc/netplan/50-cloud-init.yaml instead of joining with the   output directory. LP: #1806103